| 1 | [ Apr 16 03:54:05 Enabled. ] | ||
| 2 | [ Apr 16 03:54:05 Rereading configuration. ] | ||
| 3 | [ Apr 16 03:54:05 Rereading configuration. ] | ||
| 4 | [ Apr 16 03:54:08 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 16 03:54:08 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.04.16 03:54:09.447025 [ 1 ] {} <Information> Application: Will watch for the process with pid 24679 | ||
| 29 | 2025.04.16 03:54:09.447434 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.16 03:54:09.632808 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24679 | ||
| 31 | 2025.04.16 03:54:09.633539 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.16 03:54:09.634218 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.16 03:54:09.715932 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.16 03:54:09.767265 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.16 03:54:09.767348 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.16 03:54:09.767373 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.16 03:54:09.767448 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.16 03:54:09.767829 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.16 03:54:09.769341 [ 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.04.16 03:54:09.770024 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.16 03:54:09.770349 [ 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.04.16 03:54:09.770368 [ 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.04.16 03:54:09.770382 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.16 03:54:09.770547 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.16 03:54:09.771433 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.16 03:54:09.776951 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.16 03:54:09.777852 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.16 03:54:09.779220 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.16 03:54:09.779285 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.16 03:54:09.780877 [ 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.04.16 03:54:09.781426 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.16 03:54:09.785655 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.16 03:54:09.786334 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.16 03:54:09.787924 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.16 03:54:09.788311 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.16 03:54:09.788691 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.16 03:54:09.789037 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.16 03:54:09.790370 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.16 03:54:09.790396 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.16 03:54:09.790485 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.16 03:54:09.790645 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.16 03:54:09.820893 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.16 03:54:09.820924 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000170693 sec | ||
| 68 | 2025.04.16 03:54:09.820974 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.16 03:54:09.820993 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.16 03:54:09.822148 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.16 03:54:09.823140 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.16 03:54:09.835806 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.16 03:54:09.835849 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.16 03:54:09.835872 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.16 03:54:09.835884 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.16 03:54:09.835914 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.16 03:54:09.835936 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.16 03:54:09.838463 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.16 03:54:09.838507 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.16 03:54:09.838532 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.16 03:54:09.838715 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.16 03:54:09.838737 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.16 03:54:09.838772 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.16 03:54:09.838793 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.16 03:54:09.838806 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.16 03:54:09.838835 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.16 03:54:09.838852 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.16 03:54:09.864846 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.16 03:54:09.871660 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.16 03:54:09.871712 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000115703 sec | ||
| 91 | 2025.04.16 03:54:09.871736 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.16 03:54:09.871756 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.16 03:54:09.871794 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.16 03:54:09.872118 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.16 03:54:09.872198 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.16 03:54:09.872222 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.16 03:54:09.872243 [ 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.04.16 03:54:09.872264 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.16 03:54:09.880677 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.16 03:54:09.880903 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.04.16 03:54:09.881825 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.547e-05 sec. | ||
| 102 | 2025.04.16 03:54:09.882725 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.16 03:54:09.882815 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.16 03:54:09.882835 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.16 03:54:10.101710 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59761 | ||
| 106 | 2025.04.16 03:54:10.101948 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.16 03:54:10.102002 [ 3 ] {} <Debug> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Authenticating user 'default' from [fd00:1122:3344:101::d]:59761 | ||
| 108 | 2025.04.16 03:54:10.102033 [ 3 ] {} <Debug> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.16 03:54:10.102054 [ 3 ] {} <Debug> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.16 03:54:10.102140 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.16 03:54:10.102166 [ 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.04.16 03:54:10.102188 [ 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.04.16 03:54:10.102994 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57745 | ||
| 114 | 2025.04.16 03:54:10.103038 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40629 | ||
| 115 | 2025.04.16 03:54:10.103137 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.04.16 03:54:10.103172 [ 4 ] {} <Debug> TCP-Session: 9578d0d7-a7d4-4995-8a47-85ed0b5b7898 Authenticating user 'default' from [fd00:1122:3344:101::d]:57745 | ||
| 117 | 2025.04.16 03:54:10.103187 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.04.16 03:54:10.103222 [ 4 ] {} <Debug> TCP-Session: 9578d0d7-a7d4-4995-8a47-85ed0b5b7898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.04.16 03:54:10.103246 [ 5 ] {} <Debug> TCP-Session: e857006f-ffdd-4ec5-8174-1cf777737048 Authenticating user 'default' from [fd00:1122:3344:101::d]:40629 | ||
| 120 | 2025.04.16 03:54:10.103255 [ 4 ] {} <Debug> TCP-Session: 9578d0d7-a7d4-4995-8a47-85ed0b5b7898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.04.16 03:54:10.103287 [ 5 ] {} <Debug> TCP-Session: e857006f-ffdd-4ec5-8174-1cf777737048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.04.16 03:54:10.103317 [ 5 ] {} <Debug> TCP-Session: e857006f-ffdd-4ec5-8174-1cf777737048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.04.16 03:54:10.103884 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45565 | ||
| 124 | 2025.04.16 03:54:10.104513 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48068 | ||
| 125 | 2025.04.16 03:54:10.104703 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.16 03:54:10.105413 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.04.16 03:54:10.104813 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55755 | ||
| 128 | 2025.04.16 03:54:10.105443 [ 253 ] {} <Debug> TCP-Session: 3a05c44b-65c6-4988-817a-8bbae2e9f1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:45565 | ||
| 129 | 2025.04.16 03:54:10.105484 [ 254 ] {} <Debug> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:48068 | ||
| 130 | 2025.04.16 03:54:10.105429 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54397 | ||
| 131 | 2025.04.16 03:54:10.105582 [ 254 ] {} <Debug> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.04.16 03:54:10.105875 [ 254 ] {} <Debug> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.04.16 03:54:10.105893 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.04.16 03:54:10.105893 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.04.16 03:54:10.105947 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49861 | ||
| 136 | 2025.04.16 03:54:10.105974 [ 253 ] {} <Debug> TCP-Session: 3a05c44b-65c6-4988-817a-8bbae2e9f1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.04.16 03:54:10.106000 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44342 | ||
| 138 | 2025.04.16 03:54:10.106044 [ 255 ] {} <Debug> TCP-Session: f459f8c8-ab6b-4d62-ac10-bf5b1a8304fa Authenticating user 'default' from [fd00:1122:3344:101::d]:55755 | ||
| 139 | 2025.04.16 03:54:10.106067 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 140 | 2025.04.16 03:54:10.106238 [ 255 ] {} <Debug> TCP-Session: f459f8c8-ab6b-4d62-ac10-bf5b1a8304fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.04.16 03:54:10.106256 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.04.16 03:54:10.106255 [ 253 ] {} <Debug> TCP-Session: 3a05c44b-65c6-4988-817a-8bbae2e9f1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.16 03:54:10.106350 [ 256 ] {} <Debug> TCP-Session: b873f346-0355-413e-81d4-f6d9d3a19f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:54397 | ||
| 144 | 2025.04.16 03:54:10.106388 [ 255 ] {} <Debug> TCP-Session: f459f8c8-ab6b-4d62-ac10-bf5b1a8304fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.16 03:54:10.106500 [ 258 ] {} <Debug> TCP-Session: 0ff64fd8-0b7c-41a3-ba2b-8b17f5839846 Authenticating user 'default' from [fd00:1122:3344:101::d]:44342 | ||
| 146 | 2025.04.16 03:54:10.106509 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 147 | 2025.04.16 03:54:10.106543 [ 256 ] {} <Debug> TCP-Session: b873f346-0355-413e-81d4-f6d9d3a19f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.16 03:54:10.106588 [ 258 ] {} <Debug> TCP-Session: 0ff64fd8-0b7c-41a3-ba2b-8b17f5839846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.04.16 03:54:10.106653 [ 258 ] {} <Debug> TCP-Session: 0ff64fd8-0b7c-41a3-ba2b-8b17f5839846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.04.16 03:54:10.106655 [ 257 ] {} <Debug> TCP-Session: 511ac492-1372-4a0f-9b2e-f86f9251dd20 Authenticating user 'default' from [fd00:1122:3344:101::d]:49861 | ||
| 151 | 2025.04.16 03:54:10.106648 [ 256 ] {} <Debug> TCP-Session: b873f346-0355-413e-81d4-f6d9d3a19f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.16 03:54:10.107801 [ 257 ] {} <Debug> TCP-Session: 511ac492-1372-4a0f-9b2e-f86f9251dd20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.16 03:54:10.107842 [ 257 ] {} <Debug> TCP-Session: 511ac492-1372-4a0f-9b2e-f86f9251dd20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.16 03:54:10.109654 [ 3 ] {4cfa88ed-2963-4192-87c8-e079e23d1379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.04.16 03:54:10.154485 [ 3 ] {4cfa88ed-2963-4192-87c8-e079e23d1379} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59761) (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 @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.04.16 03:54:10.155767 [ 3 ] {4cfa88ed-2963-4192-87c8-e079e23d1379} <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 @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.04.16 03:54:10.155857 [ 3 ] {4cfa88ed-2963-4192-87c8-e079e23d1379} <Debug> TCPHandler: Processed in 0.051979946 sec. | ||
| 204 | 2025.04.16 03:54:10.156214 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.04.16 03:54:10.156417 [ 254 ] {e65bc218-5dd3-4adc-a9b2-c0f9245ae67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.04.16 03:54:10.156764 [ 254 ] {e65bc218-5dd3-4adc-a9b2-c0f9245ae67e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48068) (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 @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.04.16 03:54:10.156890 [ 254 ] {e65bc218-5dd3-4adc-a9b2-c0f9245ae67e} <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 @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.04.16 03:54:10.156958 [ 254 ] {e65bc218-5dd3-4adc-a9b2-c0f9245ae67e} <Debug> TCPHandler: Processed in 0.000887347 sec. | ||
| 255 | 2025.04.16 03:54:10.158281 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.04.16 03:54:10.159781 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.04.16 03:54:10.159881 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.04.16 03:54:10.169269 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.04.16 03:54:10.169296 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.5382e-05 sec | ||
| 260 | 2025.04.16 03:54:10.169315 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.04.16 03:54:10.169340 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.04.16 03:54:10.169368 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.04.16 03:54:10.170064 [ 3 ] {c87420ca-b668-4fe4-a7d7-5168da2f54ca} <Debug> TCPHandler: Processed in 0.011903695 sec. | ||
| 264 | 2025.04.16 03:54:10.170239 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.04.16 03:54:10.170433 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) /* 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.04.16 03:54:10.170476 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.04.16 03:54:10.178049 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.04.16 03:54:10.183068 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Debug> oximeter.version (afdc1b7e-6710-4b71-aba0-81430edf04af): Loading data parts | ||
| 270 | 2025.04.16 03:54:10.183564 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Debug> oximeter.version (afdc1b7e-6710-4b71-aba0-81430edf04af): There are no data parts | ||
| 271 | 2025.04.16 03:54:10.198286 [ 3 ] {a2e2140c-c989-476d-a704-5a11e71b4198} <Debug> TCPHandler: Processed in 0.028109725 sec. | ||
| 272 | 2025.04.16 03:54:10.198472 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.04.16 03:54:10.198676 [ 3 ] {f2ecfdc3-bfb2-45de-91a4-a69e37d148a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) /* 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.04.16 03:54:10.198744 [ 3 ] {f2ecfdc3-bfb2-45de-91a4-a69e37d148a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.04.16 03:54:10.216250 [ 3 ] {f2ecfdc3-bfb2-45de-91a4-a69e37d148a6} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Loading data parts | ||
| 286 | 2025.04.16 03:54:10.216506 [ 3 ] {f2ecfdc3-bfb2-45de-91a4-a69e37d148a6} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): There are no data parts | ||
| 287 | 2025.04.16 03:54:10.221769 [ 3 ] {f2ecfdc3-bfb2-45de-91a4-a69e37d148a6} <Debug> TCPHandler: Processed in 0.023360491 sec. | ||
| 288 | 2025.04.16 03:54:10.221950 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.04.16 03:54:10.222201 [ 3 ] {78da2485-0508-45b0-8020-3b78fbeaa5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.222269 [ 3 ] {78da2485-0508-45b0-8020-3b78fbeaa5fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.04.16 03:54:10.231619 [ 3 ] {78da2485-0508-45b0-8020-3b78fbeaa5fc} <Debug> oximeter.measurements_i8 (4bb04548-879d-49d4-9920-291d1097fd18): Loading data parts | ||
| 292 | 2025.04.16 03:54:10.231795 [ 3 ] {78da2485-0508-45b0-8020-3b78fbeaa5fc} <Debug> oximeter.measurements_i8 (4bb04548-879d-49d4-9920-291d1097fd18): There are no data parts | ||
| 293 | 2025.04.16 03:54:10.244969 [ 3 ] {78da2485-0508-45b0-8020-3b78fbeaa5fc} <Debug> TCPHandler: Processed in 0.023087475 sec. | ||
| 294 | 2025.04.16 03:54:10.245129 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.04.16 03:54:10.245316 [ 3 ] {54cca158-435d-457c-b076-814c14bd7820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.245371 [ 3 ] {54cca158-435d-457c-b076-814c14bd7820} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.04.16 03:54:10.250467 [ 3 ] {54cca158-435d-457c-b076-814c14bd7820} <Debug> oximeter.measurements_u8 (8ef8898b-5df1-472f-a63c-6b36564a7fb0): Loading data parts | ||
| 298 | 2025.04.16 03:54:10.250661 [ 3 ] {54cca158-435d-457c-b076-814c14bd7820} <Debug> oximeter.measurements_u8 (8ef8898b-5df1-472f-a63c-6b36564a7fb0): There are no data parts | ||
| 299 | 2025.04.16 03:54:10.261197 [ 3 ] {54cca158-435d-457c-b076-814c14bd7820} <Debug> TCPHandler: Processed in 0.016119949 sec. | ||
| 300 | 2025.04.16 03:54:10.261368 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.04.16 03:54:10.261566 [ 3 ] {469b656b-b680-4a84-9117-8c42b6cb25c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.261612 [ 3 ] {469b656b-b680-4a84-9117-8c42b6cb25c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.04.16 03:54:10.271842 [ 3 ] {469b656b-b680-4a84-9117-8c42b6cb25c7} <Debug> oximeter.measurements_i16 (ae1cc97f-ab48-49a7-b8b9-89305019b8a5): Loading data parts | ||
| 304 | 2025.04.16 03:54:10.272113 [ 3 ] {469b656b-b680-4a84-9117-8c42b6cb25c7} <Debug> oximeter.measurements_i16 (ae1cc97f-ab48-49a7-b8b9-89305019b8a5): There are no data parts | ||
| 305 | 2025.04.16 03:54:10.275345 [ 3 ] {469b656b-b680-4a84-9117-8c42b6cb25c7} <Debug> TCPHandler: Processed in 0.014036317 sec. | ||
| 306 | 2025.04.16 03:54:10.275531 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.04.16 03:54:10.275758 [ 3 ] {89bfd1d5-00d2-4c3d-ab2c-544500c1dd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.275825 [ 3 ] {89bfd1d5-00d2-4c3d-ab2c-544500c1dd2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.04.16 03:54:10.280886 [ 3 ] {89bfd1d5-00d2-4c3d-ab2c-544500c1dd2f} <Debug> oximeter.measurements_u16 (0b5df0a5-9084-4dc8-9457-042002a5caf6): Loading data parts | ||
| 310 | 2025.04.16 03:54:10.281074 [ 3 ] {89bfd1d5-00d2-4c3d-ab2c-544500c1dd2f} <Debug> oximeter.measurements_u16 (0b5df0a5-9084-4dc8-9457-042002a5caf6): There are no data parts | ||
| 311 | 2025.04.16 03:54:10.290516 [ 3 ] {89bfd1d5-00d2-4c3d-ab2c-544500c1dd2f} <Debug> TCPHandler: Processed in 0.015048217 sec. | ||
| 312 | 2025.04.16 03:54:10.290687 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.04.16 03:54:10.290935 [ 3 ] {b9bee719-b04e-4755-ade6-5966e66b0d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.290992 [ 3 ] {b9bee719-b04e-4755-ade6-5966e66b0d87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.04.16 03:54:10.296716 [ 3 ] {b9bee719-b04e-4755-ade6-5966e66b0d87} <Debug> oximeter.measurements_i32 (45b8a2f2-5256-4434-9927-3e36a4319198): Loading data parts | ||
| 316 | 2025.04.16 03:54:10.296879 [ 3 ] {b9bee719-b04e-4755-ade6-5966e66b0d87} <Debug> oximeter.measurements_i32 (45b8a2f2-5256-4434-9927-3e36a4319198): There are no data parts | ||
| 317 | 2025.04.16 03:54:10.304320 [ 3 ] {b9bee719-b04e-4755-ade6-5966e66b0d87} <Debug> TCPHandler: Processed in 0.013697271 sec. | ||
| 318 | 2025.04.16 03:54:10.304492 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.04.16 03:54:10.304722 [ 3 ] {cef13cf4-d2a1-4f96-895e-56cd39761f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.304789 [ 3 ] {cef13cf4-d2a1-4f96-895e-56cd39761f19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.04.16 03:54:10.310331 [ 3 ] {cef13cf4-d2a1-4f96-895e-56cd39761f19} <Debug> oximeter.measurements_u32 (3fa6472b-1108-450a-99c8-63672aedd852): Loading data parts | ||
| 322 | 2025.04.16 03:54:10.310525 [ 3 ] {cef13cf4-d2a1-4f96-895e-56cd39761f19} <Debug> oximeter.measurements_u32 (3fa6472b-1108-450a-99c8-63672aedd852): There are no data parts | ||
| 323 | 2025.04.16 03:54:10.336496 [ 3 ] {cef13cf4-d2a1-4f96-895e-56cd39761f19} <Debug> TCPHandler: Processed in 0.032067383 sec. | ||
| 324 | 2025.04.16 03:54:10.336686 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.04.16 03:54:10.336923 [ 3 ] {4113eb9f-6c8f-4155-93d6-c547b2d0c572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.336993 [ 3 ] {4113eb9f-6c8f-4155-93d6-c547b2d0c572} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.04.16 03:54:10.344238 [ 3 ] {4113eb9f-6c8f-4155-93d6-c547b2d0c572} <Debug> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): Loading data parts | ||
| 328 | 2025.04.16 03:54:10.344438 [ 3 ] {4113eb9f-6c8f-4155-93d6-c547b2d0c572} <Debug> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): There are no data parts | ||
| 329 | 2025.04.16 03:54:10.375522 [ 3 ] {4113eb9f-6c8f-4155-93d6-c547b2d0c572} <Debug> TCPHandler: Processed in 0.038898197 sec. | ||
| 330 | 2025.04.16 03:54:10.375706 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.04.16 03:54:10.375942 [ 3 ] {e46fefb6-4b9e-4576-8736-e09034bc79f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.376011 [ 3 ] {e46fefb6-4b9e-4576-8736-e09034bc79f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.04.16 03:54:10.391453 [ 3 ] {e46fefb6-4b9e-4576-8736-e09034bc79f2} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Loading data parts | ||
| 334 | 2025.04.16 03:54:10.391642 [ 3 ] {e46fefb6-4b9e-4576-8736-e09034bc79f2} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): There are no data parts | ||
| 335 | 2025.04.16 03:54:10.405673 [ 3 ] {e46fefb6-4b9e-4576-8736-e09034bc79f2} <Debug> TCPHandler: Processed in 0.030030373 sec. | ||
| 336 | 2025.04.16 03:54:10.405848 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.04.16 03:54:10.406043 [ 3 ] {e7cd3117-228a-43ac-9340-36c2d03184ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.406103 [ 3 ] {e7cd3117-228a-43ac-9340-36c2d03184ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.04.16 03:54:10.412644 [ 3 ] {e7cd3117-228a-43ac-9340-36c2d03184ea} <Debug> oximeter.measurements_f32 (29fc337a-1238-4f38-aeea-db79824d34e5): Loading data parts | ||
| 340 | 2025.04.16 03:54:10.412847 [ 3 ] {e7cd3117-228a-43ac-9340-36c2d03184ea} <Debug> oximeter.measurements_f32 (29fc337a-1238-4f38-aeea-db79824d34e5): There are no data parts | ||
| 341 | 2025.04.16 03:54:10.420771 [ 3 ] {e7cd3117-228a-43ac-9340-36c2d03184ea} <Debug> TCPHandler: Processed in 0.014977116 sec. | ||
| 342 | 2025.04.16 03:54:10.420938 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.04.16 03:54:10.421135 [ 3 ] {57c06b75-6d10-43b8-9909-9f3aff8f0a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.421198 [ 3 ] {57c06b75-6d10-43b8-9909-9f3aff8f0a8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.04.16 03:54:10.432203 [ 3 ] {57c06b75-6d10-43b8-9909-9f3aff8f0a8a} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Loading data parts | ||
| 346 | 2025.04.16 03:54:10.432393 [ 3 ] {57c06b75-6d10-43b8-9909-9f3aff8f0a8a} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): There are no data parts | ||
| 347 | 2025.04.16 03:54:10.446225 [ 3 ] {57c06b75-6d10-43b8-9909-9f3aff8f0a8a} <Debug> TCPHandler: Processed in 0.02533788 sec. | ||
| 348 | 2025.04.16 03:54:10.446376 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.04.16 03:54:10.446570 [ 3 ] {a9972414-4bcc-4f2b-835c-e22381805e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.446635 [ 3 ] {a9972414-4bcc-4f2b-835c-e22381805e22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.04.16 03:54:10.459086 [ 3 ] {a9972414-4bcc-4f2b-835c-e22381805e22} <Debug> oximeter.measurements_string (993f06bc-a8c4-4484-9a36-91a5fa09a2a4): Loading data parts | ||
| 352 | 2025.04.16 03:54:10.459277 [ 3 ] {a9972414-4bcc-4f2b-835c-e22381805e22} <Debug> oximeter.measurements_string (993f06bc-a8c4-4484-9a36-91a5fa09a2a4): There are no data parts | ||
| 353 | 2025.04.16 03:54:10.467370 [ 3 ] {a9972414-4bcc-4f2b-835c-e22381805e22} <Debug> TCPHandler: Processed in 0.021045105 sec. | ||
| 354 | 2025.04.16 03:54:10.467581 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.04.16 03:54:10.467886 [ 3 ] {06f2919c-552b-4184-8e60-bd0ca71bceb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.467965 [ 3 ] {06f2919c-552b-4184-8e60-bd0ca71bceb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.04.16 03:54:10.483859 [ 3 ] {06f2919c-552b-4184-8e60-bd0ca71bceb7} <Debug> oximeter.measurements_bytes (710e56b4-43de-4804-ba71-7dab9cb47d86): Loading data parts | ||
| 365 | 2025.04.16 03:54:10.484057 [ 3 ] {06f2919c-552b-4184-8e60-bd0ca71bceb7} <Debug> oximeter.measurements_bytes (710e56b4-43de-4804-ba71-7dab9cb47d86): There are no data parts | ||
| 366 | 2025.04.16 03:54:10.493402 [ 3 ] {06f2919c-552b-4184-8e60-bd0ca71bceb7} <Debug> TCPHandler: Processed in 0.025901121 sec. | ||
| 367 | 2025.04.16 03:54:10.493573 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.04.16 03:54:10.493780 [ 3 ] {826e25ed-24dc-41d9-959e-b425ac260580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.493841 [ 3 ] {826e25ed-24dc-41d9-959e-b425ac260580} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.04.16 03:54:10.504183 [ 3 ] {826e25ed-24dc-41d9-959e-b425ac260580} <Debug> oximeter.measurements_cumulativei64 (c2f2bb7f-9739-4d50-a034-b08d30457637): Loading data parts | ||
| 371 | 2025.04.16 03:54:10.504375 [ 3 ] {826e25ed-24dc-41d9-959e-b425ac260580} <Debug> oximeter.measurements_cumulativei64 (c2f2bb7f-9739-4d50-a034-b08d30457637): There are no data parts | ||
| 372 | 2025.04.16 03:54:10.509557 [ 3 ] {826e25ed-24dc-41d9-959e-b425ac260580} <Debug> TCPHandler: Processed in 0.016039257 sec. | ||
| 373 | 2025.04.16 03:54:10.509719 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.04.16 03:54:10.509929 [ 3 ] {83bfa853-5f03-46af-92eb-a1c083ba9e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.509983 [ 3 ] {83bfa853-5f03-46af-92eb-a1c083ba9e6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.04.16 03:54:10.518379 [ 3 ] {83bfa853-5f03-46af-92eb-a1c083ba9e6f} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Loading data parts | ||
| 377 | 2025.04.16 03:54:10.518559 [ 3 ] {83bfa853-5f03-46af-92eb-a1c083ba9e6f} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): There are no data parts | ||
| 378 | 2025.04.16 03:54:10.529026 [ 3 ] {83bfa853-5f03-46af-92eb-a1c083ba9e6f} <Debug> TCPHandler: Processed in 0.019365122 sec. | ||
| 379 | 2025.04.16 03:54:10.529188 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.04.16 03:54:10.529385 [ 3 ] {8f0fe946-abd6-40c5-b00a-b36064df2221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.529451 [ 3 ] {8f0fe946-abd6-40c5-b00a-b36064df2221} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.04.16 03:54:10.540544 [ 3 ] {8f0fe946-abd6-40c5-b00a-b36064df2221} <Debug> oximeter.measurements_cumulativef32 (f04de205-e34b-4542-9911-6dc799e93a7e): Loading data parts | ||
| 383 | 2025.04.16 03:54:10.540875 [ 3 ] {8f0fe946-abd6-40c5-b00a-b36064df2221} <Debug> oximeter.measurements_cumulativef32 (f04de205-e34b-4542-9911-6dc799e93a7e): There are no data parts | ||
| 384 | 2025.04.16 03:54:10.549489 [ 3 ] {8f0fe946-abd6-40c5-b00a-b36064df2221} <Debug> TCPHandler: Processed in 0.020352812 sec. | ||
| 385 | 2025.04.16 03:54:10.549682 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.04.16 03:54:10.549912 [ 3 ] {48b758cb-d51a-4a23-ba25-e077dc476258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.549979 [ 3 ] {48b758cb-d51a-4a23-ba25-e077dc476258} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.04.16 03:54:10.566590 [ 3 ] {48b758cb-d51a-4a23-ba25-e077dc476258} <Debug> oximeter.measurements_cumulativef64 (e42a168a-7ca6-4459-baf1-16e3dc2096f5): Loading data parts | ||
| 389 | 2025.04.16 03:54:10.566804 [ 3 ] {48b758cb-d51a-4a23-ba25-e077dc476258} <Debug> oximeter.measurements_cumulativef64 (e42a168a-7ca6-4459-baf1-16e3dc2096f5): There are no data parts | ||
| 390 | 2025.04.16 03:54:10.602377 [ 3 ] {48b758cb-d51a-4a23-ba25-e077dc476258} <Debug> TCPHandler: Processed in 0.052755381 sec. | ||
| 391 | 2025.04.16 03:54:10.602551 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.04.16 03:54:10.602829 [ 3 ] {6d3bf8b3-28c4-4163-bb23-81d706e6d25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.602905 [ 3 ] {6d3bf8b3-28c4-4163-bb23-81d706e6d25b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.04.16 03:54:10.669225 [ 3 ] {6d3bf8b3-28c4-4163-bb23-81d706e6d25b} <Debug> oximeter.measurements_histogrami8 (63e64dc5-0d44-4e73-9f78-d2c81b5b5870): Loading data parts | ||
| 405 | 2025.04.16 03:54:10.669461 [ 3 ] {6d3bf8b3-28c4-4163-bb23-81d706e6d25b} <Debug> oximeter.measurements_histogrami8 (63e64dc5-0d44-4e73-9f78-d2c81b5b5870): There are no data parts | ||
| 406 | 2025.04.16 03:54:10.681874 [ 3 ] {6d3bf8b3-28c4-4163-bb23-81d706e6d25b} <Debug> TCPHandler: Processed in 0.079375177 sec. | ||
| 407 | 2025.04.16 03:54:10.682046 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.04.16 03:54:10.682329 [ 3 ] {4fe85c99-c721-49d9-b197-0ce5052f4fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.682399 [ 3 ] {4fe85c99-c721-49d9-b197-0ce5052f4fb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.04.16 03:54:10.690293 [ 3 ] {4fe85c99-c721-49d9-b197-0ce5052f4fb4} <Debug> oximeter.measurements_histogramu8 (36d3f523-9a1a-46c2-87c1-3556e25f6510): Loading data parts | ||
| 411 | 2025.04.16 03:54:10.690506 [ 3 ] {4fe85c99-c721-49d9-b197-0ce5052f4fb4} <Debug> oximeter.measurements_histogramu8 (36d3f523-9a1a-46c2-87c1-3556e25f6510): There are no data parts | ||
| 412 | 2025.04.16 03:54:10.699427 [ 3 ] {4fe85c99-c721-49d9-b197-0ce5052f4fb4} <Debug> TCPHandler: Processed in 0.017435164 sec. | ||
| 413 | 2025.04.16 03:54:10.699641 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.04.16 03:54:10.699911 [ 3 ] {3c3ea7ea-10a9-483a-bb53-4292877495df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.699993 [ 3 ] {3c3ea7ea-10a9-483a-bb53-4292877495df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.04.16 03:54:10.706209 [ 3 ] {3c3ea7ea-10a9-483a-bb53-4292877495df} <Debug> oximeter.measurements_histogrami16 (9a22267b-3418-4e1c-8019-d35934ba271e): Loading data parts | ||
| 417 | 2025.04.16 03:54:10.706396 [ 3 ] {3c3ea7ea-10a9-483a-bb53-4292877495df} <Debug> oximeter.measurements_histogrami16 (9a22267b-3418-4e1c-8019-d35934ba271e): There are no data parts | ||
| 418 | 2025.04.16 03:54:10.744243 [ 3 ] {3c3ea7ea-10a9-483a-bb53-4292877495df} <Debug> TCPHandler: Processed in 0.044656131 sec. | ||
| 419 | 2025.04.16 03:54:10.744405 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.04.16 03:54:10.744691 [ 3 ] {0add1308-4415-4763-bb3c-67074f79b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.744760 [ 3 ] {0add1308-4415-4763-bb3c-67074f79b024} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.04.16 03:54:10.751613 [ 3 ] {0add1308-4415-4763-bb3c-67074f79b024} <Debug> oximeter.measurements_histogramu16 (c97e1324-aac7-4f34-9747-9b1059f874d1): Loading data parts | ||
| 423 | 2025.04.16 03:54:10.751820 [ 3 ] {0add1308-4415-4763-bb3c-67074f79b024} <Debug> oximeter.measurements_histogramu16 (c97e1324-aac7-4f34-9747-9b1059f874d1): There are no data parts | ||
| 424 | 2025.04.16 03:54:10.762438 [ 3 ] {0add1308-4415-4763-bb3c-67074f79b024} <Debug> TCPHandler: Processed in 0.018083706 sec. | ||
| 425 | 2025.04.16 03:54:10.762632 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.04.16 03:54:10.762907 [ 3 ] {d90c412c-70fa-4af7-bc5f-db3da845829e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.762988 [ 3 ] {d90c412c-70fa-4af7-bc5f-db3da845829e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.04.16 03:54:10.778314 [ 3 ] {d90c412c-70fa-4af7-bc5f-db3da845829e} <Debug> oximeter.measurements_histogrami32 (f0b0b189-d134-4311-830a-ab364b58dfc6): Loading data parts | ||
| 429 | 2025.04.16 03:54:10.778545 [ 3 ] {d90c412c-70fa-4af7-bc5f-db3da845829e} <Debug> oximeter.measurements_histogrami32 (f0b0b189-d134-4311-830a-ab364b58dfc6): There are no data parts | ||
| 430 | 2025.04.16 03:54:10.783936 [ 3 ] {d90c412c-70fa-4af7-bc5f-db3da845829e} <Debug> TCPHandler: Processed in 0.021364732 sec. | ||
| 431 | 2025.04.16 03:54:10.784158 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.04.16 03:54:10.784455 [ 3 ] {162a336b-a4dd-4535-9246-badb824c7cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.784530 [ 3 ] {162a336b-a4dd-4535-9246-badb824c7cb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.04.16 03:54:10.792253 [ 3 ] {162a336b-a4dd-4535-9246-badb824c7cb9} <Debug> oximeter.measurements_histogramu32 (ff326294-1127-4521-b2d0-3f40c68863f0): Loading data parts | ||
| 435 | 2025.04.16 03:54:10.792448 [ 3 ] {162a336b-a4dd-4535-9246-badb824c7cb9} <Debug> oximeter.measurements_histogramu32 (ff326294-1127-4521-b2d0-3f40c68863f0): There are no data parts | ||
| 436 | 2025.04.16 03:54:10.807075 [ 3 ] {162a336b-a4dd-4535-9246-badb824c7cb9} <Debug> TCPHandler: Processed in 0.022982743 sec. | ||
| 437 | 2025.04.16 03:54:10.807241 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.04.16 03:54:10.807517 [ 3 ] {16816d71-d177-4124-b189-cd40ddced511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.807592 [ 3 ] {16816d71-d177-4124-b189-cd40ddced511} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.04.16 03:54:10.814323 [ 3 ] {16816d71-d177-4124-b189-cd40ddced511} <Debug> oximeter.measurements_histogrami64 (f6613c09-4ecb-4793-b94e-94068037d224): Loading data parts | ||
| 441 | 2025.04.16 03:54:10.814517 [ 3 ] {16816d71-d177-4124-b189-cd40ddced511} <Debug> oximeter.measurements_histogrami64 (f6613c09-4ecb-4793-b94e-94068037d224): There are no data parts | ||
| 442 | 2025.04.16 03:54:10.823504 [ 3 ] {16816d71-d177-4124-b189-cd40ddced511} <Debug> TCPHandler: Processed in 0.016316112 sec. | ||
| 443 | 2025.04.16 03:54:10.823692 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.04.16 03:54:10.824034 [ 3 ] {db7b1256-c825-4954-95df-e2f616cdea0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.824118 [ 3 ] {db7b1256-c825-4954-95df-e2f616cdea0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.04.16 03:54:10.838722 [ 3 ] {db7b1256-c825-4954-95df-e2f616cdea0b} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Loading data parts | ||
| 447 | 2025.04.16 03:54:10.838915 [ 3 ] {db7b1256-c825-4954-95df-e2f616cdea0b} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): There are no data parts | ||
| 448 | 2025.04.16 03:54:10.844749 [ 3 ] {db7b1256-c825-4954-95df-e2f616cdea0b} <Debug> TCPHandler: Processed in 0.021118777 sec. | ||
| 449 | 2025.04.16 03:54:10.844931 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.04.16 03:54:10.845202 [ 3 ] {afa51dbc-2855-49f7-98cf-99c2387578e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.845283 [ 3 ] {afa51dbc-2855-49f7-98cf-99c2387578e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.04.16 03:54:10.857409 [ 3 ] {afa51dbc-2855-49f7-98cf-99c2387578e7} <Debug> oximeter.measurements_histogramf32 (1a2c4659-63ad-4c48-8b5e-79b3e8884203): Loading data parts | ||
| 453 | 2025.04.16 03:54:10.857638 [ 3 ] {afa51dbc-2855-49f7-98cf-99c2387578e7} <Debug> oximeter.measurements_histogramf32 (1a2c4659-63ad-4c48-8b5e-79b3e8884203): There are no data parts | ||
| 454 | 2025.04.16 03:54:10.863163 [ 3 ] {afa51dbc-2855-49f7-98cf-99c2387578e7} <Debug> TCPHandler: Processed in 0.018284861 sec. | ||
| 455 | 2025.04.16 03:54:10.863319 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.04.16 03:54:10.863605 [ 3 ] {b1c1d71c-035d-4033-9a30-ddb76d02c2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.863675 [ 3 ] {b1c1d71c-035d-4033-9a30-ddb76d02c2a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.04.16 03:54:10.875684 [ 3 ] {b1c1d71c-035d-4033-9a30-ddb76d02c2a2} <Debug> oximeter.measurements_histogramf64 (36d634e6-d50d-4b0e-b2ba-55c835a3bbd6): Loading data parts | ||
| 459 | 2025.04.16 03:54:10.875854 [ 3 ] {b1c1d71c-035d-4033-9a30-ddb76d02c2a2} <Debug> oximeter.measurements_histogramf64 (36d634e6-d50d-4b0e-b2ba-55c835a3bbd6): There are no data parts | ||
| 460 | 2025.04.16 03:54:10.888983 [ 3 ] {b1c1d71c-035d-4033-9a30-ddb76d02c2a2} <Debug> TCPHandler: Processed in 0.025716458 sec. | ||
| 461 | 2025.04.16 03:54:10.889177 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.04.16 03:54:10.889370 [ 3 ] {6c776a27-d03f-4907-8fde-1c22eed23852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) /* 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.04.16 03:54:10.889436 [ 3 ] {6c776a27-d03f-4907-8fde-1c22eed23852} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.04.16 03:54:10.895518 [ 3 ] {6c776a27-d03f-4907-8fde-1c22eed23852} <Debug> oximeter.fields_bool (c85503e4-7f56-4c65-b400-be40df10f820): Loading data parts | ||
| 490 | 2025.04.16 03:54:10.895693 [ 3 ] {6c776a27-d03f-4907-8fde-1c22eed23852} <Debug> oximeter.fields_bool (c85503e4-7f56-4c65-b400-be40df10f820): There are no data parts | ||
| 491 | 2025.04.16 03:54:10.905966 [ 3 ] {6c776a27-d03f-4907-8fde-1c22eed23852} <Debug> TCPHandler: Processed in 0.016847883 sec. | ||
| 492 | 2025.04.16 03:54:10.906127 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.04.16 03:54:10.906322 [ 3 ] {2fa97367-cb6f-4b31-9ac1-7354f1048ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.906391 [ 3 ] {2fa97367-cb6f-4b31-9ac1-7354f1048ccb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.04.16 03:54:10.912453 [ 3 ] {2fa97367-cb6f-4b31-9ac1-7354f1048ccb} <Debug> oximeter.fields_i8 (19175aa2-e5fb-4fd0-ae2b-094ccaefa62b): Loading data parts | ||
| 496 | 2025.04.16 03:54:10.912640 [ 3 ] {2fa97367-cb6f-4b31-9ac1-7354f1048ccb} <Debug> oximeter.fields_i8 (19175aa2-e5fb-4fd0-ae2b-094ccaefa62b): There are no data parts | ||
| 497 | 2025.04.16 03:54:10.921108 [ 3 ] {2fa97367-cb6f-4b31-9ac1-7354f1048ccb} <Debug> TCPHandler: Processed in 0.015032067 sec. | ||
| 498 | 2025.04.16 03:54:10.921263 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.04.16 03:54:10.921468 [ 3 ] {33cb58a2-09e4-4ab5-a746-42b0538dd221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.921528 [ 3 ] {33cb58a2-09e4-4ab5-a746-42b0538dd221} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.04.16 03:54:10.927355 [ 3 ] {33cb58a2-09e4-4ab5-a746-42b0538dd221} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Loading data parts | ||
| 502 | 2025.04.16 03:54:10.927532 [ 3 ] {33cb58a2-09e4-4ab5-a746-42b0538dd221} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): There are no data parts | ||
| 503 | 2025.04.16 03:54:10.941378 [ 3 ] {33cb58a2-09e4-4ab5-a746-42b0538dd221} <Debug> TCPHandler: Processed in 0.020166508 sec. | ||
| 504 | 2025.04.16 03:54:10.941557 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.04.16 03:54:10.941791 [ 3 ] {82703811-44fa-4152-91ee-3a3655e302b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.941864 [ 3 ] {82703811-44fa-4152-91ee-3a3655e302b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.04.16 03:54:10.946267 [ 3 ] {82703811-44fa-4152-91ee-3a3655e302b0} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Loading data parts | ||
| 508 | 2025.04.16 03:54:10.946428 [ 3 ] {82703811-44fa-4152-91ee-3a3655e302b0} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): There are no data parts | ||
| 509 | 2025.04.16 03:54:10.960776 [ 3 ] {82703811-44fa-4152-91ee-3a3655e302b0} <Debug> TCPHandler: Processed in 0.019281381 sec. | ||
| 510 | 2025.04.16 03:54:10.960952 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.04.16 03:54:10.961200 [ 3 ] {de9d9c62-5dd6-4c27-a176-82d0b74efddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.961270 [ 3 ] {de9d9c62-5dd6-4c27-a176-82d0b74efddf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.04.16 03:54:10.977395 [ 3 ] {de9d9c62-5dd6-4c27-a176-82d0b74efddf} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Loading data parts | ||
| 514 | 2025.04.16 03:54:10.977559 [ 3 ] {de9d9c62-5dd6-4c27-a176-82d0b74efddf} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): There are no data parts | ||
| 515 | 2025.04.16 03:54:10.986153 [ 3 ] {de9d9c62-5dd6-4c27-a176-82d0b74efddf} <Debug> TCPHandler: Processed in 0.025264539 sec. | ||
| 516 | 2025.04.16 03:54:10.986332 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.04.16 03:54:10.986533 [ 3 ] {bd0ad5eb-a53a-4055-8647-7ac4cc431c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.986601 [ 3 ] {bd0ad5eb-a53a-4055-8647-7ac4cc431c4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.04.16 03:54:10.994404 [ 3 ] {bd0ad5eb-a53a-4055-8647-7ac4cc431c4d} <Debug> oximeter.fields_i32 (fb33fa33-93e0-4c17-ac05-5282a0488b79): Loading data parts | ||
| 520 | 2025.04.16 03:54:10.994558 [ 3 ] {bd0ad5eb-a53a-4055-8647-7ac4cc431c4d} <Debug> oximeter.fields_i32 (fb33fa33-93e0-4c17-ac05-5282a0488b79): There are no data parts | ||
| 521 | 2025.04.16 03:54:10.997092 [ 3 ] {bd0ad5eb-a53a-4055-8647-7ac4cc431c4d} <Debug> TCPHandler: Processed in 0.010825793 sec. | ||
| 522 | 2025.04.16 03:54:10.997247 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.04.16 03:54:10.997452 [ 3 ] {359f9d60-9625-4e56-a328-f423334a6b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:10.997512 [ 3 ] {359f9d60-9625-4e56-a328-f423334a6b6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.04.16 03:54:11.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.45 MiB, peak 124.45 MiB, free memory in arenas 0.00 B, will set to 135.13 MiB (RSS), difference: 10.68 MiB | ||
| 526 | 2025.04.16 03:54:11.010108 [ 3 ] {359f9d60-9625-4e56-a328-f423334a6b6b} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Loading data parts | ||
| 527 | 2025.04.16 03:54:11.010271 [ 3 ] {359f9d60-9625-4e56-a328-f423334a6b6b} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): There are no data parts | ||
| 528 | 2025.04.16 03:54:11.025809 [ 3 ] {359f9d60-9625-4e56-a328-f423334a6b6b} <Debug> TCPHandler: Processed in 0.028613365 sec. | ||
| 529 | 2025.04.16 03:54:11.025988 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.04.16 03:54:11.026198 [ 3 ] {32a8fd42-8967-4c47-a48d-cbc04ae864d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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) | ||
| 531 | 2025.04.16 03:54:11.026258 [ 3 ] {32a8fd42-8967-4c47-a48d-cbc04ae864d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.04.16 03:54:11.032430 [ 3 ] {32a8fd42-8967-4c47-a48d-cbc04ae864d5} <Debug> oximeter.fields_i64 (8b9f1389-4fd8-41ec-9e46-0777e2a247a6): Loading data parts | ||
| 533 | 2025.04.16 03:54:11.032606 [ 3 ] {32a8fd42-8967-4c47-a48d-cbc04ae864d5} <Debug> oximeter.fields_i64 (8b9f1389-4fd8-41ec-9e46-0777e2a247a6): There are no data parts | ||
| 534 | 2025.04.16 03:54:11.035397 [ 3 ] {32a8fd42-8967-4c47-a48d-cbc04ae864d5} <Debug> TCPHandler: Processed in 0.009459357 sec. | ||
| 535 | 2025.04.16 03:54:11.035580 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.04.16 03:54:11.035808 [ 3 ] {f9e20561-b6cb-4f6a-87ea-62c66efd9970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:11.035882 [ 3 ] {f9e20561-b6cb-4f6a-87ea-62c66efd9970} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.04.16 03:54:11.046149 [ 3 ] {f9e20561-b6cb-4f6a-87ea-62c66efd9970} <Debug> oximeter.fields_u64 (16cb7cdf-9113-4e45-9ada-4b3025936e95): Loading data parts | ||
| 539 | 2025.04.16 03:54:11.046303 [ 3 ] {f9e20561-b6cb-4f6a-87ea-62c66efd9970} <Debug> oximeter.fields_u64 (16cb7cdf-9113-4e45-9ada-4b3025936e95): There are no data parts | ||
| 540 | 2025.04.16 03:54:11.049394 [ 3 ] {f9e20561-b6cb-4f6a-87ea-62c66efd9970} <Debug> TCPHandler: Processed in 0.013876164 sec. | ||
| 541 | 2025.04.16 03:54:11.049568 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.04.16 03:54:11.049780 [ 3 ] {9bda8269-b1fe-4388-b723-356a70ff95eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:11.049839 [ 3 ] {9bda8269-b1fe-4388-b723-356a70ff95eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.04.16 03:54:11.055015 [ 3 ] {9bda8269-b1fe-4388-b723-356a70ff95eb} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Loading data parts | ||
| 545 | 2025.04.16 03:54:11.055167 [ 3 ] {9bda8269-b1fe-4388-b723-356a70ff95eb} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): There are no data parts | ||
| 546 | 2025.04.16 03:54:11.077604 [ 3 ] {9bda8269-b1fe-4388-b723-356a70ff95eb} <Debug> TCPHandler: Processed in 0.028089665 sec. | ||
| 547 | 2025.04.16 03:54:11.077772 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.04.16 03:54:11.077959 [ 3 ] {350b338e-6d53-4614-be07-e1bb3be78133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:11.078018 [ 3 ] {350b338e-6d53-4614-be07-e1bb3be78133} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.04.16 03:54:11.084530 [ 3 ] {350b338e-6d53-4614-be07-e1bb3be78133} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Loading data parts | ||
| 551 | 2025.04.16 03:54:11.084691 [ 3 ] {350b338e-6d53-4614-be07-e1bb3be78133} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): There are no data parts | ||
| 552 | 2025.04.16 03:54:11.092577 [ 3 ] {350b338e-6d53-4614-be07-e1bb3be78133} <Debug> TCPHandler: Processed in 0.014855693 sec. | ||
| 553 | 2025.04.16 03:54:11.092785 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.04.16 03:54:11.093086 [ 3 ] {872bc150-b4a7-4d38-aed6-3972f684547a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) 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.04.16 03:54:11.093175 [ 3 ] {872bc150-b4a7-4d38-aed6-3972f684547a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.04.16 03:54:11.098923 [ 3 ] {872bc150-b4a7-4d38-aed6-3972f684547a} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Loading data parts | ||
| 557 | 2025.04.16 03:54:11.099165 [ 3 ] {872bc150-b4a7-4d38-aed6-3972f684547a} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): There are no data parts | ||
| 558 | 2025.04.16 03:54:11.108822 [ 3 ] {872bc150-b4a7-4d38-aed6-3972f684547a} <Debug> TCPHandler: Processed in 0.016101858 sec. | ||
| 559 | 2025.04.16 03:54:11.109000 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.04.16 03:54:11.109262 [ 3 ] {c590cc5e-1e6a-4185-a3de-d40e47a3de1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) /* 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.04.16 03:54:11.109340 [ 3 ] {c590cc5e-1e6a-4185-a3de-d40e47a3de1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.04.16 03:54:11.114908 [ 3 ] {c590cc5e-1e6a-4185-a3de-d40e47a3de1e} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Loading data parts | ||
| 566 | 2025.04.16 03:54:11.115094 [ 3 ] {c590cc5e-1e6a-4185-a3de-d40e47a3de1e} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): There are no data parts | ||
| 567 | 2025.04.16 03:54:11.122727 [ 3 ] {c590cc5e-1e6a-4185-a3de-d40e47a3de1e} <Debug> TCPHandler: Processed in 0.013777792 sec. | ||
| 568 | 2025.04.16 03:54:11.123063 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.04.16 03:54:11.123400 [ 254 ] {dee33192-b099-4539-83c6-890f7008eed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.04.16 03:54:11.124674 [ 254 ] {dee33192-b099-4539-83c6-890f7008eed4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.04.16 03:54:11.132466 [ 259 ] {dee33192-b099-4539-83c6-890f7008eed4} <Trace> oximeter.version (afdc1b7e-6710-4b71-aba0-81430edf04af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.04.16 03:54:11.132529 [ 259 ] {dee33192-b099-4539-83c6-890f7008eed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 573 | 2025.04.16 03:54:11.137103 [ 259 ] {dee33192-b099-4539-83c6-890f7008eed4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.04.16 03:54:11.137455 [ 259 ] {dee33192-b099-4539-83c6-890f7008eed4} <Trace> oximeter.version (afdc1b7e-6710-4b71-aba0-81430edf04af): 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.04.16 03:54:11.137781 [ 254 ] {dee33192-b099-4539-83c6-890f7008eed4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014531 sec., 68.81838827334664 rows/sec., 1.08 KiB/sec. | ||
| 576 | 2025.04.16 03:54:11.138105 [ 254 ] {dee33192-b099-4539-83c6-890f7008eed4} <Debug> TCPHandler: Processed in 0.01518812 sec. | ||
| 577 | 2025.04.16 03:54:12.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.73 MiB, peak 135.73 MiB, free memory in arenas 0.00 B, will set to 139.33 MiB (RSS), difference: 3.60 MiB | ||
| 578 | 2025.04.16 03:54:12.579031 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60391 | ||
| 579 | 2025.04.16 03:54:12.579658 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 580 | 2025.04.16 03:54:12.579692 [ 261 ] {} <Debug> TCP-Session: cadeac89-53da-40eb-aeae-c90caa5b202d Authenticating user 'default' from [fd00:1122:3344:101::c]:60391 | ||
| 581 | 2025.04.16 03:54:12.579716 [ 261 ] {} <Debug> TCP-Session: cadeac89-53da-40eb-aeae-c90caa5b202d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.04.16 03:54:12.579876 [ 261 ] {} <Debug> TCP-Session: cadeac89-53da-40eb-aeae-c90caa5b202d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.04.16 03:54:12.579932 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 584 | 2025.04.16 03:54:12.579957 [ 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.04.16 03:54:12.580057 [ 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.04.16 03:54:12.581164 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45861 | ||
| 587 | 2025.04.16 03:54:12.581167 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55023 | ||
| 588 | 2025.04.16 03:54:12.581238 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47850 | ||
| 589 | 2025.04.16 03:54:12.581560 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 590 | 2025.04.16 03:54:12.581425 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50959 | ||
| 591 | 2025.04.16 03:54:12.581671 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37322 | ||
| 592 | 2025.04.16 03:54:12.581739 [ 262 ] {} <Debug> TCP-Session: 8f93758c-c6ff-4f9b-90cc-98d6606532c4 Authenticating user 'default' from [fd00:1122:3344:101::c]:55023 | ||
| 593 | 2025.04.16 03:54:12.581953 [ 262 ] {} <Debug> TCP-Session: 8f93758c-c6ff-4f9b-90cc-98d6606532c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2025.04.16 03:54:12.581998 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56901 | ||
| 595 | 2025.04.16 03:54:12.581961 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55363 | ||
| 596 | 2025.04.16 03:54:12.582054 [ 262 ] {} <Debug> TCP-Session: 8f93758c-c6ff-4f9b-90cc-98d6606532c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 597 | 2025.04.16 03:54:12.588331 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.04.16 03:54:12.588441 [ 263 ] {} <Debug> TCP-Session: a8e073c8-4c06-4eb2-8fdb-53eb6e2b4658 Authenticating user 'default' from [fd00:1122:3344:101::c]:45861 | ||
| 599 | 2025.04.16 03:54:12.588468 [ 263 ] {} <Debug> TCP-Session: a8e073c8-4c06-4eb2-8fdb-53eb6e2b4658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2025.04.16 03:54:12.588482 [ 263 ] {} <Debug> TCP-Session: a8e073c8-4c06-4eb2-8fdb-53eb6e2b4658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2025.04.16 03:54:12.588916 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 602 | 2025.04.16 03:54:12.588948 [ 267 ] {} <Debug> TCP-Session: 61f3bc70-9d5f-4311-ba34-bd2809dd8101 Authenticating user 'default' from [fd00:1122:3344:101::c]:55363 | ||
| 603 | 2025.04.16 03:54:12.588965 [ 267 ] {} <Debug> TCP-Session: 61f3bc70-9d5f-4311-ba34-bd2809dd8101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.04.16 03:54:12.589059 [ 267 ] {} <Debug> TCP-Session: 61f3bc70-9d5f-4311-ba34-bd2809dd8101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.04.16 03:54:12.589481 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.04.16 03:54:12.589530 [ 268 ] {} <Debug> TCP-Session: cc7823cd-4688-45c6-b0c9-5c555d6fef5a Authenticating user 'default' from [fd00:1122:3344:101::c]:56901 | ||
| 607 | 2025.04.16 03:54:12.589664 [ 268 ] {} <Debug> TCP-Session: cc7823cd-4688-45c6-b0c9-5c555d6fef5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.04.16 03:54:12.589681 [ 268 ] {} <Debug> TCP-Session: cc7823cd-4688-45c6-b0c9-5c555d6fef5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.04.16 03:54:12.590160 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 610 | 2025.04.16 03:54:12.590284 [ 265 ] {} <Debug> TCP-Session: b01ab777-f6ed-4884-8e19-7cd320ba1a5b Authenticating user 'default' from [fd00:1122:3344:101::c]:50959 | ||
| 611 | 2025.04.16 03:54:12.590308 [ 265 ] {} <Debug> TCP-Session: b01ab777-f6ed-4884-8e19-7cd320ba1a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.04.16 03:54:12.590325 [ 265 ] {} <Debug> TCP-Session: b01ab777-f6ed-4884-8e19-7cd320ba1a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.04.16 03:54:12.592135 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.04.16 03:54:12.592178 [ 266 ] {} <Debug> TCP-Session: 2bc70fd8-690e-44b4-b14d-f37bc94fd079 Authenticating user 'default' from [fd00:1122:3344:101::c]:37322 | ||
| 615 | 2025.04.16 03:54:12.592199 [ 266 ] {} <Debug> TCP-Session: 2bc70fd8-690e-44b4-b14d-f37bc94fd079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.04.16 03:54:12.592313 [ 266 ] {} <Debug> TCP-Session: 2bc70fd8-690e-44b4-b14d-f37bc94fd079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.04.16 03:54:12.593859 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37123 | ||
| 618 | 2025.04.16 03:54:12.594468 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 619 | 2025.04.16 03:54:12.594511 [ 269 ] {} <Debug> TCP-Session: fd6a7388-8056-4035-8933-b5def5088020 Authenticating user 'default' from [fd00:1122:3344:101::a]:37123 | ||
| 620 | 2025.04.16 03:54:12.594648 [ 269 ] {} <Debug> TCP-Session: fd6a7388-8056-4035-8933-b5def5088020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.04.16 03:54:12.594669 [ 269 ] {} <Debug> TCP-Session: fd6a7388-8056-4035-8933-b5def5088020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2025.04.16 03:54:12.594748 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 623 | 2025.04.16 03:54:12.594877 [ 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 | ||
| 624 | 2025.04.16 03:54:12.594905 [ 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 | ||
| 625 | 2025.04.16 03:54:12.597542 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44104 | ||
| 626 | 2025.04.16 03:54:12.597694 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57866 | ||
| 627 | 2025.04.16 03:54:12.597705 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 628 | 2025.04.16 03:54:12.597912 [ 270 ] {} <Debug> TCP-Session: 7c73c7b1-4a1c-4bee-a8f1-409b77652650 Authenticating user 'default' from [fd00:1122:3344:101::a]:44104 | ||
| 629 | 2025.04.16 03:54:12.598003 [ 270 ] {} <Debug> TCP-Session: 7c73c7b1-4a1c-4bee-a8f1-409b77652650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2025.04.16 03:54:12.598181 [ 270 ] {} <Debug> TCP-Session: 7c73c7b1-4a1c-4bee-a8f1-409b77652650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 631 | 2025.04.16 03:54:12.601819 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.04.16 03:54:12.601873 [ 264 ] {} <Debug> TCP-Session: 35f36c45-7135-4a2f-afce-84d4154fc584 Authenticating user 'default' from [fd00:1122:3344:101::c]:47850 | ||
| 633 | 2025.04.16 03:54:12.601962 [ 264 ] {} <Debug> TCP-Session: 35f36c45-7135-4a2f-afce-84d4154fc584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 634 | 2025.04.16 03:54:12.602047 [ 264 ] {} <Debug> TCP-Session: 35f36c45-7135-4a2f-afce-84d4154fc584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 635 | 2025.04.16 03:54:12.609504 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47796 | ||
| 636 | 2025.04.16 03:54:12.609673 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62424 | ||
| 637 | 2025.04.16 03:54:12.609681 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.04.16 03:54:12.609774 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62349 | ||
| 639 | 2025.04.16 03:54:12.610065 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45503 | ||
| 640 | 2025.04.16 03:54:12.610082 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2025.04.16 03:54:12.610101 [ 272 ] {} <Debug> TCP-Session: 16ba9f29-bea8-4a78-9884-973f970411a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:47796 | ||
| 642 | 2025.04.16 03:54:12.610273 [ 272 ] {} <Debug> TCP-Session: 16ba9f29-bea8-4a78-9884-973f970411a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.04.16 03:54:12.610298 [ 273 ] {} <Debug> TCP-Session: 29aa1a55-8163-4d4d-8579-e4e56a574fba Authenticating user 'default' from [fd00:1122:3344:101::a]:62424 | ||
| 644 | 2025.04.16 03:54:12.610307 [ 272 ] {} <Debug> TCP-Session: 16ba9f29-bea8-4a78-9884-973f970411a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.04.16 03:54:12.610416 [ 273 ] {} <Debug> TCP-Session: 29aa1a55-8163-4d4d-8579-e4e56a574fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.04.16 03:54:12.610448 [ 273 ] {} <Debug> TCP-Session: 29aa1a55-8163-4d4d-8579-e4e56a574fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.04.16 03:54:12.622102 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.04.16 03:54:12.622153 [ 271 ] {} <Debug> TCP-Session: 535fdbbb-fdb3-4e48-a0e0-3b7bae03d302 Authenticating user 'default' from [fd00:1122:3344:101::a]:57866 | ||
| 649 | 2025.04.16 03:54:12.622187 [ 271 ] {} <Debug> TCP-Session: 535fdbbb-fdb3-4e48-a0e0-3b7bae03d302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.04.16 03:54:12.622327 [ 271 ] {} <Debug> TCP-Session: 535fdbbb-fdb3-4e48-a0e0-3b7bae03d302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.04.16 03:54:12.622760 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.04.16 03:54:12.622807 [ 274 ] {} <Debug> TCP-Session: 1c855c9d-47b1-474d-a47c-34c3ca45f277 Authenticating user 'default' from [fd00:1122:3344:101::a]:62349 | ||
| 653 | 2025.04.16 03:54:12.622813 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.04.16 03:54:12.622898 [ 274 ] {} <Debug> TCP-Session: 1c855c9d-47b1-474d-a47c-34c3ca45f277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.04.16 03:54:12.622983 [ 275 ] {} <Debug> TCP-Session: 0913296c-ff30-4c81-b5c1-c39faccfb326 Authenticating user 'default' from [fd00:1122:3344:101::a]:45503 | ||
| 656 | 2025.04.16 03:54:12.622995 [ 274 ] {} <Debug> TCP-Session: 1c855c9d-47b1-474d-a47c-34c3ca45f277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.04.16 03:54:12.623019 [ 275 ] {} <Debug> TCP-Session: 0913296c-ff30-4c81-b5c1-c39faccfb326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.04.16 03:54:12.623133 [ 275 ] {} <Debug> TCP-Session: 0913296c-ff30-4c81-b5c1-c39faccfb326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.04.16 03:54:12.637893 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54836 | ||
| 660 | 2025.04.16 03:54:12.638205 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2025.04.16 03:54:12.638241 [ 276 ] {} <Debug> TCP-Session: 13c30187-12f8-480b-9998-e077d474d8df Authenticating user 'default' from [fd00:1122:3344:101::a]:54836 | ||
| 662 | 2025.04.16 03:54:12.638268 [ 276 ] {} <Debug> TCP-Session: 13c30187-12f8-480b-9998-e077d474d8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.04.16 03:54:12.638397 [ 276 ] {} <Debug> TCP-Session: 13c30187-12f8-480b-9998-e077d474d8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.04.16 03:54:12.642766 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51368 | ||
| 665 | 2025.04.16 03:54:12.644718 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.04.16 03:54:12.644755 [ 277 ] {} <Debug> TCP-Session: f5821969-d579-499e-9bb8-904fc83a8fc7 Authenticating user 'default' from [fd00:1122:3344:101::b]:51368 | ||
| 667 | 2025.04.16 03:54:12.644884 [ 277 ] {} <Debug> TCP-Session: f5821969-d579-499e-9bb8-904fc83a8fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.16 03:54:12.644904 [ 277 ] {} <Debug> TCP-Session: f5821969-d579-499e-9bb8-904fc83a8fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.04.16 03:54:12.644976 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.04.16 03:54:12.645086 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.04.16 03:54:12.645110 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.04.16 03:54:12.647695 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36448 | ||
| 673 | 2025.04.16 03:54:12.647901 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.16 03:54:12.647914 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49619 | ||
| 675 | 2025.04.16 03:54:12.648005 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45937 | ||
| 676 | 2025.04.16 03:54:12.648052 [ 278 ] {} <Debug> TCP-Session: 0b049a07-2afa-4eec-8760-51ebe85ad1e9 Authenticating user 'default' from [fd00:1122:3344:101::b]:36448 | ||
| 677 | 2025.04.16 03:54:12.648259 [ 278 ] {} <Debug> TCP-Session: 0b049a07-2afa-4eec-8760-51ebe85ad1e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2025.04.16 03:54:12.648315 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40004 | ||
| 679 | 2025.04.16 03:54:12.648386 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38856 | ||
| 680 | 2025.04.16 03:54:12.648394 [ 278 ] {} <Debug> TCP-Session: 0b049a07-2afa-4eec-8760-51ebe85ad1e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.04.16 03:54:12.648767 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52589 | ||
| 682 | 2025.04.16 03:54:12.648925 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51966 | ||
| 683 | 2025.04.16 03:54:12.649642 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.04.16 03:54:12.649679 [ 283 ] {} <Debug> TCP-Session: fd6ba28b-3be2-46a1-a501-49969946652f Authenticating user 'default' from [fd00:1122:3344:101::b]:52589 | ||
| 685 | 2025.04.16 03:54:12.649685 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.04.16 03:54:12.649804 [ 283 ] {} <Debug> TCP-Session: fd6ba28b-3be2-46a1-a501-49969946652f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.04.16 03:54:12.649830 [ 284 ] {} <Debug> TCP-Session: adea18eb-773f-4d85-9f29-5e95822df74c Authenticating user 'default' from [fd00:1122:3344:101::b]:51966 | ||
| 688 | 2025.04.16 03:54:12.649842 [ 283 ] {} <Debug> TCP-Session: fd6ba28b-3be2-46a1-a501-49969946652f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.04.16 03:54:12.649967 [ 284 ] {} <Debug> TCP-Session: adea18eb-773f-4d85-9f29-5e95822df74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.16 03:54:12.650015 [ 284 ] {} <Debug> TCP-Session: adea18eb-773f-4d85-9f29-5e95822df74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.04.16 03:54:12.658576 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.04.16 03:54:12.658614 [ 279 ] {} <Debug> TCP-Session: f620f4c9-2bcd-442f-8e83-36b544c0705c Authenticating user 'default' from [fd00:1122:3344:101::b]:49619 | ||
| 693 | 2025.04.16 03:54:12.658640 [ 279 ] {} <Debug> TCP-Session: f620f4c9-2bcd-442f-8e83-36b544c0705c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.04.16 03:54:12.658766 [ 279 ] {} <Debug> TCP-Session: f620f4c9-2bcd-442f-8e83-36b544c0705c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.04.16 03:54:12.661283 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.04.16 03:54:12.661320 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2025.04.16 03:54:12.661360 [ 282 ] {} <Debug> TCP-Session: bac7aa41-44a5-4b30-91b3-bb444b2d48ca Authenticating user 'default' from [fd00:1122:3344:101::b]:38856 | ||
| 698 | 2025.04.16 03:54:12.661408 [ 281 ] {} <Debug> TCP-Session: 3974b98f-b721-4443-b361-ca0c17a81775 Authenticating user 'default' from [fd00:1122:3344:101::b]:40004 | ||
| 699 | 2025.04.16 03:54:12.661536 [ 282 ] {} <Debug> TCP-Session: bac7aa41-44a5-4b30-91b3-bb444b2d48ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.04.16 03:54:12.661548 [ 281 ] {} <Debug> TCP-Session: 3974b98f-b721-4443-b361-ca0c17a81775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.16 03:54:12.661572 [ 282 ] {} <Debug> TCP-Session: bac7aa41-44a5-4b30-91b3-bb444b2d48ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.16 03:54:12.661693 [ 281 ] {} <Debug> TCP-Session: 3974b98f-b721-4443-b361-ca0c17a81775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.04.16 03:54:12.667890 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.04.16 03:54:12.668033 [ 280 ] {} <Debug> TCP-Session: dbbf2913-519e-4206-80fc-fed50fd04a12 Authenticating user 'default' from [fd00:1122:3344:101::b]:45937 | ||
| 705 | 2025.04.16 03:54:12.668056 [ 280 ] {} <Debug> TCP-Session: dbbf2913-519e-4206-80fc-fed50fd04a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.16 03:54:12.668070 [ 280 ] {} <Debug> TCP-Session: dbbf2913-519e-4206-80fc-fed50fd04a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.04.16 03:54:13.000258 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.47 MiB, peak 139.47 MiB, free memory in arenas 0.00 B, will set to 140.82 MiB (RSS), difference: 1.35 MiB | ||
| 708 | 2025.04.16 03:54:17.339128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 709 | 2025.04.16 03:54:17.339186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 710 | 2025.04.16 03:54:17.339230 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 711 | 2025.04.16 03:54:17.339427 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 712 | 2025.04.16 03:54:17.355314 [ 244 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Loading data parts | ||
| 713 | 2025.04.16 03:54:17.355699 [ 244 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): There are no data parts | ||
| 714 | 2025.04.16 03:54:17.377580 [ 243 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Loading data parts | ||
| 715 | 2025.04.16 03:54:17.377750 [ 243 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): There are no data parts | ||
| 716 | 2025.04.16 03:54:17.382173 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2025.04.16 03:54:17.382368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 718 | 2025.04.16 03:54:17.385238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2025.04.16 03:54:17.385801 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 720 | 2025.04.16 03:54:17.386133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 721 | 2025.04.16 03:54:17.416870 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 722 | 2025.04.16 03:54:17.416918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 723 | 2025.04.16 03:54:17.424235 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 724 | 2025.04.16 03:54:17.425592 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): 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.04.16 03:54:17.427948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 726 | 2025.04.16 03:54:18.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.77 MiB, peak 149.77 MiB, free memory in arenas 0.00 B, will set to 150.57 MiB (RSS), difference: 4.80 MiB | ||
| 727 | 2025.04.16 03:54:19.839064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 728 | 2025.04.16 03:54:19.839187 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 729 | 2025.04.16 03:54:19.857985 [ 242 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Loading data parts | ||
| 730 | 2025.04.16 03:54:19.858268 [ 242 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): There are no data parts | ||
| 731 | 2025.04.16 03:54:19.877314 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 732 | 2025.04.16 03:54:19.877386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 733 | 2025.04.16 03:54:19.881602 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 734 | 2025.04.16 03:54:19.882325 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): 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.04.16 03:54:19.883164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 736 | 2025.04.16 03:54:20.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.75 MiB, peak 154.75 MiB, free memory in arenas 0.00 B, will set to 150.98 MiB (RSS), difference: -3.77 MiB | ||
| 737 | 2025.04.16 03:54:24.790696 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 738 | 2025.04.16 03:54:24.790816 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 739 | 2025.04.16 03:54:24.886267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 740 | 2025.04.16 03:54:24.887121 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 741 | 2025.04.16 03:54:24.887170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 742 | 2025.04.16 03:54:24.887970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 743 | 2025.04.16 03:54:24.888433 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): 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.04.16 03:54:24.888689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 745 | 2025.04.16 03:54:24.928015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 746 | 2025.04.16 03:54:24.948945 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.04.16 03:54:24.949009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 748 | 2025.04.16 03:54:24.956369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 749 | 2025.04.16 03:54:24.957594 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): 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.04.16 03:54:24.960396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 751 | 2025.04.16 03:54:25.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.65 MiB, peak 155.65 MiB, free memory in arenas 0.00 B, will set to 152.68 MiB (RSS), difference: 1.03 MiB | ||
| 752 | 2025.04.16 03:54:30.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.70 MiB, peak 155.65 MiB, free memory in arenas 0.00 B, will set to 152.71 MiB (RSS), difference: 4.02 MiB | ||
| 753 | 2025.04.16 03:54:32.389833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 754 | 2025.04.16 03:54:32.390465 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 755 | 2025.04.16 03:54:32.390666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 756 | 2025.04.16 03:54:32.391528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 757 | 2025.04.16 03:54:32.392124 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 758 | 2025.04.16 03:54:32.392469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 759 | 2025.04.16 03:54:32.461437 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 760 | 2025.04.16 03:54:32.480716 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2025.04.16 03:54:32.480854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 762 | 2025.04.16 03:54:32.487763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 763 | 2025.04.16 03:54:32.489227 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2025.04.16 03:54:32.492564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 765 | 2025.04.16 03:54:39.790859 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 766 | 2025.04.16 03:54:39.790923 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 767 | 2025.04.16 03:54:39.892577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 768 | 2025.04.16 03:54:39.893163 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 769 | 2025.04.16 03:54:39.893212 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 770 | 2025.04.16 03:54:39.893847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 771 | 2025.04.16 03:54:39.894123 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 772 | 2025.04.16 03:54:39.894380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 773 | 2025.04.16 03:54:39.992647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 774 | 2025.04.16 03:54:40.012162 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 775 | 2025.04.16 03:54:40.012225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 776 | 2025.04.16 03:54:40.019104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 777 | 2025.04.16 03:54:40.019908 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 778 | 2025.04.16 03:54:40.023178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 779 | 2025.04.16 03:54:41.154054 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2025.04.16 03:54:41.154283 [ 3 ] {b6d280e9-dc5d-4eb3-98c2-5694a1e6a479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 781 | 2025.04.16 03:54:41.164250 [ 3 ] {b6d280e9-dc5d-4eb3-98c2-5694a1e6a479} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2025.04.16 03:54:41.178576 [ 3 ] {b6d280e9-dc5d-4eb3-98c2-5694a1e6a479} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2025.04.16 03:54:41.196747 [ 3 ] {b6d280e9-dc5d-4eb3-98c2-5694a1e6a479} <Debug> TCPHandler: Processed in 0.042831805 sec. | ||
| 784 | 2025.04.16 03:54:41.212066 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2025.04.16 03:54:41.212239 [ 3 ] {6f4c2802-376c-4baf-a8fb-5b5471e85f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 786 | 2025.04.16 03:54:41.229483 [ 3 ] {6f4c2802-376c-4baf-a8fb-5b5471e85f68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2025.04.16 03:54:41.229554 [ 3 ] {6f4c2802-376c-4baf-a8fb-5b5471e85f68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2025.04.16 03:54:41.230146 [ 3 ] {6f4c2802-376c-4baf-a8fb-5b5471e85f68} <Debug> TCPHandler: Processed in 0.018141608 sec. | ||
| 789 | 2025.04.16 03:54:41.230429 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2025.04.16 03:54:41.230581 [ 3 ] {5d1bff3c-a1ce-434c-920a-94b94c8df799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 791 | 2025.04.16 03:54:41.232871 [ 3 ] {5d1bff3c-a1ce-434c-920a-94b94c8df799} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2025.04.16 03:54:41.232941 [ 3 ] {5d1bff3c-a1ce-434c-920a-94b94c8df799} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2025.04.16 03:54:41.233466 [ 3 ] {5d1bff3c-a1ce-434c-920a-94b94c8df799} <Debug> TCPHandler: Processed in 0.003096061 sec. | ||
| 794 | 2025.04.16 03:54:41.233689 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2025.04.16 03:54:41.233833 [ 3 ] {cf3e04e9-20ff-4554-acc4-667cda543c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 796 | 2025.04.16 03:54:41.234152 [ 3 ] {cf3e04e9-20ff-4554-acc4-667cda543c3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2025.04.16 03:54:41.234208 [ 3 ] {cf3e04e9-20ff-4554-acc4-667cda543c3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2025.04.16 03:54:41.234615 [ 3 ] {cf3e04e9-20ff-4554-acc4-667cda543c3b} <Debug> TCPHandler: Processed in 0.00097724 sec. | ||
| 799 | 2025.04.16 03:54:41.235721 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2025.04.16 03:54:41.235866 [ 3 ] {ba108c94-18b6-4019-99e2-5f3cb95d84e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 801 | 2025.04.16 03:54:41.236184 [ 3 ] {ba108c94-18b6-4019-99e2-5f3cb95d84e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2025.04.16 03:54:41.236238 [ 3 ] {ba108c94-18b6-4019-99e2-5f3cb95d84e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2025.04.16 03:54:41.236681 [ 3 ] {ba108c94-18b6-4019-99e2-5f3cb95d84e9} <Debug> TCPHandler: Processed in 0.00101122 sec. | ||
| 804 | 2025.04.16 03:54:41.240389 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2025.04.16 03:54:41.240514 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 806 | 2025.04.16 03:54:41.240565 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2025.04.16 03:54:41.246685 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 808 | 2025.04.16 03:54:41.246736 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 809 | 2025.04.16 03:54:41.249434 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 810 | 2025.04.16 03:54:41.249681 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 811 | 2025.04.16 03:54:41.249872 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.009392 sec., 532.3679727427599 rows/sec., 56.04 KiB/sec. | ||
| 812 | 2025.04.16 03:54:41.249936 [ 3 ] {2aad57fb-be9f-4684-96aa-6f69c8039f8e} <Debug> TCPHandler: Processed in 0.009599399 sec. | ||
| 813 | 2025.04.16 03:54:41.250099 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.04.16 03:54:41.250220 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 815 | 2025.04.16 03:54:41.250273 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 816 | 2025.04.16 03:54:41.259978 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 817 | 2025.04.16 03:54:41.260017 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 818 | 2025.04.16 03:54:41.262409 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 819 | 2025.04.16 03:54:41.262672 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 820 | 2025.04.16 03:54:41.262861 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Debug> executeQuery: Read 45 rows, 4.22 KiB in 0.01267 sec., 3551.6969218626673 rows/sec., 333.05 KiB/sec. | ||
| 821 | 2025.04.16 03:54:41.262942 [ 3 ] {4330ba10-5b2a-49ec-aebf-ac9d7dea47ad} <Debug> TCPHandler: Processed in 0.012915345 sec. | ||
| 822 | 2025.04.16 03:54:41.263081 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.16 03:54:41.263195 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 824 | 2025.04.16 03:54:41.263244 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 825 | 2025.04.16 03:54:41.263837 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 826 | 2025.04.16 03:54:41.263876 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 827 | 2025.04.16 03:54:41.264256 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 828 | 2025.04.16 03:54:41.264510 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 829 | 2025.04.16 03:54:41.264713 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001545 sec., 14239.48220064725 rows/sec., 1.05 MiB/sec. | ||
| 830 | 2025.04.16 03:54:41.264767 [ 3 ] {5f7431fa-d460-4134-a8f3-2951d8c6c659} <Debug> TCPHandler: Processed in 0.001739355 sec. | ||
| 831 | 2025.04.16 03:54:41.264882 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.04.16 03:54:41.264992 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 833 | 2025.04.16 03:54:41.265041 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 834 | 2025.04.16 03:54:41.265612 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 835 | 2025.04.16 03:54:41.265652 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 836 | 2025.04.16 03:54:41.266015 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 837 | 2025.04.16 03:54:41.266260 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 838 | 2025.04.16 03:54:41.266461 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 44.51 KiB/sec. | ||
| 839 | 2025.04.16 03:54:41.266533 [ 3 ] {93c6f339-22c5-4d99-8bdb-64ca3930c634} <Debug> TCPHandler: Processed in 0.001702993 sec. | ||
| 840 | 2025.04.16 03:54:41.266658 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2025.04.16 03:54:41.266763 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 842 | 2025.04.16 03:54:41.266809 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 843 | 2025.04.16 03:54:41.267328 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 844 | 2025.04.16 03:54:41.267366 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 845 | 2025.04.16 03:54:41.267734 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 846 | 2025.04.16 03:54:41.267984 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 847 | 2025.04.16 03:54:41.268187 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Debug> executeQuery: Read 38 rows, 3.06 KiB in 0.001441 sec., 26370.5759888966 rows/sec., 2.07 MiB/sec. | ||
| 848 | 2025.04.16 03:54:41.268244 [ 3 ] {9c7bd45c-e70c-4c39-9a60-dd6ec5b5a3bf} <Debug> TCPHandler: Processed in 0.001637692 sec. | ||
| 849 | 2025.04.16 03:54:41.268374 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.04.16 03:54:41.268480 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 851 | 2025.04.16 03:54:41.268527 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 852 | 2025.04.16 03:54:41.270958 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 853 | 2025.04.16 03:54:41.270996 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 854 | 2025.04.16 03:54:41.273321 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 855 | 2025.04.16 03:54:41.273575 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 856 | 2025.04.16 03:54:41.273791 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.005332 sec., 187.5468867216804 rows/sec., 11.90 KiB/sec. | ||
| 857 | 2025.04.16 03:54:41.273843 [ 3 ] {8bd2c438-171f-4ed1-865d-ea7e794960cd} <Debug> TCPHandler: Processed in 0.005519299 sec. | ||
| 858 | 2025.04.16 03:54:41.273964 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.04.16 03:54:41.274067 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 860 | 2025.04.16 03:54:41.274135 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 861 | 2025.04.16 03:54:41.275275 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.04.16 03:54:41.275315 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 863 | 2025.04.16 03:54:41.280426 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2025.04.16 03:54:41.280707 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.04.16 03:54:41.280993 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006932 sec., 3173.6872475476052 rows/sec., 5.69 MiB/sec. | ||
| 866 | 2025.04.16 03:54:41.281150 [ 3 ] {f252c89d-d115-473f-a3d0-7d830a8f204f} <Debug> TCPHandler: Processed in 0.007236833 sec. | ||
| 867 | 2025.04.16 03:54:41.281284 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.04.16 03:54:41.281391 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 869 | 2025.04.16 03:54:41.281439 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 870 | 2025.04.16 03:54:41.283749 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Trace> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2025.04.16 03:54:41.283795 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 872 | 2025.04.16 03:54:41.284231 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 873 | 2025.04.16 03:54:41.284495 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Trace> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2025.04.16 03:54:41.284705 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.003335 sec., 7196.40179910045 rows/sec., 533.82 KiB/sec. | ||
| 875 | 2025.04.16 03:54:41.284772 [ 3 ] {d636bde5-368c-47a3-810e-b1e25a00ee87} <Debug> TCPHandler: Processed in 0.00353961 sec. | ||
| 876 | 2025.04.16 03:54:46.143006 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2025.04.16 03:54:46.143259 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 878 | 2025.04.16 03:54:46.145565 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 879 | 2025.04.16 03:54:46.149533 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 880 | 2025.04.16 03:54:46.149814 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2025.04.16 03:54:46.153805 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2025.04.16 03:54:46.155979 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 883 | 2025.04.16 03:54:46.160898 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 884 | 2025.04.16 03:54:46.162883 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 885 | 2025.04.16 03:54:46.162920 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 886 | 2025.04.16 03:54:46.164997 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))" | ||
| 887 | 2025.04.16 03:54:46.165034 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 888 | 2025.04.16 03:54:46.190060 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.046892 sec., 106.62799624669452 rows/sec., 4.77 KiB/sec. | ||
| 889 | 2025.04.16 03:54:46.190186 [ 3 ] {3d8accd1-c362-4108-9b8d-5fa935cb7b55} <Debug> TCPHandler: Processed in 0.047316184 sec. | ||
| 890 | 2025.04.16 03:54:46.190541 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2025.04.16 03:54:46.190710 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 892 | 2025.04.16 03:54:46.190987 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 893 | 2025.04.16 03:54:46.191023 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 894 | 2025.04.16 03:54:46.191247 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 895 | 2025.04.16 03:54:46.191319 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 896 | 2025.04.16 03:54:46.191473 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 897 | 2025.04.16 03:54:46.191511 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 898 | 2025.04.16 03:54:46.191535 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 899 | 2025.04.16 03:54:46.191552 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 900 | 2025.04.16 03:54:46.191595 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 901 | 2025.04.16 03:54:46.191617 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 902 | 2025.04.16 03:54:46.192129 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001492 sec., 3351.206434316354 rows/sec., 149.89 KiB/sec. | ||
| 903 | 2025.04.16 03:54:46.192212 [ 3 ] {c9080b73-c357-4468-a5b9-375a2fd62ae1} <Debug> TCPHandler: Processed in 0.001757905 sec. | ||
| 904 | 2025.04.16 03:54:46.192411 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.04.16 03:54:46.192551 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 906 | 2025.04.16 03:54:46.192792 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 907 | 2025.04.16 03:54:46.192827 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 908 | 2025.04.16 03:54:46.193038 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 909 | 2025.04.16 03:54:46.193102 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 910 | 2025.04.16 03:54:46.193240 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 911 | 2025.04.16 03:54:46.193274 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 912 | 2025.04.16 03:54:46.193297 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 913 | 2025.04.16 03:54:46.193313 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 914 | 2025.04.16 03:54:46.193353 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 915 | 2025.04.16 03:54:46.193373 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 916 | 2025.04.16 03:54:46.193838 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001343 sec., 3723.0081906180194 rows/sec., 166.52 KiB/sec. | ||
| 917 | 2025.04.16 03:54:46.193919 [ 3 ] {20d17b9d-be0a-4c38-81f0-402fff638982} <Debug> TCPHandler: Processed in 0.001559311 sec. | ||
| 918 | 2025.04.16 03:54:46.194124 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2025.04.16 03:54:46.194260 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 920 | 2025.04.16 03:54:46.194494 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 921 | 2025.04.16 03:54:46.194527 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 922 | 2025.04.16 03:54:46.194741 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 923 | 2025.04.16 03:54:46.194805 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 924 | 2025.04.16 03:54:46.194942 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 925 | 2025.04.16 03:54:46.194976 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 926 | 2025.04.16 03:54:46.194999 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 927 | 2025.04.16 03:54:46.195016 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 928 | 2025.04.16 03:54:46.195054 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 929 | 2025.04.16 03:54:46.195074 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 930 | 2025.04.16 03:54:46.195634 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001428 sec., 3501.4005602240895 rows/sec., 156.61 KiB/sec. | ||
| 931 | 2025.04.16 03:54:46.195714 [ 3 ] {7d187ea8-3d88-401e-a4f6-bb2e58efc37c} <Debug> TCPHandler: Processed in 0.001641262 sec. | ||
| 932 | 2025.04.16 03:54:46.196056 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 933 | 2025.04.16 03:54:46.196174 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 934 | 2025.04.16 03:54:46.196222 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 935 | 2025.04.16 03:54:46.196880 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 936 | 2025.04.16 03:54:46.196925 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 937 | 2025.04.16 03:54:46.197417 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 938 | 2025.04.16 03:54:46.197634 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 939 | 2025.04.16 03:54:46.197846 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 298.24 KiB/sec. | ||
| 940 | 2025.04.16 03:54:46.197899 [ 3 ] {1a42388d-e620-4826-a4d3-70fa0f1efdaf} <Debug> TCPHandler: Processed in 0.001892657 sec. | ||
| 941 | 2025.04.16 03:54:46.198012 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2025.04.16 03:54:46.198115 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 943 | 2025.04.16 03:54:46.198159 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 944 | 2025.04.16 03:54:46.198661 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.16 03:54:46.198702 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 946 | 2025.04.16 03:54:46.199051 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 947 | 2025.04.16 03:54:46.199286 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.04.16 03:54:46.199485 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001392 sec., 2873.5632183908046 rows/sec., 242.04 KiB/sec. | ||
| 949 | 2025.04.16 03:54:46.199535 [ 3 ] {212b9dcb-0e62-431f-b8b6-12ecf2d0b524} <Debug> TCPHandler: Processed in 0.001572461 sec. | ||
| 950 | 2025.04.16 03:54:46.199655 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 951 | 2025.04.16 03:54:46.199759 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 952 | 2025.04.16 03:54:46.199804 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 953 | 2025.04.16 03:54:46.200302 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 954 | 2025.04.16 03:54:46.200342 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 955 | 2025.04.16 03:54:46.200683 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 956 | 2025.04.16 03:54:46.200919 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 957 | 2025.04.16 03:54:46.201113 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001375 sec., 5818.181818181819 rows/sec., 467.33 KiB/sec. | ||
| 958 | 2025.04.16 03:54:46.201161 [ 3 ] {3ea0edac-1352-467f-83b7-85df4596c4d9} <Debug> TCPHandler: Processed in 0.001557221 sec. | ||
| 959 | 2025.04.16 03:54:46.201275 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 960 | 2025.04.16 03:54:46.201387 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 961 | 2025.04.16 03:54:46.201437 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 962 | 2025.04.16 03:54:46.201961 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 963 | 2025.04.16 03:54:46.202008 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 964 | 2025.04.16 03:54:46.202507 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 965 | 2025.04.16 03:54:46.202751 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 966 | 2025.04.16 03:54:46.202988 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Debug> executeQuery: Read 4 rows, 312.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 188.31 KiB/sec. | ||
| 967 | 2025.04.16 03:54:46.203137 [ 3 ] {409ff7d2-0965-4677-8662-ef9f6bb93702} <Debug> TCPHandler: Processed in 0.001906317 sec. | ||
| 968 | 2025.04.16 03:54:46.203274 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.04.16 03:54:46.203379 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 970 | 2025.04.16 03:54:46.203425 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 971 | 2025.04.16 03:54:46.203837 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 972 | 2025.04.16 03:54:46.203876 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 973 | 2025.04.16 03:54:46.204295 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 974 | 2025.04.16 03:54:46.204538 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 975 | 2025.04.16 03:54:46.204726 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Debug> executeQuery: Read 4 rows, 258.00 B in 0.00137 sec., 2919.7080291970806 rows/sec., 183.91 KiB/sec. | ||
| 976 | 2025.04.16 03:54:46.204774 [ 3 ] {2c926edf-b24b-49f3-b2ac-5e38cb437be0} <Debug> TCPHandler: Processed in 0.001552681 sec. | ||
| 977 | 2025.04.16 03:54:47.394468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 978 | 2025.04.16 03:54:47.395088 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 979 | 2025.04.16 03:54:47.395137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 980 | 2025.04.16 03:54:47.395694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 981 | 2025.04.16 03:54:47.395953 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 982 | 2025.04.16 03:54:47.396195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 983 | 2025.04.16 03:54:47.523235 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 984 | 2025.04.16 03:54:47.543043 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.04.16 03:54:47.543101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 986 | 2025.04.16 03:54:47.551181 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 987 | 2025.04.16 03:54:47.551930 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2025.04.16 03:54:47.555032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 989 | 2025.04.16 03:54:48.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.75 MiB, peak 160.75 MiB, free memory in arenas 0.00 B, will set to 158.10 MiB (RSS), difference: 1.35 MiB | ||
| 990 | 2025.04.16 03:54:49.883626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 132 | ||
| 991 | 2025.04.16 03:54:49.888335 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 992 | 2025.04.16 03:54:49.888394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 993 | 2025.04.16 03:54:49.889940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 994 | 2025.04.16 03:54:49.890279 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 995 | 2025.04.16 03:54:49.891078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 132 | ||
| 996 | 2025.04.16 03:54:51.144336 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.04.16 03:54:51.144525 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 998 | 2025.04.16 03:54:51.144599 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 999 | 2025.04.16 03:54:51.145407 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1000 | 2025.04.16 03:54:51.145453 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1001 | 2025.04.16 03:54:51.145893 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1002 | 2025.04.16 03:54:51.146146 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1003 | 2025.04.16 03:54:51.146360 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Debug> executeQuery: Read 48 rows, 4.46 KiB in 0.001888 sec., 25423.728813559323 rows/sec., 2.31 MiB/sec. | ||
| 1004 | 2025.04.16 03:54:51.146530 [ 3 ] {7efbae6f-0d48-4aa3-bc01-e488c350d94f} <Debug> TCPHandler: Processed in 0.002326876 sec. | ||
| 1005 | 2025.04.16 03:54:51.146685 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2025.04.16 03:54:51.146803 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1007 | 2025.04.16 03:54:51.146859 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1008 | 2025.04.16 03:54:51.147402 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2025.04.16 03:54:51.147441 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1010 | 2025.04.16 03:54:51.147805 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1011 | 2025.04.16 03:54:51.148062 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2025.04.16 03:54:51.148231 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001455 sec., 15120.274914089348 rows/sec., 1.11 MiB/sec. | ||
| 1013 | 2025.04.16 03:54:51.148281 [ 3 ] {c16abf67-2fd7-4ff6-bd72-a07992ace0c7} <Debug> TCPHandler: Processed in 0.001651143 sec. | ||
| 1014 | 2025.04.16 03:54:51.148397 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.04.16 03:54:51.148501 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1016 | 2025.04.16 03:54:51.148549 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1017 | 2025.04.16 03:54:51.149058 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1018 | 2025.04.16 03:54:51.149097 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1019 | 2025.04.16 03:54:51.149454 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1020 | 2025.04.16 03:54:51.149691 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1021 | 2025.04.16 03:54:51.149878 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001391 sec., 21567.21782890007 rows/sec., 1.69 MiB/sec. | ||
| 1022 | 2025.04.16 03:54:51.149933 [ 3 ] {740a87f3-77d4-40b2-ace3-c29b1c664e47} <Debug> TCPHandler: Processed in 0.001588251 sec. | ||
| 1023 | 2025.04.16 03:54:51.150046 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.04.16 03:54:51.150152 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1025 | 2025.04.16 03:54:51.150202 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1026 | 2025.04.16 03:54:51.150673 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2025.04.16 03:54:51.150713 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1028 | 2025.04.16 03:54:51.151074 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1029 | 2025.04.16 03:54:51.151321 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2025.04.16 03:54:51.151519 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001389 sec., 7199.424046076314 rows/sec., 548.39 KiB/sec. | ||
| 1031 | 2025.04.16 03:54:51.151570 [ 3 ] {539bbf82-7819-433e-b426-d08e8cd323a2} <Debug> TCPHandler: Processed in 0.001575051 sec. | ||
| 1032 | 2025.04.16 03:54:51.151692 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2025.04.16 03:54:51.151796 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1034 | 2025.04.16 03:54:51.151862 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1035 | 2025.04.16 03:54:51.152900 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2025.04.16 03:54:51.152941 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1037 | 2025.04.16 03:54:51.153552 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1038 | 2025.04.16 03:54:51.153816 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2025.04.16 03:54:51.154035 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002261 sec., 9730.207872622734 rows/sec., 17.44 MiB/sec. | ||
| 1040 | 2025.04.16 03:54:51.154129 [ 3 ] {c72148cc-0551-41cb-93ce-188f4f7f378a} <Debug> TCPHandler: Processed in 0.002490039 sec. | ||
| 1041 | 2025.04.16 03:54:51.154249 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1042 | 2025.04.16 03:54:51.154354 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1043 | 2025.04.16 03:54:51.154402 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1044 | 2025.04.16 03:54:51.154802 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1045 | 2025.04.16 03:54:51.154842 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1046 | 2025.04.16 03:54:51.155188 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1047 | 2025.04.16 03:54:51.155419 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1048 | 2025.04.16 03:54:51.155608 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001273 sec., 7855.459544383346 rows/sec., 494.80 KiB/sec. | ||
| 1049 | 2025.04.16 03:54:51.155656 [ 3 ] {ce743d50-345e-4ea6-b64a-18acabaf3999} <Debug> TCPHandler: Processed in 0.001458859 sec. | ||
| 1050 | 2025.04.16 03:54:54.790992 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1051 | 2025.04.16 03:54:54.791065 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1052 | 2025.04.16 03:54:54.897292 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1053 | 2025.04.16 03:54:54.897895 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2025.04.16 03:54:54.897950 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1055 | 2025.04.16 03:54:54.898533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1056 | 2025.04.16 03:54:54.898794 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2025.04.16 03:54:54.898986 [ 81 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1058 | 2025.04.16 03:54:54.899048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1059 | 2025.04.16 03:54:54.899089 [ 81 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1060 | 2025.04.16 03:54:54.899124 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1061 | 2025.04.16 03:54:54.903386 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 1062 | 2025.04.16 03:54:54.903559 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1063 | 2025.04.16 03:54:54.903667 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1064 | 2025.04.16 03:54:54.903793 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1065 | 2025.04.16 03:54:54.903968 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1066 | 2025.04.16 03:54:54.904091 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1067 | 2025.04.16 03:54:54.904155 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1068 | 2025.04.16 03:54:54.904371 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1069 | 2025.04.16 03:54:54.938953 [ 188 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.039745675 sec., 70598.87648152912 rows/sec., 1.01 MiB/sec. | ||
| 1070 | 2025.04.16 03:54:54.939787 [ 186 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1071 | 2025.04.16 03:54:54.940186 [ 186 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1072 | 2025.04.16 03:54:54.940286 [ 186 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_6_1} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1073 | 2025.04.16 03:54:54.940435 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1074 | 2025.04.16 03:54:55.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.19 MiB, peak 164.50 MiB, free memory in arenas 0.00 B, will set to 159.40 MiB (RSS), difference: 1.21 MiB | ||
| 1075 | 2025.04.16 03:54:55.055076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1076 | 2025.04.16 03:54:55.074677 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1077 | 2025.04.16 03:54:55.074743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1078 | 2025.04.16 03:54:55.081834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1079 | 2025.04.16 03:54:55.082618 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1080 | 2025.04.16 03:54:55.083015 [ 80 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1081 | 2025.04.16 03:54:55.083134 [ 80 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1082 | 2025.04.16 03:54:55.083202 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1083 | 2025.04.16 03:54:55.083673 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1084 | 2025.04.16 03:54:55.100188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1085 | 2025.04.16 03:54:55.101368 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1086 | 2025.04.16 03:54:55.102854 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1087 | 2025.04.16 03:54:55.108308 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1088 | 2025.04.16 03:54:55.113378 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1089 | 2025.04.16 03:54:55.118322 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1090 | 2025.04.16 03:54:55.132371 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1091 | 2025.04.16 03:54:55.136859 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 1092 | 2025.04.16 03:54:55.203572 [ 188 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.120194013 sec., 382.7145699844467 rows/sec., 1.98 MiB/sec. | ||
| 1093 | 2025.04.16 03:54:55.206174 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1094 | 2025.04.16 03:54:55.209176 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_6_1} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1095 | 2025.04.16 03:54:55.209305 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_6_1} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1096 | 2025.04.16 03:54:55.211813 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1097 | 2025.04.16 03:54:56.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.48 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 163.00 MiB (RSS), difference: 2.52 MiB | ||
| 1098 | 2025.04.16 03:54:56.144093 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.04.16 03:54:56.144307 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1100 | 2025.04.16 03:54:56.144395 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1101 | 2025.04.16 03:54:56.145206 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1102 | 2025.04.16 03:54:56.145261 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1103 | 2025.04.16 03:54:56.145727 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1104 | 2025.04.16 03:54:56.145996 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1105 | 2025.04.16 03:54:56.146233 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001987 sec., 2013.0850528434826 rows/sec., 169.56 KiB/sec. | ||
| 1106 | 2025.04.16 03:54:56.146375 [ 3 ] {c040fcc9-304a-4280-9714-6e6ed6a84101} <Debug> TCPHandler: Processed in 0.002430228 sec. | ||
| 1107 | 2025.04.16 03:54:56.146546 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2025.04.16 03:54:56.146662 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1109 | 2025.04.16 03:54:56.146713 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1110 | 2025.04.16 03:54:56.147257 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2025.04.16 03:54:56.147299 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1112 | 2025.04.16 03:54:56.147675 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1113 | 2025.04.16 03:54:56.147929 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1114 | 2025.04.16 03:54:56.148134 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001501 sec., 5329.7801465689545 rows/sec., 428.10 KiB/sec. | ||
| 1115 | 2025.04.16 03:54:56.148191 [ 3 ] {84d4416c-9e77-4025-89a9-310d16fdd032} <Debug> TCPHandler: Processed in 0.001698804 sec. | ||
| 1116 | 2025.04.16 03:54:56.148308 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2025.04.16 03:54:56.148418 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1118 | 2025.04.16 03:54:56.148470 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1119 | 2025.04.16 03:54:56.148937 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1120 | 2025.04.16 03:54:56.148978 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1121 | 2025.04.16 03:54:56.149354 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1122 | 2025.04.16 03:54:56.149602 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1123 | 2025.04.16 03:54:56.149818 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001424 sec., 7022.47191011236 rows/sec., 534.91 KiB/sec. | ||
| 1124 | 2025.04.16 03:54:56.149870 [ 3 ] {56112926-ccd1-4644-8455-bfc121b2b0f8} <Debug> TCPHandler: Processed in 0.001614392 sec. | ||
| 1125 | 2025.04.16 03:54:56.150001 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1126 | 2025.04.16 03:54:56.150104 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1127 | 2025.04.16 03:54:56.150152 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1128 | 2025.04.16 03:54:56.150564 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1129 | 2025.04.16 03:54:56.150602 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1130 | 2025.04.16 03:54:56.150958 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1131 | 2025.04.16 03:54:56.151196 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1132 | 2025.04.16 03:54:56.151400 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001317 sec., 7593.014426727411 rows/sec., 478.27 KiB/sec. | ||
| 1133 | 2025.04.16 03:54:56.151448 [ 3 ] {34908cc8-d1ed-4d1d-8aa7-d75ac34deaeb} <Debug> TCPHandler: Processed in 0.001499769 sec. | ||
| 1134 | 2025.04.16 03:54:59.892289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 152 | ||
| 1135 | 2025.04.16 03:54:59.895051 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1136 | 2025.04.16 03:54:59.895114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1137 | 2025.04.16 03:54:59.896571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1138 | 2025.04.16 03:54:59.896892 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1139 | 2025.04.16 03:54:59.897478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 152 | ||
| 1140 | 2025.04.16 03:55:01.144790 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.04.16 03:55:01.145035 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1142 | 2025.04.16 03:55:01.145411 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1143 | 2025.04.16 03:55:01.145451 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1144 | 2025.04.16 03:55:01.145723 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1145 | 2025.04.16 03:55:01.145808 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1146 | 2025.04.16 03:55:01.145985 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1147 | 2025.04.16 03:55:01.146262 [ 287 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1148 | 2025.04.16 03:55:01.146285 [ 288 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1149 | 2025.04.16 03:55:01.146408 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1150 | 2025.04.16 03:55:01.146438 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2025.04.16 03:55:01.150497 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1152 | 2025.04.16 03:55:01.150532 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1153 | 2025.04.16 03:55:01.150596 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1154 | 2025.04.16 03:55:01.150648 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1155 | 2025.04.16 03:55:01.152054 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.007119 sec., 1264.2225031605562 rows/sec., 54.60 KiB/sec. | ||
| 1156 | 2025.04.16 03:55:01.152203 [ 3 ] {63feff33-d01e-40b4-9e90-5c701ce486c2} <Debug> TCPHandler: Processed in 0.007546409 sec. | ||
| 1157 | 2025.04.16 03:55:01.152615 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2025.04.16 03:55:01.152772 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1159 | 2025.04.16 03:55:01.153031 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2025.04.16 03:55:01.153068 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1161 | 2025.04.16 03:55:01.153293 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2025.04.16 03:55:01.153359 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2025.04.16 03:55:01.153504 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1164 | 2025.04.16 03:55:01.153603 [ 288 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2025.04.16 03:55:01.153622 [ 289 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1166 | 2025.04.16 03:55:01.153733 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1167 | 2025.04.16 03:55:01.153762 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1168 | 2025.04.16 03:55:01.153843 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1169 | 2025.04.16 03:55:01.153867 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1170 | 2025.04.16 03:55:01.153905 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1171 | 2025.04.16 03:55:01.153944 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1172 | 2025.04.16 03:55:01.154904 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002199 sec., 4092.769440654843 rows/sec., 176.75 KiB/sec. | ||
| 1173 | 2025.04.16 03:55:01.155037 [ 3 ] {ca09169a-4a21-4113-ad22-f5f60132a6ed} <Debug> TCPHandler: Processed in 0.002482449 sec. | ||
| 1174 | 2025.04.16 03:55:01.155689 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1175 | 2025.04.16 03:55:01.155836 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1176 | 2025.04.16 03:55:01.156085 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1177 | 2025.04.16 03:55:01.156120 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1178 | 2025.04.16 03:55:01.156346 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1179 | 2025.04.16 03:55:01.156410 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1180 | 2025.04.16 03:55:01.156548 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1181 | 2025.04.16 03:55:01.156664 [ 287 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1182 | 2025.04.16 03:55:01.156666 [ 289 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1183 | 2025.04.16 03:55:01.156794 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1184 | 2025.04.16 03:55:01.156823 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1185 | 2025.04.16 03:55:01.156901 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1186 | 2025.04.16 03:55:01.156923 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1187 | 2025.04.16 03:55:01.156960 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1188 | 2025.04.16 03:55:01.156998 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1189 | 2025.04.16 03:55:01.157953 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002176 sec., 4136.029411764706 rows/sec., 178.62 KiB/sec. | ||
| 1190 | 2025.04.16 03:55:01.158085 [ 3 ] {87449357-81c3-49e6-a62a-c40a45ce71c3} <Debug> TCPHandler: Processed in 0.002449119 sec. | ||
| 1191 | 2025.04.16 03:55:01.158338 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.04.16 03:55:01.158480 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1193 | 2025.04.16 03:55:01.158730 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1194 | 2025.04.16 03:55:01.158767 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1195 | 2025.04.16 03:55:01.158989 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1196 | 2025.04.16 03:55:01.159054 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1197 | 2025.04.16 03:55:01.159193 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1198 | 2025.04.16 03:55:01.159294 [ 288 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1199 | 2025.04.16 03:55:01.159307 [ 287 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1200 | 2025.04.16 03:55:01.159411 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1201 | 2025.04.16 03:55:01.159441 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1202 | 2025.04.16 03:55:01.159519 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1203 | 2025.04.16 03:55:01.159542 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1204 | 2025.04.16 03:55:01.159581 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1205 | 2025.04.16 03:55:01.159621 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1206 | 2025.04.16 03:55:01.160636 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002214 sec., 4065.0406504065045 rows/sec., 175.55 KiB/sec. | ||
| 1207 | 2025.04.16 03:55:01.160769 [ 3 ] {7cf8cfc0-203e-464e-bb86-b6a996267585} <Debug> TCPHandler: Processed in 0.00248358 sec. | ||
| 1208 | 2025.04.16 03:55:01.161033 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.04.16 03:55:01.161176 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1210 | 2025.04.16 03:55:01.161425 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1211 | 2025.04.16 03:55:01.161462 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1212 | 2025.04.16 03:55:01.161695 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1213 | 2025.04.16 03:55:01.161761 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1214 | 2025.04.16 03:55:01.161902 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1215 | 2025.04.16 03:55:01.162006 [ 287 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1216 | 2025.04.16 03:55:01.162021 [ 289 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1217 | 2025.04.16 03:55:01.162124 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1218 | 2025.04.16 03:55:01.162154 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1219 | 2025.04.16 03:55:01.162231 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1220 | 2025.04.16 03:55:01.162253 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1221 | 2025.04.16 03:55:01.162289 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1222 | 2025.04.16 03:55:01.162328 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1223 | 2025.04.16 03:55:01.163349 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.00223 sec., 4035.874439461883 rows/sec., 174.29 KiB/sec. | ||
| 1224 | 2025.04.16 03:55:01.163480 [ 3 ] {beb6381d-dffc-427d-9e92-c9ca9ef217f9} <Debug> TCPHandler: Processed in 0.002497749 sec. | ||
| 1225 | 2025.04.16 03:55:01.163759 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2025.04.16 03:55:01.163902 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1227 | 2025.04.16 03:55:01.164152 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1228 | 2025.04.16 03:55:01.164191 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1229 | 2025.04.16 03:55:01.164419 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1230 | 2025.04.16 03:55:01.164483 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1231 | 2025.04.16 03:55:01.164623 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1232 | 2025.04.16 03:55:01.164687 [ 288 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1233 | 2025.04.16 03:55:01.164714 [ 289 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1234 | 2025.04.16 03:55:01.164808 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1235 | 2025.04.16 03:55:01.164838 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1236 | 2025.04.16 03:55:01.164932 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1237 | 2025.04.16 03:55:01.164958 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1238 | 2025.04.16 03:55:01.164998 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1239 | 2025.04.16 03:55:01.165037 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1240 | 2025.04.16 03:55:01.166059 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002215 sec., 4063.2054176072234 rows/sec., 175.47 KiB/sec. | ||
| 1241 | 2025.04.16 03:55:01.166193 [ 3 ] {39a0eb7e-e917-4fed-ad26-eb50231129f0} <Debug> TCPHandler: Processed in 0.0024847 sec. | ||
| 1242 | 2025.04.16 03:55:01.166457 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2025.04.16 03:55:01.166601 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1244 | 2025.04.16 03:55:01.166861 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2025.04.16 03:55:01.166901 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1246 | 2025.04.16 03:55:01.167138 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2025.04.16 03:55:01.167203 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2025.04.16 03:55:01.167340 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1249 | 2025.04.16 03:55:01.167446 [ 288 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2025.04.16 03:55:01.167461 [ 287 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1251 | 2025.04.16 03:55:01.167562 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1252 | 2025.04.16 03:55:01.167592 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1253 | 2025.04.16 03:55:01.167671 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1254 | 2025.04.16 03:55:01.167693 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1255 | 2025.04.16 03:55:01.167731 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1256 | 2025.04.16 03:55:01.167769 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1257 | 2025.04.16 03:55:01.168716 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002175 sec., 4137.931034482759 rows/sec., 178.70 KiB/sec. | ||
| 1258 | 2025.04.16 03:55:01.168847 [ 3 ] {f100b421-6d53-4acb-9144-6a47b5833f55} <Debug> TCPHandler: Processed in 0.002441878 sec. | ||
| 1259 | 2025.04.16 03:55:01.169123 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1260 | 2025.04.16 03:55:01.169267 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1261 | 2025.04.16 03:55:01.169522 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1262 | 2025.04.16 03:55:01.169577 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1263 | 2025.04.16 03:55:01.169823 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1264 | 2025.04.16 03:55:01.169889 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1265 | 2025.04.16 03:55:01.170026 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1266 | 2025.04.16 03:55:01.170145 [ 287 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1267 | 2025.04.16 03:55:01.170149 [ 289 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1268 | 2025.04.16 03:55:01.170259 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1269 | 2025.04.16 03:55:01.170289 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1270 | 2025.04.16 03:55:01.170368 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1271 | 2025.04.16 03:55:01.170389 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1272 | 2025.04.16 03:55:01.170429 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1273 | 2025.04.16 03:55:01.170468 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1274 | 2025.04.16 03:55:01.171461 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002253 sec., 3994.673768308922 rows/sec., 172.51 KiB/sec. | ||
| 1275 | 2025.04.16 03:55:01.171594 [ 3 ] {089450ba-1db1-4f2f-ae82-b70e0fde8cb2} <Debug> TCPHandler: Processed in 0.002520659 sec. | ||
| 1276 | 2025.04.16 03:55:01.171847 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1277 | 2025.04.16 03:55:01.171993 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1278 | 2025.04.16 03:55:01.172248 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1279 | 2025.04.16 03:55:01.172287 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1280 | 2025.04.16 03:55:01.172529 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1281 | 2025.04.16 03:55:01.172596 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1282 | 2025.04.16 03:55:01.172735 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1283 | 2025.04.16 03:55:01.172846 [ 287 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1284 | 2025.04.16 03:55:01.172854 [ 289 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1285 | 2025.04.16 03:55:01.172956 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1286 | 2025.04.16 03:55:01.172986 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1287 | 2025.04.16 03:55:01.173067 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1288 | 2025.04.16 03:55:01.173089 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1289 | 2025.04.16 03:55:01.173126 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1290 | 2025.04.16 03:55:01.173166 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1291 | 2025.04.16 03:55:01.174151 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002219 sec., 4055.88102748986 rows/sec., 175.16 KiB/sec. | ||
| 1292 | 2025.04.16 03:55:01.174287 [ 3 ] {6639f2a4-a42a-4536-80d6-7a0148031bcd} <Debug> TCPHandler: Processed in 0.002490909 sec. | ||
| 1293 | 2025.04.16 03:55:01.174528 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2025.04.16 03:55:01.174677 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1295 | 2025.04.16 03:55:01.174932 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1296 | 2025.04.16 03:55:01.174972 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1297 | 2025.04.16 03:55:01.175216 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1298 | 2025.04.16 03:55:01.175281 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1299 | 2025.04.16 03:55:01.175420 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1300 | 2025.04.16 03:55:01.175540 [ 287 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2025.04.16 03:55:01.175541 [ 289 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1302 | 2025.04.16 03:55:01.175647 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1303 | 2025.04.16 03:55:01.175676 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1304 | 2025.04.16 03:55:01.175756 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1305 | 2025.04.16 03:55:01.175777 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1306 | 2025.04.16 03:55:01.175815 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1307 | 2025.04.16 03:55:01.175854 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1308 | 2025.04.16 03:55:01.176877 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002263 sec., 3977.0216526734425 rows/sec., 171.75 KiB/sec. | ||
| 1309 | 2025.04.16 03:55:01.177009 [ 3 ] {3cf96c3b-a07f-4b41-a11c-79e20b748418} <Debug> TCPHandler: Processed in 0.00253168 sec. | ||
| 1310 | 2025.04.16 03:55:01.177238 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1311 | 2025.04.16 03:55:01.177387 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1312 | 2025.04.16 03:55:01.177649 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1313 | 2025.04.16 03:55:01.177690 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1314 | 2025.04.16 03:55:01.177938 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1315 | 2025.04.16 03:55:01.178083 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1316 | 2025.04.16 03:55:01.178226 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1317 | 2025.04.16 03:55:01.178322 [ 289 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1318 | 2025.04.16 03:55:01.178338 [ 287 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1319 | 2025.04.16 03:55:01.178436 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1320 | 2025.04.16 03:55:01.178466 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1321 | 2025.04.16 03:55:01.178547 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1322 | 2025.04.16 03:55:01.178649 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1323 | 2025.04.16 03:55:01.178691 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1324 | 2025.04.16 03:55:01.178731 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1325 | 2025.04.16 03:55:01.179764 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002441 sec., 3687.01351904957 rows/sec., 159.23 KiB/sec. | ||
| 1326 | 2025.04.16 03:55:01.179902 [ 3 ] {c7ff372f-f4c4-41ea-9349-63f7c9208677} <Debug> TCPHandler: Processed in 0.002714243 sec. | ||
| 1327 | 2025.04.16 03:55:01.185893 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.04.16 03:55:01.186075 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', '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) | ||
| 1329 | 2025.04.16 03:55:01.186397 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1330 | 2025.04.16 03:55:01.186446 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1331 | 2025.04.16 03:55:01.186753 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1332 | 2025.04.16 03:55:01.186833 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1333 | 2025.04.16 03:55:01.186980 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1334 | 2025.04.16 03:55:01.187103 [ 289 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1335 | 2025.04.16 03:55:01.187113 [ 287 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1336 | 2025.04.16 03:55:01.187236 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1337 | 2025.04.16 03:55:01.187265 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1338 | 2025.04.16 03:55:01.187344 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1339 | 2025.04.16 03:55:01.187365 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 9 rows with 2 streams | ||
| 1340 | 2025.04.16 03:55:01.187403 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1341 | 2025.04.16 03:55:01.187443 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1342 | 2025.04.16 03:55:01.188446 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> executeQuery: Read 9 rows, 398.00 B in 0.002453 sec., 3668.976763147167 rows/sec., 158.45 KiB/sec. | ||
| 1343 | 2025.04.16 03:55:01.188575 [ 3 ] {757d1f0d-75e5-446d-b077-10efb01b5f4b} <Debug> TCPHandler: Processed in 0.002743864 sec. | ||
| 1344 | 2025.04.16 03:55:01.189274 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.04.16 03:55:01.189391 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1346 | 2025.04.16 03:55:01.189438 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1347 | 2025.04.16 03:55:01.190099 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.04.16 03:55:01.190141 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1349 | 2025.04.16 03:55:01.190673 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1350 | 2025.04.16 03:55:01.190896 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.04.16 03:55:01.191100 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001734 sec., 6920.415224913494 rows/sec., 2.46 MiB/sec. | ||
| 1352 | 2025.04.16 03:55:01.191278 [ 3 ] {e70a93f1-26e6-4b03-8109-9bbe38bfbcd5} <Debug> TCPHandler: Processed in 0.002052271 sec. | ||
| 1353 | 2025.04.16 03:55:01.191415 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.04.16 03:55:01.191521 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1355 | 2025.04.16 03:55:01.191568 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1356 | 2025.04.16 03:55:01.192962 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.04.16 03:55:01.193000 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1358 | 2025.04.16 03:55:01.193398 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1359 | 2025.04.16 03:55:01.193643 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.04.16 03:55:01.193826 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002325 sec., 91182.79569892473 rows/sec., 5.80 MiB/sec. | ||
| 1361 | 2025.04.16 03:55:01.193899 [ 3 ] {fcd38fca-f147-42ea-8de7-706d286f920c} <Debug> TCPHandler: Processed in 0.00253447 sec. | ||
| 1362 | 2025.04.16 03:55:01.194018 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.04.16 03:55:01.194125 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1364 | 2025.04.16 03:55:01.194171 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1365 | 2025.04.16 03:55:01.194893 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.04.16 03:55:01.194932 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1367 | 2025.04.16 03:55:01.195345 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.04.16 03:55:01.195591 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2025.04.16 03:55:01.195766 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Debug> executeQuery: Read 609 rows, 49.44 KiB in 0.001664 sec., 365985.57692307694 rows/sec., 29.01 MiB/sec. | ||
| 1370 | 2025.04.16 03:55:01.195818 [ 3 ] {9862b61b-c357-4ec0-aaee-8ed6e7eb9493} <Debug> TCPHandler: Processed in 0.001848816 sec. | ||
| 1371 | 2025.04.16 03:55:01.195945 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.04.16 03:55:01.196049 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.04.16 03:55:01.196095 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1374 | 2025.04.16 03:55:01.196631 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.04.16 03:55:01.196669 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1376 | 2025.04.16 03:55:01.197054 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1377 | 2025.04.16 03:55:01.197295 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.04.16 03:55:01.197493 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Debug> executeQuery: Read 128 rows, 8.04 KiB in 0.001464 sec., 87431.69398907103 rows/sec., 5.36 MiB/sec. | ||
| 1379 | 2025.04.16 03:55:01.197644 [ 3 ] {babb3b69-53c9-4215-8539-5884703d543b} <Debug> TCPHandler: Processed in 0.001747364 sec. | ||
| 1380 | 2025.04.16 03:55:01.197769 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.04.16 03:55:01.197874 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.04.16 03:55:01.197919 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1383 | 2025.04.16 03:55:01.198459 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.04.16 03:55:01.198497 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1385 | 2025.04.16 03:55:01.198860 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.04.16 03:55:01.199107 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2025.04.16 03:55:01.199294 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001441 sec., 78417.7654406662 rows/sec., 5.08 MiB/sec. | ||
| 1388 | 2025.04.16 03:55:01.199348 [ 3 ] {8d0dc407-d785-4a5f-a1e2-c91739f8cf4a} <Debug> TCPHandler: Processed in 0.001629792 sec. | ||
| 1389 | 2025.04.16 03:55:01.199491 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.04.16 03:55:01.199601 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.04.16 03:55:01.199647 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1392 | 2025.04.16 03:55:01.200170 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.04.16 03:55:01.200208 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1394 | 2025.04.16 03:55:01.200665 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1395 | 2025.04.16 03:55:01.200899 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.04.16 03:55:01.201109 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001525 sec., 73442.62295081967 rows/sec., 4.18 MiB/sec. | ||
| 1397 | 2025.04.16 03:55:01.201252 [ 3 ] {77b836c1-5497-42f3-9933-ac144120ab79} <Debug> TCPHandler: Processed in 0.001806066 sec. | ||
| 1398 | 2025.04.16 03:55:01.201388 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2025.04.16 03:55:01.201492 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1400 | 2025.04.16 03:55:01.201537 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1401 | 2025.04.16 03:55:01.202167 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.04.16 03:55:01.202207 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1403 | 2025.04.16 03:55:01.202580 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1404 | 2025.04.16 03:55:01.202839 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.04.16 03:55:01.203052 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Debug> executeQuery: Read 348 rows, 24.87 KiB in 0.001581 sec., 220113.85199240988 rows/sec., 15.36 MiB/sec. | ||
| 1406 | 2025.04.16 03:55:01.203106 [ 3 ] {d5494758-a5af-4d44-be4d-35032d34628b} <Debug> TCPHandler: Processed in 0.001768095 sec. | ||
| 1407 | 2025.04.16 03:55:01.203218 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2025.04.16 03:55:01.203322 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1409 | 2025.04.16 03:55:01.203369 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1410 | 2025.04.16 03:55:01.203773 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1411 | 2025.04.16 03:55:01.203813 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1412 | 2025.04.16 03:55:01.204179 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1413 | 2025.04.16 03:55:01.204410 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1414 | 2025.04.16 03:55:01.204604 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 240.58 KiB/sec. | ||
| 1415 | 2025.04.16 03:55:01.204653 [ 3 ] {aa0231a9-7ac7-4db5-be57-172f7da2844b} <Debug> TCPHandler: Processed in 0.00148487 sec. | ||
| 1416 | 2025.04.16 03:55:01.204769 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1417 | 2025.04.16 03:55:01.204874 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1418 | 2025.04.16 03:55:01.204923 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1419 | 2025.04.16 03:55:01.205383 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2025.04.16 03:55:01.205422 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1421 | 2025.04.16 03:55:01.205800 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1422 | 2025.04.16 03:55:01.206039 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2025.04.16 03:55:01.206237 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.001386 sec., 62770.56277056277 rows/sec., 3.96 MiB/sec. | ||
| 1424 | 2025.04.16 03:55:01.206287 [ 3 ] {955f0644-fe13-4b96-b4a2-533e33603fc0} <Debug> TCPHandler: Processed in 0.001567171 sec. | ||
| 1425 | 2025.04.16 03:55:01.206409 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2025.04.16 03:55:01.206513 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1427 | 2025.04.16 03:55:01.206561 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1428 | 2025.04.16 03:55:01.206952 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.04.16 03:55:01.206992 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1430 | 2025.04.16 03:55:01.207337 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1431 | 2025.04.16 03:55:01.207595 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2025.04.16 03:55:01.207818 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 1433 | 2025.04.16 03:55:01.207894 [ 3 ] {e5257cce-0544-4881-baab-1d34a511ca95} <Debug> TCPHandler: Processed in 0.001535321 sec. | ||
| 1434 | 2025.04.16 03:55:01.208009 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1435 | 2025.04.16 03:55:01.208113 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1436 | 2025.04.16 03:55:01.208181 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1437 | 2025.04.16 03:55:01.209278 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1438 | 2025.04.16 03:55:01.209318 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1439 | 2025.04.16 03:55:01.209949 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1440 | 2025.04.16 03:55:01.210208 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2025.04.16 03:55:01.210532 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002425 sec., 9072.164948453608 rows/sec., 16.26 MiB/sec. | ||
| 1442 | 2025.04.16 03:55:01.210676 [ 3 ] {f97e6c20-e591-4a33-9e81-6067b1282d65} <Debug> TCPHandler: Processed in 0.002717124 sec. | ||
| 1443 | 2025.04.16 03:55:01.210798 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1444 | 2025.04.16 03:55:01.210902 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1445 | 2025.04.16 03:55:01.210950 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1446 | 2025.04.16 03:55:01.211355 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1447 | 2025.04.16 03:55:01.211395 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1448 | 2025.04.16 03:55:01.211794 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1449 | 2025.04.16 03:55:01.212035 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1450 | 2025.04.16 03:55:01.212233 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.001353 sec., 23651.145602365115 rows/sec., 1.32 MiB/sec. | ||
| 1451 | 2025.04.16 03:55:01.212284 [ 3 ] {c563553c-091e-4c42-aa7f-ec124e683da2} <Debug> TCPHandler: Processed in 0.00153579 sec. | ||
| 1452 | 2025.04.16 03:55:02.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.50 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 163.34 MiB (RSS), difference: -1.16 MiB | ||
| 1453 | 2025.04.16 03:55:02.399136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1454 | 2025.04.16 03:55:02.399760 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.04.16 03:55:02.399808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1456 | 2025.04.16 03:55:02.400428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1457 | 2025.04.16 03:55:02.400699 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1458 | 2025.04.16 03:55:02.400932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1459 | 2025.04.16 03:55:02.600259 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1460 | 2025.04.16 03:55:02.618831 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1461 | 2025.04.16 03:55:02.618878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 1462 | 2025.04.16 03:55:02.625666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1463 | 2025.04.16 03:55:02.626424 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1464 | 2025.04.16 03:55:02.628746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1465 | 2025.04.16 03:55:03.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.87 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 164.99 MiB (RSS), difference: 1.13 MiB | ||
| 1466 | 2025.04.16 03:55:06.143944 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2025.04.16 03:55:06.144158 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1468 | 2025.04.16 03:55:06.144234 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1469 | 2025.04.16 03:55:06.144968 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.04.16 03:55:06.145016 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1471 | 2025.04.16 03:55:06.145446 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.04.16 03:55:06.145717 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.04.16 03:55:06.145874 [ 61 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.04.16 03:55:06.145920 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 185.73 KiB/sec. | ||
| 1475 | 2025.04.16 03:55:06.145924 [ 61 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.04.16 03:55:06.145974 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1477 | 2025.04.16 03:55:06.146008 [ 3 ] {a877d560-844f-4440-9d9c-1bf12dec6154} <Debug> TCPHandler: Processed in 0.002202084 sec. | ||
| 1478 | 2025.04.16 03:55:06.146133 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 1479 | 2025.04.16 03:55:06.146146 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1480 | 2025.04.16 03:55:06.146282 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1481 | 2025.04.16 03:55:06.146293 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1482 | 2025.04.16 03:55:06.146326 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part | ||
| 1483 | 2025.04.16 03:55:06.146353 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1484 | 2025.04.16 03:55:06.146493 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 1485 | 2025.04.16 03:55:06.147052 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part | ||
| 1486 | 2025.04.16 03:55:06.147442 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 1487 | 2025.04.16 03:55:06.147816 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 609 rows starting from the beginning of the part | ||
| 1488 | 2025.04.16 03:55:06.148050 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 1489 | 2025.04.16 03:55:06.148714 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1490 | 2025.04.16 03:55:06.148759 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1491 | 2025.04.16 03:55:06.149379 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1492 | 2025.04.16 03:55:06.149703 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1493 | 2025.04.16 03:55:06.149933 [ 61 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1494 | 2025.04.16 03:55:06.150018 [ 61 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.04.16 03:55:06.150012 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 5 columns (5 merged, 0 gathered) in 0.003937118 sec., 181350.92725186291 rows/sec., 15.36 MiB/sec. | ||
| 1496 | 2025.04.16 03:55:06.150060 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1497 | 2025.04.16 03:55:06.150097 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.00384 sec., 2083.3333333333335 rows/sec., 167.34 KiB/sec. | ||
| 1498 | 2025.04.16 03:55:06.150322 [ 3 ] {7fa07f6e-31bb-4f69-99c4-c904ac52db6d} <Debug> TCPHandler: Processed in 0.004231283 sec. | ||
| 1499 | 2025.04.16 03:55:06.150417 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 1500 | 2025.04.16 03:55:06.150499 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1501 | 2025.04.16 03:55:06.150526 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1502 | 2025.04.16 03:55:06.150664 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1503 | 2025.04.16 03:55:06.150802 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 38 rows starting from the beginning of the part | ||
| 1504 | 2025.04.16 03:55:06.150840 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1505 | 2025.04.16 03:55:06.150993 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 1506 | 2025.04.16 03:55:06.150993 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1507 | 2025.04.16 03:55:06.151731 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1508 | 2025.04.16 03:55:06.152024 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1509 | 2025.04.16 03:55:06.152277 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 1510 | 2025.04.16 03:55:06.152571 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_6_1} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1511 | 2025.04.16 03:55:06.152810 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 348 rows starting from the beginning of the part | ||
| 1512 | 2025.04.16 03:55:06.153008 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1513 | 2025.04.16 03:55:06.153275 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 1514 | 2025.04.16 03:55:06.153838 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.04.16 03:55:06.153879 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1516 | 2025.04.16 03:55:06.154480 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1517 | 2025.04.16 03:55:06.154719 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 5 columns (5 merged, 0 gathered) in 0.00454882 sec., 96728.38230574083 rows/sec., 7.30 MiB/sec. | ||
| 1518 | 2025.04.16 03:55:06.154869 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2025.04.16 03:55:06.154932 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1520 | 2025.04.16 03:55:06.155210 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.004486 sec., 2229.1573785109226 rows/sec., 169.80 KiB/sec. | ||
| 1521 | 2025.04.16 03:55:06.155378 [ 3 ] {bc920fbf-b116-42a7-bca0-bdd5dae4cb52} <Debug> TCPHandler: Processed in 0.004944148 sec. | ||
| 1522 | 2025.04.16 03:55:06.155498 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.04.16 03:55:06.155556 [ 3 ] {} <Trace> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.04.16 03:55:06.155637 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_6_1} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1525 | 2025.04.16 03:55:06.155759 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59761) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1526 | 2025.04.16 03:55:06.155796 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1527 | 2025.04.16 03:55:06.155851 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1528 | 2025.04.16 03:55:06.156285 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1529 | 2025.04.16 03:55:06.156324 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1530 | 2025.04.16 03:55:06.156689 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1531 | 2025.04.16 03:55:06.156933 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1532 | 2025.04.16 03:55:06.157123 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001433 sec., 6978.367062107467 rows/sec., 439.56 KiB/sec. | ||
| 1533 | 2025.04.16 03:55:06.157201 [ 3 ] {1f71e675-f264-4cdd-9306-9d3a197d37c6} <Debug> TCPHandler: Processed in 0.001719104 sec. | ||
| 1534 | 2025.04.16 03:55:09.791301 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1535 | 2025.04.16 03:55:09.791369 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1536 | 2025.04.16 03:55:09.897602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 208 | ||
| 1537 | 2025.04.16 03:55:09.901738 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2025.04.16 03:55:09.901822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1539 | 2025.04.16 03:55:09.902121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1540 | 2025.04.16 03:55:09.905049 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2025.04.16 03:55:09.905127 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1542 | 2025.04.16 03:55:09.906547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1543 | 2025.04.16 03:55:09.907134 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2025.04.16 03:55:09.907546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1545 | 2025.04.16 03:55:09.907661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1546 | 2025.04.16 03:55:09.907952 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1547 | 2025.04.16 03:55:09.908603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 208 | ||
| 1548 | 2025.04.16 03:55:10.104750 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1549 | 2025.04.16 03:55:10.104842 [ 3 ] {} <Debug> TCP-Session: 16ca8f8b-90ff-4d3c-bf31-18bcd2966230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1550 | 2025.04.16 03:55:10.128787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1551 | 2025.04.16 03:55:10.148914 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.04.16 03:55:10.148975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1553 | 2025.04.16 03:55:10.155906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1554 | 2025.04.16 03:55:10.156665 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1555 | 2025.04.16 03:55:10.159427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1556 | 2025.04.16 03:55:11.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.60 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 165.81 MiB (RSS), difference: 2.21 MiB | ||
| 1557 | 2025.04.16 03:55:11.151017 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2025.04.16 03:55:11.151209 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1559 | 2025.04.16 03:55:11.151290 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1560 | 2025.04.16 03:55:11.152259 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2025.04.16 03:55:11.152306 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1562 | 2025.04.16 03:55:11.152736 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1563 | 2025.04.16 03:55:11.152983 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2025.04.16 03:55:11.153293 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002102 sec., 100856.32730732636 rows/sec., 6.41 MiB/sec. | ||
| 1565 | 2025.04.16 03:55:11.153491 [ 254 ] {00ea1a08-0abb-41e4-9ee8-16b962f032a7} <Debug> TCPHandler: Processed in 0.002600681 sec. | ||
| 1566 | 2025.04.16 03:55:11.153668 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1567 | 2025.04.16 03:55:11.153782 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1568 | 2025.04.16 03:55:11.153832 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1569 | 2025.04.16 03:55:11.154801 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.04.16 03:55:11.154844 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1571 | 2025.04.16 03:55:11.155266 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1572 | 2025.04.16 03:55:11.155510 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1573 | 2025.04.16 03:55:11.155782 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Debug> executeQuery: Read 625 rows, 51.02 KiB in 0.002022 sec., 309099.90108803165 rows/sec., 24.64 MiB/sec. | ||
| 1574 | 2025.04.16 03:55:11.156115 [ 254 ] {5c326742-03e3-4f7e-bbf7-020afb532d93} <Debug> TCPHandler: Processed in 0.00249553 sec. | ||
| 1575 | 2025.04.16 03:55:11.156260 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1576 | 2025.04.16 03:55:11.156369 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1577 | 2025.04.16 03:55:11.156415 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1578 | 2025.04.16 03:55:11.156995 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1579 | 2025.04.16 03:55:11.157050 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1580 | 2025.04.16 03:55:11.157405 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1581 | 2025.04.16 03:55:11.157649 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2025.04.16 03:55:11.158016 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001641 sec., 82876.29494210846 rows/sec., 5.14 MiB/sec. | ||
| 1583 | 2025.04.16 03:55:11.158258 [ 254 ] {14aef3b8-a156-46e4-911b-4ed3fcec7b2b} <Debug> TCPHandler: Processed in 0.002046491 sec. | ||
| 1584 | 2025.04.16 03:55:11.158382 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2025.04.16 03:55:11.158488 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1586 | 2025.04.16 03:55:11.158534 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1587 | 2025.04.16 03:55:11.159098 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2025.04.16 03:55:11.159137 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1589 | 2025.04.16 03:55:11.159493 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1590 | 2025.04.16 03:55:11.159735 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1591 | 2025.04.16 03:55:11.160007 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001523 sec., 74195.6664478004 rows/sec., 4.80 MiB/sec. | ||
| 1592 | 2025.04.16 03:55:11.160066 [ 254 ] {0803af9e-d923-4c88-8817-89320ef18b16} <Debug> TCPHandler: Processed in 0.001734855 sec. | ||
| 1593 | 2025.04.16 03:55:11.160183 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1594 | 2025.04.16 03:55:11.160286 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1595 | 2025.04.16 03:55:11.160331 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1596 | 2025.04.16 03:55:11.160871 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2025.04.16 03:55:11.160909 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1598 | 2025.04.16 03:55:11.161260 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1599 | 2025.04.16 03:55:11.161500 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2025.04.16 03:55:11.161769 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001489 sec., 75218.26729348555 rows/sec., 4.28 MiB/sec. | ||
| 1601 | 2025.04.16 03:55:11.161823 [ 254 ] {ffa61576-b4b5-41c4-9dda-f12662d7f0da} <Debug> TCPHandler: Processed in 0.001688703 sec. | ||
| 1602 | 2025.04.16 03:55:11.161938 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1603 | 2025.04.16 03:55:11.162041 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1604 | 2025.04.16 03:55:11.162086 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1605 | 2025.04.16 03:55:11.162737 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2025.04.16 03:55:11.162776 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1607 | 2025.04.16 03:55:11.163132 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1608 | 2025.04.16 03:55:11.163375 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1609 | 2025.04.16 03:55:11.163599 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Debug> executeQuery: Read 356 rows, 25.51 KiB in 0.001572 sec., 226463.10432569974 rows/sec., 15.85 MiB/sec. | ||
| 1610 | 2025.04.16 03:55:11.163671 [ 254 ] {a1f7faa8-7225-4f74-96bf-b47f58e29d11} <Debug> TCPHandler: Processed in 0.001783785 sec. | ||
| 1611 | 2025.04.16 03:55:11.163787 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1612 | 2025.04.16 03:55:11.163891 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1613 | 2025.04.16 03:55:11.163938 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1614 | 2025.04.16 03:55:11.164371 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1615 | 2025.04.16 03:55:11.164408 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1616 | 2025.04.16 03:55:11.164756 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1617 | 2025.04.16 03:55:11.164992 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1618 | 2025.04.16 03:55:11.165190 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 237.48 KiB/sec. | ||
| 1619 | 2025.04.16 03:55:11.165238 [ 254 ] {78c2afd4-a222-4245-a5d5-0bf4306b2dcb} <Debug> TCPHandler: Processed in 0.00150253 sec. | ||
| 1620 | 2025.04.16 03:55:11.165348 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2025.04.16 03:55:11.165452 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1622 | 2025.04.16 03:55:11.165499 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1623 | 2025.04.16 03:55:11.165958 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2025.04.16 03:55:11.165995 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1625 | 2025.04.16 03:55:11.166359 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1626 | 2025.04.16 03:55:11.166608 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2025.04.16 03:55:11.166766 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1628 | 2025.04.16 03:55:11.166834 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.0014 sec., 62142.857142857145 rows/sec., 3.92 MiB/sec. | ||
| 1629 | 2025.04.16 03:55:11.166855 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1630 | 2025.04.16 03:55:11.166919 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1631 | 2025.04.16 03:55:11.166967 [ 254 ] {60feab58-2061-4806-ac1f-a33e7168cf93} <Debug> TCPHandler: Processed in 0.001666873 sec. | ||
| 1632 | 2025.04.16 03:55:11.167372 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1633 | 2025.04.16 03:55:11.167655 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 1634 | 2025.04.16 03:55:11.167767 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1635 | 2025.04.16 03:55:11.167838 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1636 | 2025.04.16 03:55:11.167911 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1637 | 2025.04.16 03:55:11.167979 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 1638 | 2025.04.16 03:55:11.168260 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1639 | 2025.04.16 03:55:11.168584 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1640 | 2025.04.16 03:55:11.168906 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 87 rows starting from the beginning of the part | ||
| 1641 | 2025.04.16 03:55:11.169216 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 1642 | 2025.04.16 03:55:11.169528 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 87 rows starting from the beginning of the part | ||
| 1643 | 2025.04.16 03:55:11.169554 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1644 | 2025.04.16 03:55:11.169620 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1645 | 2025.04.16 03:55:11.170189 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1646 | 2025.04.16 03:55:11.170505 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1647 | 2025.04.16 03:55:11.170937 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003212 sec., 311.332503113325 rows/sec., 20.98 KiB/sec. | ||
| 1648 | 2025.04.16 03:55:11.171194 [ 254 ] {6da2b5b2-3f5d-410a-b7ec-51fc821f1966} <Debug> TCPHandler: Processed in 0.003989548 sec. | ||
| 1649 | 2025.04.16 03:55:11.171316 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1650 | 2025.04.16 03:55:11.171505 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1651 | 2025.04.16 03:55:11.171528 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.004491869 sec., 46305.89182364847 rows/sec., 3.01 MiB/sec. | ||
| 1652 | 2025.04.16 03:55:11.171593 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1653 | 2025.04.16 03:55:11.171890 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1654 | 2025.04.16 03:55:11.172749 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.04.16 03:55:11.172991 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1656 | 2025.04.16 03:55:11.173154 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1657 | 2025.04.16 03:55:11.173728 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2025.04.16 03:55:11.173771 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1659 | 2025.04.16 03:55:11.174405 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1660 | 2025.04.16 03:55:11.174663 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2025.04.16 03:55:11.174907 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003464 sec., 8660.508083140878 rows/sec., 15.52 MiB/sec. | ||
| 1662 | 2025.04.16 03:55:11.175013 [ 254 ] {99f666fb-fed5-40a6-a5e1-663103790828} <Debug> TCPHandler: Processed in 0.003749954 sec. | ||
| 1663 | 2025.04.16 03:55:11.175159 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1664 | 2025.04.16 03:55:11.175263 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1665 | 2025.04.16 03:55:11.175308 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1666 | 2025.04.16 03:55:11.175777 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1667 | 2025.04.16 03:55:11.175824 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1668 | 2025.04.16 03:55:11.176251 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1669 | 2025.04.16 03:55:11.176489 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1670 | 2025.04.16 03:55:11.176643 [ 57 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1671 | 2025.04.16 03:55:11.176702 [ 57 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1672 | 2025.04.16 03:55:11.176733 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.00148 sec., 21621.621621621623 rows/sec., 1.20 MiB/sec. | ||
| 1673 | 2025.04.16 03:55:11.176736 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1674 | 2025.04.16 03:55:11.176885 [ 254 ] {2defe2ef-56fc-4776-92a5-2beb173aa5bd} <Debug> TCPHandler: Processed in 0.001773735 sec. | ||
| 1675 | 2025.04.16 03:55:11.177369 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 1676 | 2025.04.16 03:55:11.177529 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1677 | 2025.04.16 03:55:11.177575 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 1678 | 2025.04.16 03:55:11.177708 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1679 | 2025.04.16 03:55:11.177844 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1680 | 2025.04.16 03:55:11.178048 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part | ||
| 1681 | 2025.04.16 03:55:11.178192 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 1682 | 2025.04.16 03:55:11.178347 [ 191 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 1683 | 2025.04.16 03:55:11.179483 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 4 columns (4 merged, 0 gathered) in 0.002586121 sec., 37894.591939046935 rows/sec., 2.18 MiB/sec. | ||
| 1684 | 2025.04.16 03:55:11.179648 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1685 | 2025.04.16 03:55:11.179992 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1686 | 2025.04.16 03:55:11.180081 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_6_1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1687 | 2025.04.16 03:55:11.180173 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1688 | 2025.04.16 03:55:16.143930 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2025.04.16 03:55:16.144180 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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) | ||
| 1690 | 2025.04.16 03:55:16.144560 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1691 | 2025.04.16 03:55:16.144602 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1692 | 2025.04.16 03:55:16.144909 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1693 | 2025.04.16 03:55:16.144989 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1694 | 2025.04.16 03:55:16.145154 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1695 | 2025.04.16 03:55:16.145305 [ 289 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1696 | 2025.04.16 03:55:16.145339 [ 287 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1697 | 2025.04.16 03:55:16.145382 [ 288 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1698 | 2025.04.16 03:55:16.145521 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1699 | 2025.04.16 03:55:16.145551 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1700 | 2025.04.16 03:55:16.145661 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1701 | 2025.04.16 03:55:16.145683 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1702 | 2025.04.16 03:55:16.145723 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1703 | 2025.04.16 03:55:16.145768 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1704 | 2025.04.16 03:55:16.145807 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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'))" | ||
| 1705 | 2025.04.16 03:55:16.147353 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003277 sec., 6408.30027464144 rows/sec., 236.91 KiB/sec. | ||
| 1706 | 2025.04.16 03:55:16.147533 [ 254 ] {45088150-49ec-440e-877e-157a77f5111d} <Debug> TCPHandler: Processed in 0.003724813 sec. | ||
| 1707 | 2025.04.16 03:55:16.147834 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1708 | 2025.04.16 03:55:16.147980 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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) | ||
| 1709 | 2025.04.16 03:55:16.148241 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1710 | 2025.04.16 03:55:16.148280 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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 | ||
| 1711 | 2025.04.16 03:55:16.148539 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1712 | 2025.04.16 03:55:16.148601 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1713 | 2025.04.16 03:55:16.148733 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1714 | 2025.04.16 03:55:16.148840 [ 291 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1715 | 2025.04.16 03:55:16.148866 [ 288 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1716 | 2025.04.16 03:55:16.148894 [ 289 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1717 | 2025.04.16 03:55:16.148994 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1718 | 2025.04.16 03:55:16.149018 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1719 | 2025.04.16 03:55:16.149115 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1720 | 2025.04.16 03:55:16.149135 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1721 | 2025.04.16 03:55:16.149172 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1722 | 2025.04.16 03:55:16.149210 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1723 | 2025.04.16 03:55:16.149245 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1724 | 2025.04.16 03:55:16.150673 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002756 sec., 7619.738751814223 rows/sec., 281.70 KiB/sec. | ||
| 1725 | 2025.04.16 03:55:16.150861 [ 254 ] {380bd368-e2fc-45de-9c32-bf72eb16113e} <Debug> TCPHandler: Processed in 0.003076001 sec. | ||
| 1726 | 2025.04.16 03:55:16.151070 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1727 | 2025.04.16 03:55:16.151218 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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) | ||
| 1728 | 2025.04.16 03:55:16.151477 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1729 | 2025.04.16 03:55:16.151517 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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 | ||
| 1730 | 2025.04.16 03:55:16.151774 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1731 | 2025.04.16 03:55:16.151836 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1732 | 2025.04.16 03:55:16.151969 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1733 | 2025.04.16 03:55:16.152092 [ 289 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1734 | 2025.04.16 03:55:16.152133 [ 288 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1735 | 2025.04.16 03:55:16.152144 [ 287 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1736 | 2025.04.16 03:55:16.152265 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1737 | 2025.04.16 03:55:16.152293 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1738 | 2025.04.16 03:55:16.152395 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1739 | 2025.04.16 03:55:16.152415 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1740 | 2025.04.16 03:55:16.152453 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1741 | 2025.04.16 03:55:16.152492 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1742 | 2025.04.16 03:55:16.152530 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1743 | 2025.04.16 03:55:16.153933 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.00278 sec., 7553.956834532374 rows/sec., 279.27 KiB/sec. | ||
| 1744 | 2025.04.16 03:55:16.154109 [ 254 ] {a95999ca-ef04-4fdf-a540-9fe742c214bd} <Debug> TCPHandler: Processed in 0.003087891 sec. | ||
| 1745 | 2025.04.16 03:55:16.154334 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1746 | 2025.04.16 03:55:16.154481 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', '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) | ||
| 1747 | 2025.04.16 03:55:16.154743 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1748 | 2025.04.16 03:55:16.154784 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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 | ||
| 1749 | 2025.04.16 03:55:16.155045 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1750 | 2025.04.16 03:55:16.155107 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1751 | 2025.04.16 03:55:16.155241 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1752 | 2025.04.16 03:55:16.155366 [ 288 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1753 | 2025.04.16 03:55:16.155392 [ 291 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1754 | 2025.04.16 03:55:16.155405 [ 287 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1755 | 2025.04.16 03:55:16.155524 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1756 | 2025.04.16 03:55:16.155556 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1757 | 2025.04.16 03:55:16.155659 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1758 | 2025.04.16 03:55:16.155679 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1759 | 2025.04.16 03:55:16.155717 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))" | ||
| 1760 | 2025.04.16 03:55:16.155756 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))" | ||
| 1761 | 2025.04.16 03:55:16.155792 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))" | ||
| 1762 | 2025.04.16 03:55:16.157245 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002829 sec., 7423.117709437965 rows/sec., 274.43 KiB/sec. | ||
| 1763 | 2025.04.16 03:55:16.157422 [ 254 ] {2e09a6b3-484d-44f5-bac3-4e7d9d2848d5} <Debug> TCPHandler: Processed in 0.003137841 sec. | ||
| 1764 | 2025.04.16 03:55:16.157628 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1765 | 2025.04.16 03:55:16.157779 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1766 | 2025.04.16 03:55:16.158043 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1767 | 2025.04.16 03:55:16.158084 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1768 | 2025.04.16 03:55:16.158349 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1769 | 2025.04.16 03:55:16.158411 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1770 | 2025.04.16 03:55:16.158545 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1771 | 2025.04.16 03:55:16.158659 [ 288 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1772 | 2025.04.16 03:55:16.158687 [ 291 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1773 | 2025.04.16 03:55:16.158707 [ 287 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1774 | 2025.04.16 03:55:16.158811 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1775 | 2025.04.16 03:55:16.158840 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1776 | 2025.04.16 03:55:16.158942 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1777 | 2025.04.16 03:55:16.158962 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1778 | 2025.04.16 03:55:16.158999 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1779 | 2025.04.16 03:55:16.159038 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1780 | 2025.04.16 03:55:16.159075 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1781 | 2025.04.16 03:55:16.160455 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002744 sec., 7653.061224489797 rows/sec., 282.93 KiB/sec. | ||
| 1782 | 2025.04.16 03:55:16.160628 [ 254 ] {a4eb5f47-dca8-4060-af09-ddb2b615b692} <Debug> TCPHandler: Processed in 0.00304811 sec. | ||
| 1783 | 2025.04.16 03:55:16.160831 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.04.16 03:55:16.160981 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1785 | 2025.04.16 03:55:16.161246 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1786 | 2025.04.16 03:55:16.161288 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1787 | 2025.04.16 03:55:16.161557 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1788 | 2025.04.16 03:55:16.161619 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1789 | 2025.04.16 03:55:16.161751 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1790 | 2025.04.16 03:55:16.161895 [ 288 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1791 | 2025.04.16 03:55:16.161901 [ 291 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1792 | 2025.04.16 03:55:16.161880 [ 289 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1793 | 2025.04.16 03:55:16.162028 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1794 | 2025.04.16 03:55:16.162052 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1795 | 2025.04.16 03:55:16.162153 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1796 | 2025.04.16 03:55:16.162172 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1797 | 2025.04.16 03:55:16.162209 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1798 | 2025.04.16 03:55:16.162247 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1799 | 2025.04.16 03:55:16.162283 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1800 | 2025.04.16 03:55:16.163628 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002715 sec., 7734.806629834255 rows/sec., 285.95 KiB/sec. | ||
| 1801 | 2025.04.16 03:55:16.163805 [ 254 ] {30c84a57-f736-4e1e-8719-444944902fbb} <Debug> TCPHandler: Processed in 0.003022699 sec. | ||
| 1802 | 2025.04.16 03:55:16.164007 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2025.04.16 03:55:16.164159 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1804 | 2025.04.16 03:55:16.164425 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1805 | 2025.04.16 03:55:16.164466 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1806 | 2025.04.16 03:55:16.164741 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1807 | 2025.04.16 03:55:16.164803 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1808 | 2025.04.16 03:55:16.164937 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1809 | 2025.04.16 03:55:16.165065 [ 288 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1810 | 2025.04.16 03:55:16.165074 [ 291 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1811 | 2025.04.16 03:55:16.165066 [ 289 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1812 | 2025.04.16 03:55:16.165199 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1813 | 2025.04.16 03:55:16.165224 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1814 | 2025.04.16 03:55:16.165324 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1815 | 2025.04.16 03:55:16.165344 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1816 | 2025.04.16 03:55:16.165381 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1817 | 2025.04.16 03:55:16.165420 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1818 | 2025.04.16 03:55:16.165457 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1819 | 2025.04.16 03:55:16.166810 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002719 sec., 7723.427730783376 rows/sec., 285.53 KiB/sec. | ||
| 1820 | 2025.04.16 03:55:16.166987 [ 254 ] {ae7a8350-43d6-4ade-8f97-189fa6ac01e9} <Debug> TCPHandler: Processed in 0.003028349 sec. | ||
| 1821 | 2025.04.16 03:55:16.167197 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2025.04.16 03:55:16.167348 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1823 | 2025.04.16 03:55:16.167688 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1824 | 2025.04.16 03:55:16.167731 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1825 | 2025.04.16 03:55:16.168031 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1826 | 2025.04.16 03:55:16.168094 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1827 | 2025.04.16 03:55:16.168228 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1828 | 2025.04.16 03:55:16.168340 [ 289 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1829 | 2025.04.16 03:55:16.168381 [ 287 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1830 | 2025.04.16 03:55:16.168403 [ 288 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1831 | 2025.04.16 03:55:16.168513 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1832 | 2025.04.16 03:55:16.168541 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1833 | 2025.04.16 03:55:16.168643 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1834 | 2025.04.16 03:55:16.168662 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1835 | 2025.04.16 03:55:16.168699 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1836 | 2025.04.16 03:55:16.168737 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1837 | 2025.04.16 03:55:16.168774 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1838 | 2025.04.16 03:55:16.170319 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003039 sec., 6910.167818361303 rows/sec., 255.47 KiB/sec. | ||
| 1839 | 2025.04.16 03:55:16.170513 [ 254 ] {25121385-1fc9-4024-87a4-bfadc75359dd} <Debug> TCPHandler: Processed in 0.003365456 sec. | ||
| 1840 | 2025.04.16 03:55:16.170716 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2025.04.16 03:55:16.170876 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1842 | 2025.04.16 03:55:16.171146 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1843 | 2025.04.16 03:55:16.171188 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1844 | 2025.04.16 03:55:16.171463 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1845 | 2025.04.16 03:55:16.171525 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1846 | 2025.04.16 03:55:16.171662 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1847 | 2025.04.16 03:55:16.171789 [ 289 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1848 | 2025.04.16 03:55:16.171813 [ 287 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1849 | 2025.04.16 03:55:16.171815 [ 288 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1850 | 2025.04.16 03:55:16.171939 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1851 | 2025.04.16 03:55:16.171968 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1852 | 2025.04.16 03:55:16.172071 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1853 | 2025.04.16 03:55:16.172092 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1854 | 2025.04.16 03:55:16.172128 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1855 | 2025.04.16 03:55:16.172170 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1856 | 2025.04.16 03:55:16.172207 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1857 | 2025.04.16 03:55:16.173501 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002699 sec., 7780.6595035198225 rows/sec., 287.65 KiB/sec. | ||
| 1858 | 2025.04.16 03:55:16.173715 [ 254 ] {d8fbce0e-e593-4880-a7ab-a5633047d2a7} <Debug> TCPHandler: Processed in 0.00304741 sec. | ||
| 1859 | 2025.04.16 03:55:16.173935 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2025.04.16 03:55:16.174090 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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) | ||
| 1861 | 2025.04.16 03:55:16.174367 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1862 | 2025.04.16 03:55:16.174411 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1863 | 2025.04.16 03:55:16.174692 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1864 | 2025.04.16 03:55:16.174754 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1865 | 2025.04.16 03:55:16.174887 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1866 | 2025.04.16 03:55:16.175015 [ 289 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1867 | 2025.04.16 03:55:16.175029 [ 288 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1868 | 2025.04.16 03:55:16.175051 [ 287 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1869 | 2025.04.16 03:55:16.175159 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1870 | 2025.04.16 03:55:16.175188 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1871 | 2025.04.16 03:55:16.175288 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1872 | 2025.04.16 03:55:16.175308 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1873 | 2025.04.16 03:55:16.175346 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1874 | 2025.04.16 03:55:16.175387 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1875 | 2025.04.16 03:55:16.175424 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1876 | 2025.04.16 03:55:16.176739 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002722 sec., 7714.915503306393 rows/sec., 285.22 KiB/sec. | ||
| 1877 | 2025.04.16 03:55:16.176927 [ 254 ] {d7f2da3e-c99c-4397-aee5-2ac72aeab28a} <Debug> TCPHandler: Processed in 0.003041811 sec. | ||
| 1878 | 2025.04.16 03:55:16.177135 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2025.04.16 03:55:16.177288 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', '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) | ||
| 1880 | 2025.04.16 03:55:16.177562 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1881 | 2025.04.16 03:55:16.177606 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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 | ||
| 1882 | 2025.04.16 03:55:16.177890 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1883 | 2025.04.16 03:55:16.177952 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1884 | 2025.04.16 03:55:16.178099 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1885 | 2025.04.16 03:55:16.178219 [ 289 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1886 | 2025.04.16 03:55:16.178266 [ 288 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1887 | 2025.04.16 03:55:16.178272 [ 287 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1888 | 2025.04.16 03:55:16.178398 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1889 | 2025.04.16 03:55:16.178428 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1890 | 2025.04.16 03:55:16.178536 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1891 | 2025.04.16 03:55:16.178556 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1892 | 2025.04.16 03:55:16.178595 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))" | ||
| 1893 | 2025.04.16 03:55:16.178636 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))" | ||
| 1894 | 2025.04.16 03:55:16.178675 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))" | ||
| 1895 | 2025.04.16 03:55:16.180062 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002844 sec., 7383.966244725738 rows/sec., 272.98 KiB/sec. | ||
| 1896 | 2025.04.16 03:55:16.180238 [ 254 ] {8dde8a58-7747-41ff-8671-c70793b2641a} <Debug> TCPHandler: Processed in 0.003152152 sec. | ||
| 1897 | 2025.04.16 03:55:16.180448 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2025.04.16 03:55:16.180615 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1899 | 2025.04.16 03:55:16.180895 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1900 | 2025.04.16 03:55:16.180939 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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 | ||
| 1901 | 2025.04.16 03:55:16.181226 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1902 | 2025.04.16 03:55:16.181288 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1903 | 2025.04.16 03:55:16.181432 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1904 | 2025.04.16 03:55:16.181501 [ 289 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1905 | 2025.04.16 03:55:16.181583 [ 288 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1906 | 2025.04.16 03:55:16.181586 [ 287 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1907 | 2025.04.16 03:55:16.181703 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1908 | 2025.04.16 03:55:16.181731 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1909 | 2025.04.16 03:55:16.181833 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1910 | 2025.04.16 03:55:16.181852 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1911 | 2025.04.16 03:55:16.181891 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
| 1912 | 2025.04.16 03:55:16.181929 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
| 1913 | 2025.04.16 03:55:16.181967 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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'))" | ||
| 1914 | 2025.04.16 03:55:16.183323 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002791 sec., 7524.184879971336 rows/sec., 278.17 KiB/sec. | ||
| 1915 | 2025.04.16 03:55:16.183514 [ 254 ] {7d4d63e0-9d4f-4430-88eb-1adc4e0c6cdf} <Debug> TCPHandler: Processed in 0.003115072 sec. | ||
| 1916 | 2025.04.16 03:55:16.183715 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2025.04.16 03:55:16.183875 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1918 | 2025.04.16 03:55:16.184156 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1919 | 2025.04.16 03:55:16.184201 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1920 | 2025.04.16 03:55:16.184496 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1921 | 2025.04.16 03:55:16.184559 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1922 | 2025.04.16 03:55:16.184696 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1923 | 2025.04.16 03:55:16.184756 [ 289 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1924 | 2025.04.16 03:55:16.184835 [ 291 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2025.04.16 03:55:16.184846 [ 287 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1926 | 2025.04.16 03:55:16.184968 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1927 | 2025.04.16 03:55:16.184999 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1928 | 2025.04.16 03:55:16.185099 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1929 | 2025.04.16 03:55:16.185119 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1930 | 2025.04.16 03:55:16.185156 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1931 | 2025.04.16 03:55:16.185196 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1932 | 2025.04.16 03:55:16.185235 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1933 | 2025.04.16 03:55:16.186577 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002775 sec., 7567.5675675675675 rows/sec., 279.77 KiB/sec. | ||
| 1934 | 2025.04.16 03:55:16.186814 [ 254 ] {9b70e0fc-3276-4e2d-8440-e312e8a708e9} <Debug> TCPHandler: Processed in 0.003147102 sec. | ||
| 1935 | 2025.04.16 03:55:16.187024 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2025.04.16 03:55:16.187184 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1937 | 2025.04.16 03:55:16.187474 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1938 | 2025.04.16 03:55:16.187521 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1939 | 2025.04.16 03:55:16.187823 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1940 | 2025.04.16 03:55:16.187886 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1941 | 2025.04.16 03:55:16.188024 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1942 | 2025.04.16 03:55:16.188118 [ 289 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1943 | 2025.04.16 03:55:16.188176 [ 288 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1944 | 2025.04.16 03:55:16.188192 [ 287 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1945 | 2025.04.16 03:55:16.188315 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 1946 | 2025.04.16 03:55:16.188344 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2025.04.16 03:55:16.188448 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2025.04.16 03:55:16.188468 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1949 | 2025.04.16 03:55:16.188507 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1950 | 2025.04.16 03:55:16.188548 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1951 | 2025.04.16 03:55:16.188587 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1952 | 2025.04.16 03:55:16.189930 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002821 sec., 7444.168734491314 rows/sec., 275.21 KiB/sec. | ||
| 1953 | 2025.04.16 03:55:16.190119 [ 254 ] {3ae34417-59bd-4943-afea-a4d242e0784c} <Debug> TCPHandler: Processed in 0.003144352 sec. | ||
| 1954 | 2025.04.16 03:55:16.190954 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2025.04.16 03:55:16.191069 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1956 | 2025.04.16 03:55:16.191114 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1957 | 2025.04.16 03:55:16.191743 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1958 | 2025.04.16 03:55:16.191785 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1959 | 2025.04.16 03:55:16.192261 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1960 | 2025.04.16 03:55:16.192477 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1961 | 2025.04.16 03:55:16.192682 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001646 sec., 8505.46780072904 rows/sec., 1.19 MiB/sec. | ||
| 1962 | 2025.04.16 03:55:16.192735 [ 254 ] {387d632a-e087-497b-bc82-9603fc51f611} <Debug> TCPHandler: Processed in 0.001829956 sec. | ||
| 1963 | 2025.04.16 03:55:16.192847 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2025.04.16 03:55:16.192951 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1965 | 2025.04.16 03:55:16.192995 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1966 | 2025.04.16 03:55:16.193539 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1967 | 2025.04.16 03:55:16.193579 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1968 | 2025.04.16 03:55:16.193967 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1969 | 2025.04.16 03:55:16.194207 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1970 | 2025.04.16 03:55:16.194403 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001475 sec., 20338.98305084746 rows/sec., 1.59 MiB/sec. | ||
| 1971 | 2025.04.16 03:55:16.194453 [ 254 ] {ddb62fde-ea4c-4e5a-880b-4bb93bc3ed2e} <Debug> TCPHandler: Processed in 0.001654713 sec. | ||
| 1972 | 2025.04.16 03:55:16.194569 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2025.04.16 03:55:16.194670 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1974 | 2025.04.16 03:55:16.194713 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1975 | 2025.04.16 03:55:16.195223 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1976 | 2025.04.16 03:55:16.195261 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1977 | 2025.04.16 03:55:16.195608 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1978 | 2025.04.16 03:55:16.195840 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1979 | 2025.04.16 03:55:16.196028 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00138 sec., 26086.956521739132 rows/sec., 2.04 MiB/sec. | ||
| 1980 | 2025.04.16 03:55:16.196080 [ 254 ] {ad6c203b-b9e2-4182-8cd4-5e5318210fc0} <Debug> TCPHandler: Processed in 0.001559381 sec. | ||
| 1981 | 2025.04.16 03:55:16.196189 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2025.04.16 03:55:16.196290 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1983 | 2025.04.16 03:55:16.196337 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1984 | 2025.04.16 03:55:16.196803 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2025.04.16 03:55:16.196841 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1986 | 2025.04.16 03:55:16.197204 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1987 | 2025.04.16 03:55:16.197432 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2025.04.16 03:55:16.197623 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Debug> executeQuery: Read 30 rows, 2.18 KiB in 0.001354 sec., 22156.573116691285 rows/sec., 1.57 MiB/sec. | ||
| 1989 | 2025.04.16 03:55:16.197672 [ 254 ] {3de1aeb1-25bf-4d57-915c-e4b901d972fd} <Debug> TCPHandler: Processed in 0.00153197 sec. | ||
| 1990 | 2025.04.16 03:55:16.197786 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2025.04.16 03:55:16.197889 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1992 | 2025.04.16 03:55:16.197933 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1993 | 2025.04.16 03:55:16.198343 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.04.16 03:55:16.198381 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1995 | 2025.04.16 03:55:16.198721 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1996 | 2025.04.16 03:55:16.198956 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2025.04.16 03:55:16.199207 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Debug> executeQuery: Read 18 rows, 1.19 KiB in 0.001332 sec., 13513.513513513513 rows/sec., 895.18 KiB/sec. | ||
| 1998 | 2025.04.16 03:55:16.199335 [ 254 ] {e19ec9b4-9784-4ed1-80ac-be8e18236880} <Debug> TCPHandler: Processed in 0.001597612 sec. | ||
| 1999 | 2025.04.16 03:55:17.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.14 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 166.02 MiB (RSS), difference: -1.12 MiB | ||
| 2000 | 2025.04.16 03:55:17.408758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2001 | 2025.04.16 03:55:17.409371 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.04.16 03:55:17.409413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2003 | 2025.04.16 03:55:17.409925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2004 | 2025.04.16 03:55:17.410175 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.04.16 03:55:17.410434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2006 | 2025.04.16 03:55:17.659490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2007 | 2025.04.16 03:55:17.678871 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2025.04.16 03:55:17.678923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2009 | 2025.04.16 03:55:17.686550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2010 | 2025.04.16 03:55:17.687281 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2025.04.16 03:55:17.689621 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2012 | 2025.04.16 03:55:19.909893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 268 | ||
| 2013 | 2025.04.16 03:55:19.914062 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2025.04.16 03:55:19.914132 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2015 | 2025.04.16 03:55:19.915686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2016 | 2025.04.16 03:55:19.916002 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.04.16 03:55:19.916986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 2018 | 2025.04.16 03:55:21.154149 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2019 | 2025.04.16 03:55:21.154349 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2020 | 2025.04.16 03:55:21.154425 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2021 | 2025.04.16 03:55:21.155310 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2025.04.16 03:55:21.155352 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2023 | 2025.04.16 03:55:21.155781 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2024 | 2025.04.16 03:55:21.156026 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2025.04.16 03:55:21.156239 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. | ||
| 2026 | 2025.04.16 03:55:21.156293 [ 254 ] {3e652835-ee23-4e36-8183-1126191281b6} <Debug> TCPHandler: Processed in 0.002277245 sec. | ||
| 2027 | 2025.04.16 03:55:21.156428 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2028 | 2025.04.16 03:55:21.156531 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2029 | 2025.04.16 03:55:21.156575 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2030 | 2025.04.16 03:55:21.157404 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2025.04.16 03:55:21.157444 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2032 | 2025.04.16 03:55:21.157838 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2033 | 2025.04.16 03:55:21.158073 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2025.04.16 03:55:21.158320 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Debug> executeQuery: Read 651 rows, 53.08 KiB in 0.001807 sec., 360265.6336469286 rows/sec., 28.69 MiB/sec. | ||
| 2035 | 2025.04.16 03:55:21.158503 [ 254 ] {c3cc7081-062e-401d-a587-a5491dc88b5e} <Debug> TCPHandler: Processed in 0.002121092 sec. | ||
| 2036 | 2025.04.16 03:55:21.158649 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2025.04.16 03:55:21.158752 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2038 | 2025.04.16 03:55:21.158795 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2039 | 2025.04.16 03:55:21.159366 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.04.16 03:55:21.159404 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2041 | 2025.04.16 03:55:21.159754 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2042 | 2025.04.16 03:55:21.159989 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.04.16 03:55:21.160218 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001481 sec., 91829.84469952736 rows/sec., 5.70 MiB/sec. | ||
| 2044 | 2025.04.16 03:55:21.160386 [ 254 ] {2030bde1-0db6-43b0-8817-c4b5d13576cd} <Debug> TCPHandler: Processed in 0.001783045 sec. | ||
| 2045 | 2025.04.16 03:55:21.160523 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2025.04.16 03:55:21.160624 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2047 | 2025.04.16 03:55:21.160668 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2048 | 2025.04.16 03:55:21.161230 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2049 | 2025.04.16 03:55:21.161268 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2050 | 2025.04.16 03:55:21.161638 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2051 | 2025.04.16 03:55:21.161875 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2025.04.16 03:55:21.162064 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001461 sec., 77344.28473648186 rows/sec., 5.01 MiB/sec. | ||
| 2053 | 2025.04.16 03:55:21.162114 [ 254 ] {ce9b9d57-cfa5-4061-8049-9b0f34da5f05} <Debug> TCPHandler: Processed in 0.001640392 sec. | ||
| 2054 | 2025.04.16 03:55:21.162238 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2025.04.16 03:55:21.162339 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2056 | 2025.04.16 03:55:21.162382 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2057 | 2025.04.16 03:55:21.162922 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2025.04.16 03:55:21.162983 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2059 | 2025.04.16 03:55:21.163322 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2060 | 2025.04.16 03:55:21.163552 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.04.16 03:55:21.163847 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001512 sec., 74074.07407407407 rows/sec., 4.22 MiB/sec. | ||
| 2062 | 2025.04.16 03:55:21.163911 [ 254 ] {49757181-5477-4f61-b6fb-fce3785d8268} <Debug> TCPHandler: Processed in 0.001721744 sec. | ||
| 2063 | 2025.04.16 03:55:21.164036 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2025.04.16 03:55:21.164137 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2065 | 2025.04.16 03:55:21.164181 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2066 | 2025.04.16 03:55:21.164827 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.04.16 03:55:21.164864 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2068 | 2025.04.16 03:55:21.165225 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2069 | 2025.04.16 03:55:21.165452 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.04.16 03:55:21.165641 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Debug> executeQuery: Read 384 rows, 27.75 KiB in 0.001524 sec., 251968.5039370079 rows/sec., 17.78 MiB/sec. | ||
| 2071 | 2025.04.16 03:55:21.165690 [ 254 ] {b1ef6847-c9fe-4266-a06f-d7f00dc4282b} <Debug> TCPHandler: Processed in 0.001703184 sec. | ||
| 2072 | 2025.04.16 03:55:21.165809 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2025.04.16 03:55:21.165912 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2074 | 2025.04.16 03:55:21.165956 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2075 | 2025.04.16 03:55:21.166368 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2025.04.16 03:55:21.166405 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2077 | 2025.04.16 03:55:21.166762 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2078 | 2025.04.16 03:55:21.166988 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2025.04.16 03:55:21.167175 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
| 2080 | 2025.04.16 03:55:21.167223 [ 254 ] {e9dcde1d-cc44-4fba-a21b-b8b921f9b55f} <Debug> TCPHandler: Processed in 0.001463179 sec. | ||
| 2081 | 2025.04.16 03:55:21.167340 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2025.04.16 03:55:21.167443 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2083 | 2025.04.16 03:55:21.167490 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2084 | 2025.04.16 03:55:21.167980 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2025.04.16 03:55:21.168018 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2086 | 2025.04.16 03:55:21.168378 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2087 | 2025.04.16 03:55:21.168605 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2025.04.16 03:55:21.168789 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001368 sec., 100146.19883040935 rows/sec., 6.54 MiB/sec. | ||
| 2089 | 2025.04.16 03:55:21.168838 [ 254 ] {eafc81f8-efeb-4d57-acc4-18195aca21ca} <Debug> TCPHandler: Processed in 0.0015469 sec. | ||
| 2090 | 2025.04.16 03:55:21.168954 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2025.04.16 03:55:21.169057 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2092 | 2025.04.16 03:55:21.169102 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2093 | 2025.04.16 03:55:21.169495 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2025.04.16 03:55:21.169533 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2095 | 2025.04.16 03:55:21.169866 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2096 | 2025.04.16 03:55:21.170094 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2025.04.16 03:55:21.170312 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec. | ||
| 2098 | 2025.04.16 03:55:21.170448 [ 254 ] {07b9aaf9-8af5-47a8-bf11-4ee7c8b179ed} <Debug> TCPHandler: Processed in 0.001536351 sec. | ||
| 2099 | 2025.04.16 03:55:21.170582 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2100 | 2025.04.16 03:55:21.170694 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2101 | 2025.04.16 03:55:21.170765 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2102 | 2025.04.16 03:55:21.171872 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2025.04.16 03:55:21.171910 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2104 | 2025.04.16 03:55:21.172526 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2105 | 2025.04.16 03:55:21.172770 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2025.04.16 03:55:21.172996 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002324 sec., 12908.777969018933 rows/sec., 23.13 MiB/sec. | ||
| 2107 | 2025.04.16 03:55:21.173087 [ 254 ] {4ad75107-c3c0-47a9-b020-46fa498147b4} <Debug> TCPHandler: Processed in 0.002555551 sec. | ||
| 2108 | 2025.04.16 03:55:21.173202 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2109 | 2025.04.16 03:55:21.173304 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2110 | 2025.04.16 03:55:21.173349 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2111 | 2025.04.16 03:55:21.173784 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.04.16 03:55:21.173822 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2113 | 2025.04.16 03:55:21.174156 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2114 | 2025.04.16 03:55:21.174380 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2115 | 2025.04.16 03:55:21.174574 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001291 sec., 40278.853601859024 rows/sec., 2.44 MiB/sec. | ||
| 2116 | 2025.04.16 03:55:21.174638 [ 254 ] {b1c35534-2931-438d-a0fb-2758c614c6a2} <Debug> TCPHandler: Processed in 0.001485059 sec. | ||
| 2117 | 2025.04.16 03:55:24.791413 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2118 | 2025.04.16 03:55:24.791490 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2119 | 2025.04.16 03:55:24.910550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2120 | 2025.04.16 03:55:24.911167 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2025.04.16 03:55:24.911212 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2122 | 2025.04.16 03:55:24.911728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2123 | 2025.04.16 03:55:24.912001 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2025.04.16 03:55:24.912276 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2125 | 2025.04.16 03:55:25.189669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2126 | 2025.04.16 03:55:25.209626 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2127 | 2025.04.16 03:55:25.209680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2128 | 2025.04.16 03:55:25.216856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2129 | 2025.04.16 03:55:25.217591 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2025.04.16 03:55:25.220142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2131 | 2025.04.16 03:55:26.146348 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2132 | 2025.04.16 03:55:26.146563 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2133 | 2025.04.16 03:55:26.146642 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2134 | 2025.04.16 03:55:26.147492 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2025.04.16 03:55:26.147543 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2136 | 2025.04.16 03:55:26.147967 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2137 | 2025.04.16 03:55:26.148206 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2025.04.16 03:55:26.148427 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001927 sec., 15568.240788790867 rows/sec., 1.22 MiB/sec. | ||
| 2139 | 2025.04.16 03:55:26.148483 [ 254 ] {8a68d8df-fe33-40b4-b4b0-bb7385ee9bd6} <Debug> TCPHandler: Processed in 0.002279265 sec. | ||
| 2140 | 2025.04.16 03:55:26.148616 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2141 | 2025.04.16 03:55:26.148726 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2142 | 2025.04.16 03:55:26.148771 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2143 | 2025.04.16 03:55:26.149355 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2025.04.16 03:55:26.149393 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2145 | 2025.04.16 03:55:26.149729 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2146 | 2025.04.16 03:55:26.149956 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): 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.04.16 03:55:26.150151 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001446 sec., 24896.265560165975 rows/sec., 1.94 MiB/sec. | ||
| 2148 | 2025.04.16 03:55:26.150202 [ 254 ] {ec6f1fc3-340c-4958-b240-e8e93916b56f} <Debug> TCPHandler: Processed in 0.001635522 sec. | ||
| 2149 | 2025.04.16 03:55:26.150338 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2025.04.16 03:55:26.150440 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2151 | 2025.04.16 03:55:26.150488 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2152 | 2025.04.16 03:55:26.151052 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2025.04.16 03:55:26.151091 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2154 | 2025.04.16 03:55:26.151462 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2155 | 2025.04.16 03:55:26.151697 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.04.16 03:55:26.151891 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.86 MiB/sec. | ||
| 2157 | 2025.04.16 03:55:26.151943 [ 254 ] {148f4d3e-d76f-4336-869f-7a622467a3cf} <Debug> TCPHandler: Processed in 0.001662763 sec. | ||
| 2158 | 2025.04.16 03:55:26.152068 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2159 | 2025.04.16 03:55:26.152172 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2160 | 2025.04.16 03:55:26.152217 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2161 | 2025.04.16 03:55:26.152633 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2162 | 2025.04.16 03:55:26.152671 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2163 | 2025.04.16 03:55:26.153021 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2164 | 2025.04.16 03:55:26.153247 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2165 | 2025.04.16 03:55:26.153414 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001261 sec., 23790.64234734338 rows/sec., 1.58 MiB/sec. | ||
| 2166 | 2025.04.16 03:55:26.153492 [ 254 ] {9be6cec7-e935-4239-9810-9e875b9692c1} <Debug> TCPHandler: Processed in 0.001472689 sec. | ||
| 2167 | 2025.04.16 03:55:29.918277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 298 | ||
| 2168 | 2025.04.16 03:55:29.921255 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2025.04.16 03:55:29.921313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2170 | 2025.04.16 03:55:29.922769 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2171 | 2025.04.16 03:55:29.923079 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2025.04.16 03:55:29.923308 [ 31 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2173 | 2025.04.16 03:55:29.923435 [ 31 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2025.04.16 03:55:29.923531 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2175 | 2025.04.16 03:55:29.924232 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 2176 | 2025.04.16 03:55:29.924741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
| 2177 | 2025.04.16 03:55:29.925250 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2178 | 2025.04.16 03:55:29.925426 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 2179 | 2025.04.16 03:55:29.926047 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 2180 | 2025.04.16 03:55:29.926667 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2181 | 2025.04.16 03:55:29.927253 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 2182 | 2025.04.16 03:55:29.927831 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 2183 | 2025.04.16 03:55:29.928445 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 2184 | 2025.04.16 03:55:29.938169 [ 189 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 72 columns (72 merged, 0 gathered) in 0.014474496 sec., 20587.936187899046 rows/sec., 20.59 MiB/sec. | ||
| 2185 | 2025.04.16 03:55:29.938892 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2186 | 2025.04.16 03:55:29.939550 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2025.04.16 03:55:29.939627 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_6_1} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2188 | 2025.04.16 03:55:29.939812 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2189 | 2025.04.16 03:55:31.144667 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2025.04.16 03:55:31.144967 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2191 | 2025.04.16 03:55:31.145461 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2192 | 2025.04.16 03:55:31.145525 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2193 | 2025.04.16 03:55:31.145910 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2194 | 2025.04.16 03:55:31.145991 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2195 | 2025.04.16 03:55:31.146165 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2196 | 2025.04.16 03:55:31.146325 [ 289 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2197 | 2025.04.16 03:55:31.146384 [ 291 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2198 | 2025.04.16 03:55:31.146425 [ 287 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2199 | 2025.04.16 03:55:31.146388 [ 288 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2200 | 2025.04.16 03:55:31.146607 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2201 | 2025.04.16 03:55:31.146639 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2202 | 2025.04.16 03:55:31.146780 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2203 | 2025.04.16 03:55:31.146805 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2204 | 2025.04.16 03:55:31.146849 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2205 | 2025.04.16 03:55:31.146897 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2206 | 2025.04.16 03:55:31.146941 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2207 | 2025.04.16 03:55:31.146983 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2208 | 2025.04.16 03:55:31.149035 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.004212 sec., 8309.591642924977 rows/sec., 319.96 KiB/sec. | ||
| 2209 | 2025.04.16 03:55:31.149276 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> MemoryTracker: Peak memory usage (for query): 142.42 KiB. | ||
| 2210 | 2025.04.16 03:55:31.149293 [ 254 ] {9a88d868-93f1-4129-a788-2d06c843f3e5} <Debug> TCPHandler: Processed in 0.004765504 sec. | ||
| 2211 | 2025.04.16 03:55:31.160788 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2025.04.16 03:55:31.160934 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2213 | 2025.04.16 03:55:31.160997 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2214 | 2025.04.16 03:55:31.161805 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.04.16 03:55:31.161851 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2216 | 2025.04.16 03:55:31.162337 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2217 | 2025.04.16 03:55:31.162565 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2025.04.16 03:55:31.162792 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.0019 sec., 526.3157894736842 rows/sec., 119.24 KiB/sec. | ||
| 2219 | 2025.04.16 03:55:31.162849 [ 254 ] {e8960dd6-dd25-4b84-b953-4fe643481740} <Debug> TCPHandler: Processed in 0.002158683 sec. | ||
| 2220 | 2025.04.16 03:55:31.162970 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2025.04.16 03:55:31.163076 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2222 | 2025.04.16 03:55:31.163124 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2223 | 2025.04.16 03:55:31.163791 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.04.16 03:55:31.163840 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2225 | 2025.04.16 03:55:31.164279 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2226 | 2025.04.16 03:55:31.164559 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): 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.04.16 03:55:31.164780 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001726 sec., 122827.34646581691 rows/sec., 7.81 MiB/sec. | ||
| 2228 | 2025.04.16 03:55:31.164832 [ 254 ] {b219d56e-e6c0-4b69-858b-4d5d18f95399} <Debug> TCPHandler: Processed in 0.001914918 sec. | ||
| 2229 | 2025.04.16 03:55:31.164942 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2025.04.16 03:55:31.165044 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2231 | 2025.04.16 03:55:31.165089 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2232 | 2025.04.16 03:55:31.165586 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.04.16 03:55:31.165623 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2234 | 2025.04.16 03:55:31.165955 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2235 | 2025.04.16 03:55:31.166184 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.04.16 03:55:31.166382 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. | ||
| 2237 | 2025.04.16 03:55:31.166448 [ 254 ] {3fe74813-91e3-489b-9577-2ff0a3d72aed} <Debug> TCPHandler: Processed in 0.00155514 sec. | ||
| 2238 | 2025.04.16 03:55:31.166587 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.04.16 03:55:31.166722 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2240 | 2025.04.16 03:55:31.166778 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2241 | 2025.04.16 03:55:31.167673 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2025.04.16 03:55:31.167720 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2243 | 2025.04.16 03:55:31.168143 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2244 | 2025.04.16 03:55:31.168383 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.04.16 03:55:31.168543 [ 30 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2246 | 2025.04.16 03:55:31.168603 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Debug> executeQuery: Read 681 rows, 55.40 KiB in 0.001905 sec., 357480.3149606299 rows/sec., 28.40 MiB/sec. | ||
| 2247 | 2025.04.16 03:55:31.168617 [ 30 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2025.04.16 03:55:31.168692 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2249 | 2025.04.16 03:55:31.168727 [ 254 ] {e7a2f535-fdba-44cb-9ca8-6f0168278a05} <Debug> TCPHandler: Processed in 0.002208363 sec. | ||
| 2250 | 2025.04.16 03:55:31.168939 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2251 | 2025.04.16 03:55:31.169019 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 2252 | 2025.04.16 03:55:31.169104 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2253 | 2025.04.16 03:55:31.169214 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2254 | 2025.04.16 03:55:31.169501 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2255 | 2025.04.16 03:55:31.169619 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 610 rows starting from the beginning of the part | ||
| 2256 | 2025.04.16 03:55:31.170047 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 625 rows starting from the beginning of the part | ||
| 2257 | 2025.04.16 03:55:31.170389 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2258 | 2025.04.16 03:55:31.170713 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 651 rows starting from the beginning of the part | ||
| 2259 | 2025.04.16 03:55:31.170844 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2260 | 2025.04.16 03:55:31.171244 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 681 rows starting from the beginning of the part | ||
| 2261 | 2025.04.16 03:55:31.172097 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2025.04.16 03:55:31.172172 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2263 | 2025.04.16 03:55:31.173172 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2264 | 2025.04.16 03:55:31.173696 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2025.04.16 03:55:31.173876 [ 30 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2266 | 2025.04.16 03:55:31.173952 [ 30 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2025.04.16 03:55:31.174005 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2268 | 2025.04.16 03:55:31.174025 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Debug> executeQuery: Read 141 rows, 9.00 KiB in 0.00495 sec., 28484.848484848484 rows/sec., 1.77 MiB/sec. | ||
| 2269 | 2025.04.16 03:55:31.174357 [ 254 ] {fc846994-aed7-4915-8d13-66522beac456} <Debug> TCPHandler: Processed in 0.005487069 sec. | ||
| 2270 | 2025.04.16 03:55:31.174467 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 2271 | 2025.04.16 03:55:31.174749 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2025.04.16 03:55:31.175047 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2273 | 2025.04.16 03:55:31.175089 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2274 | 2025.04.16 03:55:31.175140 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2275 | 2025.04.16 03:55:31.175160 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2627 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279304 sec., 418358.467753751 rows/sec., 34.85 MiB/sec. | ||
| 2276 | 2025.04.16 03:55:31.175198 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2277 | 2025.04.16 03:55:31.175518 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2278 | 2025.04.16 03:55:31.175714 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2279 | 2025.04.16 03:55:31.175989 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 128 rows starting from the beginning of the part | ||
| 2280 | 2025.04.16 03:55:31.176411 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 136 rows starting from the beginning of the part | ||
| 2281 | 2025.04.16 03:55:31.176898 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 136 rows starting from the beginning of the part | ||
| 2282 | 2025.04.16 03:55:31.177294 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 141 rows starting from the beginning of the part | ||
| 2283 | 2025.04.16 03:55:31.177064 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2284 | 2025.04.16 03:55:31.178505 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_11_2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2285 | 2025.04.16 03:55:31.178869 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2286 | 2025.04.16 03:55:31.179349 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2025.04.16 03:55:31.179422 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2288 | 2025.04.16 03:55:31.180372 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2289 | 2025.04.16 03:55:31.180743 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 5 columns (5 merged, 0 gathered) in 0.00659721 sec., 88673.84849049826 rows/sec., 5.91 MiB/sec. | ||
| 2290 | 2025.04.16 03:55:31.180886 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2025.04.16 03:55:31.180950 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2292 | 2025.04.16 03:55:31.181310 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006324 sec., 17868.43769765971 rows/sec., 1.16 MiB/sec. | ||
| 2293 | 2025.04.16 03:55:31.181461 [ 254 ] {29a3bd72-0457-4750-b1bc-7a8901b259bc} <Debug> TCPHandler: Processed in 0.006839865 sec. | ||
| 2294 | 2025.04.16 03:55:31.181526 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2025.04.16 03:55:31.181633 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.04.16 03:55:31.181644 [ 191 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_6_1} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2297 | 2025.04.16 03:55:31.181792 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2298 | 2025.04.16 03:55:31.181837 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2299 | 2025.04.16 03:55:31.181895 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2300 | 2025.04.16 03:55:31.182480 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2025.04.16 03:55:31.182526 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2302 | 2025.04.16 03:55:31.182896 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2303 | 2025.04.16 03:55:31.183160 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2025.04.16 03:55:31.183368 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001586 sec., 70617.90668348045 rows/sec., 4.02 MiB/sec. | ||
| 2305 | 2025.04.16 03:55:31.183457 [ 254 ] {1a99a5a4-6b46-4464-afbd-9eb9dff659b5} <Debug> TCPHandler: Processed in 0.001884737 sec. | ||
| 2306 | 2025.04.16 03:55:31.183570 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2307 | 2025.04.16 03:55:31.183673 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2308 | 2025.04.16 03:55:31.183718 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2309 | 2025.04.16 03:55:31.184368 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.04.16 03:55:31.184405 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2311 | 2025.04.16 03:55:31.184789 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2312 | 2025.04.16 03:55:31.185035 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2025.04.16 03:55:31.185192 [ 30 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2314 | 2025.04.16 03:55:31.185259 [ 30 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2315 | 2025.04.16 03:55:31.185281 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001618 sec., 257725.587144623 rows/sec., 18.34 MiB/sec. | ||
| 2316 | 2025.04.16 03:55:31.185298 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2317 | 2025.04.16 03:55:31.185440 [ 254 ] {cf40fc77-6947-4911-9a50-8f069382ed21} <Debug> TCPHandler: Processed in 0.001918707 sec. | ||
| 2318 | 2025.04.16 03:55:31.185533 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 2319 | 2025.04.16 03:55:31.185639 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2320 | 2025.04.16 03:55:31.185719 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2321 | 2025.04.16 03:55:31.185789 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 364 rows starting from the beginning of the part | ||
| 2322 | 2025.04.16 03:55:31.185846 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2323 | 2025.04.16 03:55:31.186037 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2324 | 2025.04.16 03:55:31.186045 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 356 rows starting from the beginning of the part | ||
| 2325 | 2025.04.16 03:55:31.186426 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 2326 | 2025.04.16 03:55:31.186800 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 384 rows starting from the beginning of the part | ||
| 2327 | 2025.04.16 03:55:31.187149 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part | ||
| 2328 | 2025.04.16 03:55:31.187476 [ 193 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 417 rows starting from the beginning of the part | ||
| 2329 | 2025.04.16 03:55:31.188426 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2025.04.16 03:55:31.188498 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2331 | 2025.04.16 03:55:31.189475 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2332 | 2025.04.16 03:55:31.189869 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2333 | 2025.04.16 03:55:31.190471 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004693 sec., 1278.4998934583423 rows/sec., 66.80 KiB/sec. | ||
| 2334 | 2025.04.16 03:55:31.190480 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1593 rows, containing 5 columns (5 merged, 0 gathered) in 0.00505199 sec., 315321.28923453926 rows/sec., 23.55 MiB/sec. | ||
| 2335 | 2025.04.16 03:55:31.190612 [ 254 ] {e6fa8195-896c-4c84-9d92-497d79035d6f} <Debug> TCPHandler: Processed in 0.00505201 sec. | ||
| 2336 | 2025.04.16 03:55:31.190765 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2025.04.16 03:55:31.190773 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2338 | 2025.04.16 03:55:31.190919 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2339 | 2025.04.16 03:55:31.191006 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2340 | 2025.04.16 03:55:31.191306 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2025.04.16 03:55:31.191508 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_11_2} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2342 | 2025.04.16 03:55:31.191611 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2343 | 2025.04.16 03:55:31.191897 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.04.16 03:55:31.191940 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2345 | 2025.04.16 03:55:31.192332 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2346 | 2025.04.16 03:55:31.192600 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.04.16 03:55:31.192808 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Debug> executeQuery: Read 179 rows, 12.15 KiB in 0.001921 sec., 93180.63508589276 rows/sec., 6.18 MiB/sec. | ||
| 2348 | 2025.04.16 03:55:31.192863 [ 254 ] {19563f66-0dee-4cbe-bf26-9ced1531ea0e} <Debug> TCPHandler: Processed in 0.002152182 sec. | ||
| 2349 | 2025.04.16 03:55:31.192984 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2350 | 2025.04.16 03:55:31.193088 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2351 | 2025.04.16 03:55:31.193136 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2352 | 2025.04.16 03:55:31.193547 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2025.04.16 03:55:31.193586 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2354 | 2025.04.16 03:55:31.193930 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2355 | 2025.04.16 03:55:31.194164 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2025.04.16 03:55:31.194390 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
| 2357 | 2025.04.16 03:55:31.194466 [ 254 ] {717741df-b8ba-49e7-90d1-4c8544ee5687} <Debug> TCPHandler: Processed in 0.001532751 sec. | ||
| 2358 | 2025.04.16 03:55:31.194584 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2025.04.16 03:55:31.194690 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2360 | 2025.04.16 03:55:31.194756 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2361 | 2025.04.16 03:55:31.195821 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2025.04.16 03:55:31.195859 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2363 | 2025.04.16 03:55:31.196523 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2364 | 2025.04.16 03:55:31.196783 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2025.04.16 03:55:31.196946 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2366 | 2025.04.16 03:55:31.197020 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.04.16 03:55:31.197056 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002377 sec., 13041.649137568362 rows/sec., 23.37 MiB/sec. | ||
| 2368 | 2025.04.16 03:55:31.197063 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2369 | 2025.04.16 03:55:31.197624 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 2370 | 2025.04.16 03:55:31.197705 [ 254 ] {550345c0-3c2c-47e2-a9b3-a9ab71019455} <Debug> TCPHandler: Processed in 0.003172352 sec. | ||
| 2371 | 2025.04.16 03:55:31.197939 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.04.16 03:55:31.198211 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2373 | 2025.04.16 03:55:31.198316 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2374 | 2025.04.16 03:55:31.198331 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2375 | 2025.04.16 03:55:31.198520 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2376 | 2025.04.16 03:55:31.199327 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2377 | 2025.04.16 03:55:31.200002 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2378 | 2025.04.16 03:55:31.200770 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2379 | 2025.04.16 03:55:31.200772 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2025.04.16 03:55:31.200852 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2381 | 2025.04.16 03:55:31.201352 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 2382 | 2025.04.16 03:55:31.201965 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2383 | 2025.04.16 03:55:31.202636 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2384 | 2025.04.16 03:55:31.203151 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2385 | 2025.04.16 03:55:31.203666 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Debug> executeQuery: Read 64 rows, 4.07 KiB in 0.005543 sec., 11546.094172830597 rows/sec., 734.32 KiB/sec. | ||
| 2386 | 2025.04.16 03:55:31.203852 [ 254 ] {55c8313f-6440-4219-a2da-6a96f046b346} <Debug> TCPHandler: Processed in 0.005996629 sec. | ||
| 2387 | 2025.04.16 03:55:31.208277 [ 195 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 19 columns (19 merged, 0 gathered) in 0.011049708 sec., 14208.520261349893 rows/sec., 25.46 MiB/sec. | ||
| 2388 | 2025.04.16 03:55:31.208641 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2389 | 2025.04.16 03:55:31.209028 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2025.04.16 03:55:31.209102 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2391 | 2025.04.16 03:55:31.209203 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 2392 | 2025.04.16 03:55:32.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.79 MiB, peak 172.82 MiB, free memory in arenas 0.00 B, will set to 167.75 MiB (RSS), difference: -1.05 MiB | ||
| 2393 | 2025.04.16 03:55:32.413351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2394 | 2025.04.16 03:55:32.413985 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2025.04.16 03:55:32.414031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2396 | 2025.04.16 03:55:32.414560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2397 | 2025.04.16 03:55:32.414825 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2025.04.16 03:55:32.415026 [ 27 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2399 | 2025.04.16 03:55:32.415093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2400 | 2025.04.16 03:55:32.415127 [ 27 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.04.16 03:55:32.415159 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2402 | 2025.04.16 03:55:32.415282 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 2403 | 2025.04.16 03:55:32.415406 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2404 | 2025.04.16 03:55:32.415453 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 2405 | 2025.04.16 03:55:32.415556 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2406 | 2025.04.16 03:55:32.415706 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2407 | 2025.04.16 03:55:32.416009 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2408 | 2025.04.16 03:55:32.416286 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2409 | 2025.04.16 03:55:32.416455 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2410 | 2025.04.16 03:55:32.418201 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002964009 sec., 1728739.6900616698 rows/sec., 24.73 MiB/sec. | ||
| 2411 | 2025.04.16 03:55:32.418585 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2412 | 2025.04.16 03:55:32.418893 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.04.16 03:55:32.418981 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_11_2} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2414 | 2025.04.16 03:55:32.419068 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2415 | 2025.04.16 03:55:32.721170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2416 | 2025.04.16 03:55:32.741439 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2417 | 2025.04.16 03:55:32.741498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2418 | 2025.04.16 03:55:32.748459 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2419 | 2025.04.16 03:55:32.749250 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2025.04.16 03:55:32.749629 [ 25 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2421 | 2025.04.16 03:55:32.749770 [ 25 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2025.04.16 03:55:32.749852 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2423 | 2025.04.16 03:55:32.750284 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2424 | 2025.04.16 03:55:32.768181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2425 | 2025.04.16 03:55:32.769571 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2426 | 2025.04.16 03:55:32.771272 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2427 | 2025.04.16 03:55:32.776842 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2428 | 2025.04.16 03:55:32.782162 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2429 | 2025.04.16 03:55:32.787436 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2430 | 2025.04.16 03:55:32.792783 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2431 | 2025.04.16 03:55:32.796999 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 2432 | 2025.04.16 03:55:32.852443 [ 199 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102426931 sec., 810.3337588041177 rows/sec., 4.19 MiB/sec. | ||
| 2433 | 2025.04.16 03:55:32.853988 [ 194 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2434 | 2025.04.16 03:55:32.856360 [ 194 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_11_2} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2435 | 2025.04.16 03:55:32.856462 [ 194 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_11_2} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2436 | 2025.04.16 03:55:32.857757 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2437 | 2025.04.16 03:55:36.151191 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2438 | 2025.04.16 03:55:36.151389 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2439 | 2025.04.16 03:55:36.151460 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2440 | 2025.04.16 03:55:36.152234 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2025.04.16 03:55:36.152283 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2442 | 2025.04.16 03:55:36.152732 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2443 | 2025.04.16 03:55:36.152989 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2444 | 2025.04.16 03:55:36.153223 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.27 MiB/sec. | ||
| 2445 | 2025.04.16 03:55:36.153347 [ 254 ] {df5e581d-81fd-4539-8a9c-3cdd47d0b6a2} <Debug> TCPHandler: Processed in 0.002281025 sec. | ||
| 2446 | 2025.04.16 03:55:36.153499 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2447 | 2025.04.16 03:55:36.153611 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2448 | 2025.04.16 03:55:36.153659 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2449 | 2025.04.16 03:55:36.154213 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2450 | 2025.04.16 03:55:36.154253 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2451 | 2025.04.16 03:55:36.154636 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2452 | 2025.04.16 03:55:36.154888 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2025.04.16 03:55:36.155077 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec. | ||
| 2454 | 2025.04.16 03:55:36.155128 [ 254 ] {9a00c3e1-d595-42f0-8d2f-5c8865e2e2ff} <Debug> TCPHandler: Processed in 0.001691323 sec. | ||
| 2455 | 2025.04.16 03:55:36.155257 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2456 | 2025.04.16 03:55:36.155365 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2457 | 2025.04.16 03:55:36.155416 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2458 | 2025.04.16 03:55:36.155953 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2025.04.16 03:55:36.155992 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2460 | 2025.04.16 03:55:36.156377 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2461 | 2025.04.16 03:55:36.156632 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2025.04.16 03:55:36.156797 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2463 | 2025.04.16 03:55:36.156867 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
| 2464 | 2025.04.16 03:55:36.156885 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2025.04.16 03:55:36.156952 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2466 | 2025.04.16 03:55:36.156996 [ 254 ] {bca1c5b6-c0aa-4c2a-b436-73fb275cbf61} <Debug> TCPHandler: Processed in 0.001790065 sec. | ||
| 2467 | 2025.04.16 03:55:36.157183 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.04.16 03:55:36.157189 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 2469 | 2025.04.16 03:55:36.157353 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2470 | 2025.04.16 03:55:36.157469 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2471 | 2025.04.16 03:55:36.157471 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2472 | 2025.04.16 03:55:36.157561 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 208 rows starting from the beginning of the part | ||
| 2473 | 2025.04.16 03:55:36.157897 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 2474 | 2025.04.16 03:55:36.158331 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 137 rows starting from the beginning of the part | ||
| 2475 | 2025.04.16 03:55:36.158637 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2476 | 2025.04.16 03:55:36.158986 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 179 rows starting from the beginning of the part | ||
| 2477 | 2025.04.16 03:55:36.159379 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2478 | 2025.04.16 03:55:36.160053 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2479 | 2025.04.16 03:55:36.160126 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2480 | 2025.04.16 03:55:36.160952 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2481 | 2025.04.16 03:55:36.161490 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2482 | 2025.04.16 03:55:36.161777 [ 107 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2483 | 2025.04.16 03:55:36.161874 [ 107 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2025.04.16 03:55:36.161955 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2485 | 2025.04.16 03:55:36.162140 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004797 sec., 12507.817385866167 rows/sec., 863.17 KiB/sec. | ||
| 2486 | 2025.04.16 03:55:36.162515 [ 254 ] {223c0e1c-e25c-4c05-b305-fb6c9351a118} <Debug> TCPHandler: Processed in 0.005399767 sec. | ||
| 2487 | 2025.04.16 03:55:36.162543 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 2488 | 2025.04.16 03:55:36.162913 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 5 columns (5 merged, 0 gathered) in 0.005822815 sec., 132925.39776723113 rows/sec., 8.90 MiB/sec. | ||
| 2489 | 2025.04.16 03:55:36.162996 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2490 | 2025.04.16 03:55:36.163049 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 98 rows starting from the beginning of the part | ||
| 2491 | 2025.04.16 03:55:36.163194 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part | ||
| 2492 | 2025.04.16 03:55:36.163406 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
| 2493 | 2025.04.16 03:55:36.163449 [ 201 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2494 | 2025.04.16 03:55:36.163540 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2495 | 2025.04.16 03:55:36.163860 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 2496 | 2025.04.16 03:55:36.164177 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2497 | 2025.04.16 03:55:36.164762 [ 201 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2498 | 2025.04.16 03:55:36.164984 [ 201 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2499 | 2025.04.16 03:55:36.165176 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2500 | 2025.04.16 03:55:36.165721 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 4 columns (4 merged, 0 gathered) in 0.00357378 sec., 90100.67771379324 rows/sec., 5.59 MiB/sec. | ||
| 2501 | 2025.04.16 03:55:36.165893 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2502 | 2025.04.16 03:55:36.166203 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.04.16 03:55:36.166292 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_11_2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2504 | 2025.04.16 03:55:36.166383 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2505 | 2025.04.16 03:55:39.791742 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2506 | 2025.04.16 03:55:39.791813 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2507 | 2025.04.16 03:55:39.916204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2508 | 2025.04.16 03:55:39.916910 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.04.16 03:55:39.916965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2510 | 2025.04.16 03:55:39.917501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2511 | 2025.04.16 03:55:39.917768 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.04.16 03:55:39.918079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2513 | 2025.04.16 03:55:39.925896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 334 | ||
| 2514 | 2025.04.16 03:55:39.929078 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2025.04.16 03:55:39.929129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2516 | 2025.04.16 03:55:39.930597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2517 | 2025.04.16 03:55:39.930905 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2518 | 2025.04.16 03:55:39.931497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 2519 | 2025.04.16 03:55:40.269254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2520 | 2025.04.16 03:55:40.288705 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.04.16 03:55:40.288775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2522 | 2025.04.16 03:55:40.296028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2523 | 2025.04.16 03:55:40.296798 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.04.16 03:55:40.299939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2525 | 2025.04.16 03:55:41.159846 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2526 | 2025.04.16 03:55:41.160031 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2527 | 2025.04.16 03:55:41.160106 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2528 | 2025.04.16 03:55:41.160982 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2025.04.16 03:55:41.161041 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2530 | 2025.04.16 03:55:41.161523 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2531 | 2025.04.16 03:55:41.161791 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.04.16 03:55:41.161978 [ 125 ] {} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2533 | 2025.04.16 03:55:41.162042 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00206 sec., 102912.6213592233 rows/sec., 6.55 MiB/sec. | ||
| 2534 | 2025.04.16 03:55:41.162067 [ 125 ] {} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2025.04.16 03:55:41.162157 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2536 | 2025.04.16 03:55:41.162211 [ 254 ] {e5d52a2e-53a2-4da3-b66b-6371f9e910d6} <Debug> TCPHandler: Processed in 0.002495759 sec. | ||
| 2537 | 2025.04.16 03:55:41.162505 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2538 | 2025.04.16 03:55:41.162624 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2025.04.16 03:55:41.162721 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2540 | 2025.04.16 03:55:41.162799 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2541 | 2025.04.16 03:55:41.162852 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2542 | 2025.04.16 03:55:41.162990 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2543 | 2025.04.16 03:55:41.163008 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2544 | 2025.04.16 03:55:41.163430 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2545 | 2025.04.16 03:55:41.163785 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2546 | 2025.04.16 03:55:41.164262 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 2547 | 2025.04.16 03:55:41.166201 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2548 | 2025.04.16 03:55:41.166287 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2549 | 2025.04.16 03:55:41.166892 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004624642 sec., 229206.9310446084 rows/sec., 15.45 MiB/sec. | ||
| 2550 | 2025.04.16 03:55:41.167142 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2551 | 2025.04.16 03:55:41.167252 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2552 | 2025.04.16 03:55:41.167732 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_5_1} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2553 | 2025.04.16 03:55:41.167826 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2554 | 2025.04.16 03:55:41.167946 [ 197 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_5_1} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2555 | 2025.04.16 03:55:41.168152 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2556 | 2025.04.16 03:55:41.168249 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Debug> executeQuery: Read 698 rows, 57.06 KiB in 0.005465 sec., 127721.86642268984 rows/sec., 10.20 MiB/sec. | ||
| 2557 | 2025.04.16 03:55:41.168329 [ 254 ] {fb5b7e07-4a81-47d3-9b8c-50d1baed437c} <Debug> TCPHandler: Processed in 0.005840325 sec. | ||
| 2558 | 2025.04.16 03:55:41.168482 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2025.04.16 03:55:41.168588 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2560 | 2025.04.16 03:55:41.168634 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2561 | 2025.04.16 03:55:41.169179 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2025.04.16 03:55:41.169218 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2563 | 2025.04.16 03:55:41.169660 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2564 | 2025.04.16 03:55:41.169949 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2025.04.16 03:55:41.170170 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.00159 sec., 91823.89937106919 rows/sec., 5.77 MiB/sec. | ||
| 2566 | 2025.04.16 03:55:41.170334 [ 254 ] {f6864ee7-375a-48b5-b13b-9c82c33be2e8} <Debug> TCPHandler: Processed in 0.001907178 sec. | ||
| 2567 | 2025.04.16 03:55:41.170485 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2568 | 2025.04.16 03:55:41.170592 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2569 | 2025.04.16 03:55:41.170662 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2570 | 2025.04.16 03:55:41.171269 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2025.04.16 03:55:41.171310 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2572 | 2025.04.16 03:55:41.171687 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2573 | 2025.04.16 03:55:41.171931 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2025.04.16 03:55:41.172089 [ 169 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2575 | 2025.04.16 03:55:41.172156 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Debug> executeQuery: Read 114 rows, 7.56 KiB in 0.001587 sec., 71833.6483931947 rows/sec., 4.65 MiB/sec. | ||
| 2576 | 2025.04.16 03:55:41.172166 [ 169 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.04.16 03:55:41.172235 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2578 | 2025.04.16 03:55:41.172275 [ 254 ] {c9d00011-c232-4144-ae0f-07e982c1272b} <Debug> TCPHandler: Processed in 0.001849747 sec. | ||
| 2579 | 2025.04.16 03:55:41.172481 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 2580 | 2025.04.16 03:55:41.172509 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2581 | 2025.04.16 03:55:41.172735 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2582 | 2025.04.16 03:55:41.172759 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2583 | 2025.04.16 03:55:41.172842 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2584 | 2025.04.16 03:55:41.172850 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2585 | 2025.04.16 03:55:41.173219 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2586 | 2025.04.16 03:55:41.173498 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 2587 | 2025.04.16 03:55:41.173887 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 2588 | 2025.04.16 03:55:41.174269 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 2589 | 2025.04.16 03:55:41.174576 [ 194 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 114 rows starting from the beginning of the part | ||
| 2590 | 2025.04.16 03:55:41.175626 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.04.16 03:55:41.175692 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2592 | 2025.04.16 03:55:41.176728 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2593 | 2025.04.16 03:55:41.177392 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.04.16 03:55:41.177496 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134201 sec., 110435.87892254317 rows/sec., 7.57 MiB/sec. | ||
| 2595 | 2025.04.16 03:55:41.177642 [ 169 ] {} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2596 | 2025.04.16 03:55:41.177759 [ 169 ] {} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2025.04.16 03:55:41.177833 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005173 sec., 21650.87956698241 rows/sec., 1.23 MiB/sec. | ||
| 2598 | 2025.04.16 03:55:41.177835 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2599 | 2025.04.16 03:55:41.177849 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2600 | 2025.04.16 03:55:41.178156 [ 254 ] {856a66c4-f1a7-42d8-8c24-4da1222ad447} <Debug> TCPHandler: Processed in 0.005744013 sec. | ||
| 2601 | 2025.04.16 03:55:41.178402 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2602 | 2025.04.16 03:55:41.178448 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.04.16 03:55:41.178723 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2604 | 2025.04.16 03:55:41.178836 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2025.04.16 03:55:41.178851 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2606 | 2025.04.16 03:55:41.178862 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2607 | 2025.04.16 03:55:41.178986 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2608 | 2025.04.16 03:55:41.179064 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_6_1} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2609 | 2025.04.16 03:55:41.179478 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2610 | 2025.04.16 03:55:41.179563 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2611 | 2025.04.16 03:55:41.179822 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2612 | 2025.04.16 03:55:41.180161 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2613 | 2025.04.16 03:55:41.180430 [ 187 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 2614 | 2025.04.16 03:55:41.182067 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2025.04.16 03:55:41.182138 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2616 | 2025.04.16 03:55:41.183102 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2617 | 2025.04.16 03:55:41.183261 [ 194 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005167912 sec., 108360.97828291194 rows/sec., 6.59 MiB/sec. | ||
| 2618 | 2025.04.16 03:55:41.183434 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2619 | 2025.04.16 03:55:41.183514 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.04.16 03:55:41.183811 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Debug> executeQuery: Read 425 rows, 31.03 KiB in 0.005185 sec., 81967.2131147541 rows/sec., 5.84 MiB/sec. | ||
| 2621 | 2025.04.16 03:55:41.183897 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_5_1} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.04.16 03:55:41.183906 [ 254 ] {c8dfcde3-1fd2-4bec-99a3-aee89ce27d04} <Debug> TCPHandler: Processed in 0.005534979 sec. | ||
| 2623 | 2025.04.16 03:55:41.184004 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_5_1} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2624 | 2025.04.16 03:55:41.184070 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2025.04.16 03:55:41.184096 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2626 | 2025.04.16 03:55:41.184188 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2627 | 2025.04.16 03:55:41.184244 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2628 | 2025.04.16 03:55:41.184697 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2025.04.16 03:55:41.184737 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2630 | 2025.04.16 03:55:41.185101 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2631 | 2025.04.16 03:55:41.185346 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2025.04.16 03:55:41.185627 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 2633 | 2025.04.16 03:55:41.185748 [ 254 ] {317c96e7-c749-46bd-bafb-5d9f4d270bac} <Debug> TCPHandler: Processed in 0.001747755 sec. | ||
| 2634 | 2025.04.16 03:55:41.185873 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2635 | 2025.04.16 03:55:41.185981 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2636 | 2025.04.16 03:55:41.186030 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2637 | 2025.04.16 03:55:41.186571 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2025.04.16 03:55:41.186610 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2639 | 2025.04.16 03:55:41.186994 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2640 | 2025.04.16 03:55:41.187238 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2025.04.16 03:55:41.187435 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001477 sec., 160460.39268788084 rows/sec., 10.76 MiB/sec. | ||
| 2642 | 2025.04.16 03:55:41.187497 [ 254 ] {134c4017-9415-407a-b2a6-fdfab746decc} <Debug> TCPHandler: Processed in 0.001675583 sec. | ||
| 2643 | 2025.04.16 03:55:41.187628 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2644 | 2025.04.16 03:55:41.187733 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2645 | 2025.04.16 03:55:41.187781 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2646 | 2025.04.16 03:55:41.188193 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2025.04.16 03:55:41.188232 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2648 | 2025.04.16 03:55:41.188603 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2649 | 2025.04.16 03:55:41.188857 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2025.04.16 03:55:41.189022 [ 169 ] {} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2651 | 2025.04.16 03:55:41.189086 [ 169 ] {} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2652 | 2025.04.16 03:55:41.189094 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001371 sec., 1458.7892049598834 rows/sec., 95.45 KiB/sec. | ||
| 2653 | 2025.04.16 03:55:41.189116 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2654 | 2025.04.16 03:55:41.189249 [ 254 ] {8b99c2f5-f1d9-4a52-a68e-ec135f9519f2} <Debug> TCPHandler: Processed in 0.001671293 sec. | ||
| 2655 | 2025.04.16 03:55:41.189458 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::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 | ||
| 2656 | 2025.04.16 03:55:41.189583 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2025.04.16 03:55:41.189644 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2658 | 2025.04.16 03:55:41.189721 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2659 | 2025.04.16 03:55:41.189785 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2660 | 2025.04.16 03:55:41.189910 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2661 | 2025.04.16 03:55:41.190117 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2662 | 2025.04.16 03:55:41.190216 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2663 | 2025.04.16 03:55:41.190607 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2664 | 2025.04.16 03:55:41.190950 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2665 | 2025.04.16 03:55:41.191373 [ 187 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 2666 | 2025.04.16 03:55:41.195125 [ 186 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005879936 sec., 1190.4891481812047 rows/sec., 78.89 KiB/sec. | ||
| 2667 | 2025.04.16 03:55:41.195377 [ 186 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2668 | 2025.04.16 03:55:41.195706 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2025.04.16 03:55:41.195767 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2670 | 2025.04.16 03:55:41.196146 [ 186 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2025.04.16 03:55:41.196323 [ 186 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_6_1} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2672 | 2025.04.16 03:55:41.196474 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2673 | 2025.04.16 03:55:41.196889 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2674 | 2025.04.16 03:55:41.197172 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2025.04.16 03:55:41.197412 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007688 sec., 5202.913631633714 rows/sec., 9.32 MiB/sec. | ||
| 2676 | 2025.04.16 03:55:41.197570 [ 254 ] {ac3c1cc2-4be2-4670-b437-0c5fa0d0786b} <Debug> TCPHandler: Processed in 0.008072629 sec. | ||
| 2677 | 2025.04.16 03:55:41.197700 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.04.16 03:55:41.197807 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2679 | 2025.04.16 03:55:41.197856 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2680 | 2025.04.16 03:55:41.198274 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Trace> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.04.16 03:55:41.198313 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2682 | 2025.04.16 03:55:41.198677 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2683 | 2025.04.16 03:55:41.198918 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Trace> oximeter.measurements_i64 (85fdd463-e031-45db-93fe-2cf934ebffd5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.04.16 03:55:41.199186 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001383 sec., 2169.197396963124 rows/sec., 153.23 KiB/sec. | ||
| 2685 | 2025.04.16 03:55:41.199272 [ 254 ] {19c5e206-0f3b-4099-a57d-c216db9f7082} <Debug> TCPHandler: Processed in 0.001623952 sec. | ||
| 2686 | 2025.04.16 03:55:41.199396 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2025.04.16 03:55:41.199516 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2688 | 2025.04.16 03:55:41.199563 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2689 | 2025.04.16 03:55:41.199995 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.04.16 03:55:41.200034 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2691 | 2025.04.16 03:55:41.200399 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2692 | 2025.04.16 03:55:41.200681 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.04.16 03:55:41.200886 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001393 sec., 58865.75735821967 rows/sec., 3.74 MiB/sec. | ||
| 2694 | 2025.04.16 03:55:41.200935 [ 254 ] {1393a7d5-c948-4d4a-ad3d-c72563a06afd} <Debug> TCPHandler: Processed in 0.001589932 sec. | ||
| 2695 | 2025.04.16 03:55:43.177041 [ 154 ] {} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2696 | 2025.04.16 03:55:43.177123 [ 154 ] {} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.04.16 03:55:43.177153 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2698 | 2025.04.16 03:55:43.177417 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::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 | ||
| 2699 | 2025.04.16 03:55:43.177913 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2700 | 2025.04.16 03:55:43.177982 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part | ||
| 2701 | 2025.04.16 03:55:43.178113 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::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 | ||
| 2702 | 2025.04.16 03:55:43.178277 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2703 | 2025.04.16 03:55:43.178426 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2704 | 2025.04.16 03:55:43.178561 [ 187 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::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 | ||
| 2705 | 2025.04.16 03:55:43.181687 [ 186 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.004427897 sec., 8130.2704195693805 rows/sec., 1.69 MiB/sec. | ||
| 2706 | 2025.04.16 03:55:43.182014 [ 190 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2707 | 2025.04.16 03:55:43.182725 [ 190 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.04.16 03:55:43.182861 [ 190 ] {e556ff15-52d7-43af-a6e2-50acfb2f01c6::all_1_5_1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2709 | 2025.04.16 03:55:43.183009 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2710 | 2025.04.16 03:55:43.807321 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2025.04.16 03:55:43.807724 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2712 | 2025.04.16 03:55:43.808343 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2713 | 2025.04.16 03:55:43.808421 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2714 | 2025.04.16 03:55:43.808966 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2715 | 2025.04.16 03:55:43.809093 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2716 | 2025.04.16 03:55:43.809355 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2717 | 2025.04.16 03:55:43.809419 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2718 | 2025.04.16 03:55:43.809458 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2719 | 2025.04.16 03:55:43.809504 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2720 | 2025.04.16 03:55:43.809565 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2721 | 2025.04.16 03:55:43.809597 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2722 | 2025.04.16 03:55:43.810826 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.00327 sec., 11009.174311926607 rows/sec., 423.77 KiB/sec. | ||
| 2723 | 2025.04.16 03:55:43.811014 [ 254 ] {71eff95c-f9fa-4990-b2be-138dffbaa9fd} <Debug> TCPHandler: Processed in 0.003881286 sec. | ||
| 2724 | 2025.04.16 03:55:43.811468 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2025.04.16 03:55:43.811744 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2726 | 2025.04.16 03:55:43.812167 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2727 | 2025.04.16 03:55:43.812235 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2728 | 2025.04.16 03:55:43.812686 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2729 | 2025.04.16 03:55:43.812794 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2730 | 2025.04.16 03:55:43.813003 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2731 | 2025.04.16 03:55:43.813053 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2732 | 2025.04.16 03:55:43.813093 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2733 | 2025.04.16 03:55:43.813121 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2734 | 2025.04.16 03:55:43.813186 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2735 | 2025.04.16 03:55:43.813224 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2736 | 2025.04.16 03:55:43.814081 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002462 sec., 14622.258326563768 rows/sec., 562.85 KiB/sec. | ||
| 2737 | 2025.04.16 03:55:43.814257 [ 254 ] {dd9a0106-ee46-446c-a95c-b62441166569} <Debug> TCPHandler: Processed in 0.002870576 sec. | ||
| 2738 | 2025.04.16 03:55:43.814715 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2739 | 2025.04.16 03:55:43.814935 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2740 | 2025.04.16 03:55:43.815500 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2741 | 2025.04.16 03:55:43.815595 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2742 | 2025.04.16 03:55:43.816176 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2743 | 2025.04.16 03:55:43.816317 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2744 | 2025.04.16 03:55:43.816588 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2745 | 2025.04.16 03:55:43.816652 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2746 | 2025.04.16 03:55:43.816691 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2747 | 2025.04.16 03:55:43.816724 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2748 | 2025.04.16 03:55:43.816802 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2749 | 2025.04.16 03:55:43.816836 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2750 | 2025.04.16 03:55:43.817655 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002826 sec., 12738.853503184713 rows/sec., 490.35 KiB/sec. | ||
| 2751 | 2025.04.16 03:55:43.817840 [ 254 ] {119d1d21-696a-4899-821e-288c3653f425} <Debug> TCPHandler: Processed in 0.003196763 sec. | ||
| 2752 | 2025.04.16 03:55:43.818181 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2025.04.16 03:55:43.818443 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2754 | 2025.04.16 03:55:43.818881 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2755 | 2025.04.16 03:55:43.818946 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2756 | 2025.04.16 03:55:43.819366 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2757 | 2025.04.16 03:55:43.819522 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2758 | 2025.04.16 03:55:43.819732 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2759 | 2025.04.16 03:55:43.819786 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2760 | 2025.04.16 03:55:43.819823 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2761 | 2025.04.16 03:55:43.819850 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2762 | 2025.04.16 03:55:43.819913 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2763 | 2025.04.16 03:55:43.819947 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2764 | 2025.04.16 03:55:43.820738 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002426 sec., 14839.241549876338 rows/sec., 571.20 KiB/sec. | ||
| 2765 | 2025.04.16 03:55:43.820915 [ 254 ] {3bc8c852-4d5a-45de-8cd3-7e7e6bfb220a} <Debug> TCPHandler: Processed in 0.002805486 sec. | ||
| 2766 | 2025.04.16 03:55:43.821241 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2025.04.16 03:55:43.821467 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2768 | 2025.04.16 03:55:43.821896 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2769 | 2025.04.16 03:55:43.821972 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2770 | 2025.04.16 03:55:43.822465 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2771 | 2025.04.16 03:55:43.822561 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2772 | 2025.04.16 03:55:43.822762 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2773 | 2025.04.16 03:55:43.822812 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2774 | 2025.04.16 03:55:43.822848 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2775 | 2025.04.16 03:55:43.822873 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2776 | 2025.04.16 03:55:43.822933 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2777 | 2025.04.16 03:55:43.822968 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2778 | 2025.04.16 03:55:43.823786 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002427 sec., 14833.127317676144 rows/sec., 570.97 KiB/sec. | ||
| 2779 | 2025.04.16 03:55:43.823944 [ 254 ] {13ebd33a-a34c-4576-bd9c-712fa7247ae7} <Debug> TCPHandler: Processed in 0.002775245 sec. | ||
| 2780 | 2025.04.16 03:55:43.824275 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2025.04.16 03:55:43.824524 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2782 | 2025.04.16 03:55:43.824990 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2783 | 2025.04.16 03:55:43.825061 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2784 | 2025.04.16 03:55:43.825507 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2785 | 2025.04.16 03:55:43.825601 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2786 | 2025.04.16 03:55:43.825804 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2787 | 2025.04.16 03:55:43.825857 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2788 | 2025.04.16 03:55:43.825893 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2789 | 2025.04.16 03:55:43.825921 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2790 | 2025.04.16 03:55:43.825988 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2791 | 2025.04.16 03:55:43.826024 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2792 | 2025.04.16 03:55:43.826808 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002415 sec., 14906.832298136645 rows/sec., 573.81 KiB/sec. | ||
| 2793 | 2025.04.16 03:55:43.826987 [ 254 ] {ba0647b1-5255-44d3-97a6-e7712420e5a5} <Debug> TCPHandler: Processed in 0.002788355 sec. | ||
| 2794 | 2025.04.16 03:55:43.959683 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2025.04.16 03:55:43.960002 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
| 2796 | 2025.04.16 03:55:43.960585 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2797 | 2025.04.16 03:55:43.960657 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 | ||
| 2798 | 2025.04.16 03:55:43.961121 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2799 | 2025.04.16 03:55:43.961246 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2800 | 2025.04.16 03:55:43.961507 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2801 | 2025.04.16 03:55:43.961565 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2802 | 2025.04.16 03:55:43.961600 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (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 | ||
| 2803 | 2025.04.16 03:55:43.961626 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2804 | 2025.04.16 03:55:43.961695 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 2805 | 2025.04.16 03:55:43.961733 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 2806 | 2025.04.16 03:55:43.962818 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002972 sec., 12113.055181695829 rows/sec., 466.27 KiB/sec. | ||
| 2807 | 2025.04.16 03:55:43.963035 [ 254 ] {58ecb595-d400-4cdd-9236-8033f2fd95c1} <Debug> TCPHandler: Processed in 0.003499889 sec. | ||
| 2808 | 2025.04.16 03:55:43.963806 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2809 | 2025.04.16 03:55:43.963995 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2810 | 2025.04.16 03:55:43.964076 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2811 | 2025.04.16 03:55:43.965197 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2812 | 2025.04.16 03:55:43.965271 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2813 | 2025.04.16 03:55:43.965984 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2814 | 2025.04.16 03:55:43.966416 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Trace> oximeter.timeseries_schema (e556ff15-52d7-43af-a6e2-50acfb2f01c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2815 | 2025.04.16 03:55:43.966754 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.002811 sec., 2490.217004624689 rows/sec., 506.52 KiB/sec. | ||
| 2816 | 2025.04.16 03:55:43.966861 [ 254 ] {24cad68d-c4b1-4fdb-8667-b10b86033136} <Debug> TCPHandler: Processed in 0.003137532 sec. | ||
| 2817 | 2025.04.16 03:55:43.967043 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2818 | 2025.04.16 03:55:43.967191 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2819 | 2025.04.16 03:55:43.967266 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2820 | 2025.04.16 03:55:43.968056 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2821 | 2025.04.16 03:55:43.968110 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2822 | 2025.04.16 03:55:43.968579 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2823 | 2025.04.16 03:55:43.968915 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2025.04.16 03:55:43.969246 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00208 sec., 961.5384615384617 rows/sec., 78.41 KiB/sec. | ||
| 2825 | 2025.04.16 03:55:43.969401 [ 254 ] {a0fe5e0b-25b1-41d8-820a-db5ac819c16f} <Debug> TCPHandler: Processed in 0.002431218 sec. | ||
| 2826 | 2025.04.16 03:55:43.969591 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2827 | 2025.04.16 03:55:43.969755 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2828 | 2025.04.16 03:55:43.969823 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2829 | 2025.04.16 03:55:43.971336 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2830 | 2025.04.16 03:55:43.971393 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2831 | 2025.04.16 03:55:43.972056 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2832 | 2025.04.16 03:55:43.972415 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2833 | 2025.04.16 03:55:43.972694 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.002973 sec., 402959.9730911537 rows/sec., 33.06 MiB/sec. | ||
| 2834 | 2025.04.16 03:55:43.972769 [ 254 ] {dce03ac9-0c97-4090-9c28-3fbf3dd72be4} <Debug> TCPHandler: Processed in 0.003255444 sec. | ||
| 2835 | 2025.04.16 03:55:43.972953 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2025.04.16 03:55:43.973119 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2837 | 2025.04.16 03:55:43.973195 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2838 | 2025.04.16 03:55:43.973907 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2025.04.16 03:55:43.973968 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2840 | 2025.04.16 03:55:43.974443 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2841 | 2025.04.16 03:55:43.974777 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.04.16 03:55:43.975140 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002047 sec., 977.0395701025891 rows/sec., 68.22 KiB/sec. | ||
| 2843 | 2025.04.16 03:55:43.975316 [ 254 ] {8fabbfa0-1dfc-4cea-bc23-f183c741c7c4} <Debug> TCPHandler: Processed in 0.002440518 sec. | ||
| 2844 | 2025.04.16 03:55:43.975489 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2025.04.16 03:55:43.975624 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2846 | 2025.04.16 03:55:43.975684 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2847 | 2025.04.16 03:55:43.976582 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2025.04.16 03:55:43.976637 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2849 | 2025.04.16 03:55:43.977118 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2850 | 2025.04.16 03:55:43.977472 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.04.16 03:55:43.977776 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002175 sec., 104827.58620689657 rows/sec., 7.10 MiB/sec. | ||
| 2852 | 2025.04.16 03:55:43.977842 [ 254 ] {6d96f08b-2e35-4f00-819c-93e9f17b98e7} <Debug> TCPHandler: Processed in 0.002419918 sec. | ||
| 2853 | 2025.04.16 03:55:43.978003 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2025.04.16 03:55:43.978144 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2855 | 2025.04.16 03:55:43.978202 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2856 | 2025.04.16 03:55:43.979149 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.04.16 03:55:43.979201 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2858 | 2025.04.16 03:55:43.979737 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2859 | 2025.04.16 03:55:43.980115 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.04.16 03:55:43.980482 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.002364 sec., 220812.18274111673 rows/sec., 16.35 MiB/sec. | ||
| 2861 | 2025.04.16 03:55:43.980696 [ 254 ] {301cf918-2ac9-4e7e-bfd3-565e29fd8f76} <Debug> TCPHandler: Processed in 0.002765604 sec. | ||
| 2862 | 2025.04.16 03:55:43.980890 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2863 | 2025.04.16 03:55:43.981051 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2864 | 2025.04.16 03:55:43.981123 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2865 | 2025.04.16 03:55:43.985533 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.04.16 03:55:43.985581 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2867 | 2025.04.16 03:55:43.986535 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2868 | 2025.04.16 03:55:43.986888 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2025.04.16 03:55:43.987175 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Debug> executeQuery: Read 2864 rows, 196.07 KiB in 0.006158 sec., 465086.0669048392 rows/sec., 31.09 MiB/sec. | ||
| 2870 | 2025.04.16 03:55:43.987255 [ 254 ] {68f035fa-dbfa-407a-aee3-79a0c86dc426} <Debug> TCPHandler: Processed in 0.006438157 sec. | ||
| 2871 | 2025.04.16 03:55:43.987448 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2872 | 2025.04.16 03:55:43.987605 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2873 | 2025.04.16 03:55:43.987675 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2874 | 2025.04.16 03:55:43.988325 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2025.04.16 03:55:43.988379 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2876 | 2025.04.16 03:55:43.988926 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2877 | 2025.04.16 03:55:43.989245 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.04.16 03:55:43.989526 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001954 sec., 18423.74616171955 rows/sec., 1.24 MiB/sec. | ||
| 2879 | 2025.04.16 03:55:43.989600 [ 254 ] {5b299153-bdad-470d-97d1-67882df476e5} <Debug> TCPHandler: Processed in 0.002228194 sec. | ||
| 2880 | 2025.04.16 03:55:46.146286 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.04.16 03:55:46.146460 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2882 | 2025.04.16 03:55:46.146531 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2883 | 2025.04.16 03:55:46.147276 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2025.04.16 03:55:46.147317 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2885 | 2025.04.16 03:55:46.147730 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2886 | 2025.04.16 03:55:46.147976 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.04.16 03:55:46.148156 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001745 sec., 32091.690544412606 rows/sec., 2.45 MiB/sec. | ||
| 2888 | 2025.04.16 03:55:46.148207 [ 254 ] {d36e08c6-eecd-4fb8-b322-421a597d8a87} <Debug> TCPHandler: Processed in 0.002040101 sec. | ||
| 2889 | 2025.04.16 03:55:46.148326 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.04.16 03:55:46.148426 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2891 | 2025.04.16 03:55:46.148469 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2892 | 2025.04.16 03:55:46.149034 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.04.16 03:55:46.149072 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2894 | 2025.04.16 03:55:46.149412 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2895 | 2025.04.16 03:55:46.149646 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.04.16 03:55:46.149805 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
| 2897 | 2025.04.16 03:55:46.149854 [ 254 ] {9b2a4ce5-5c1e-4cce-96af-51652aaeefb7} <Debug> TCPHandler: Processed in 0.001577411 sec. | ||
| 2898 | 2025.04.16 03:55:46.149971 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.04.16 03:55:46.150074 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2900 | 2025.04.16 03:55:46.150121 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2901 | 2025.04.16 03:55:46.150622 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.04.16 03:55:46.150659 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2903 | 2025.04.16 03:55:46.151026 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2904 | 2025.04.16 03:55:46.151283 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2025.04.16 03:55:46.151445 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001393 sec., 45944.00574300072 rows/sec., 3.20 MiB/sec. | ||
| 2906 | 2025.04.16 03:55:46.151494 [ 254 ] {ee242753-20d4-48cc-9a1c-39e0ffeff704} <Debug> TCPHandler: Processed in 0.001570882 sec. | ||
| 2907 | 2025.04.16 03:55:46.151613 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2908 | 2025.04.16 03:55:46.151715 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2909 | 2025.04.16 03:55:46.151760 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2910 | 2025.04.16 03:55:46.152170 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.04.16 03:55:46.152205 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2912 | 2025.04.16 03:55:46.152544 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2913 | 2025.04.16 03:55:46.152769 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2025.04.16 03:55:46.152945 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001251 sec., 19184.65227817746 rows/sec., 1.29 MiB/sec. | ||
| 2915 | 2025.04.16 03:55:46.153067 [ 254 ] {130c05d2-02a7-4218-8800-7e2120c341e6} <Debug> TCPHandler: Processed in 0.00150111 sec. | ||
| 2916 | 2025.04.16 03:55:47.418210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2917 | 2025.04.16 03:55:47.418921 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.04.16 03:55:47.418965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2919 | 2025.04.16 03:55:47.419503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2920 | 2025.04.16 03:55:47.419747 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.04.16 03:55:47.419922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2922 | 2025.04.16 03:55:47.800148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2923 | 2025.04.16 03:55:47.819937 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2025.04.16 03:55:47.819995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2925 | 2025.04.16 03:55:47.827528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2926 | 2025.04.16 03:55:47.828289 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2927 | 2025.04.16 03:55:47.831028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2928 | 2025.04.16 03:55:48.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.77 MiB, peak 178.74 MiB, free memory in arenas 0.00 B, will set to 171.86 MiB (RSS), difference: 1.09 MiB | ||
| 2929 | 2025.04.16 03:55:49.931790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 396 | ||
| 2930 | 2025.04.16 03:55:49.936869 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2025.04.16 03:55:49.936949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2932 | 2025.04.16 03:55:49.938955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2933 | 2025.04.16 03:55:49.939336 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2025.04.16 03:55:49.940426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
| 2935 | 2025.04.16 03:55:51.157814 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2936 | 2025.04.16 03:55:51.158028 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2937 | 2025.04.16 03:55:51.158109 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2938 | 2025.04.16 03:55:51.158989 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2939 | 2025.04.16 03:55:51.159037 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2940 | 2025.04.16 03:55:51.159491 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2941 | 2025.04.16 03:55:51.159754 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2942 | 2025.04.16 03:55:51.159943 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001974 sec., 107396.14994934143 rows/sec., 6.83 MiB/sec. | ||
| 2943 | 2025.04.16 03:55:51.160009 [ 254 ] {5ec4b33e-6845-4b89-a9e3-e32b0c92adcd} <Debug> TCPHandler: Processed in 0.002334186 sec. | ||
| 2944 | 2025.04.16 03:55:51.160154 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2945 | 2025.04.16 03:55:51.160265 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2946 | 2025.04.16 03:55:51.160314 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2947 | 2025.04.16 03:55:51.161101 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.04.16 03:55:51.161139 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2949 | 2025.04.16 03:55:51.161565 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2950 | 2025.04.16 03:55:51.161803 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2025.04.16 03:55:51.161930 [ 64 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2952 | 2025.04.16 03:55:51.161978 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001736 sec., 401497.69585253455 rows/sec., 32.05 MiB/sec. | ||
| 2953 | 2025.04.16 03:55:51.161978 [ 64 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2025.04.16 03:55:51.162027 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2955 | 2025.04.16 03:55:51.162054 [ 254 ] {19def355-324b-4bf9-9710-b68b6dbbc7f1} <Debug> TCPHandler: Processed in 0.001954359 sec. | ||
| 2956 | 2025.04.16 03:55:51.162305 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2025.04.16 03:55:51.162430 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 2958 | 2025.04.16 03:55:51.162524 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2959 | 2025.04.16 03:55:51.162608 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2960 | 2025.04.16 03:55:51.162830 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2961 | 2025.04.16 03:55:51.162917 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 682 rows starting from the beginning of the part | ||
| 2962 | 2025.04.16 03:55:51.163229 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2963 | 2025.04.16 03:55:51.163662 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 698 rows starting from the beginning of the part | ||
| 2964 | 2025.04.16 03:55:51.164040 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1198 rows starting from the beginning of the part | ||
| 2965 | 2025.04.16 03:55:51.164356 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2966 | 2025.04.16 03:55:51.164605 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 697 rows starting from the beginning of the part | ||
| 2967 | 2025.04.16 03:55:51.165451 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.04.16 03:55:51.165529 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2969 | 2025.04.16 03:55:51.166489 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2970 | 2025.04.16 03:55:51.167057 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.04.16 03:55:51.167305 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.004813 sec., 30334.510700186995 rows/sec., 1.91 MiB/sec. | ||
| 2972 | 2025.04.16 03:55:51.167396 [ 254 ] {0ebce719-379a-41e9-a418-c9e6a84e0470} <Debug> TCPHandler: Processed in 0.005207023 sec. | ||
| 2973 | 2025.04.16 03:55:51.167525 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2025.04.16 03:55:51.167674 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2975 | 2025.04.16 03:55:51.167775 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2976 | 2025.04.16 03:55:51.168220 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3387 rows, containing 5 columns (5 merged, 0 gathered) in 0.006053419 sec., 559518.5134219191 rows/sec., 47.13 MiB/sec. | ||
| 2977 | 2025.04.16 03:55:51.168584 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2978 | 2025.04.16 03:55:51.169183 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.04.16 03:55:51.169263 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2980 | 2025.04.16 03:55:51.169277 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2981 | 2025.04.16 03:55:51.169487 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_16_3} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2982 | 2025.04.16 03:55:51.169638 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 2983 | 2025.04.16 03:55:51.169925 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2984 | 2025.04.16 03:55:51.170189 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2025.04.16 03:55:51.170372 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002762 sec., 40912.382331643734 rows/sec., 2.65 MiB/sec. | ||
| 2986 | 2025.04.16 03:55:51.170449 [ 254 ] {413d80c8-6bf9-4f16-a7a7-a47953cb9ef5} <Debug> TCPHandler: Processed in 0.002973408 sec. | ||
| 2987 | 2025.04.16 03:55:51.170601 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2988 | 2025.04.16 03:55:51.170709 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2989 | 2025.04.16 03:55:51.170755 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2990 | 2025.04.16 03:55:51.171301 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2025.04.16 03:55:51.171338 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2992 | 2025.04.16 03:55:51.171727 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2993 | 2025.04.16 03:55:51.171964 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2025.04.16 03:55:51.172126 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001438 sec., 77885.95271210013 rows/sec., 4.44 MiB/sec. | ||
| 2995 | 2025.04.16 03:55:51.172176 [ 254 ] {c904553c-e7a5-4b69-bd01-c7f231be6b04} <Debug> TCPHandler: Processed in 0.001627252 sec. | ||
| 2996 | 2025.04.16 03:55:51.172306 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2025.04.16 03:55:51.172408 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2998 | 2025.04.16 03:55:51.172453 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2999 | 2025.04.16 03:55:51.173101 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.04.16 03:55:51.173137 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3001 | 2025.04.16 03:55:51.173513 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3002 | 2025.04.16 03:55:51.173746 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2025.04.16 03:55:51.173864 [ 64 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3004 | 2025.04.16 03:55:51.173904 [ 64 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.04.16 03:55:51.173922 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00153 sec., 275816.9934640523 rows/sec., 19.65 MiB/sec. | ||
| 3006 | 2025.04.16 03:55:51.173927 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3007 | 2025.04.16 03:55:51.174005 [ 254 ] {3b267640-7487-4042-b1a2-ebaa335445ea} <Debug> TCPHandler: Processed in 0.001750674 sec. | ||
| 3008 | 2025.04.16 03:55:51.174243 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 3009 | 2025.04.16 03:55:51.174311 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.04.16 03:55:51.174609 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3011 | 2025.04.16 03:55:51.174622 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3012 | 2025.04.16 03:55:51.174665 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 433 rows starting from the beginning of the part | ||
| 3013 | 2025.04.16 03:55:51.174670 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3014 | 2025.04.16 03:55:51.174936 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 3015 | 2025.04.16 03:55:51.175296 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 425 rows starting from the beginning of the part | ||
| 3016 | 2025.04.16 03:55:51.175630 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 522 rows starting from the beginning of the part | ||
| 3017 | 2025.04.16 03:55:51.176047 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 3018 | 2025.04.16 03:55:51.176417 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 422 rows starting from the beginning of the part | ||
| 3019 | 2025.04.16 03:55:51.177025 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3020 | 2025.04.16 03:55:51.177066 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3021 | 2025.04.16 03:55:51.177588 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3022 | 2025.04.16 03:55:51.177927 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2025.04.16 03:55:51.178056 [ 64 ] {} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3024 | 2025.04.16 03:55:51.178101 [ 64 ] {} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.04.16 03:55:51.178127 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3026 | 2025.04.16 03:55:51.178135 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003593 sec., 1669.9137211244085 rows/sec., 87.25 KiB/sec. | ||
| 3027 | 2025.04.16 03:55:51.178533 [ 254 ] {5312314f-7325-4813-82ba-9df0f6341aea} <Debug> TCPHandler: Processed in 0.004323356 sec. | ||
| 3028 | 2025.04.16 03:55:51.178937 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3029 | 2025.04.16 03:55:51.179117 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::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 | ||
| 3030 | 2025.04.16 03:55:51.179211 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 5 columns (5 merged, 0 gathered) in 0.005204822 sec., 370809.991196625 rows/sec., 28.30 MiB/sec. | ||
| 3031 | 2025.04.16 03:55:51.179217 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3032 | 2025.04.16 03:55:51.179320 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3033 | 2025.04.16 03:55:51.179349 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3034 | 2025.04.16 03:55:51.179414 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3035 | 2025.04.16 03:55:51.179449 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3036 | 2025.04.16 03:55:51.179850 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3037 | 2025.04.16 03:55:51.180469 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3038 | 2025.04.16 03:55:51.181026 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3039 | 2025.04.16 03:55:51.181111 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.04.16 03:55:51.181549 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3041 | 2025.04.16 03:55:51.181636 [ 188 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_16_3} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3042 | 2025.04.16 03:55:51.182023 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3043 | 2025.04.16 03:55:51.182064 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3044 | 2025.04.16 03:55:51.182696 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.04.16 03:55:51.182738 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3046 | 2025.04.16 03:55:51.183310 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3047 | 2025.04.16 03:55:51.183581 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005385776 sec., 6684.273538297916 rows/sec., 349.23 KiB/sec. | ||
| 3048 | 2025.04.16 03:55:51.183743 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.04.16 03:55:51.183806 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3050 | 2025.04.16 03:55:51.184118 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004952 sec., 47859.450726979 rows/sec., 3.21 MiB/sec. | ||
| 3051 | 2025.04.16 03:55:51.184283 [ 254 ] {f03727b1-e8cc-4259-a431-595be0925897} <Debug> TCPHandler: Processed in 0.005479118 sec. | ||
| 3052 | 2025.04.16 03:55:51.184416 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2025.04.16 03:55:51.184473 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.04.16 03:55:51.184550 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_6_1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3055 | 2025.04.16 03:55:51.184676 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3056 | 2025.04.16 03:55:51.184709 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3057 | 2025.04.16 03:55:51.184765 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3058 | 2025.04.16 03:55:51.185205 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2025.04.16 03:55:51.185244 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3060 | 2025.04.16 03:55:51.185600 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3061 | 2025.04.16 03:55:51.185837 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2025.04.16 03:55:51.186000 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. | ||
| 3063 | 2025.04.16 03:55:51.186048 [ 254 ] {6fb7e54b-fee6-410a-9b6e-f305c0b0db6b} <Debug> TCPHandler: Processed in 0.001655113 sec. | ||
| 3064 | 2025.04.16 03:55:51.186161 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3065 | 2025.04.16 03:55:51.186265 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3066 | 2025.04.16 03:55:51.186331 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3067 | 2025.04.16 03:55:51.187405 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2025.04.16 03:55:51.187442 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3069 | 2025.04.16 03:55:51.188091 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3070 | 2025.04.16 03:55:51.188349 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3071 | 2025.04.16 03:55:51.188613 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002344 sec., 17064.84641638225 rows/sec., 30.58 MiB/sec. | ||
| 3072 | 2025.04.16 03:55:51.188779 [ 254 ] {2343c4a1-9a85-4dd8-a01b-9ef33122dc5b} <Debug> TCPHandler: Processed in 0.002668452 sec. | ||
| 3073 | 2025.04.16 03:55:51.188903 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.04.16 03:55:51.189008 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3075 | 2025.04.16 03:55:51.189053 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3076 | 2025.04.16 03:55:51.189477 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.04.16 03:55:51.189516 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3078 | 2025.04.16 03:55:51.189891 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3079 | 2025.04.16 03:55:51.190156 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3080 | 2025.04.16 03:55:51.190322 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001335 sec., 61423.22097378277 rows/sec., 3.90 MiB/sec. | ||
| 3081 | 2025.04.16 03:55:51.190368 [ 254 ] {9b859dea-747c-41dc-a9aa-77de06289e93} <Debug> TCPHandler: Processed in 0.001517319 sec. | ||
| 3082 | 2025.04.16 03:55:54.791994 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3083 | 2025.04.16 03:55:54.792107 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3084 | 2025.04.16 03:55:54.920033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3085 | 2025.04.16 03:55:54.920690 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2025.04.16 03:55:54.920736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3087 | 2025.04.16 03:55:54.921259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3088 | 2025.04.16 03:55:54.921519 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.04.16 03:55:54.921754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3090 | 2025.04.16 03:55:55.331089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3091 | 2025.04.16 03:55:55.352311 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.04.16 03:55:55.352377 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3093 | 2025.04.16 03:55:55.360123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3094 | 2025.04.16 03:55:55.360982 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.04.16 03:55:55.364801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3096 | 2025.04.16 03:55:56.151106 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2025.04.16 03:55:56.151307 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3098 | 2025.04.16 03:55:56.151383 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3099 | 2025.04.16 03:55:56.152246 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.04.16 03:55:56.152290 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3101 | 2025.04.16 03:55:56.152729 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3102 | 2025.04.16 03:55:56.152979 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.04.16 03:55:56.153192 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 3104 | 2025.04.16 03:55:56.153244 [ 254 ] {6234dce3-c1c8-4c90-b281-74724e7b34f0} <Debug> TCPHandler: Processed in 0.002270295 sec. | ||
| 3105 | 2025.04.16 03:55:56.153383 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2025.04.16 03:55:56.153485 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3107 | 2025.04.16 03:55:56.153529 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3108 | 2025.04.16 03:55:56.154131 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2025.04.16 03:55:56.154171 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3110 | 2025.04.16 03:55:56.154512 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3111 | 2025.04.16 03:55:56.154754 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.04.16 03:55:56.154940 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001476 sec., 43360.43360433604 rows/sec., 3.38 MiB/sec. | ||
| 3113 | 2025.04.16 03:55:56.154992 [ 254 ] {17167f89-3b38-49ea-b449-7f1adacb50ec} <Debug> TCPHandler: Processed in 0.001657252 sec. | ||
| 3114 | 2025.04.16 03:55:56.155126 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3115 | 2025.04.16 03:55:56.155228 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3116 | 2025.04.16 03:55:56.155276 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3117 | 2025.04.16 03:55:56.155878 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.04.16 03:55:56.155917 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3119 | 2025.04.16 03:55:56.156300 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3120 | 2025.04.16 03:55:56.156531 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2025.04.16 03:55:56.156695 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3122 | 2025.04.16 03:55:56.156720 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 3123 | 2025.04.16 03:55:56.156786 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.04.16 03:55:56.156845 [ 254 ] {30eda907-ae10-4100-b9d2-a70c359a9141} <Debug> TCPHandler: Processed in 0.001765795 sec. | ||
| 3125 | 2025.04.16 03:55:56.156853 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3126 | 2025.04.16 03:55:56.157132 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 3127 | 2025.04.16 03:55:56.157166 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3128 | 2025.04.16 03:55:56.157299 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3129 | 2025.04.16 03:55:56.157306 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3130 | 2025.04.16 03:55:56.157347 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 774 rows starting from the beginning of the part | ||
| 3131 | 2025.04.16 03:55:56.157369 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3132 | 2025.04.16 03:55:56.157547 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 3133 | 2025.04.16 03:55:56.157866 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2864 rows starting from the beginning of the part | ||
| 3134 | 2025.04.16 03:55:56.158252 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 3135 | 2025.04.16 03:55:56.158535 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 3136 | 2025.04.16 03:55:56.158811 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3137 | 2025.04.16 03:55:56.159428 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2025.04.16 03:55:56.159469 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3139 | 2025.04.16 03:55:56.160024 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3140 | 2025.04.16 03:55:56.160343 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2025.04.16 03:55:56.160556 [ 121 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3142 | 2025.04.16 03:55:56.160622 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003348 sec., 17921.14695340502 rows/sec., 1.21 MiB/sec. | ||
| 3143 | 2025.04.16 03:55:56.160639 [ 121 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.04.16 03:55:56.160704 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3145 | 2025.04.16 03:55:56.160790 [ 254 ] {94b992da-4c2b-496f-8bf4-c7d4dab84bf2} <Debug> TCPHandler: Processed in 0.003673333 sec. | ||
| 3146 | 2025.04.16 03:55:56.161221 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 3147 | 2025.04.16 03:55:56.161457 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4336 rows, containing 5 columns (5 merged, 0 gathered) in 0.004378576 sec., 990276.2907392723 rows/sec., 66.38 MiB/sec. | ||
| 3148 | 2025.04.16 03:55:56.161547 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3149 | 2025.04.16 03:55:56.161602 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 322 rows starting from the beginning of the part | ||
| 3150 | 2025.04.16 03:55:56.161680 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 3151 | 2025.04.16 03:55:56.161766 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 3152 | 2025.04.16 03:55:56.161858 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 3153 | 2025.04.16 03:55:56.161945 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 3154 | 2025.04.16 03:55:56.162100 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3155 | 2025.04.16 03:55:56.162255 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3156 | 2025.04.16 03:55:56.163024 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2025.04.16 03:55:56.163229 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3158 | 2025.04.16 03:55:56.163423 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 3159 | 2025.04.16 03:55:56.163895 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.002979839 sec., 203366.69195886084 rows/sec., 12.91 MiB/sec. | ||
| 3160 | 2025.04.16 03:55:56.164058 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3161 | 2025.04.16 03:55:56.164322 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3162 | 2025.04.16 03:55:56.164400 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_16_3} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3163 | 2025.04.16 03:55:56.164473 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3164 | 2025.04.16 03:55:59.941720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 426 | ||
| 3165 | 2025.04.16 03:55:59.944615 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.04.16 03:55:59.944668 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3167 | 2025.04.16 03:55:59.946130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3168 | 2025.04.16 03:55:59.946444 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.04.16 03:55:59.947139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426 | ||
| 3170 | 2025.04.16 03:56:01.157894 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3171 | 2025.04.16 03:56:01.158080 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3172 | 2025.04.16 03:56:01.158153 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3173 | 2025.04.16 03:56:01.158997 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2025.04.16 03:56:01.159050 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3175 | 2025.04.16 03:56:01.159504 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3176 | 2025.04.16 03:56:01.159762 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2025.04.16 03:56:01.160058 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002027 sec., 104588.06117414898 rows/sec., 6.65 MiB/sec. | ||
| 3178 | 2025.04.16 03:56:01.160238 [ 254 ] {0bf695cc-68a4-41b0-b1e9-e107a839e544} <Debug> TCPHandler: Processed in 0.002472709 sec. | ||
| 3179 | 2025.04.16 03:56:01.160382 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3180 | 2025.04.16 03:56:01.160493 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3181 | 2025.04.16 03:56:01.160542 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3182 | 2025.04.16 03:56:01.161088 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3183 | 2025.04.16 03:56:01.161129 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3184 | 2025.04.16 03:56:01.161490 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3185 | 2025.04.16 03:56:01.161729 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3186 | 2025.04.16 03:56:01.161983 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001506 sec., 1328.0212483399735 rows/sec., 108.29 KiB/sec. | ||
| 3187 | 2025.04.16 03:56:01.162103 [ 254 ] {eafb4ede-7d6d-4419-9106-90ce3cdbdbf9} <Debug> TCPHandler: Processed in 0.001774995 sec. | ||
| 3188 | 2025.04.16 03:56:01.162232 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2025.04.16 03:56:01.162337 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3190 | 2025.04.16 03:56:01.162383 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3191 | 2025.04.16 03:56:01.163212 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2025.04.16 03:56:01.163252 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3193 | 2025.04.16 03:56:01.163658 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3194 | 2025.04.16 03:56:01.163899 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2025.04.16 03:56:01.164106 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Debug> executeQuery: Read 698 rows, 57.04 KiB in 0.00179 sec., 389944.1340782123 rows/sec., 31.12 MiB/sec. | ||
| 3196 | 2025.04.16 03:56:01.164157 [ 254 ] {7aa67a12-ad41-4378-b2db-ca414444fe36} <Debug> TCPHandler: Processed in 0.001977059 sec. | ||
| 3197 | 2025.04.16 03:56:01.164285 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3198 | 2025.04.16 03:56:01.164389 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3199 | 2025.04.16 03:56:01.164433 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3200 | 2025.04.16 03:56:01.164990 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2025.04.16 03:56:01.165030 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3202 | 2025.04.16 03:56:01.165385 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3203 | 2025.04.16 03:56:01.165628 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2025.04.16 03:56:01.165834 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Debug> executeQuery: Read 148 rows, 9.53 KiB in 0.001466 sec., 100954.9795361528 rows/sec., 6.35 MiB/sec. | ||
| 3205 | 2025.04.16 03:56:01.165885 [ 254 ] {f8fc407f-d15c-4a0d-92b2-ea0e7cc9e1b4} <Debug> TCPHandler: Processed in 0.001652143 sec. | ||
| 3206 | 2025.04.16 03:56:01.166009 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2025.04.16 03:56:01.166113 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3208 | 2025.04.16 03:56:01.166159 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3209 | 2025.04.16 03:56:01.166694 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.04.16 03:56:01.166732 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3211 | 2025.04.16 03:56:01.167093 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3212 | 2025.04.16 03:56:01.167330 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.04.16 03:56:01.167528 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001435 sec., 78745.64459930314 rows/sec., 5.10 MiB/sec. | ||
| 3214 | 2025.04.16 03:56:01.167578 [ 254 ] {8e6689df-a7b1-48c4-8bea-33c44b5c339f} <Debug> TCPHandler: Processed in 0.001620242 sec. | ||
| 3215 | 2025.04.16 03:56:01.167699 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2025.04.16 03:56:01.167802 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3217 | 2025.04.16 03:56:01.167846 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3218 | 2025.04.16 03:56:01.168380 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.04.16 03:56:01.168418 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3220 | 2025.04.16 03:56:01.168770 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3221 | 2025.04.16 03:56:01.169002 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2025.04.16 03:56:01.169196 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001415 sec., 79151.94346289753 rows/sec., 4.51 MiB/sec. | ||
| 3223 | 2025.04.16 03:56:01.169246 [ 254 ] {d7f81780-0149-4b4c-bb16-036fb88bf6af} <Debug> TCPHandler: Processed in 0.001597961 sec. | ||
| 3224 | 2025.04.16 03:56:01.169367 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3225 | 2025.04.16 03:56:01.169470 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3226 | 2025.04.16 03:56:01.169516 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3227 | 2025.04.16 03:56:01.170155 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3228 | 2025.04.16 03:56:01.170195 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3229 | 2025.04.16 03:56:01.170567 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3230 | 2025.04.16 03:56:01.170803 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2025.04.16 03:56:01.171064 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Debug> executeQuery: Read 424 rows, 30.95 KiB in 0.001613 sec., 262864.2281463112 rows/sec., 18.74 MiB/sec. | ||
| 3232 | 2025.04.16 03:56:01.171287 [ 254 ] {99a18a13-39b6-4f9e-a3e1-35d14bfe9bf4} <Debug> TCPHandler: Processed in 0.001968379 sec. | ||
| 3233 | 2025.04.16 03:56:01.171427 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3234 | 2025.04.16 03:56:01.171529 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3235 | 2025.04.16 03:56:01.171576 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3236 | 2025.04.16 03:56:01.172019 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2025.04.16 03:56:01.172058 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3238 | 2025.04.16 03:56:01.172410 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3239 | 2025.04.16 03:56:01.172665 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2025.04.16 03:56:01.172927 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 3241 | 2025.04.16 03:56:01.173044 [ 254 ] {901cd1c2-f4ff-4d81-9ce3-55d1d217ccff} <Debug> TCPHandler: Processed in 0.001666383 sec. | ||
| 3242 | 2025.04.16 03:56:01.173163 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3243 | 2025.04.16 03:56:01.173267 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3244 | 2025.04.16 03:56:01.173314 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3245 | 2025.04.16 03:56:01.173838 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2025.04.16 03:56:01.173877 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3247 | 2025.04.16 03:56:01.174267 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3248 | 2025.04.16 03:56:01.174511 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2025.04.16 03:56:01.174780 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001508 sec., 157824.93368700266 rows/sec., 10.58 MiB/sec. | ||
| 3250 | 2025.04.16 03:56:01.174992 [ 254 ] {e47e4063-7e8c-42d1-995b-99a009b00adc} <Debug> TCPHandler: Processed in 0.001875387 sec. | ||
| 3251 | 2025.04.16 03:56:01.175123 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2025.04.16 03:56:01.175229 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3253 | 2025.04.16 03:56:01.175276 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3254 | 2025.04.16 03:56:01.175700 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2025.04.16 03:56:01.175739 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3256 | 2025.04.16 03:56:01.176084 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3257 | 2025.04.16 03:56:01.176321 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2025.04.16 03:56:01.176522 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 3259 | 2025.04.16 03:56:01.176572 [ 254 ] {1bc62edf-563e-4f3d-a8a3-b02e8208ddb8} <Debug> TCPHandler: Processed in 0.00149966 sec. | ||
| 3260 | 2025.04.16 03:56:01.176690 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2025.04.16 03:56:01.176793 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3262 | 2025.04.16 03:56:01.176860 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3263 | 2025.04.16 03:56:01.177968 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3264 | 2025.04.16 03:56:01.178007 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3265 | 2025.04.16 03:56:01.178663 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3266 | 2025.04.16 03:56:01.178947 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2025.04.16 03:56:01.179279 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002485 sec., 16096.579476861169 rows/sec., 28.84 MiB/sec. | ||
| 3268 | 2025.04.16 03:56:01.179437 [ 254 ] {9c703c13-0883-4282-85ec-171e879e7327} <Debug> TCPHandler: Processed in 0.002797635 sec. | ||
| 3269 | 2025.04.16 03:56:01.179547 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2025.04.16 03:56:01.179650 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3271 | 2025.04.16 03:56:01.179696 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3272 | 2025.04.16 03:56:01.180140 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.04.16 03:56:01.180179 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3274 | 2025.04.16 03:56:01.180539 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3275 | 2025.04.16 03:56:01.180774 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2025.04.16 03:56:01.180975 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001346 sec., 60921.24814264487 rows/sec., 3.87 MiB/sec. | ||
| 3277 | 2025.04.16 03:56:01.181024 [ 254 ] {82156143-ecf7-4c2c-8cdd-2dd3ac88f867} <Debug> TCPHandler: Processed in 0.001526681 sec. | ||
| 3278 | 2025.04.16 03:56:02.422847 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3279 | 2025.04.16 03:56:02.423488 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.04.16 03:56:02.423533 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3281 | 2025.04.16 03:56:02.424038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3282 | 2025.04.16 03:56:02.424289 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.04.16 03:56:02.424524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3284 | 2025.04.16 03:56:02.865854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3285 | 2025.04.16 03:56:02.887640 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.04.16 03:56:02.887707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3287 | 2025.04.16 03:56:02.895666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3288 | 2025.04.16 03:56:02.896811 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.04.16 03:56:02.900189 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3290 | 2025.04.16 03:56:06.151844 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2025.04.16 03:56:06.152047 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3292 | 2025.04.16 03:56:06.152126 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3293 | 2025.04.16 03:56:06.153052 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2025.04.16 03:56:06.153100 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3295 | 2025.04.16 03:56:06.153545 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3296 | 2025.04.16 03:56:06.153800 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2025.04.16 03:56:06.154011 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.12 MiB/sec. | ||
| 3298 | 2025.04.16 03:56:06.154065 [ 254 ] {67581dc1-70f0-4b87-a1bb-93412c297d54} <Debug> TCPHandler: Processed in 0.002344466 sec. | ||
| 3299 | 2025.04.16 03:56:06.154213 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3300 | 2025.04.16 03:56:06.154314 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3301 | 2025.04.16 03:56:06.154358 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3302 | 2025.04.16 03:56:06.154938 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3303 | 2025.04.16 03:56:06.154977 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3304 | 2025.04.16 03:56:06.155319 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3305 | 2025.04.16 03:56:06.155548 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3306 | 2025.04.16 03:56:06.155728 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec. | ||
| 3307 | 2025.04.16 03:56:06.155777 [ 254 ] {de33081a-1a81-4c86-bb2b-edf1c0f17a78} <Debug> TCPHandler: Processed in 0.001612702 sec. | ||
| 3308 | 2025.04.16 03:56:06.155928 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3309 | 2025.04.16 03:56:06.156030 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3310 | 2025.04.16 03:56:06.156077 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3311 | 2025.04.16 03:56:06.156655 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2025.04.16 03:56:06.156696 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3313 | 2025.04.16 03:56:06.157276 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3314 | 2025.04.16 03:56:06.157529 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2025.04.16 03:56:06.157743 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 3316 | 2025.04.16 03:56:06.157843 [ 254 ] {b878b38c-8b4a-4add-952b-e7a005d29ba6} <Debug> TCPHandler: Processed in 0.001957559 sec. | ||
| 3317 | 2025.04.16 03:56:06.158052 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.04.16 03:56:06.158159 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3319 | 2025.04.16 03:56:06.158208 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3320 | 2025.04.16 03:56:06.158671 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.04.16 03:56:06.158711 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3322 | 2025.04.16 03:56:06.159069 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3323 | 2025.04.16 03:56:06.159308 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.04.16 03:56:06.159515 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
| 3325 | 2025.04.16 03:56:06.159565 [ 254 ] {bef61691-f244-4c62-93b7-388e4343f6a8} <Debug> TCPHandler: Processed in 0.001576961 sec. | ||
| 3326 | 2025.04.16 03:56:09.792190 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3327 | 2025.04.16 03:56:09.792263 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3328 | 2025.04.16 03:56:09.924659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3329 | 2025.04.16 03:56:09.925419 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.04.16 03:56:09.925469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3331 | 2025.04.16 03:56:09.926065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3332 | 2025.04.16 03:56:09.926307 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.04.16 03:56:09.926528 [ 139 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3334 | 2025.04.16 03:56:09.926533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3335 | 2025.04.16 03:56:09.926620 [ 139 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.04.16 03:56:09.926654 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3337 | 2025.04.16 03:56:09.926817 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 3338 | 2025.04.16 03:56:09.926932 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3339 | 2025.04.16 03:56:09.926964 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3340 | 2025.04.16 03:56:09.927027 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3341 | 2025.04.16 03:56:09.927213 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3342 | 2025.04.16 03:56:09.927448 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3343 | 2025.04.16 03:56:09.927661 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3344 | 2025.04.16 03:56:09.927899 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3345 | 2025.04.16 03:56:09.929569 [ 189 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002842106 sec., 2597017.845217596 rows/sec., 37.15 MiB/sec. | ||
| 3346 | 2025.04.16 03:56:09.930485 [ 193 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3347 | 2025.04.16 03:56:09.930827 [ 193 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2025.04.16 03:56:09.930923 [ 193 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_16_3} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3349 | 2025.04.16 03:56:09.931035 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3350 | 2025.04.16 03:56:09.947351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 458 | ||
| 3351 | 2025.04.16 03:56:09.950495 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.04.16 03:56:09.950541 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3353 | 2025.04.16 03:56:09.951989 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3354 | 2025.04.16 03:56:09.952294 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.04.16 03:56:09.952834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 458 | ||
| 3356 | 2025.04.16 03:56:10.001359 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000978919 sec. | ||
| 3357 | 2025.04.16 03:56:10.400258 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3358 | 2025.04.16 03:56:10.421724 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3359 | 2025.04.16 03:56:10.421790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3360 | 2025.04.16 03:56:10.428859 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3361 | 2025.04.16 03:56:10.429610 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2025.04.16 03:56:10.429982 [ 140 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3363 | 2025.04.16 03:56:10.430105 [ 140 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2025.04.16 03:56:10.430174 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3365 | 2025.04.16 03:56:10.430864 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3366 | 2025.04.16 03:56:10.446528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3367 | 2025.04.16 03:56:10.447805 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3368 | 2025.04.16 03:56:10.448982 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3369 | 2025.04.16 03:56:10.454058 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3370 | 2025.04.16 03:56:10.459473 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3371 | 2025.04.16 03:56:10.464854 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3372 | 2025.04.16 03:56:10.470472 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3373 | 2025.04.16 03:56:10.475137 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 3374 | 2025.04.16 03:56:10.534114 [ 195 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103772318 sec., 1166.0142351257875 rows/sec., 6.03 MiB/sec. | ||
| 3375 | 2025.04.16 03:56:10.536779 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3376 | 2025.04.16 03:56:10.539834 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_16_3} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2025.04.16 03:56:10.539973 [ 198 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_16_3} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3378 | 2025.04.16 03:56:10.542485 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3379 | 2025.04.16 03:56:11.158370 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3380 | 2025.04.16 03:56:11.158652 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3381 | 2025.04.16 03:56:11.158763 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3382 | 2025.04.16 03:56:11.159634 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2025.04.16 03:56:11.159689 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3384 | 2025.04.16 03:56:11.160145 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3385 | 2025.04.16 03:56:11.160409 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3386 | 2025.04.16 03:56:11.160795 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002187 sec., 96936.44261545496 rows/sec., 6.17 MiB/sec. | ||
| 3387 | 2025.04.16 03:56:11.161141 [ 254 ] {789bde7a-6715-4c43-a007-4809583646d9} <Debug> TCPHandler: Processed in 0.002946628 sec. | ||
| 3388 | 2025.04.16 03:56:11.161313 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3389 | 2025.04.16 03:56:11.161425 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3390 | 2025.04.16 03:56:11.161476 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3391 | 2025.04.16 03:56:11.162323 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.04.16 03:56:11.162364 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3393 | 2025.04.16 03:56:11.162797 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3394 | 2025.04.16 03:56:11.163046 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2025.04.16 03:56:11.163389 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001977 sec., 352554.3753161355 rows/sec., 28.14 MiB/sec. | ||
| 3396 | 2025.04.16 03:56:11.163760 [ 254 ] {843d5362-b5f8-44b4-b26b-b81775eec68d} <Debug> TCPHandler: Processed in 0.00249851 sec. | ||
| 3397 | 2025.04.16 03:56:11.164121 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3398 | 2025.04.16 03:56:11.164233 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3399 | 2025.04.16 03:56:11.164281 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3400 | 2025.04.16 03:56:11.164880 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.04.16 03:56:11.164921 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3402 | 2025.04.16 03:56:11.165281 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3403 | 2025.04.16 03:56:11.165528 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.04.16 03:56:11.165693 [ 138 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3405 | 2025.04.16 03:56:11.165758 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.00154 sec., 94805.19480519481 rows/sec., 5.96 MiB/sec. | ||
| 3406 | 2025.04.16 03:56:11.165787 [ 138 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2025.04.16 03:56:11.165851 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3408 | 2025.04.16 03:56:11.165879 [ 254 ] {3b583356-61d6-415c-b6d1-6f042e40643f} <Debug> TCPHandler: Processed in 0.001885808 sec. | ||
| 3409 | 2025.04.16 03:56:11.166241 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3410 | 2025.04.16 03:56:11.166362 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3411 | 2025.04.16 03:56:11.166465 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3412 | 2025.04.16 03:56:11.166554 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3413 | 2025.04.16 03:56:11.166760 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3414 | 2025.04.16 03:56:11.166836 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part | ||
| 3415 | 2025.04.16 03:56:11.167175 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 146 rows starting from the beginning of the part | ||
| 3416 | 2025.04.16 03:56:11.167519 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 3417 | 2025.04.16 03:56:11.167892 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 146 rows starting from the beginning of the part | ||
| 3418 | 2025.04.16 03:56:11.168218 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part | ||
| 3419 | 2025.04.16 03:56:11.168539 [ 189 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 146 rows starting from the beginning of the part | ||
| 3420 | 2025.04.16 03:56:11.169465 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2025.04.16 03:56:11.169526 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3422 | 2025.04.16 03:56:11.170606 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3423 | 2025.04.16 03:56:11.171163 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3424 | 2025.04.16 03:56:11.171546 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 5 columns (5 merged, 0 gathered) in 0.005546989 sec., 131422.65109954248 rows/sec., 8.75 MiB/sec. | ||
| 3425 | 2025.04.16 03:56:11.171925 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005462 sec., 20688.392530208715 rows/sec., 1.34 MiB/sec. | ||
| 3426 | 2025.04.16 03:56:11.172157 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3427 | 2025.04.16 03:56:11.172312 [ 254 ] {512badde-b7fa-438e-a018-bbe4240ea101} <Debug> TCPHandler: Processed in 0.006206923 sec. | ||
| 3428 | 2025.04.16 03:56:11.172604 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3429 | 2025.04.16 03:56:11.172777 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3430 | 2025.04.16 03:56:11.172854 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3431 | 2025.04.16 03:56:11.172935 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3432 | 2025.04.16 03:56:11.173156 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_11_2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3433 | 2025.04.16 03:56:11.173356 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3434 | 2025.04.16 03:56:11.173788 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.04.16 03:56:11.173832 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3436 | 2025.04.16 03:56:11.174196 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3437 | 2025.04.16 03:56:11.174440 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.04.16 03:56:11.174761 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002011 sec., 55693.6847339632 rows/sec., 3.17 MiB/sec. | ||
| 3439 | 2025.04.16 03:56:11.175087 [ 254 ] {3547a1d0-1c5b-4451-988e-82dda7901e3e} <Debug> TCPHandler: Processed in 0.00256746 sec. | ||
| 3440 | 2025.04.16 03:56:11.175208 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2025.04.16 03:56:11.175313 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3442 | 2025.04.16 03:56:11.175358 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3443 | 2025.04.16 03:56:11.176002 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2025.04.16 03:56:11.176040 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3445 | 2025.04.16 03:56:11.176420 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3446 | 2025.04.16 03:56:11.176673 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3447 | 2025.04.16 03:56:11.176911 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001619 sec., 260654.72513897467 rows/sec., 18.57 MiB/sec. | ||
| 3448 | 2025.04.16 03:56:11.177146 [ 254 ] {01798c33-edf5-4208-b8a6-5db80e829fa7} <Debug> TCPHandler: Processed in 0.001986429 sec. | ||
| 3449 | 2025.04.16 03:56:11.177315 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3450 | 2025.04.16 03:56:11.177420 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3451 | 2025.04.16 03:56:11.177469 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3452 | 2025.04.16 03:56:11.177919 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2025.04.16 03:56:11.177958 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3454 | 2025.04.16 03:56:11.178311 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3455 | 2025.04.16 03:56:11.178554 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2025.04.16 03:56:11.178759 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
| 3457 | 2025.04.16 03:56:11.178811 [ 254 ] {b4bfee96-c6d0-4881-8be0-21c7661fab9c} <Debug> TCPHandler: Processed in 0.00154547 sec. | ||
| 3458 | 2025.04.16 03:56:11.178920 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2025.04.16 03:56:11.179024 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3460 | 2025.04.16 03:56:11.179072 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3461 | 2025.04.16 03:56:11.179572 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.04.16 03:56:11.179611 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3463 | 2025.04.16 03:56:11.179995 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3464 | 2025.04.16 03:56:11.180233 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2025.04.16 03:56:11.180458 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001449 sec., 163561.07660455487 rows/sec., 10.96 MiB/sec. | ||
| 3466 | 2025.04.16 03:56:11.180552 [ 254 ] {87f07263-834e-45f4-9378-698d9e117086} <Debug> TCPHandler: Processed in 0.001681613 sec. | ||
| 3467 | 2025.04.16 03:56:11.180668 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2025.04.16 03:56:11.180772 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3469 | 2025.04.16 03:56:11.180818 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3470 | 2025.04.16 03:56:11.181213 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.04.16 03:56:11.181252 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3472 | 2025.04.16 03:56:11.181595 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3473 | 2025.04.16 03:56:11.181842 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2025.04.16 03:56:11.182095 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
| 3475 | 2025.04.16 03:56:11.182200 [ 254 ] {7751962d-c613-49ee-b702-a6a900ac50a4} <Debug> TCPHandler: Processed in 0.001582601 sec. | ||
| 3476 | 2025.04.16 03:56:11.182312 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2025.04.16 03:56:11.182415 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3478 | 2025.04.16 03:56:11.182482 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3479 | 2025.04.16 03:56:11.183546 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.04.16 03:56:11.183585 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3481 | 2025.04.16 03:56:11.184249 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3482 | 2025.04.16 03:56:11.184507 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.04.16 03:56:11.184918 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002492 sec., 16051.364365971109 rows/sec., 28.76 MiB/sec. | ||
| 3484 | 2025.04.16 03:56:11.185329 [ 254 ] {f626f712-bd87-4c02-8f6f-7c2e61abf42f} <Debug> TCPHandler: Processed in 0.003066571 sec. | ||
| 3485 | 2025.04.16 03:56:11.185465 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2025.04.16 03:56:11.185598 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3487 | 2025.04.16 03:56:11.185654 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3488 | 2025.04.16 03:56:11.186150 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2025.04.16 03:56:11.186189 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3490 | 2025.04.16 03:56:11.186541 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3491 | 2025.04.16 03:56:11.186775 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.04.16 03:56:11.187030 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 3493 | 2025.04.16 03:56:11.187121 [ 254 ] {bb483f4c-cd3e-45ee-a4bd-861f41c85e47} <Debug> TCPHandler: Processed in 0.001716234 sec. | ||
| 3494 | 2025.04.16 03:56:16.177492 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3495 | 2025.04.16 03:56:16.177709 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3496 | 2025.04.16 03:56:16.177786 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3497 | 2025.04.16 03:56:16.178546 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.04.16 03:56:16.178585 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3499 | 2025.04.16 03:56:16.178988 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3500 | 2025.04.16 03:56:16.179241 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.04.16 03:56:16.179444 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001792 sec., 2232.1428571428573 rows/sec., 182.02 KiB/sec. | ||
| 3502 | 2025.04.16 03:56:16.179496 [ 254 ] {405f78cc-8cf3-48af-a0c3-3093a8684f63} <Debug> TCPHandler: Processed in 0.002134712 sec. | ||
| 3503 | 2025.04.16 03:56:16.179630 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3504 | 2025.04.16 03:56:16.179732 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3505 | 2025.04.16 03:56:16.179775 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3506 | 2025.04.16 03:56:16.181050 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3507 | 2025.04.16 03:56:16.181092 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3508 | 2025.04.16 03:56:16.181533 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3509 | 2025.04.16 03:56:16.181780 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2025.04.16 03:56:16.181903 [ 132 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3511 | 2025.04.16 03:56:16.181949 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.002238 sec., 535299.3744414656 rows/sec., 43.92 MiB/sec. | ||
| 3512 | 2025.04.16 03:56:16.181950 [ 132 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2025.04.16 03:56:16.181996 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3514 | 2025.04.16 03:56:16.182023 [ 254 ] {a6a4a8ee-0f29-4aef-90ba-d00b3330efd3} <Debug> TCPHandler: Processed in 0.002441469 sec. | ||
| 3515 | 2025.04.16 03:56:16.182170 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3516 | 2025.04.16 03:56:16.182194 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 3517 | 2025.04.16 03:56:16.182315 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.04.16 03:56:16.182402 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3519 | 2025.04.16 03:56:16.182483 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3520 | 2025.04.16 03:56:16.182571 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1842 rows starting from the beginning of the part | ||
| 3521 | 2025.04.16 03:56:16.182914 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3522 | 2025.04.16 03:56:16.183298 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 698 rows starting from the beginning of the part | ||
| 3523 | 2025.04.16 03:56:16.183628 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
| 3524 | 2025.04.16 03:56:16.183909 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 697 rows starting from the beginning of the part | ||
| 3525 | 2025.04.16 03:56:16.184168 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1198 rows starting from the beginning of the part | ||
| 3526 | 2025.04.16 03:56:16.185277 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2025.04.16 03:56:16.185341 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3528 | 2025.04.16 03:56:16.186042 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3529 | 2025.04.16 03:56:16.186512 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2025.04.16 03:56:16.186989 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004715 sec., 848.356309650053 rows/sec., 59.24 KiB/sec. | ||
| 3531 | 2025.04.16 03:56:16.187076 [ 254 ] {feb89acb-902f-4bd4-b3a1-1780562b4015} <Debug> TCPHandler: Processed in 0.004961748 sec. | ||
| 3532 | 2025.04.16 03:56:16.187206 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3533 | 2025.04.16 03:56:16.187317 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3534 | 2025.04.16 03:56:16.187414 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3535 | 2025.04.16 03:56:16.188059 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4547 rows, containing 5 columns (5 merged, 0 gathered) in 0.005931187 sec., 766625.6349698636 rows/sec., 64.98 MiB/sec. | ||
| 3536 | 2025.04.16 03:56:16.188443 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2025.04.16 03:56:16.188495 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3538 | 2025.04.16 03:56:16.188514 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3539 | 2025.04.16 03:56:16.189254 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3540 | 2025.04.16 03:56:16.189356 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3541 | 2025.04.16 03:56:16.189410 [ 189 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_21_4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3542 | 2025.04.16 03:56:16.189590 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3543 | 2025.04.16 03:56:16.189745 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.04.16 03:56:16.189880 [ 132 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3545 | 2025.04.16 03:56:16.189922 [ 132 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3546 | 2025.04.16 03:56:16.189932 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00264 sec., 86363.63636363637 rows/sec., 5.85 MiB/sec. | ||
| 3547 | 2025.04.16 03:56:16.189951 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3548 | 2025.04.16 03:56:16.190058 [ 254 ] {f581ac67-5c84-4554-83e3-51284c255de3} <Debug> TCPHandler: Processed in 0.002904167 sec. | ||
| 3549 | 2025.04.16 03:56:16.190361 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 3550 | 2025.04.16 03:56:16.190394 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3551 | 2025.04.16 03:56:16.190678 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3552 | 2025.04.16 03:56:16.190686 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3553 | 2025.04.16 03:56:16.190743 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part | ||
| 3554 | 2025.04.16 03:56:16.190780 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3555 | 2025.04.16 03:56:16.191099 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 3556 | 2025.04.16 03:56:16.191435 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3557 | 2025.04.16 03:56:16.191775 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 3558 | 2025.04.16 03:56:16.192166 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 3559 | 2025.04.16 03:56:16.192521 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 3560 | 2025.04.16 03:56:16.194330 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.04.16 03:56:16.194403 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3562 | 2025.04.16 03:56:16.195277 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.005216473 sec., 174255.6704501298 rows/sec., 12.21 MiB/sec. | ||
| 3563 | 2025.04.16 03:56:16.195406 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3564 | 2025.04.16 03:56:16.195453 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3565 | 2025.04.16 03:56:16.195945 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2025.04.16 03:56:16.196031 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2025.04.16 03:56:16.196205 [ 132 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3568 | 2025.04.16 03:56:16.196296 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_11_2} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3569 | 2025.04.16 03:56:16.196309 [ 132 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.04.16 03:56:16.196381 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3571 | 2025.04.16 03:56:16.196389 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.005785 sec., 90579.0838375108 rows/sec., 6.71 MiB/sec. | ||
| 3572 | 2025.04.16 03:56:16.196713 [ 254 ] {d647e661-e982-4858-9277-26240fe78fff} <Debug> TCPHandler: Processed in 0.006396517 sec. | ||
| 3573 | 2025.04.16 03:56:16.196728 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3574 | 2025.04.16 03:56:16.196839 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 3575 | 2025.04.16 03:56:16.196898 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2025.04.16 03:56:16.196984 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3577 | 2025.04.16 03:56:16.197062 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 902 rows starting from the beginning of the part | ||
| 3578 | 2025.04.16 03:56:16.197094 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3579 | 2025.04.16 03:56:16.197283 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3580 | 2025.04.16 03:56:16.197343 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3581 | 2025.04.16 03:56:16.197720 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 424 rows starting from the beginning of the part | ||
| 3582 | 2025.04.16 03:56:16.198090 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
| 3583 | 2025.04.16 03:56:16.198489 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 422 rows starting from the beginning of the part | ||
| 3584 | 2025.04.16 03:56:16.198860 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 524 rows starting from the beginning of the part | ||
| 3585 | 2025.04.16 03:56:16.200079 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.04.16 03:56:16.200149 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3587 | 2025.04.16 03:56:16.201287 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3588 | 2025.04.16 03:56:16.201775 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.04.16 03:56:16.201958 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.005446607 sec., 440641.30200691917 rows/sec., 33.72 MiB/sec. | ||
| 3590 | 2025.04.16 03:56:16.202301 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.005268 sec., 167425.96810933942 rows/sec., 11.27 MiB/sec. | ||
| 3591 | 2025.04.16 03:56:16.202382 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3592 | 2025.04.16 03:56:16.202671 [ 254 ] {997c1659-0936-4405-883a-9eb978a5e842} <Debug> TCPHandler: Processed in 0.005819465 sec. | ||
| 3593 | 2025.04.16 03:56:16.203070 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2025.04.16 03:56:16.203283 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3595 | 2025.04.16 03:56:16.203303 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2025.04.16 03:56:16.203352 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3597 | 2025.04.16 03:56:16.203494 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_21_4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3598 | 2025.04.16 03:56:16.203703 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3599 | 2025.04.16 03:56:16.204081 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.04.16 03:56:16.204122 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3601 | 2025.04.16 03:56:16.204488 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3602 | 2025.04.16 03:56:16.204718 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.04.16 03:56:16.204896 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. | ||
| 3604 | 2025.04.16 03:56:16.205010 [ 254 ] {181a0f90-707c-4487-b9a6-dfb20d712b2e} <Debug> TCPHandler: Processed in 0.002083252 sec. | ||
| 3605 | 2025.04.16 03:56:17.426741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3606 | 2025.04.16 03:56:17.427382 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.04.16 03:56:17.427428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3608 | 2025.04.16 03:56:17.427962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3609 | 2025.04.16 03:56:17.428213 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.04.16 03:56:17.428481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3611 | 2025.04.16 03:56:17.946633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3612 | 2025.04.16 03:56:17.965859 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.04.16 03:56:17.965922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3614 | 2025.04.16 03:56:17.973180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3615 | 2025.04.16 03:56:17.973930 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.04.16 03:56:17.977701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3617 | 2025.04.16 03:56:19.953116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 494 | ||
| 3618 | 2025.04.16 03:56:19.958067 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2025.04.16 03:56:19.958163 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3620 | 2025.04.16 03:56:19.960519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3621 | 2025.04.16 03:56:19.961013 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2025.04.16 03:56:19.961274 [ 122 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3623 | 2025.04.16 03:56:19.961348 [ 122 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3624 | 2025.04.16 03:56:19.961392 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3625 | 2025.04.16 03:56:19.962003 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 3626 | 2025.04.16 03:56:19.963591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494 | ||
| 3627 | 2025.04.16 03:56:19.963936 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3628 | 2025.04.16 03:56:19.964187 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part | ||
| 3629 | 2025.04.16 03:56:19.965101 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 3630 | 2025.04.16 03:56:19.966005 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 62 rows starting from the beginning of the part | ||
| 3631 | 2025.04.16 03:56:19.966912 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 3632 | 2025.04.16 03:56:19.967828 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 3633 | 2025.04.16 03:56:19.968626 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3634 | 2025.04.16 03:56:19.980649 [ 194 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 72 columns (72 merged, 0 gathered) in 0.019098977 sec., 25865.259694275774 rows/sec., 23.99 MiB/sec. | ||
| 3635 | 2025.04.16 03:56:19.981629 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3636 | 2025.04.16 03:56:19.982437 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.04.16 03:56:19.982542 [ 201 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_11_2} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3638 | 2025.04.16 03:56:19.982829 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
| 3639 | 2025.04.16 03:56:21.159606 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.04.16 03:56:21.159786 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3641 | 2025.04.16 03:56:21.159855 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3642 | 2025.04.16 03:56:21.160690 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.04.16 03:56:21.160733 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3644 | 2025.04.16 03:56:21.161166 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3645 | 2025.04.16 03:56:21.161428 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.04.16 03:56:21.161573 [ 128 ] {} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3647 | 2025.04.16 03:56:21.161619 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001882 sec., 112646.1211477152 rows/sec., 7.16 MiB/sec. | ||
| 3648 | 2025.04.16 03:56:21.161624 [ 128 ] {} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.04.16 03:56:21.161671 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3650 | 2025.04.16 03:56:21.161703 [ 254 ] {43ec008b-9a7a-4329-9aa3-b74efe2f8024} <Debug> TCPHandler: Processed in 0.002233154 sec. | ||
| 3651 | 2025.04.16 03:56:21.161894 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3652 | 2025.04.16 03:56:21.161908 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3653 | 2025.04.16 03:56:21.162189 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3654 | 2025.04.16 03:56:21.162198 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3655 | 2025.04.16 03:56:21.162255 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3656 | 2025.04.16 03:56:21.162298 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3657 | 2025.04.16 03:56:21.162559 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3658 | 2025.04.16 03:56:21.162856 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3659 | 2025.04.16 03:56:21.163244 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3660 | 2025.04.16 03:56:21.163575 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 3661 | 2025.04.16 03:56:21.165658 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.04.16 03:56:21.165703 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3663 | 2025.04.16 03:56:21.166196 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004423277 sec., 239641.33378940547 rows/sec., 16.16 MiB/sec. | ||
| 3664 | 2025.04.16 03:56:21.166500 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3665 | 2025.04.16 03:56:21.166669 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3666 | 2025.04.16 03:56:21.166949 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_9_2} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2025.04.16 03:56:21.167094 [ 194 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_9_2} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3668 | 2025.04.16 03:56:21.167144 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2025.04.16 03:56:21.167251 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3670 | 2025.04.16 03:56:21.167426 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.005322 sec., 130965.80232995114 rows/sec., 10.45 MiB/sec. | ||
| 3671 | 2025.04.16 03:56:21.167495 [ 254 ] {f25aec00-473c-4021-8227-caf67d44c01b} <Debug> TCPHandler: Processed in 0.005678952 sec. | ||
| 3672 | 2025.04.16 03:56:21.167622 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2025.04.16 03:56:21.167727 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3674 | 2025.04.16 03:56:21.167772 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3675 | 2025.04.16 03:56:21.168340 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.04.16 03:56:21.168376 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3677 | 2025.04.16 03:56:21.168726 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3678 | 2025.04.16 03:56:21.168974 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.04.16 03:56:21.169185 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001477 sec., 98849.0182802979 rows/sec., 6.21 MiB/sec. | ||
| 3680 | 2025.04.16 03:56:21.169397 [ 254 ] {80bcf328-dea4-449e-b78f-16ce3420eafb} <Debug> TCPHandler: Processed in 0.001816346 sec. | ||
| 3681 | 2025.04.16 03:56:21.169525 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.04.16 03:56:21.169627 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3683 | 2025.04.16 03:56:21.169671 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3684 | 2025.04.16 03:56:21.170230 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2025.04.16 03:56:21.170266 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3686 | 2025.04.16 03:56:21.170605 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3687 | 2025.04.16 03:56:21.170836 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2025.04.16 03:56:21.171036 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001427 sec., 79187.10581639803 rows/sec., 5.13 MiB/sec. | ||
| 3689 | 2025.04.16 03:56:21.171237 [ 254 ] {1c2bc40b-a8fa-445b-abf1-37202cd147eb} <Debug> TCPHandler: Processed in 0.001760404 sec. | ||
| 3690 | 2025.04.16 03:56:21.171365 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3691 | 2025.04.16 03:56:21.171464 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3692 | 2025.04.16 03:56:21.171508 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3693 | 2025.04.16 03:56:21.172064 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.04.16 03:56:21.172101 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3695 | 2025.04.16 03:56:21.172439 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3696 | 2025.04.16 03:56:21.172669 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.04.16 03:56:21.172782 [ 128 ] {} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3698 | 2025.04.16 03:56:21.172819 [ 128 ] {} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3699 | 2025.04.16 03:56:21.172839 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001396 sec., 80229.22636103151 rows/sec., 4.57 MiB/sec. | ||
| 3700 | 2025.04.16 03:56:21.172842 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3701 | 2025.04.16 03:56:21.172941 [ 254 ] {500d1f58-1f87-4658-a2f2-9d4508f9bed4} <Debug> TCPHandler: Processed in 0.001620772 sec. | ||
| 3702 | 2025.04.16 03:56:21.173097 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3703 | 2025.04.16 03:56:21.173130 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3704 | 2025.04.16 03:56:21.173340 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3705 | 2025.04.16 03:56:21.173365 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3706 | 2025.04.16 03:56:21.173423 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3707 | 2025.04.16 03:56:21.173443 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3708 | 2025.04.16 03:56:21.173784 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3709 | 2025.04.16 03:56:21.174109 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3710 | 2025.04.16 03:56:21.174462 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3711 | 2025.04.16 03:56:21.174768 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 3712 | 2025.04.16 03:56:21.176443 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2025.04.16 03:56:21.176524 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3714 | 2025.04.16 03:56:21.177464 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004505699 sec., 124287.04181082669 rows/sec., 7.55 MiB/sec. | ||
| 3715 | 2025.04.16 03:56:21.177532 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3716 | 2025.04.16 03:56:21.177638 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3717 | 2025.04.16 03:56:21.178001 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2025.04.16 03:56:21.178153 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_9_2} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2025.04.16 03:56:21.178526 [ 201 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_9_2} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3720 | 2025.04.16 03:56:21.178678 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.005371 sec., 78570.09867808603 rows/sec., 5.60 MiB/sec. | ||
| 3721 | 2025.04.16 03:56:21.178779 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3722 | 2025.04.16 03:56:21.178917 [ 254 ] {843fc767-1bfa-405d-bfd9-bd30a0006b3b} <Debug> TCPHandler: Processed in 0.005838195 sec. | ||
| 3723 | 2025.04.16 03:56:21.179045 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3724 | 2025.04.16 03:56:21.179148 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3725 | 2025.04.16 03:56:21.179194 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3726 | 2025.04.16 03:56:21.179635 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2025.04.16 03:56:21.179672 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3728 | 2025.04.16 03:56:21.180026 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3729 | 2025.04.16 03:56:21.180263 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.04.16 03:56:21.180481 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 3731 | 2025.04.16 03:56:21.180618 [ 254 ] {a05a3a69-d1bb-4d78-a106-7ac2c7fd4aef} <Debug> TCPHandler: Processed in 0.001622152 sec. | ||
| 3732 | 2025.04.16 03:56:21.180761 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3733 | 2025.04.16 03:56:21.180868 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3734 | 2025.04.16 03:56:21.180915 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3735 | 2025.04.16 03:56:21.181453 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.04.16 03:56:21.181489 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3737 | 2025.04.16 03:56:21.181861 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3738 | 2025.04.16 03:56:21.182095 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3739 | 2025.04.16 03:56:21.182214 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3740 | 2025.04.16 03:56:21.182260 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.04.16 03:56:21.182269 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 3742 | 2025.04.16 03:56:21.182288 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3743 | 2025.04.16 03:56:21.182345 [ 254 ] {2eb6f91b-6d96-40c2-83a1-d9166cc84060} <Debug> TCPHandler: Processed in 0.001634523 sec. | ||
| 3744 | 2025.04.16 03:56:21.182452 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 3745 | 2025.04.16 03:56:21.182483 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3746 | 2025.04.16 03:56:21.182613 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3747 | 2025.04.16 03:56:21.182613 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3748 | 2025.04.16 03:56:21.182668 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3749 | 2025.04.16 03:56:21.182672 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4336 rows starting from the beginning of the part | ||
| 3750 | 2025.04.16 03:56:21.182887 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 238 rows starting from the beginning of the part | ||
| 3751 | 2025.04.16 03:56:21.183170 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3752 | 2025.04.16 03:56:21.183371 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3753 | 2025.04.16 03:56:21.183477 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 882 rows starting from the beginning of the part | ||
| 3754 | 2025.04.16 03:56:21.183688 [ 188 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3755 | 2025.04.16 03:56:21.184051 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.04.16 03:56:21.184101 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3757 | 2025.04.16 03:56:21.184606 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3758 | 2025.04.16 03:56:21.184940 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.04.16 03:56:21.185229 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002651 sec., 377.2161448509996 rows/sec., 25.42 KiB/sec. | ||
| 3760 | 2025.04.16 03:56:21.185333 [ 254 ] {6bb4ad8c-a853-4b4b-807a-d03c0857eeba} <Debug> TCPHandler: Processed in 0.002899337 sec. | ||
| 3761 | 2025.04.16 03:56:21.185500 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2025.04.16 03:56:21.185643 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3763 | 2025.04.16 03:56:21.185710 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3764 | 2025.04.16 03:56:21.186549 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6090 rows, containing 5 columns (5 merged, 0 gathered) in 0.004192093 sec., 1452734.9464813876 rows/sec., 97.53 MiB/sec. | ||
| 3765 | 2025.04.16 03:56:21.186975 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3766 | 2025.04.16 03:56:21.187087 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2025.04.16 03:56:21.187128 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3768 | 2025.04.16 03:56:21.187379 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.04.16 03:56:21.187490 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3770 | 2025.04.16 03:56:21.187584 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 3771 | 2025.04.16 03:56:21.187898 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3772 | 2025.04.16 03:56:21.188157 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3773 | 2025.04.16 03:56:21.188287 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3774 | 2025.04.16 03:56:21.188332 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.04.16 03:56:21.188356 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002734 sec., 14630.577907827359 rows/sec., 26.22 MiB/sec. | ||
| 3776 | 2025.04.16 03:56:21.188361 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3777 | 2025.04.16 03:56:21.188706 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 3778 | 2025.04.16 03:56:21.188738 [ 254 ] {d563e2a6-c64a-4ae6-b747-7592dffc1bf4} <Debug> TCPHandler: Processed in 0.003283685 sec. | ||
| 3779 | 2025.04.16 03:56:21.188983 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2025.04.16 03:56:21.189252 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3781 | 2025.04.16 03:56:21.189321 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3782 | 2025.04.16 03:56:21.189347 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3783 | 2025.04.16 03:56:21.189493 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 157 rows starting from the beginning of the part | ||
| 3784 | 2025.04.16 03:56:21.190363 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3785 | 2025.04.16 03:56:21.191022 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3786 | 2025.04.16 03:56:21.191803 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3787 | 2025.04.16 03:56:21.191851 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.04.16 03:56:21.191922 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3789 | 2025.04.16 03:56:21.192405 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3790 | 2025.04.16 03:56:21.193053 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3791 | 2025.04.16 03:56:21.193756 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3792 | 2025.04.16 03:56:21.194275 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2025.04.16 03:56:21.194528 [ 128 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3794 | 2025.04.16 03:56:21.194630 [ 128 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2025.04.16 03:56:21.194710 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3796 | 2025.04.16 03:56:21.194973 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005782 sec., 14181.943964026288 rows/sec., 922.35 KiB/sec. | ||
| 3797 | 2025.04.16 03:56:21.195224 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 3798 | 2025.04.16 03:56:21.195354 [ 254 ] {f7345c4d-e435-489c-9c69-325d4f50d9fb} <Debug> TCPHandler: Processed in 0.006445407 sec. | ||
| 3799 | 2025.04.16 03:56:21.195612 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3800 | 2025.04.16 03:56:21.195651 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 606 rows starting from the beginning of the part | ||
| 3801 | 2025.04.16 03:56:21.195796 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3802 | 2025.04.16 03:56:21.196075 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3803 | 2025.04.16 03:56:21.196519 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3804 | 2025.04.16 03:56:21.196902 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3805 | 2025.04.16 03:56:21.197238 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3806 | 2025.04.16 03:56:21.199281 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.004431637 sec., 219332.0436669339 rows/sec., 14.03 MiB/sec. | ||
| 3807 | 2025.04.16 03:56:21.199546 [ 190 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3808 | 2025.04.16 03:56:21.200093 [ 190 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.04.16 03:56:21.200257 [ 190 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_21_4} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3810 | 2025.04.16 03:56:21.200404 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3811 | 2025.04.16 03:56:21.201027 [ 186 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 19 columns (19 merged, 0 gathered) in 0.012540097 sec., 28468.679309258932 rows/sec., 51.01 MiB/sec. | ||
| 3812 | 2025.04.16 03:56:21.201527 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3813 | 2025.04.16 03:56:21.201924 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2025.04.16 03:56:21.202005 [ 190 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3815 | 2025.04.16 03:56:21.202126 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3816 | 2025.04.16 03:56:24.792519 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3817 | 2025.04.16 03:56:24.792587 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3818 | 2025.04.16 03:56:24.928616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3819 | 2025.04.16 03:56:24.929322 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2025.04.16 03:56:24.929374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3821 | 2025.04.16 03:56:24.929924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3822 | 2025.04.16 03:56:24.930205 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2025.04.16 03:56:24.930513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3824 | 2025.04.16 03:56:25.477755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3825 | 2025.04.16 03:56:25.498873 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2025.04.16 03:56:25.498939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3827 | 2025.04.16 03:56:25.506507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3828 | 2025.04.16 03:56:25.507287 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2025.04.16 03:56:25.510286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3830 | 2025.04.16 03:56:26.150252 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3831 | 2025.04.16 03:56:26.150455 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3832 | 2025.04.16 03:56:26.150560 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3833 | 2025.04.16 03:56:26.151652 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2025.04.16 03:56:26.151698 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3835 | 2025.04.16 03:56:26.152126 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3836 | 2025.04.16 03:56:26.152375 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.04.16 03:56:26.152582 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002199 sec., 25466.12096407458 rows/sec., 1.94 MiB/sec. | ||
| 3838 | 2025.04.16 03:56:26.152635 [ 254 ] {44c539b3-bc5e-4fa3-88f5-6cb9fe3d82e0} <Debug> TCPHandler: Processed in 0.00250726 sec. | ||
| 3839 | 2025.04.16 03:56:26.152774 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3840 | 2025.04.16 03:56:26.152888 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3841 | 2025.04.16 03:56:26.152933 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3842 | 2025.04.16 03:56:26.153477 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2025.04.16 03:56:26.153515 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3844 | 2025.04.16 03:56:26.153865 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3845 | 2025.04.16 03:56:26.154096 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.04.16 03:56:26.154282 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001415 sec., 45229.68197879859 rows/sec., 3.53 MiB/sec. | ||
| 3847 | 2025.04.16 03:56:26.154350 [ 254 ] {834cb9a3-554b-4ce6-8673-48cab3dca506} <Debug> TCPHandler: Processed in 0.001633533 sec. | ||
| 3848 | 2025.04.16 03:56:26.154501 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3849 | 2025.04.16 03:56:26.154611 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3850 | 2025.04.16 03:56:26.154659 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3851 | 2025.04.16 03:56:26.155198 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3852 | 2025.04.16 03:56:26.155238 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3853 | 2025.04.16 03:56:26.155618 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3854 | 2025.04.16 03:56:26.155851 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3855 | 2025.04.16 03:56:26.156039 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec. | ||
| 3856 | 2025.04.16 03:56:26.156135 [ 254 ] {7b0b1df8-2ca8-4629-a8c6-2a752826f5f1} <Debug> TCPHandler: Processed in 0.001693444 sec. | ||
| 3857 | 2025.04.16 03:56:26.156357 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3858 | 2025.04.16 03:56:26.156463 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3859 | 2025.04.16 03:56:26.156511 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3860 | 2025.04.16 03:56:26.156949 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2025.04.16 03:56:26.156987 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3862 | 2025.04.16 03:56:26.157338 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3863 | 2025.04.16 03:56:26.157570 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2025.04.16 03:56:26.157744 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 3865 | 2025.04.16 03:56:26.157792 [ 254 ] {6004aba2-7f74-4afe-a93f-09e4b7579dfb} <Debug> TCPHandler: Processed in 0.001516481 sec. | ||
| 3866 | 2025.04.16 03:56:29.964803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 524 | ||
| 3867 | 2025.04.16 03:56:29.967890 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2025.04.16 03:56:29.967953 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3869 | 2025.04.16 03:56:29.969429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3870 | 2025.04.16 03:56:29.969775 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3871 | 2025.04.16 03:56:29.970784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524 | ||
| 3872 | 2025.04.16 03:56:31.158703 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3873 | 2025.04.16 03:56:31.158897 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3874 | 2025.04.16 03:56:31.158973 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3875 | 2025.04.16 03:56:31.159853 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.04.16 03:56:31.159894 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3877 | 2025.04.16 03:56:31.160323 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3878 | 2025.04.16 03:56:31.160567 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.04.16 03:56:31.160762 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001919 sec., 110474.20531526838 rows/sec., 7.03 MiB/sec. | ||
| 3880 | 2025.04.16 03:56:31.160817 [ 254 ] {51fae35f-3ef1-418b-8f19-9e0c883dd5b1} <Debug> TCPHandler: Processed in 0.002242394 sec. | ||
| 3881 | 2025.04.16 03:56:31.160954 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2025.04.16 03:56:31.161054 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3883 | 2025.04.16 03:56:31.161098 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3884 | 2025.04.16 03:56:31.161604 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.04.16 03:56:31.161642 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3886 | 2025.04.16 03:56:31.161972 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3887 | 2025.04.16 03:56:31.162204 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.04.16 03:56:31.162396 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001363 sec., 7336.757153338224 rows/sec., 598.26 KiB/sec. | ||
| 3889 | 2025.04.16 03:56:31.162447 [ 254 ] {21f12713-a175-4343-912c-1e85f68d784e} <Debug> TCPHandler: Processed in 0.001542341 sec. | ||
| 3890 | 2025.04.16 03:56:31.162732 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3891 | 2025.04.16 03:56:31.162848 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3892 | 2025.04.16 03:56:31.162899 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3893 | 2025.04.16 03:56:31.163767 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2025.04.16 03:56:31.163807 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3895 | 2025.04.16 03:56:31.164189 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3896 | 2025.04.16 03:56:31.164420 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.04.16 03:56:31.164642 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Debug> executeQuery: Read 702 rows, 57.33 KiB in 0.001816 sec., 386563.8766519824 rows/sec., 30.83 MiB/sec. | ||
| 3898 | 2025.04.16 03:56:31.164700 [ 254 ] {22e95dee-cf02-4d4e-ac31-1acd8fc78552} <Debug> TCPHandler: Processed in 0.00201895 sec. | ||
| 3899 | 2025.04.16 03:56:31.164991 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3900 | 2025.04.16 03:56:31.165099 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3901 | 2025.04.16 03:56:31.165143 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3902 | 2025.04.16 03:56:31.165728 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3903 | 2025.04.16 03:56:31.165768 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3904 | 2025.04.16 03:56:31.166112 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3905 | 2025.04.16 03:56:31.166350 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3906 | 2025.04.16 03:56:31.166541 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Debug> executeQuery: Read 156 rows, 10.09 KiB in 0.001463 sec., 106630.21189336978 rows/sec., 6.74 MiB/sec. | ||
| 3907 | 2025.04.16 03:56:31.166609 [ 254 ] {639e8b2c-27aa-4708-a39f-b5ec2dd0bc60} <Debug> TCPHandler: Processed in 0.001667533 sec. | ||
| 3908 | 2025.04.16 03:56:31.166733 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.04.16 03:56:31.166841 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3910 | 2025.04.16 03:56:31.166883 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3911 | 2025.04.16 03:56:31.167401 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.04.16 03:56:31.167439 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3913 | 2025.04.16 03:56:31.167775 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3914 | 2025.04.16 03:56:31.168001 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2025.04.16 03:56:31.168188 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001368 sec., 82602.33918128654 rows/sec., 5.35 MiB/sec. | ||
| 3916 | 2025.04.16 03:56:31.168237 [ 254 ] {b9469938-30a0-4600-8dbd-a08f5d04bb22} <Debug> TCPHandler: Processed in 0.001553411 sec. | ||
| 3917 | 2025.04.16 03:56:31.168349 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2025.04.16 03:56:31.168450 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3919 | 2025.04.16 03:56:31.168494 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3920 | 2025.04.16 03:56:31.169014 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.04.16 03:56:31.169051 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3922 | 2025.04.16 03:56:31.169381 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3923 | 2025.04.16 03:56:31.169630 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.04.16 03:56:31.169809 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001377 sec., 81336.2381989833 rows/sec., 4.63 MiB/sec. | ||
| 3925 | 2025.04.16 03:56:31.169909 [ 254 ] {63b55859-a4b6-43cd-941e-46ef02bdfc30} <Debug> TCPHandler: Processed in 0.001606882 sec. | ||
| 3926 | 2025.04.16 03:56:31.170113 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2025.04.16 03:56:31.170219 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3928 | 2025.04.16 03:56:31.170264 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3929 | 2025.04.16 03:56:31.170913 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.16 03:56:31.170951 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3931 | 2025.04.16 03:56:31.171309 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3932 | 2025.04.16 03:56:31.171549 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.04.16 03:56:31.171719 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Debug> executeQuery: Read 432 rows, 31.60 KiB in 0.001521 sec., 284023.66863905324 rows/sec., 20.29 MiB/sec. | ||
| 3934 | 2025.04.16 03:56:31.171769 [ 254 ] {7583ab8a-e092-444b-9658-535c0acdccfb} <Debug> TCPHandler: Processed in 0.001729624 sec. | ||
| 3935 | 2025.04.16 03:56:31.171885 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2025.04.16 03:56:31.171985 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3937 | 2025.04.16 03:56:31.172029 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3938 | 2025.04.16 03:56:31.172424 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2025.04.16 03:56:31.172461 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3940 | 2025.04.16 03:56:31.172796 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3941 | 2025.04.16 03:56:31.173023 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2025.04.16 03:56:31.173207 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001243 sec., 4827.031375703942 rows/sec., 252.19 KiB/sec. | ||
| 3943 | 2025.04.16 03:56:31.173255 [ 254 ] {0c1d6e75-4d08-4a57-ba94-b675295ffcf7} <Debug> TCPHandler: Processed in 0.001418018 sec. | ||
| 3944 | 2025.04.16 03:56:31.173367 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2025.04.16 03:56:31.173467 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3946 | 2025.04.16 03:56:31.173518 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3947 | 2025.04.16 03:56:31.174025 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2025.04.16 03:56:31.174062 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3949 | 2025.04.16 03:56:31.174432 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3950 | 2025.04.16 03:56:31.174661 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2025.04.16 03:56:31.174816 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001365 sec., 177289.3772893773 rows/sec., 11.89 MiB/sec. | ||
| 3952 | 2025.04.16 03:56:31.174891 [ 254 ] {3505cc64-695f-4aca-99ee-08820d5a648a} <Debug> TCPHandler: Processed in 0.001572641 sec. | ||
| 3953 | 2025.04.16 03:56:31.175006 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2025.04.16 03:56:31.175134 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3955 | 2025.04.16 03:56:31.175194 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3956 | 2025.04.16 03:56:31.175655 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2025.04.16 03:56:31.175701 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3958 | 2025.04.16 03:56:31.176107 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3959 | 2025.04.16 03:56:31.176382 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2025.04.16 03:56:31.176561 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 3961 | 2025.04.16 03:56:31.176608 [ 254 ] {dd2a7ee9-9bdb-479c-b906-8054d14d8075} <Debug> TCPHandler: Processed in 0.001651052 sec. | ||
| 3962 | 2025.04.16 03:56:31.176721 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2025.04.16 03:56:31.176824 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3964 | 2025.04.16 03:56:31.176888 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3965 | 2025.04.16 03:56:31.177037 [ 111 ] {} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3966 | 2025.04.16 03:56:31.177178 [ 111 ] {} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2025.04.16 03:56:31.177264 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3968 | 2025.04.16 03:56:31.177579 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::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 | ||
| 3969 | 2025.04.16 03:56:31.177819 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3970 | 2025.04.16 03:56:31.177870 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 3971 | 2025.04.16 03:56:31.178046 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3972 | 2025.04.16 03:56:31.178445 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::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 | ||
| 3973 | 2025.04.16 03:56:31.178719 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3974 | 2025.04.16 03:56:31.179080 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3975 | 2025.04.16 03:56:31.179433 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3976 | 2025.04.16 03:56:31.180601 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.04.16 03:56:31.180650 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3978 | 2025.04.16 03:56:31.181518 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.004085781 sec., 2937.014979510649 rows/sec., 195.99 KiB/sec. | ||
| 3979 | 2025.04.16 03:56:31.181662 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3980 | 2025.04.16 03:56:31.181849 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3981 | 2025.04.16 03:56:31.181972 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2025.04.16 03:56:31.182067 [ 188 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_11_2} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3983 | 2025.04.16 03:56:31.182157 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3984 | 2025.04.16 03:56:31.182207 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2025.04.16 03:56:31.182433 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00563 sec., 7104.795737122558 rows/sec., 12.73 MiB/sec. | ||
| 3986 | 2025.04.16 03:56:31.182537 [ 254 ] {a4e4c589-70f4-4120-a1b2-05221b4511bb} <Debug> TCPHandler: Processed in 0.005864415 sec. | ||
| 3987 | 2025.04.16 03:56:31.182657 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3988 | 2025.04.16 03:56:31.182760 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3989 | 2025.04.16 03:56:31.182805 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3990 | 2025.04.16 03:56:31.183241 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2025.04.16 03:56:31.183278 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3992 | 2025.04.16 03:56:31.183657 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3993 | 2025.04.16 03:56:31.183882 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.04.16 03:56:31.184074 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001336 sec., 61377.245508982036 rows/sec., 3.90 MiB/sec. | ||
| 3995 | 2025.04.16 03:56:31.184122 [ 254 ] {6bb16d6b-f83a-4247-bd2c-d1c473f7df1d} <Debug> TCPHandler: Processed in 0.00151339 sec. | ||
| 3996 | 2025.04.16 03:56:32.431614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3997 | 2025.04.16 03:56:32.432252 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2025.04.16 03:56:32.432302 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 3999 | 2025.04.16 03:56:32.432825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4000 | 2025.04.16 03:56:32.433086 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.04.16 03:56:32.433348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4002 | 2025.04.16 03:56:33.011336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4003 | 2025.04.16 03:56:33.033096 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2025.04.16 03:56:33.033173 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4005 | 2025.04.16 03:56:33.040714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4006 | 2025.04.16 03:56:33.041516 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4007 | 2025.04.16 03:56:33.045249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4008 | 2025.04.16 03:56:36.150491 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4009 | 2025.04.16 03:56:36.150683 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4010 | 2025.04.16 03:56:36.150754 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4011 | 2025.04.16 03:56:36.151527 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2025.04.16 03:56:36.151577 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4013 | 2025.04.16 03:56:36.151990 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4014 | 2025.04.16 03:56:36.152233 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2025.04.16 03:56:36.152453 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001819 sec., 30786.14623419461 rows/sec., 2.35 MiB/sec. | ||
| 4016 | 2025.04.16 03:56:36.152526 [ 254 ] {83c5c43c-cbf7-4de2-8461-e8561887ced8} <Debug> TCPHandler: Processed in 0.002168693 sec. | ||
| 4017 | 2025.04.16 03:56:36.152663 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4018 | 2025.04.16 03:56:36.152772 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4019 | 2025.04.16 03:56:36.152820 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4020 | 2025.04.16 03:56:36.153376 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4021 | 2025.04.16 03:56:36.153416 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4022 | 2025.04.16 03:56:36.153773 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4023 | 2025.04.16 03:56:36.154011 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4024 | 2025.04.16 03:56:36.154215 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 4025 | 2025.04.16 03:56:36.154266 [ 254 ] {6ace3caf-518a-4913-b945-f545122acee2} <Debug> TCPHandler: Processed in 0.001652632 sec. | ||
| 4026 | 2025.04.16 03:56:36.154386 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4027 | 2025.04.16 03:56:36.154500 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4028 | 2025.04.16 03:56:36.154549 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4029 | 2025.04.16 03:56:36.155071 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2025.04.16 03:56:36.155109 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4031 | 2025.04.16 03:56:36.155485 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4032 | 2025.04.16 03:56:36.155717 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4033 | 2025.04.16 03:56:36.155912 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 4034 | 2025.04.16 03:56:36.155992 [ 254 ] {1ef1304b-f4ac-4cd4-831f-908bccaf593d} <Debug> TCPHandler: Processed in 0.001652753 sec. | ||
| 4035 | 2025.04.16 03:56:36.156239 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4036 | 2025.04.16 03:56:36.156343 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4037 | 2025.04.16 03:56:36.156391 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4038 | 2025.04.16 03:56:36.156824 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4039 | 2025.04.16 03:56:36.156862 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4040 | 2025.04.16 03:56:36.157202 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4041 | 2025.04.16 03:56:36.157430 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4042 | 2025.04.16 03:56:36.157631 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec. | ||
| 4043 | 2025.04.16 03:56:36.157679 [ 254 ] {7b7846ef-8276-42a7-a6d5-b10c1aedcbff} <Debug> TCPHandler: Processed in 0.00152689 sec. | ||
| 4044 | 2025.04.16 03:56:39.792838 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4045 | 2025.04.16 03:56:39.792913 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4046 | 2025.04.16 03:56:39.934447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4047 | 2025.04.16 03:56:39.935052 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2025.04.16 03:56:39.935099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4049 | 2025.04.16 03:56:39.935688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4050 | 2025.04.16 03:56:39.935941 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2025.04.16 03:56:39.936192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4052 | 2025.04.16 03:56:39.971947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 556 | ||
| 4053 | 2025.04.16 03:56:39.975092 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2025.04.16 03:56:39.975157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4055 | 2025.04.16 03:56:39.976650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4056 | 2025.04.16 03:56:39.976992 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2025.04.16 03:56:39.978259 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556 | ||
| 4058 | 2025.04.16 03:56:40.546298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4059 | 2025.04.16 03:56:40.566420 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.04.16 03:56:40.566475 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4061 | 2025.04.16 03:56:40.573960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4062 | 2025.04.16 03:56:40.574720 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.04.16 03:56:40.577961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4064 | 2025.04.16 03:56:41.157530 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2025.04.16 03:56:41.157734 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4066 | 2025.04.16 03:56:41.157814 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4067 | 2025.04.16 03:56:41.158688 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2025.04.16 03:56:41.158736 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4069 | 2025.04.16 03:56:41.159173 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4070 | 2025.04.16 03:56:41.159427 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2025.04.16 03:56:41.159661 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001984 sec., 106854.83870967741 rows/sec., 6.80 MiB/sec. | ||
| 4072 | 2025.04.16 03:56:41.159724 [ 254 ] {23606863-d712-44b3-b59b-17fc4f816fe5} <Debug> TCPHandler: Processed in 0.002328306 sec. | ||
| 4073 | 2025.04.16 03:56:41.159858 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.04.16 03:56:41.159966 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4075 | 2025.04.16 03:56:41.160013 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4076 | 2025.04.16 03:56:41.160825 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2025.04.16 03:56:41.160865 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4078 | 2025.04.16 03:56:41.161260 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4079 | 2025.04.16 03:56:41.161494 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.04.16 03:56:41.161665 [ 98 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4081 | 2025.04.16 03:56:41.161712 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001768 sec., 394230.76923076925 rows/sec., 31.47 MiB/sec. | ||
| 4082 | 2025.04.16 03:56:41.161751 [ 98 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.04.16 03:56:41.161821 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4084 | 2025.04.16 03:56:41.161828 [ 254 ] {b49129c6-fcd3-4b7c-a289-bf3b271a7a1c} <Debug> TCPHandler: Processed in 0.002020599 sec. | ||
| 4085 | 2025.04.16 03:56:41.162007 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4086 | 2025.04.16 03:56:41.162053 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 4087 | 2025.04.16 03:56:41.162229 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4088 | 2025.04.16 03:56:41.162293 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4089 | 2025.04.16 03:56:41.162304 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4090 | 2025.04.16 03:56:41.162361 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1845 rows starting from the beginning of the part | ||
| 4091 | 2025.04.16 03:56:41.162571 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 697 rows starting from the beginning of the part | ||
| 4092 | 2025.04.16 03:56:41.163022 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 4093 | 2025.04.16 03:56:41.163381 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 702 rows starting from the beginning of the part | ||
| 4094 | 2025.04.16 03:56:41.163632 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 4095 | 2025.04.16 03:56:41.163802 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 697 rows starting from the beginning of the part | ||
| 4096 | 2025.04.16 03:56:41.164842 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2025.04.16 03:56:41.164888 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4098 | 2025.04.16 03:56:41.165396 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4099 | 2025.04.16 03:56:41.165733 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2025.04.16 03:56:41.166069 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.003901 sec., 37426.30094847475 rows/sec., 2.35 MiB/sec. | ||
| 4101 | 2025.04.16 03:56:41.166322 [ 254 ] {8f8f1430-84a0-4fc2-8707-4f2cc7f8ec8a} <Debug> TCPHandler: Processed in 0.004373586 sec. | ||
| 4102 | 2025.04.16 03:56:41.166636 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4103 | 2025.04.16 03:56:41.166927 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4104 | 2025.04.16 03:56:41.166993 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4053 rows, containing 5 columns (5 merged, 0 gathered) in 0.00505744 sec., 801393.5904331045 rows/sec., 67.50 MiB/sec. | ||
| 4105 | 2025.04.16 03:56:41.167003 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4106 | 2025.04.16 03:56:41.167265 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4107 | 2025.04.16 03:56:41.167621 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2025.04.16 03:56:41.167744 [ 192 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_26_5} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4109 | 2025.04.16 03:56:41.167824 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2025.04.16 03:56:41.167829 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 4111 | 2025.04.16 03:56:41.167866 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4112 | 2025.04.16 03:56:41.168204 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4113 | 2025.04.16 03:56:41.168435 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.04.16 03:56:41.168625 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001806 sec., 62569.21373200443 rows/sec., 4.05 MiB/sec. | ||
| 4115 | 2025.04.16 03:56:41.168677 [ 254 ] {df924a34-3614-4f01-858d-22b1584fce57} <Debug> TCPHandler: Processed in 0.002130782 sec. | ||
| 4116 | 2025.04.16 03:56:41.168792 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.04.16 03:56:41.168893 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4118 | 2025.04.16 03:56:41.168937 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4119 | 2025.04.16 03:56:41.169465 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.04.16 03:56:41.169503 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4121 | 2025.04.16 03:56:41.169837 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4122 | 2025.04.16 03:56:41.170070 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.04.16 03:56:41.170298 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00142 sec., 78873.23943661971 rows/sec., 4.49 MiB/sec. | ||
| 4124 | 2025.04.16 03:56:41.170371 [ 254 ] {1f6e7db7-f1aa-4f20-97b1-9a320eefed98} <Debug> TCPHandler: Processed in 0.001626702 sec. | ||
| 4125 | 2025.04.16 03:56:41.170486 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.04.16 03:56:41.170587 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4127 | 2025.04.16 03:56:41.170630 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4128 | 2025.04.16 03:56:41.171259 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.04.16 03:56:41.171296 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4130 | 2025.04.16 03:56:41.171647 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4131 | 2025.04.16 03:56:41.171883 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.04.16 03:56:41.172034 [ 98 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4133 | 2025.04.16 03:56:41.172092 [ 98 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2025.04.16 03:56:41.172119 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001548 sec., 272609.81912144704 rows/sec., 19.42 MiB/sec. | ||
| 4135 | 2025.04.16 03:56:41.172133 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4136 | 2025.04.16 03:56:41.172274 [ 254 ] {43f0c602-9234-4748-aff2-6698e725fd5c} <Debug> TCPHandler: Processed in 0.001830547 sec. | ||
| 4137 | 2025.04.16 03:56:41.172413 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 4138 | 2025.04.16 03:56:41.172463 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4139 | 2025.04.16 03:56:41.172689 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4140 | 2025.04.16 03:56:41.172698 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4141 | 2025.04.16 03:56:41.172786 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4142 | 2025.04.16 03:56:41.172793 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 4143 | 2025.04.16 03:56:41.173128 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 422 rows starting from the beginning of the part | ||
| 4144 | 2025.04.16 03:56:41.173511 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 4145 | 2025.04.16 03:56:41.173822 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 432 rows starting from the beginning of the part | ||
| 4146 | 2025.04.16 03:56:41.174212 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 4147 | 2025.04.16 03:56:41.174492 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 422 rows starting from the beginning of the part | ||
| 4148 | 2025.04.16 03:56:41.175224 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.04.16 03:56:41.175276 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4150 | 2025.04.16 03:56:41.176101 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4151 | 2025.04.16 03:56:41.176666 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2025.04.16 03:56:41.177025 [ 98 ] {} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4153 | 2025.04.16 03:56:41.177096 [ 98 ] {} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2025.04.16 03:56:41.177120 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004501 sec., 1333.0371028660297 rows/sec., 69.65 KiB/sec. | ||
| 4155 | 2025.04.16 03:56:41.177150 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4156 | 2025.04.16 03:56:41.177309 [ 254 ] {856ee319-41f7-4396-994a-976aae4f2478} <Debug> TCPHandler: Processed in 0.004896547 sec. | ||
| 4157 | 2025.04.16 03:56:41.177453 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::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 | ||
| 4158 | 2025.04.16 03:56:41.177618 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2025.04.16 03:56:41.177919 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4160 | 2025.04.16 03:56:41.177966 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4161 | 2025.04.16 03:56:41.178029 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 4162 | 2025.04.16 03:56:41.178146 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4163 | 2025.04.16 03:56:41.178292 [ 186 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2312 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021708 sec., 383944.22313403443 rows/sec., 29.18 MiB/sec. | ||
| 4164 | 2025.04.16 03:56:41.178348 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4165 | 2025.04.16 03:56:41.178861 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4166 | 2025.04.16 03:56:41.179021 [ 186 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4167 | 2025.04.16 03:56:41.179398 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4168 | 2025.04.16 03:56:41.179857 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4169 | 2025.04.16 03:56:41.180331 [ 192 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4170 | 2025.04.16 03:56:41.180845 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4171 | 2025.04.16 03:56:41.181304 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_26_5} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4172 | 2025.04.16 03:56:41.181683 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4173 | 2025.04.16 03:56:41.181926 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2025.04.16 03:56:41.181982 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4175 | 2025.04.16 03:56:41.182607 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4176 | 2025.04.16 03:56:41.182622 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005306925 sec., 12436.580505660058 rows/sec., 649.76 KiB/sec. | ||
| 4177 | 2025.04.16 03:56:41.182833 [ 198 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4178 | 2025.04.16 03:56:41.183087 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4179 | 2025.04.16 03:56:41.183428 [ 198 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4180 | 2025.04.16 03:56:41.183527 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005656 sec., 41902.40452616691 rows/sec., 2.81 MiB/sec. | ||
| 4181 | 2025.04.16 03:56:41.183602 [ 198 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_11_2} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4182 | 2025.04.16 03:56:41.183672 [ 254 ] {08344fa9-7d5c-448c-a562-c6c88f15fa9c} <Debug> TCPHandler: Processed in 0.006166272 sec. | ||
| 4183 | 2025.04.16 03:56:41.183806 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4184 | 2025.04.16 03:56:41.183916 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2025.04.16 03:56:41.184025 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4186 | 2025.04.16 03:56:41.184074 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4187 | 2025.04.16 03:56:41.184540 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.04.16 03:56:41.184579 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4189 | 2025.04.16 03:56:41.184935 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4190 | 2025.04.16 03:56:41.185170 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2025.04.16 03:56:41.185370 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
| 4192 | 2025.04.16 03:56:41.185418 [ 254 ] {40040b9e-34a8-4bdf-822d-248805f52f1b} <Debug> TCPHandler: Processed in 0.001577361 sec. | ||
| 4193 | 2025.04.16 03:56:41.185534 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2025.04.16 03:56:41.185638 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4195 | 2025.04.16 03:56:41.185705 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4196 | 2025.04.16 03:56:41.186796 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.04.16 03:56:41.186834 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4198 | 2025.04.16 03:56:41.187497 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4199 | 2025.04.16 03:56:41.187750 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.04.16 03:56:41.187973 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002355 sec., 16985.138004246284 rows/sec., 30.44 MiB/sec. | ||
| 4201 | 2025.04.16 03:56:41.188062 [ 254 ] {960f9c81-6a93-40f8-be95-c2778fd54737} <Debug> TCPHandler: Processed in 0.002579171 sec. | ||
| 4202 | 2025.04.16 03:56:41.188180 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.04.16 03:56:41.188286 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4204 | 2025.04.16 03:56:41.188333 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4205 | 2025.04.16 03:56:41.188741 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.04.16 03:56:41.188781 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4207 | 2025.04.16 03:56:41.189144 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4208 | 2025.04.16 03:56:41.189379 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.04.16 03:56:41.189589 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001325 sec., 61886.79245283019 rows/sec., 3.93 MiB/sec. | ||
| 4210 | 2025.04.16 03:56:41.189639 [ 254 ] {4c468750-1f72-444c-a223-791201462614} <Debug> TCPHandler: Processed in 0.0015108 sec. | ||
| 4211 | 2025.04.16 03:56:42.664138 [ 97 ] {} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4212 | 2025.04.16 03:56:42.664206 [ 97 ] {} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2025.04.16 03:56:42.664233 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4214 | 2025.04.16 03:56:42.664427 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::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 | ||
| 4215 | 2025.04.16 03:56:42.664624 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2025.04.16 03:56:42.664661 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4217 | 2025.04.16 03:56:42.664764 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4218 | 2025.04.16 03:56:42.664997 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4219 | 2025.04.16 03:56:42.665228 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::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 | ||
| 4220 | 2025.04.16 03:56:42.665375 [ 186 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 4221 | 2025.04.16 03:56:42.666452 [ 199 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134992 sec., 10304.488260377557 rows/sec., 880.51 KiB/sec. | ||
| 4222 | 2025.04.16 03:56:42.666676 [ 189 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4223 | 2025.04.16 03:56:42.667037 [ 189 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2025.04.16 03:56:42.667128 [ 189 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_5_1} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4225 | 2025.04.16 03:56:42.667232 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4226 | 2025.04.16 03:56:46.178573 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4227 | 2025.04.16 03:56:46.178798 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4228 | 2025.04.16 03:56:46.178882 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4229 | 2025.04.16 03:56:46.179665 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4230 | 2025.04.16 03:56:46.179719 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4231 | 2025.04.16 03:56:46.180147 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4232 | 2025.04.16 03:56:46.180408 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4233 | 2025.04.16 03:56:46.180640 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001898 sec., 1053.7407797681772 rows/sec., 85.93 KiB/sec. | ||
| 4234 | 2025.04.16 03:56:46.180705 [ 254 ] {c9c3f6c2-386e-4348-ae7e-9a9d1bba70ed} <Debug> TCPHandler: Processed in 0.002270345 sec. | ||
| 4235 | 2025.04.16 03:56:46.180835 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2025.04.16 03:56:46.180948 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4237 | 2025.04.16 03:56:46.180999 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4238 | 2025.04.16 03:56:46.182221 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2025.04.16 03:56:46.182262 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4240 | 2025.04.16 03:56:46.182712 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4241 | 2025.04.16 03:56:46.182959 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.04.16 03:56:46.183171 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Debug> executeQuery: Read 1197 rows, 100.57 KiB in 0.002249 sec., 532236.54957759 rows/sec., 43.67 MiB/sec. | ||
| 4243 | 2025.04.16 03:56:46.183223 [ 254 ] {48420d23-cb03-463d-8a16-58ddb09c0546} <Debug> TCPHandler: Processed in 0.002442098 sec. | ||
| 4244 | 2025.04.16 03:56:46.183340 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4245 | 2025.04.16 03:56:46.183447 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4246 | 2025.04.16 03:56:46.183495 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4247 | 2025.04.16 03:56:46.183982 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.04.16 03:56:46.184022 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4249 | 2025.04.16 03:56:46.184356 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4250 | 2025.04.16 03:56:46.184592 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.04.16 03:56:46.184753 [ 91 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4252 | 2025.04.16 03:56:46.184817 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001389 sec., 1439.8848092152627 rows/sec., 100.54 KiB/sec. | ||
| 4253 | 2025.04.16 03:56:46.184836 [ 91 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4254 | 2025.04.16 03:56:46.184897 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4255 | 2025.04.16 03:56:46.184951 [ 254 ] {ce8b53f7-a59a-4364-9add-8287512b8d37} <Debug> TCPHandler: Processed in 0.001661642 sec. | ||
| 4256 | 2025.04.16 03:56:46.185156 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.04.16 03:56:46.185192 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 4258 | 2025.04.16 03:56:46.185336 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4259 | 2025.04.16 03:56:46.185437 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4260 | 2025.04.16 03:56:46.185698 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4261 | 2025.04.16 03:56:46.185828 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 154 rows starting from the beginning of the part | ||
| 4262 | 2025.04.16 03:56:46.186187 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 4263 | 2025.04.16 03:56:46.186467 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 146 rows starting from the beginning of the part | ||
| 4264 | 2025.04.16 03:56:46.186834 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 156 rows starting from the beginning of the part | ||
| 4265 | 2025.04.16 03:56:46.187139 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 146 rows starting from the beginning of the part | ||
| 4266 | 2025.04.16 03:56:46.187523 [ 195 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 4267 | 2025.04.16 03:56:46.188547 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4268 | 2025.04.16 03:56:46.188614 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4269 | 2025.04.16 03:56:46.189493 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4270 | 2025.04.16 03:56:46.190003 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4271 | 2025.04.16 03:56:46.190537 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005255 sec., 43387.2502378687 rows/sec., 2.94 MiB/sec. | ||
| 4272 | 2025.04.16 03:56:46.190614 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556302 sec., 109293.1537186636 rows/sec., 7.31 MiB/sec. | ||
| 4273 | 2025.04.16 03:56:46.190667 [ 254 ] {607b0984-614c-4a15-81d4-4cb47fe647a0} <Debug> TCPHandler: Processed in 0.00560043 sec. | ||
| 4274 | 2025.04.16 03:56:46.190819 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4275 | 2025.04.16 03:56:46.190836 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4276 | 2025.04.16 03:56:46.190989 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4277 | 2025.04.16 03:56:46.191059 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4278 | 2025.04.16 03:56:46.191362 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.04.16 03:56:46.191605 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_16_3} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4280 | 2025.04.16 03:56:46.191774 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4281 | 2025.04.16 03:56:46.192241 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.04.16 03:56:46.192285 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4283 | 2025.04.16 03:56:46.192672 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4284 | 2025.04.16 03:56:46.192929 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.04.16 03:56:46.193121 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.002166 sec., 240997.22991689752 rows/sec., 17.84 MiB/sec. | ||
| 4286 | 2025.04.16 03:56:46.193177 [ 254 ] {2532a702-a446-4bae-a42a-f85f153c97ed} <Debug> TCPHandler: Processed in 0.002415688 sec. | ||
| 4287 | 2025.04.16 03:56:46.193298 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.04.16 03:56:46.193404 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4289 | 2025.04.16 03:56:46.193453 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4290 | 2025.04.16 03:56:46.194160 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.04.16 03:56:46.194198 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4292 | 2025.04.16 03:56:46.194640 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4293 | 2025.04.16 03:56:46.194885 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.04.16 03:56:46.195072 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4295 | 2025.04.16 03:56:46.195136 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001751 sec., 503141.0622501428 rows/sec., 33.85 MiB/sec. | ||
| 4296 | 2025.04.16 03:56:46.195168 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2025.04.16 03:56:46.195259 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4298 | 2025.04.16 03:56:46.195266 [ 254 ] {0ac180e6-46fe-4422-9199-38de88ba53b6} <Debug> TCPHandler: Processed in 0.00201562 sec. | ||
| 4299 | 2025.04.16 03:56:46.195557 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4300 | 2025.04.16 03:56:46.195962 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4301 | 2025.04.16 03:56:46.195946 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4302 | 2025.04.16 03:56:46.196125 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4303 | 2025.04.16 03:56:46.196406 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4304 | 2025.04.16 03:56:46.196506 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6090 rows starting from the beginning of the part | ||
| 4305 | 2025.04.16 03:56:46.196787 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 4306 | 2025.04.16 03:56:46.197090 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
| 4307 | 2025.04.16 03:56:46.197466 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4308 | 2025.04.16 03:56:46.197926 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4309 | 2025.04.16 03:56:46.198285 [ 195 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 881 rows starting from the beginning of the part | ||
| 4310 | 2025.04.16 03:56:46.198843 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.04.16 03:56:46.198906 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4312 | 2025.04.16 03:56:46.199731 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4313 | 2025.04.16 03:56:46.200258 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.04.16 03:56:46.200528 [ 91 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4315 | 2025.04.16 03:56:46.200604 [ 91 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2025.04.16 03:56:46.200683 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4317 | 2025.04.16 03:56:46.200943 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005109 sec., 11743.981209630065 rows/sec., 810.46 KiB/sec. | ||
| 4318 | 2025.04.16 03:56:46.201081 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4319 | 2025.04.16 03:56:46.201273 [ 254 ] {147c1745-da97-4e0d-a1e9-dcf141d75e1c} <Debug> TCPHandler: Processed in 0.005824646 sec. | ||
| 4320 | 2025.04.16 03:56:46.201458 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4321 | 2025.04.16 03:56:46.201493 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 972 rows starting from the beginning of the part | ||
| 4322 | 2025.04.16 03:56:46.201597 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4323 | 2025.04.16 03:56:46.201830 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4324 | 2025.04.16 03:56:46.202121 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4325 | 2025.04.16 03:56:46.202344 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4326 | 2025.04.16 03:56:46.202599 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4327 | 2025.04.16 03:56:46.203183 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7770 rows, containing 5 columns (5 merged, 0 gathered) in 0.007776413 sec., 999175.3267219733 rows/sec., 67.20 MiB/sec. | ||
| 4328 | 2025.04.16 03:56:46.203871 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4329 | 2025.04.16 03:56:46.204396 [ 196 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 4 columns (4 merged, 0 gathered) in 0.00356867 sec., 368764.83395774895 rows/sec., 23.74 MiB/sec. | ||
| 4330 | 2025.04.16 03:56:46.204498 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.04.16 03:56:46.204621 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4332 | 2025.04.16 03:56:46.204688 [ 196 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4333 | 2025.04.16 03:56:46.204786 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 4334 | 2025.04.16 03:56:46.205106 [ 196 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2025.04.16 03:56:46.205189 [ 196 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_26_5} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4336 | 2025.04.16 03:56:46.205275 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 4337 | 2025.04.16 03:56:47.436328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4338 | 2025.04.16 03:56:47.437068 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2025.04.16 03:56:47.437114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4340 | 2025.04.16 03:56:47.437640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4341 | 2025.04.16 03:56:47.437893 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.04.16 03:56:47.438133 [ 89 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4343 | 2025.04.16 03:56:47.438173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4344 | 2025.04.16 03:56:47.438246 [ 89 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2025.04.16 03:56:47.438291 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4346 | 2025.04.16 03:56:47.438479 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 4347 | 2025.04.16 03:56:47.438689 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4348 | 2025.04.16 03:56:47.438757 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 4349 | 2025.04.16 03:56:47.438879 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4350 | 2025.04.16 03:56:47.439071 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4351 | 2025.04.16 03:56:47.439259 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4352 | 2025.04.16 03:56:47.439505 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4353 | 2025.04.16 03:56:47.439690 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4354 | 2025.04.16 03:56:47.442268 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003874856 sec., 2503060.7589030406 rows/sec., 35.81 MiB/sec. | ||
| 4355 | 2025.04.16 03:56:47.442818 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4356 | 2025.04.16 03:56:47.443246 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2025.04.16 03:56:47.443340 [ 199 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_21_4} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4358 | 2025.04.16 03:56:47.443455 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4359 | 2025.04.16 03:56:48.078091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4360 | 2025.04.16 03:56:48.098677 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.04.16 03:56:48.098724 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4362 | 2025.04.16 03:56:48.106009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4363 | 2025.04.16 03:56:48.106772 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.04.16 03:56:48.107080 [ 87 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4365 | 2025.04.16 03:56:48.107150 [ 87 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.04.16 03:56:48.107195 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4367 | 2025.04.16 03:56:48.107670 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4368 | 2025.04.16 03:56:48.121888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4369 | 2025.04.16 03:56:48.123521 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4370 | 2025.04.16 03:56:48.125167 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4371 | 2025.04.16 03:56:48.131094 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4372 | 2025.04.16 03:56:48.136735 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4373 | 2025.04.16 03:56:48.142393 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4374 | 2025.04.16 03:56:48.148176 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4375 | 2025.04.16 03:56:48.152858 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 4376 | 2025.04.16 03:56:48.211513 [ 199 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104202726 sec., 1525.8717895729524 rows/sec., 7.89 MiB/sec. | ||
| 4377 | 2025.04.16 03:56:48.214007 [ 201 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4378 | 2025.04.16 03:56:48.216791 [ 201 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_21_4} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.04.16 03:56:48.216913 [ 201 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_21_4} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4380 | 2025.04.16 03:56:48.219217 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4381 | 2025.04.16 03:56:49.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.27 MiB, peak 192.84 MiB, free memory in arenas 0.00 B, will set to 184.37 MiB (RSS), difference: 2.10 MiB | ||
| 4382 | 2025.04.16 03:56:49.978484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 592 | ||
| 4383 | 2025.04.16 03:56:49.982100 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.04.16 03:56:49.982168 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4385 | 2025.04.16 03:56:49.983664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4386 | 2025.04.16 03:56:49.984015 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4387 | 2025.04.16 03:56:49.984600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592 | ||
| 4388 | 2025.04.16 03:56:51.158956 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2025.04.16 03:56:51.159136 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4390 | 2025.04.16 03:56:51.159207 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4391 | 2025.04.16 03:56:51.160052 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.04.16 03:56:51.160100 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4393 | 2025.04.16 03:56:51.160548 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4394 | 2025.04.16 03:56:51.160809 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.04.16 03:56:51.161094 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002005 sec., 105735.66084788031 rows/sec., 6.72 MiB/sec. | ||
| 4396 | 2025.04.16 03:56:51.161290 [ 254 ] {a1440ba5-be20-4f17-ac77-cff988dfc1bf} <Debug> TCPHandler: Processed in 0.002458948 sec. | ||
| 4397 | 2025.04.16 03:56:51.161439 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2025.04.16 03:56:51.161557 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4399 | 2025.04.16 03:56:51.161607 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4400 | 2025.04.16 03:56:51.162499 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.04.16 03:56:51.162543 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4402 | 2025.04.16 03:56:51.162962 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4403 | 2025.04.16 03:56:51.163210 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.04.16 03:56:51.163417 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.00189 sec., 368783.0687830688 rows/sec., 29.44 MiB/sec. | ||
| 4405 | 2025.04.16 03:56:51.163468 [ 254 ] {36ef5e91-f844-40e3-93c3-a4ee388692bf} <Debug> TCPHandler: Processed in 0.002081831 sec. | ||
| 4406 | 2025.04.16 03:56:51.163595 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.04.16 03:56:51.163700 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4408 | 2025.04.16 03:56:51.163745 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4409 | 2025.04.16 03:56:51.164302 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.04.16 03:56:51.164341 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4411 | 2025.04.16 03:56:51.164706 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4412 | 2025.04.16 03:56:51.164966 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.04.16 03:56:51.165163 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001485 sec., 98316.49831649831 rows/sec., 6.18 MiB/sec. | ||
| 4414 | 2025.04.16 03:56:51.165215 [ 254 ] {82e9c839-8b75-42e2-b231-a6d128026aeb} <Debug> TCPHandler: Processed in 0.001670323 sec. | ||
| 4415 | 2025.04.16 03:56:51.165334 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.04.16 03:56:51.165438 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.04.16 03:56:51.165482 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4418 | 2025.04.16 03:56:51.166023 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.04.16 03:56:51.166061 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4420 | 2025.04.16 03:56:51.166413 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4421 | 2025.04.16 03:56:51.166657 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.04.16 03:56:51.166820 [ 83 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4423 | 2025.04.16 03:56:51.166880 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00146 sec., 77397.26027397261 rows/sec., 5.01 MiB/sec. | ||
| 4424 | 2025.04.16 03:56:51.166905 [ 83 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4425 | 2025.04.16 03:56:51.166969 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4426 | 2025.04.16 03:56:51.166988 [ 254 ] {0b0c9302-0ab6-4014-a785-516375467df8} <Debug> TCPHandler: Processed in 0.001697424 sec. | ||
| 4427 | 2025.04.16 03:56:51.167315 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.04.16 03:56:51.167458 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4429 | 2025.04.16 03:56:51.167549 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4430 | 2025.04.16 03:56:51.167643 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4431 | 2025.04.16 03:56:51.167865 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4432 | 2025.04.16 03:56:51.167944 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4433 | 2025.04.16 03:56:51.168305 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4434 | 2025.04.16 03:56:51.168680 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4435 | 2025.04.16 03:56:51.169051 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4436 | 2025.04.16 03:56:51.169373 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4437 | 2025.04.16 03:56:51.169632 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 4438 | 2025.04.16 03:56:51.170542 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2025.04.16 03:56:51.170613 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4440 | 2025.04.16 03:56:51.171594 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4441 | 2025.04.16 03:56:51.172151 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.04.16 03:56:51.172597 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005059 sec., 22138.762601304607 rows/sec., 1.26 MiB/sec. | ||
| 4443 | 2025.04.16 03:56:51.172932 [ 254 ] {1237f7fd-f3b7-4177-84c0-46ef969bd83f} <Debug> TCPHandler: Processed in 0.005748143 sec. | ||
| 4444 | 2025.04.16 03:56:51.172997 [ 199 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869646 sec., 174116.12216477792 rows/sec., 12.17 MiB/sec. | ||
| 4445 | 2025.04.16 03:56:51.173072 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4446 | 2025.04.16 03:56:51.173185 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4447 | 2025.04.16 03:56:51.173193 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4448 | 2025.04.16 03:56:51.173260 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4449 | 2025.04.16 03:56:51.173586 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_16_3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.04.16 03:56:51.173696 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_16_3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4451 | 2025.04.16 03:56:51.173786 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 4452 | 2025.04.16 03:56:51.174103 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.04.16 03:56:51.174141 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4454 | 2025.04.16 03:56:51.174512 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4455 | 2025.04.16 03:56:51.174774 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.04.16 03:56:51.175021 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001858 sec., 227125.9418729817 rows/sec., 16.18 MiB/sec. | ||
| 4457 | 2025.04.16 03:56:51.175226 [ 254 ] {6df71847-342f-45fe-b808-c8e7ea59e240} <Debug> TCPHandler: Processed in 0.002206573 sec. | ||
| 4458 | 2025.04.16 03:56:51.175425 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4459 | 2025.04.16 03:56:51.175532 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4460 | 2025.04.16 03:56:51.175581 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4461 | 2025.04.16 03:56:51.176031 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4462 | 2025.04.16 03:56:51.176068 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4463 | 2025.04.16 03:56:51.176422 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4464 | 2025.04.16 03:56:51.176667 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4465 | 2025.04.16 03:56:51.176865 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 4466 | 2025.04.16 03:56:51.176913 [ 254 ] {a709f3a7-b97c-4934-815e-785b387582f0} <Debug> TCPHandler: Processed in 0.001556451 sec. | ||
| 4467 | 2025.04.16 03:56:51.177030 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4468 | 2025.04.16 03:56:51.177133 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4469 | 2025.04.16 03:56:51.177179 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4470 | 2025.04.16 03:56:51.177704 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.04.16 03:56:51.177742 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4472 | 2025.04.16 03:56:51.178125 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4473 | 2025.04.16 03:56:51.178365 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2025.04.16 03:56:51.178577 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001466 sec., 161664.3929058663 rows/sec., 10.84 MiB/sec. | ||
| 4475 | 2025.04.16 03:56:51.178700 [ 254 ] {41f8f183-e700-4feb-94ed-1395cc8449bb} <Debug> TCPHandler: Processed in 0.001719184 sec. | ||
| 4476 | 2025.04.16 03:56:51.178823 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2025.04.16 03:56:51.178923 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4478 | 2025.04.16 03:56:51.178970 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4479 | 2025.04.16 03:56:51.179368 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.04.16 03:56:51.179406 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4481 | 2025.04.16 03:56:51.179759 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4482 | 2025.04.16 03:56:51.180020 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.04.16 03:56:51.180221 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 4484 | 2025.04.16 03:56:51.180270 [ 254 ] {ad388113-83a8-4be8-bd90-84c63867306b} <Debug> TCPHandler: Processed in 0.00149975 sec. | ||
| 4485 | 2025.04.16 03:56:51.180387 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4486 | 2025.04.16 03:56:51.180489 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4487 | 2025.04.16 03:56:51.180558 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4488 | 2025.04.16 03:56:51.181691 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2025.04.16 03:56:51.181730 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4490 | 2025.04.16 03:56:51.182371 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4491 | 2025.04.16 03:56:51.182631 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.04.16 03:56:51.182855 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002386 sec., 16764.459346186086 rows/sec., 30.04 MiB/sec. | ||
| 4493 | 2025.04.16 03:56:51.182944 [ 254 ] {d23d922b-56b9-45c2-945d-49ce069e186a} <Debug> TCPHandler: Processed in 0.002606042 sec. | ||
| 4494 | 2025.04.16 03:56:51.183061 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2025.04.16 03:56:51.183166 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4496 | 2025.04.16 03:56:51.183211 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4497 | 2025.04.16 03:56:51.183631 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.04.16 03:56:51.183668 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4499 | 2025.04.16 03:56:51.184026 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4500 | 2025.04.16 03:56:51.184268 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2025.04.16 03:56:51.184478 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001321 sec., 62074.186222558674 rows/sec., 3.94 MiB/sec. | ||
| 4502 | 2025.04.16 03:56:51.184559 [ 254 ] {06225bcf-1787-4d24-bc04-b05ed0629252} <Debug> TCPHandler: Processed in 0.001548991 sec. | ||
| 4503 | 2025.04.16 03:56:54.792956 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4504 | 2025.04.16 03:56:54.793048 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4505 | 2025.04.16 03:56:54.938387 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4506 | 2025.04.16 03:56:54.939151 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4507 | 2025.04.16 03:56:54.939192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4508 | 2025.04.16 03:56:54.939703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4509 | 2025.04.16 03:56:54.939941 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2025.04.16 03:56:54.940112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4511 | 2025.04.16 03:56:55.621971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4512 | 2025.04.16 03:56:55.642846 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.04.16 03:56:55.642903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4514 | 2025.04.16 03:56:55.649868 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4515 | 2025.04.16 03:56:55.650634 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2025.04.16 03:56:55.653166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4517 | 2025.04.16 03:56:56.150390 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4518 | 2025.04.16 03:56:56.150580 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4519 | 2025.04.16 03:56:56.150652 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4520 | 2025.04.16 03:56:56.151444 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2025.04.16 03:56:56.151500 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4522 | 2025.04.16 03:56:56.151968 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4523 | 2025.04.16 03:56:56.152231 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.04.16 03:56:56.152468 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 4525 | 2025.04.16 03:56:56.152564 [ 254 ] {ca88712b-2674-46ac-8991-d9ad0f00350c} <Debug> TCPHandler: Processed in 0.002303046 sec. | ||
| 4526 | 2025.04.16 03:56:56.152810 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2025.04.16 03:56:56.152933 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4528 | 2025.04.16 03:56:56.152982 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4529 | 2025.04.16 03:56:56.153548 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.04.16 03:56:56.153588 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4531 | 2025.04.16 03:56:56.153972 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4532 | 2025.04.16 03:56:56.154219 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4533 | 2025.04.16 03:56:56.154427 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
| 4534 | 2025.04.16 03:56:56.154533 [ 254 ] {bfbc9909-6543-4d90-a74f-bc2d8561b3db} <Debug> TCPHandler: Processed in 0.001820716 sec. | ||
| 4535 | 2025.04.16 03:56:56.154773 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2025.04.16 03:56:56.154885 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4537 | 2025.04.16 03:56:56.154937 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4538 | 2025.04.16 03:56:56.155467 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2025.04.16 03:56:56.155507 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4540 | 2025.04.16 03:56:56.155914 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4541 | 2025.04.16 03:56:56.156166 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.04.16 03:56:56.156370 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 4543 | 2025.04.16 03:56:56.156423 [ 254 ] {3fc40938-93dd-4439-818a-fdceca1eff05} <Debug> TCPHandler: Processed in 0.001743694 sec. | ||
| 4544 | 2025.04.16 03:56:56.156597 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.04.16 03:56:56.156700 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4546 | 2025.04.16 03:56:56.156747 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4547 | 2025.04.16 03:56:56.157177 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2025.04.16 03:56:56.157216 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4549 | 2025.04.16 03:56:56.157583 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4550 | 2025.04.16 03:56:56.157829 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4551 | 2025.04.16 03:56:56.158062 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 4552 | 2025.04.16 03:56:56.158255 [ 254 ] {0340217d-b636-45dd-ab01-909816981237} <Debug> TCPHandler: Processed in 0.001705503 sec. | ||
| 4553 | 2025.04.16 03:56:59.984852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 622 | ||
| 4554 | 2025.04.16 03:56:59.988285 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2025.04.16 03:56:59.988347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4556 | 2025.04.16 03:56:59.989867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4557 | 2025.04.16 03:56:59.990204 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4558 | 2025.04.16 03:56:59.990878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622 | ||
| 4559 | 2025.04.16 03:57:01.153420 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2025.04.16 03:57:01.153608 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4561 | 2025.04.16 03:57:01.153681 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4562 | 2025.04.16 03:57:01.154426 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2025.04.16 03:57:01.154481 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4564 | 2025.04.16 03:57:01.154926 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4565 | 2025.04.16 03:57:01.155184 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4566 | 2025.04.16 03:57:01.155427 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00186 sec., 1075.268817204301 rows/sec., 87.68 KiB/sec. | ||
| 4567 | 2025.04.16 03:57:01.155608 [ 254 ] {95ffe9e4-c5d6-4549-9af7-5f6283bd659e} <Debug> TCPHandler: Processed in 0.002311526 sec. | ||
| 4568 | 2025.04.16 03:57:01.155749 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4569 | 2025.04.16 03:57:01.155856 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4570 | 2025.04.16 03:57:01.155904 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4571 | 2025.04.16 03:57:01.156547 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.04.16 03:57:01.156589 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4573 | 2025.04.16 03:57:01.156961 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4574 | 2025.04.16 03:57:01.157209 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.04.16 03:57:01.157409 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001578 sec., 86818.75792141951 rows/sec., 7.47 MiB/sec. | ||
| 4576 | 2025.04.16 03:57:01.157465 [ 254 ] {3118e11e-7029-458f-95f3-84e95f02fc2e} <Debug> TCPHandler: Processed in 0.001768495 sec. | ||
| 4577 | 2025.04.16 03:57:01.157581 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4578 | 2025.04.16 03:57:01.157686 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4579 | 2025.04.16 03:57:01.157733 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4580 | 2025.04.16 03:57:01.158257 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2025.04.16 03:57:01.158296 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4582 | 2025.04.16 03:57:01.159025 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4583 | 2025.04.16 03:57:01.159271 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2025.04.16 03:57:01.159537 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001872 sec., 22435.897435897437 rows/sec., 1.64 MiB/sec. | ||
| 4585 | 2025.04.16 03:57:01.159682 [ 254 ] {76b83283-57c7-4d40-9e05-9f2d1887152d} <Debug> TCPHandler: Processed in 0.002147782 sec. | ||
| 4586 | 2025.04.16 03:57:01.159847 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2025.04.16 03:57:01.159952 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4588 | 2025.04.16 03:57:01.159998 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4589 | 2025.04.16 03:57:01.160571 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2025.04.16 03:57:01.160610 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4591 | 2025.04.16 03:57:01.160968 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4592 | 2025.04.16 03:57:01.161232 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.04.16 03:57:01.161435 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001506 sec., 70385.1261620186 rows/sec., 5.50 MiB/sec. | ||
| 4594 | 2025.04.16 03:57:01.161488 [ 254 ] {562ab369-89d3-499e-8632-4f199dedae6b} <Debug> TCPHandler: Processed in 0.001705254 sec. | ||
| 4595 | 2025.04.16 03:57:01.161610 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2025.04.16 03:57:01.161714 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4597 | 2025.04.16 03:57:01.161763 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4598 | 2025.04.16 03:57:01.162282 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.04.16 03:57:01.162320 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4600 | 2025.04.16 03:57:01.162718 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4601 | 2025.04.16 03:57:01.162960 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.04.16 03:57:01.163154 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001462 sec., 110123.11901504788 rows/sec., 7.67 MiB/sec. | ||
| 4603 | 2025.04.16 03:57:01.163204 [ 254 ] {383102f0-4c21-4ee1-a8ad-6c0ea6a18d1b} <Debug> TCPHandler: Processed in 0.001645062 sec. | ||
| 4604 | 2025.04.16 03:57:01.163334 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2025.04.16 03:57:01.163466 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4606 | 2025.04.16 03:57:01.163552 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4607 | 2025.04.16 03:57:01.164780 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2025.04.16 03:57:01.164818 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4609 | 2025.04.16 03:57:01.165459 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4610 | 2025.04.16 03:57:01.165718 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.04.16 03:57:01.165946 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002508 sec., 15948.96331738437 rows/sec., 28.58 MiB/sec. | ||
| 4612 | 2025.04.16 03:57:01.166037 [ 254 ] {dd42294c-dd8f-4ed9-81ea-b9a76518d54b} <Debug> TCPHandler: Processed in 0.002764465 sec. | ||
| 4613 | 2025.04.16 03:57:01.166153 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.04.16 03:57:01.166256 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.04.16 03:57:01.166301 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4616 | 2025.04.16 03:57:01.166762 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.04.16 03:57:01.166811 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4618 | 2025.04.16 03:57:01.167238 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4619 | 2025.04.16 03:57:01.167493 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.04.16 03:57:01.167723 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
| 4621 | 2025.04.16 03:57:01.167820 [ 254 ] {ca6f497a-6c94-4b3a-817d-65592a393488} <Debug> TCPHandler: Processed in 0.001713524 sec. | ||
| 4622 | 2025.04.16 03:57:02.440218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4623 | 2025.04.16 03:57:02.440893 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2025.04.16 03:57:02.440945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4625 | 2025.04.16 03:57:02.441526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4626 | 2025.04.16 03:57:02.441788 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4627 | 2025.04.16 03:57:02.442072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4628 | 2025.04.16 03:57:03.153214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4629 | 2025.04.16 03:57:03.172305 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2025.04.16 03:57:03.172356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4631 | 2025.04.16 03:57:03.179594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4632 | 2025.04.16 03:57:03.180382 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2025.04.16 03:57:03.182909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4634 | 2025.04.16 03:57:06.150661 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2025.04.16 03:57:06.150891 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4636 | 2025.04.16 03:57:06.150974 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4637 | 2025.04.16 03:57:06.151812 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.04.16 03:57:06.151867 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4639 | 2025.04.16 03:57:06.152326 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4640 | 2025.04.16 03:57:06.152604 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2025.04.16 03:57:06.152794 [ 63 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4642 | 2025.04.16 03:57:06.152859 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. | ||
| 4643 | 2025.04.16 03:57:06.152879 [ 63 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2025.04.16 03:57:06.152941 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4645 | 2025.04.16 03:57:06.152993 [ 254 ] {005ee5cc-f78e-4184-b9bc-ee5e83b22351} <Debug> TCPHandler: Processed in 0.002474218 sec. | ||
| 4646 | 2025.04.16 03:57:06.153209 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 4647 | 2025.04.16 03:57:06.153221 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4648 | 2025.04.16 03:57:06.153510 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4649 | 2025.04.16 03:57:06.153521 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4650 | 2025.04.16 03:57:06.153575 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1848 rows starting from the beginning of the part | ||
| 4651 | 2025.04.16 03:57:06.153645 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4652 | 2025.04.16 03:57:06.153857 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1197 rows starting from the beginning of the part | ||
| 4653 | 2025.04.16 03:57:06.154159 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 697 rows starting from the beginning of the part | ||
| 4654 | 2025.04.16 03:57:06.154580 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4655 | 2025.04.16 03:57:06.154915 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 137 rows starting from the beginning of the part | ||
| 4656 | 2025.04.16 03:57:06.155347 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4657 | 2025.04.16 03:57:06.156728 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2025.04.16 03:57:06.156798 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4659 | 2025.04.16 03:57:06.157887 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4660 | 2025.04.16 03:57:06.158253 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.04.16 03:57:06.158442 [ 63 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4662 | 2025.04.16 03:57:06.158542 [ 63 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2025.04.16 03:57:06.158609 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4664 | 2025.04.16 03:57:06.158615 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005184 sec., 12345.679012345678 rows/sec., 986.74 KiB/sec. | ||
| 4665 | 2025.04.16 03:57:06.158939 [ 254 ] {f09d8fd4-9de5-475c-8e64-dd6426ae3d47} <Debug> TCPHandler: Processed in 0.005809285 sec. | ||
| 4666 | 2025.04.16 03:57:06.159104 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 4667 | 2025.04.16 03:57:06.159290 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2025.04.16 03:57:06.159672 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4669 | 2025.04.16 03:57:06.159704 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3991 rows, containing 5 columns (5 merged, 0 gathered) in 0.006642402 sec., 600836.8659409652 rows/sec., 51.14 MiB/sec. | ||
| 4670 | 2025.04.16 03:57:06.159704 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.04.16 03:57:06.159736 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 4672 | 2025.04.16 03:57:06.159863 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4673 | 2025.04.16 03:57:06.160130 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 522 rows starting from the beginning of the part | ||
| 4674 | 2025.04.16 03:57:06.160263 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4675 | 2025.04.16 03:57:06.160524 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 422 rows starting from the beginning of the part | ||
| 4676 | 2025.04.16 03:57:06.160970 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4677 | 2025.04.16 03:57:06.161414 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part | ||
| 4678 | 2025.04.16 03:57:06.161972 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4679 | 2025.04.16 03:57:06.163013 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4680 | 2025.04.16 03:57:06.163480 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_31_6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4681 | 2025.04.16 03:57:06.163582 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.04.16 03:57:06.163683 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4683 | 2025.04.16 03:57:06.163828 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4684 | 2025.04.16 03:57:06.164757 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4685 | 2025.04.16 03:57:06.165131 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.04.16 03:57:06.165563 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005999 sec., 26671.11185197533 rows/sec., 1.86 MiB/sec. | ||
| 4687 | 2025.04.16 03:57:06.165873 [ 254 ] {1dd8ecea-0ba9-45ea-a754-fece8c76e663} <Debug> TCPHandler: Processed in 0.006708033 sec. | ||
| 4688 | 2025.04.16 03:57:06.165893 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2092 rows, containing 5 columns (5 merged, 0 gathered) in 0.007182982 sec., 291243.94297521556 rows/sec., 22.46 MiB/sec. | ||
| 4689 | 2025.04.16 03:57:06.166021 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2025.04.16 03:57:06.166154 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4691 | 2025.04.16 03:57:06.166182 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4692 | 2025.04.16 03:57:06.166270 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4693 | 2025.04.16 03:57:06.166715 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.04.16 03:57:06.166874 [ 191 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_31_6} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4695 | 2025.04.16 03:57:06.167062 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4696 | 2025.04.16 03:57:06.167185 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2025.04.16 03:57:06.167230 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4698 | 2025.04.16 03:57:06.167600 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4699 | 2025.04.16 03:57:06.167846 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2025.04.16 03:57:06.168063 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00192 sec., 31250 rows/sec., 2.11 MiB/sec. | ||
| 4701 | 2025.04.16 03:57:06.168119 [ 254 ] {bdc8d4db-7dc6-43dd-9c5a-5d51781ed75c} <Debug> TCPHandler: Processed in 0.002159353 sec. | ||
| 4702 | 2025.04.16 03:57:09.793322 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4703 | 2025.04.16 03:57:09.793401 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4704 | 2025.04.16 03:57:09.943172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4705 | 2025.04.16 03:57:09.943795 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.04.16 03:57:09.943847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4707 | 2025.04.16 03:57:09.944398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4708 | 2025.04.16 03:57:09.944698 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.04.16 03:57:09.944969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4710 | 2025.04.16 03:57:09.992017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 644 | ||
| 4711 | 2025.04.16 03:57:09.994885 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4712 | 2025.04.16 03:57:09.994927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4713 | 2025.04.16 03:57:09.996365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4714 | 2025.04.16 03:57:09.996683 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2025.04.16 03:57:09.996855 [ 58 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4716 | 2025.04.16 03:57:09.996920 [ 58 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.04.16 03:57:09.996965 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4718 | 2025.04.16 03:57:09.997532 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 4719 | 2025.04.16 03:57:09.997911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644 | ||
| 4720 | 2025.04.16 03:57:09.998500 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4721 | 2025.04.16 03:57:09.998688 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 494 rows starting from the beginning of the part | ||
| 4722 | 2025.04.16 03:57:09.999295 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4723 | 2025.04.16 03:57:09.999954 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 4724 | 2025.04.16 03:57:10.000840 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4725 | 2025.04.16 03:57:10.001446 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 4726 | 2025.04.16 03:57:10.002009 [ 199 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
| 4727 | 2025.04.16 03:57:10.009404 [ 198 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 644 rows, containing 72 columns (72 merged, 0 gathered) in 0.012278193 sec., 52450.71485681973 rows/sec., 45.95 MiB/sec. | ||
| 4728 | 2025.04.16 03:57:10.010659 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4729 | 2025.04.16 03:57:10.011448 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2025.04.16 03:57:10.011540 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_16_3} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4731 | 2025.04.16 03:57:10.011875 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4732 | 2025.04.16 03:57:10.683935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4733 | 2025.04.16 03:57:10.704069 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.04.16 03:57:10.704120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4735 | 2025.04.16 03:57:10.711697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4736 | 2025.04.16 03:57:10.712506 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.04.16 03:57:10.715057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4738 | 2025.04.16 03:57:11.152494 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.04.16 03:57:11.152681 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4740 | 2025.04.16 03:57:11.152752 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4741 | 2025.04.16 03:57:11.153777 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2025.04.16 03:57:11.153825 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4743 | 2025.04.16 03:57:11.154296 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4744 | 2025.04.16 03:57:11.154575 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2025.04.16 03:57:11.154823 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002181 sec., 62356.71710224667 rows/sec., 5.37 MiB/sec. | ||
| 4746 | 2025.04.16 03:57:11.155033 [ 254 ] {b1901d29-74fa-4a2b-bd86-e913d01bfe07} <Debug> TCPHandler: Processed in 0.002669333 sec. | ||
| 4747 | 2025.04.16 03:57:11.155233 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2025.04.16 03:57:11.155347 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4749 | 2025.04.16 03:57:11.155399 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4750 | 2025.04.16 03:57:11.155975 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2025.04.16 03:57:11.156016 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4752 | 2025.04.16 03:57:11.156381 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4753 | 2025.04.16 03:57:11.156624 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.04.16 03:57:11.156815 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001482 sec., 26990.55330634278 rows/sec., 1.98 MiB/sec. | ||
| 4755 | 2025.04.16 03:57:11.156915 [ 254 ] {8f4aa693-a9db-4fed-bfbb-7959f0fb74fa} <Debug> TCPHandler: Processed in 0.001744254 sec. | ||
| 4756 | 2025.04.16 03:57:11.157145 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2025.04.16 03:57:11.157255 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4758 | 2025.04.16 03:57:11.157303 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4759 | 2025.04.16 03:57:11.157890 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.04.16 03:57:11.157930 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4761 | 2025.04.16 03:57:11.158289 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4762 | 2025.04.16 03:57:11.158550 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.04.16 03:57:11.158716 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001486 sec., 69986.54104979812 rows/sec., 5.47 MiB/sec. | ||
| 4764 | 2025.04.16 03:57:11.158768 [ 254 ] {79f0433b-653b-4bda-b451-4f95e0d69b83} <Debug> TCPHandler: Processed in 0.001693033 sec. | ||
| 4765 | 2025.04.16 03:57:11.158891 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.04.16 03:57:11.158998 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4767 | 2025.04.16 03:57:11.159048 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4768 | 2025.04.16 03:57:11.159578 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.04.16 03:57:11.159616 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4770 | 2025.04.16 03:57:11.160006 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4771 | 2025.04.16 03:57:11.160252 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.04.16 03:57:11.160377 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4773 | 2025.04.16 03:57:11.160427 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4774 | 2025.04.16 03:57:11.160433 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. | ||
| 4775 | 2025.04.16 03:57:11.160450 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4776 | 2025.04.16 03:57:11.160502 [ 254 ] {c5349862-d38d-432a-a8d5-06afc5d99b67} <Debug> TCPHandler: Processed in 0.001658173 sec. | ||
| 4777 | 2025.04.16 03:57:11.160833 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4778 | 2025.04.16 03:57:11.161005 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4779 | 2025.04.16 03:57:11.161192 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4780 | 2025.04.16 03:57:11.161430 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4781 | 2025.04.16 03:57:11.161601 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4782 | 2025.04.16 03:57:11.161728 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7770 rows starting from the beginning of the part | ||
| 4783 | 2025.04.16 03:57:11.162057 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4784 | 2025.04.16 03:57:11.162352 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4785 | 2025.04.16 03:57:11.162736 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
| 4786 | 2025.04.16 03:57:11.162983 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4787 | 2025.04.16 03:57:11.163466 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 4788 | 2025.04.16 03:57:11.167184 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4789 | 2025.04.16 03:57:11.167234 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4790 | 2025.04.16 03:57:11.168456 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4791 | 2025.04.16 03:57:11.168808 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2025.04.16 03:57:11.168954 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4793 | 2025.04.16 03:57:11.168996 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2025.04.16 03:57:11.169021 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4795 | 2025.04.16 03:57:11.169067 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007973 sec., 5016.932145992726 rows/sec., 8.99 MiB/sec. | ||
| 4796 | 2025.04.16 03:57:11.169715 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 4797 | 2025.04.16 03:57:11.170166 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8648 rows, containing 5 columns (5 merged, 0 gathered) in 0.009590559 sec., 901720.1187125797 rows/sec., 60.80 MiB/sec. | ||
| 4798 | 2025.04.16 03:57:11.170199 [ 254 ] {bd546564-2321-4a4e-872a-035b95f496c1} <Debug> TCPHandler: Processed in 0.009502917 sec. | ||
| 4799 | 2025.04.16 03:57:11.170553 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4800 | 2025.04.16 03:57:11.170596 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4801 | 2025.04.16 03:57:11.170809 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4802 | 2025.04.16 03:57:11.170925 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4803 | 2025.04.16 03:57:11.171047 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 357 rows starting from the beginning of the part | ||
| 4804 | 2025.04.16 03:57:11.171052 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4805 | 2025.04.16 03:57:11.171814 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2025.04.16 03:57:11.172224 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4807 | 2025.04.16 03:57:11.172372 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4808 | 2025.04.16 03:57:11.172530 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4809 | 2025.04.16 03:57:11.173116 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4810 | 2025.04.16 03:57:11.173635 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4811 | 2025.04.16 03:57:11.173652 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4812 | 2025.04.16 03:57:11.173679 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4813 | 2025.04.16 03:57:11.174111 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4814 | 2025.04.16 03:57:11.174635 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 4815 | 2025.04.16 03:57:11.174819 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4816 | 2025.04.16 03:57:11.175328 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2025.04.16 03:57:11.175496 [ 56 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4818 | 2025.04.16 03:57:11.175565 [ 56 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4819 | 2025.04.16 03:57:11.175615 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4820 | 2025.04.16 03:57:11.175635 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004845 sec., 12383.90092879257 rows/sec., 854.62 KiB/sec. | ||
| 4821 | 2025.04.16 03:57:11.176019 [ 254 ] {ddfa69d3-064c-4537-8e87-92b1edf427f4} <Debug> TCPHandler: Processed in 0.005546089 sec. | ||
| 4822 | 2025.04.16 03:57:11.176354 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4823 | 2025.04.16 03:57:11.176632 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4824 | 2025.04.16 03:57:11.176695 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1316 rows starting from the beginning of the part | ||
| 4825 | 2025.04.16 03:57:11.176907 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4826 | 2025.04.16 03:57:11.177184 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4827 | 2025.04.16 03:57:11.177568 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4828 | 2025.04.16 03:57:11.178043 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4829 | 2025.04.16 03:57:11.178323 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 4830 | 2025.04.16 03:57:11.181505 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1638 rows, containing 4 columns (4 merged, 0 gathered) in 0.005710513 sec., 286839.3785286891 rows/sec., 18.58 MiB/sec. | ||
| 4831 | 2025.04.16 03:57:11.181898 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4832 | 2025.04.16 03:57:11.182733 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2025.04.16 03:57:11.182827 [ 187 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_31_6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4834 | 2025.04.16 03:57:11.182933 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4835 | 2025.04.16 03:57:11.184140 [ 195 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 19 columns (19 merged, 0 gathered) in 0.014942965 sec., 37275.0655576052 rows/sec., 66.80 MiB/sec. | ||
| 4836 | 2025.04.16 03:57:11.184872 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4837 | 2025.04.16 03:57:11.185245 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.04.16 03:57:11.185323 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4839 | 2025.04.16 03:57:11.185427 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
| 4840 | 2025.04.16 03:57:12.000210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.02 MiB, peak 193.81 MiB, free memory in arenas 0.00 B, will set to 188.68 MiB (RSS), difference: 1.66 MiB | ||
| 4841 | 2025.04.16 03:57:16.178437 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2025.04.16 03:57:16.178630 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4843 | 2025.04.16 03:57:16.178703 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4844 | 2025.04.16 03:57:16.179421 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2025.04.16 03:57:16.179466 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4846 | 2025.04.16 03:57:16.179895 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4847 | 2025.04.16 03:57:16.180152 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.04.16 03:57:16.180397 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001805 sec., 2216.06648199446 rows/sec., 180.70 KiB/sec. | ||
| 4849 | 2025.04.16 03:57:16.180582 [ 254 ] {65e61bb3-56df-4dec-87e5-304867e55040} <Debug> TCPHandler: Processed in 0.002266585 sec. | ||
| 4850 | 2025.04.16 03:57:16.180738 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2025.04.16 03:57:16.180848 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4852 | 2025.04.16 03:57:16.180895 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4853 | 2025.04.16 03:57:16.182067 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.04.16 03:57:16.182108 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4855 | 2025.04.16 03:57:16.182562 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4856 | 2025.04.16 03:57:16.182810 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.04.16 03:57:16.183002 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.002181 sec., 549289.3168271434 rows/sec., 45.06 MiB/sec. | ||
| 4858 | 2025.04.16 03:57:16.183061 [ 254 ] {9f539168-329b-49c4-8fc2-298938cc2a0c} <Debug> TCPHandler: Processed in 0.002374237 sec. | ||
| 4859 | 2025.04.16 03:57:16.183183 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2025.04.16 03:57:16.183290 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4861 | 2025.04.16 03:57:16.183417 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4862 | 2025.04.16 03:57:16.183930 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.04.16 03:57:16.183970 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4864 | 2025.04.16 03:57:16.184311 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4865 | 2025.04.16 03:57:16.184577 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.04.16 03:57:16.184788 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001518 sec., 2635.046113306983 rows/sec., 183.99 KiB/sec. | ||
| 4867 | 2025.04.16 03:57:16.184886 [ 254 ] {822fe078-7a07-4bfd-b60e-ec946df0a1ad} <Debug> TCPHandler: Processed in 0.001750405 sec. | ||
| 4868 | 2025.04.16 03:57:16.185014 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2025.04.16 03:57:16.185194 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4870 | 2025.04.16 03:57:16.185239 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4871 | 2025.04.16 03:57:16.185826 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2025.04.16 03:57:16.185864 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4873 | 2025.04.16 03:57:16.186225 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4874 | 2025.04.16 03:57:16.186464 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2025.04.16 03:57:16.186681 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001497 sec., 152304.60921843688 rows/sec., 10.31 MiB/sec. | ||
| 4876 | 2025.04.16 03:57:16.186896 [ 254 ] {2b57b114-28f6-4588-9353-5cf176bc6f3b} <Debug> TCPHandler: Processed in 0.001926828 sec. | ||
| 4877 | 2025.04.16 03:57:16.187055 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2025.04.16 03:57:16.187159 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4879 | 2025.04.16 03:57:16.187205 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4880 | 2025.04.16 03:57:16.187917 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2025.04.16 03:57:16.187957 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4882 | 2025.04.16 03:57:16.188336 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4883 | 2025.04.16 03:57:16.188586 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2025.04.16 03:57:16.188800 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001657 sec., 316234.15811707906 rows/sec., 23.42 MiB/sec. | ||
| 4885 | 2025.04.16 03:57:16.188882 [ 254 ] {8ebd57f0-9021-4c24-8115-e0ee64f621b0} <Debug> TCPHandler: Processed in 0.001872677 sec. | ||
| 4886 | 2025.04.16 03:57:16.189129 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2025.04.16 03:57:16.189237 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4888 | 2025.04.16 03:57:16.189288 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4889 | 2025.04.16 03:57:16.189999 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2025.04.16 03:57:16.190038 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4891 | 2025.04.16 03:57:16.190486 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4892 | 2025.04.16 03:57:16.190744 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2025.04.16 03:57:16.190950 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001725 sec., 511304.347826087 rows/sec., 34.40 MiB/sec. | ||
| 4894 | 2025.04.16 03:57:16.191052 [ 254 ] {b0d497b7-bc84-4bb6-9fb9-be07c845fcf0} <Debug> TCPHandler: Processed in 0.001998759 sec. | ||
| 4895 | 2025.04.16 03:57:16.191311 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2025.04.16 03:57:16.191422 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4897 | 2025.04.16 03:57:16.191469 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4898 | 2025.04.16 03:57:16.191907 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4899 | 2025.04.16 03:57:16.191945 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4900 | 2025.04.16 03:57:16.192326 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4901 | 2025.04.16 03:57:16.192568 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2025.04.16 03:57:16.192805 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 4903 | 2025.04.16 03:57:16.193018 [ 254 ] {519f1ae5-f625-4721-996c-42012a0349ae} <Debug> TCPHandler: Processed in 0.001789615 sec. | ||
| 4904 | 2025.04.16 03:57:17.446065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4905 | 2025.04.16 03:57:17.446699 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2025.04.16 03:57:17.446750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4907 | 2025.04.16 03:57:17.447278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4908 | 2025.04.16 03:57:17.447537 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2025.04.16 03:57:17.447808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4910 | 2025.04.16 03:57:18.216095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4911 | 2025.04.16 03:57:18.236367 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.04.16 03:57:18.236424 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4913 | 2025.04.16 03:57:18.243718 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4914 | 2025.04.16 03:57:18.244519 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.04.16 03:57:18.248451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4916 | 2025.04.16 03:57:19.999085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 670 | ||
| 4917 | 2025.04.16 03:57:20.003802 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.04.16 03:57:20.003887 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4919 | 2025.04.16 03:57:20.005869 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4920 | 2025.04.16 03:57:20.006285 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.04.16 03:57:20.007116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 4922 | 2025.04.16 03:57:21.153063 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2025.04.16 03:57:21.153244 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4924 | 2025.04.16 03:57:21.153315 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4925 | 2025.04.16 03:57:21.154183 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4926 | 2025.04.16 03:57:21.154232 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4927 | 2025.04.16 03:57:21.154679 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4928 | 2025.04.16 03:57:21.154938 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4929 | 2025.04.16 03:57:21.155159 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001962 sec., 69317.02344546381 rows/sec., 5.97 MiB/sec. | ||
| 4930 | 2025.04.16 03:57:21.155274 [ 254 ] {02d1e916-f59d-462f-97d0-2151ce94b17a} <Debug> TCPHandler: Processed in 0.002335216 sec. | ||
| 4931 | 2025.04.16 03:57:21.155509 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2025.04.16 03:57:21.155636 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4933 | 2025.04.16 03:57:21.155687 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4934 | 2025.04.16 03:57:21.156263 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.04.16 03:57:21.156304 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4936 | 2025.04.16 03:57:21.156668 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4937 | 2025.04.16 03:57:21.156918 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.04.16 03:57:21.157096 [ 45 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4939 | 2025.04.16 03:57:21.157141 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001532 sec., 26109.660574412534 rows/sec., 1.92 MiB/sec. | ||
| 4940 | 2025.04.16 03:57:21.157194 [ 45 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.04.16 03:57:21.157265 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4942 | 2025.04.16 03:57:21.157278 [ 254 ] {19b7947a-e637-4b97-84da-039144d9c724} <Debug> TCPHandler: Processed in 0.001856277 sec. | ||
| 4943 | 2025.04.16 03:57:21.157618 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2025.04.16 03:57:21.157730 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 4945 | 2025.04.16 03:57:21.157890 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4946 | 2025.04.16 03:57:21.157989 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4947 | 2025.04.16 03:57:21.158119 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4948 | 2025.04.16 03:57:21.158223 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 164 rows starting from the beginning of the part | ||
| 4949 | 2025.04.16 03:57:21.158499 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 146 rows starting from the beginning of the part | ||
| 4950 | 2025.04.16 03:57:21.158910 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
| 4951 | 2025.04.16 03:57:21.159422 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 4952 | 2025.04.16 03:57:21.159745 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 4953 | 2025.04.16 03:57:21.160018 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 4954 | 2025.04.16 03:57:21.160988 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.04.16 03:57:21.161051 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4956 | 2025.04.16 03:57:21.162124 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4957 | 2025.04.16 03:57:21.162702 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.04.16 03:57:21.163071 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 5 columns (5 merged, 0 gathered) in 0.005685562 sec., 76685.47102291735 rows/sec., 5.36 MiB/sec. | ||
| 4959 | 2025.04.16 03:57:21.163147 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005358 sec., 19410.227696901828 rows/sec., 1.52 MiB/sec. | ||
| 4960 | 2025.04.16 03:57:21.163292 [ 254 ] {4111fa39-5ceb-4b87-89d2-226d6add4586} <Debug> TCPHandler: Processed in 0.005811864 sec. | ||
| 4961 | 2025.04.16 03:57:21.163377 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4962 | 2025.04.16 03:57:21.163458 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.04.16 03:57:21.163646 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4964 | 2025.04.16 03:57:21.163731 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4965 | 2025.04.16 03:57:21.163975 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.04.16 03:57:21.164224 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_21_4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4967 | 2025.04.16 03:57:21.164400 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4968 | 2025.04.16 03:57:21.164724 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.04.16 03:57:21.164767 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4970 | 2025.04.16 03:57:21.165168 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4971 | 2025.04.16 03:57:21.165415 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2025.04.16 03:57:21.165587 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001995 sec., 80200.50125313284 rows/sec., 5.59 MiB/sec. | ||
| 4973 | 2025.04.16 03:57:21.165640 [ 254 ] {1d474a60-39c8-4bd3-80ec-dd5d9a422294} <Debug> TCPHandler: Processed in 0.002263565 sec. | ||
| 4974 | 2025.04.16 03:57:21.165762 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.04.16 03:57:21.165865 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4976 | 2025.04.16 03:57:21.165930 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4977 | 2025.04.16 03:57:21.167012 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2025.04.16 03:57:21.167048 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4979 | 2025.04.16 03:57:21.167717 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4980 | 2025.04.16 03:57:21.167980 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.04.16 03:57:21.168163 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00232 sec., 17241.379310344826 rows/sec., 30.90 MiB/sec. | ||
| 4982 | 2025.04.16 03:57:21.168251 [ 254 ] {db1bb91c-69dc-4e03-a99c-ddf54ed30021} <Debug> TCPHandler: Processed in 0.00253939 sec. | ||
| 4983 | 2025.04.16 03:57:21.168373 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2025.04.16 03:57:21.168478 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4985 | 2025.04.16 03:57:21.168525 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4986 | 2025.04.16 03:57:21.168935 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.04.16 03:57:21.168971 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4988 | 2025.04.16 03:57:21.169324 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4989 | 2025.04.16 03:57:21.169589 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.04.16 03:57:21.169754 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001299 sec., 46189.37644341801 rows/sec., 3.11 MiB/sec. | ||
| 4991 | 2025.04.16 03:57:21.169801 [ 254 ] {1a04bf15-582a-4558-9151-aba41a44cd50} <Debug> TCPHandler: Processed in 0.001478219 sec. | ||
| 4992 | 2025.04.16 03:57:24.793456 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4993 | 2025.04.16 03:57:24.793531 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4994 | 2025.04.16 03:57:24.947951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4995 | 2025.04.16 03:57:24.948538 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.04.16 03:57:24.948577 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 4997 | 2025.04.16 03:57:24.949080 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4998 | 2025.04.16 03:57:24.949316 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.04.16 03:57:24.949511 [ 41 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5000 | 2025.04.16 03:57:24.949550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5001 | 2025.04.16 03:57:24.949604 [ 41 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2025.04.16 03:57:24.949636 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5003 | 2025.04.16 03:57:24.949788 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 5004 | 2025.04.16 03:57:24.949948 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5005 | 2025.04.16 03:57:24.949990 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5006 | 2025.04.16 03:57:24.950066 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5007 | 2025.04.16 03:57:24.950157 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5008 | 2025.04.16 03:57:24.950424 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5009 | 2025.04.16 03:57:24.950619 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5010 | 2025.04.16 03:57:24.950741 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5011 | 2025.04.16 03:57:24.953034 [ 195 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003313216 sec., 3608578.4929204737 rows/sec., 51.62 MiB/sec. | ||
| 5012 | 2025.04.16 03:57:24.953431 [ 188 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5013 | 2025.04.16 03:57:24.953751 [ 188 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5014 | 2025.04.16 03:57:24.953828 [ 188 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_26_5} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5015 | 2025.04.16 03:57:24.953926 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5016 | 2025.04.16 03:57:25.748542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5017 | 2025.04.16 03:57:25.771223 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.04.16 03:57:25.771288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5019 | 2025.04.16 03:57:25.778638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5020 | 2025.04.16 03:57:25.779551 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2025.04.16 03:57:25.779959 [ 41 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5022 | 2025.04.16 03:57:25.780083 [ 41 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.04.16 03:57:25.780149 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5024 | 2025.04.16 03:57:25.780568 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5025 | 2025.04.16 03:57:25.794949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5026 | 2025.04.16 03:57:25.796492 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5027 | 2025.04.16 03:57:25.798060 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5028 | 2025.04.16 03:57:25.803780 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5029 | 2025.04.16 03:57:25.809304 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5030 | 2025.04.16 03:57:25.814685 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5031 | 2025.04.16 03:57:25.820543 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5032 | 2025.04.16 03:57:25.825254 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5033 | 2025.04.16 03:57:25.882256 [ 195 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.101979272 sec., 1921.959199708741 rows/sec., 9.94 MiB/sec. | ||
| 5034 | 2025.04.16 03:57:25.885097 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5035 | 2025.04.16 03:57:25.887933 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_26_5} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.04.16 03:57:25.888055 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_26_5} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5037 | 2025.04.16 03:57:25.890456 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5038 | 2025.04.16 03:57:26.150373 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5039 | 2025.04.16 03:57:26.150597 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5040 | 2025.04.16 03:57:26.150680 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5041 | 2025.04.16 03:57:26.151586 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5042 | 2025.04.16 03:57:26.151644 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5043 | 2025.04.16 03:57:26.152128 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5044 | 2025.04.16 03:57:26.152404 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5045 | 2025.04.16 03:57:26.152609 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002072 sec., 27027.027027027027 rows/sec., 2.06 MiB/sec. | ||
| 5046 | 2025.04.16 03:57:26.152677 [ 254 ] {5e0a2f06-549a-4348-9a0d-11fe25aebb29} <Debug> TCPHandler: Processed in 0.002451889 sec. | ||
| 5047 | 2025.04.16 03:57:26.152806 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2025.04.16 03:57:26.152916 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5049 | 2025.04.16 03:57:26.152965 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5050 | 2025.04.16 03:57:26.153527 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.04.16 03:57:26.153565 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5052 | 2025.04.16 03:57:26.153945 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5053 | 2025.04.16 03:57:26.154195 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2025.04.16 03:57:26.154362 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001473 sec., 43448.74405974203 rows/sec., 3.39 MiB/sec. | ||
| 5055 | 2025.04.16 03:57:26.154413 [ 254 ] {26e29258-277f-44f8-b842-eaba4d1ef38d} <Debug> TCPHandler: Processed in 0.001660563 sec. | ||
| 5056 | 2025.04.16 03:57:26.154535 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5057 | 2025.04.16 03:57:26.154639 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5058 | 2025.04.16 03:57:26.154689 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5059 | 2025.04.16 03:57:26.155202 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2025.04.16 03:57:26.155237 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5061 | 2025.04.16 03:57:26.155648 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5062 | 2025.04.16 03:57:26.155921 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2025.04.16 03:57:26.156102 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
| 5064 | 2025.04.16 03:57:26.156212 [ 254 ] {1bb553a3-1e68-40b9-80b9-04910ca5b6b9} <Debug> TCPHandler: Processed in 0.001731054 sec. | ||
| 5065 | 2025.04.16 03:57:26.156348 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2025.04.16 03:57:26.156447 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5067 | 2025.04.16 03:57:26.156500 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5068 | 2025.04.16 03:57:26.156931 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2025.04.16 03:57:26.156966 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5070 | 2025.04.16 03:57:26.157331 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5071 | 2025.04.16 03:57:26.157577 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2025.04.16 03:57:26.157739 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 5073 | 2025.04.16 03:57:26.157785 [ 254 ] {dc10df6d-909f-438f-9904-6c04f6e8cfde} <Debug> TCPHandler: Processed in 0.001491919 sec. | ||
| 5074 | 2025.04.16 03:57:30.007320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 690 | ||
| 5075 | 2025.04.16 03:57:30.010349 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2025.04.16 03:57:30.010408 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5077 | 2025.04.16 03:57:30.011929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5078 | 2025.04.16 03:57:30.012265 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5079 | 2025.04.16 03:57:30.013452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
| 5080 | 2025.04.16 03:57:31.152581 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5081 | 2025.04.16 03:57:31.152767 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5082 | 2025.04.16 03:57:31.152839 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5083 | 2025.04.16 03:57:31.153628 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.04.16 03:57:31.153684 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5085 | 2025.04.16 03:57:31.154135 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5086 | 2025.04.16 03:57:31.154396 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.04.16 03:57:31.154665 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00195 sec., 5128.205128205129 rows/sec., 418.17 KiB/sec. | ||
| 5088 | 2025.04.16 03:57:31.154773 [ 254 ] {2491b438-ceb6-495f-b2ef-53c1e82fe091} <Debug> TCPHandler: Processed in 0.002326646 sec. | ||
| 5089 | 2025.04.16 03:57:31.154921 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5090 | 2025.04.16 03:57:31.155033 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5091 | 2025.04.16 03:57:31.155082 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5092 | 2025.04.16 03:57:31.155717 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.04.16 03:57:31.155757 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5094 | 2025.04.16 03:57:31.156136 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5095 | 2025.04.16 03:57:31.156388 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2025.04.16 03:57:31.156567 [ 37 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5097 | 2025.04.16 03:57:31.156638 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Debug> executeQuery: Read 141 rows, 12.36 KiB in 0.001628 sec., 86609.3366093366 rows/sec., 7.42 MiB/sec. | ||
| 5098 | 2025.04.16 03:57:31.156662 [ 37 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2025.04.16 03:57:31.156726 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5100 | 2025.04.16 03:57:31.156751 [ 254 ] {e0dff6df-c88e-4624-a7fd-82f9400dfad6} <Debug> TCPHandler: Processed in 0.001884618 sec. | ||
| 5101 | 2025.04.16 03:57:31.156951 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5102 | 2025.04.16 03:57:31.156955 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 5103 | 2025.04.16 03:57:31.157142 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5104 | 2025.04.16 03:57:31.157232 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5105 | 2025.04.16 03:57:31.157245 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5106 | 2025.04.16 03:57:31.157317 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1848 rows starting from the beginning of the part | ||
| 5107 | 2025.04.16 03:57:31.157597 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 136 rows starting from the beginning of the part | ||
| 5108 | 2025.04.16 03:57:31.157879 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1198 rows starting from the beginning of the part | ||
| 5109 | 2025.04.16 03:57:31.158356 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part | ||
| 5110 | 2025.04.16 03:57:31.158736 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 5111 | 2025.04.16 03:57:31.159099 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 141 rows starting from the beginning of the part | ||
| 5112 | 2025.04.16 03:57:31.160169 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.04.16 03:57:31.160222 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5114 | 2025.04.16 03:57:31.161254 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5115 | 2025.04.16 03:57:31.161688 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.04.16 03:57:31.162119 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.005024 sec., 9952.229299363058 rows/sec., 737.67 KiB/sec. | ||
| 5117 | 2025.04.16 03:57:31.162608 [ 254 ] {285b2fb1-c035-4ffa-b66e-ae70ba67d06a} <Debug> TCPHandler: Processed in 0.005725563 sec. | ||
| 5118 | 2025.04.16 03:57:31.162858 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3515 rows, containing 5 columns (5 merged, 0 gathered) in 0.006012859 sec., 584580.4799347532 rows/sec., 50.19 MiB/sec. | ||
| 5119 | 2025.04.16 03:57:31.162896 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5120 | 2025.04.16 03:57:31.163025 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5121 | 2025.04.16 03:57:31.163076 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5122 | 2025.04.16 03:57:31.163284 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5123 | 2025.04.16 03:57:31.163987 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.04.16 03:57:31.164199 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_36_7} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5125 | 2025.04.16 03:57:31.164338 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2025.04.16 03:57:31.164375 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 5127 | 2025.04.16 03:57:31.164398 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5128 | 2025.04.16 03:57:31.164828 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5129 | 2025.04.16 03:57:31.165068 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5130 | 2025.04.16 03:57:31.165231 [ 37 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5131 | 2025.04.16 03:57:31.165294 [ 37 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.04.16 03:57:31.165330 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.002319 sec., 49159.120310478655 rows/sec., 3.85 MiB/sec. | ||
| 5133 | 2025.04.16 03:57:31.165361 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5134 | 2025.04.16 03:57:31.165469 [ 254 ] {54332330-cfc3-4fb9-b3fb-8560d80da1c4} <Debug> TCPHandler: Processed in 0.002625272 sec. | ||
| 5135 | 2025.04.16 03:57:31.165661 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 5136 | 2025.04.16 03:57:31.165716 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2025.04.16 03:57:31.165799 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5138 | 2025.04.16 03:57:31.165868 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5139 | 2025.04.16 03:57:31.165932 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5140 | 2025.04.16 03:57:31.166057 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part | ||
| 5141 | 2025.04.16 03:57:31.166128 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5142 | 2025.04.16 03:57:31.166366 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 524 rows starting from the beginning of the part | ||
| 5143 | 2025.04.16 03:57:31.166770 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part | ||
| 5144 | 2025.04.16 03:57:31.167266 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 5145 | 2025.04.16 03:57:31.167648 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 114 rows starting from the beginning of the part | ||
| 5146 | 2025.04.16 03:57:31.169194 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2025.04.16 03:57:31.169256 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5148 | 2025.04.16 03:57:31.170190 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5149 | 2025.04.16 03:57:31.170541 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 5 columns (5 merged, 0 gathered) in 0.005022789 sec., 363144.8583645461 rows/sec., 28.33 MiB/sec. | ||
| 5150 | 2025.04.16 03:57:31.170706 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.04.16 03:57:31.171110 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.005222 sec., 31597.089237839908 rows/sec., 2.20 MiB/sec. | ||
| 5152 | 2025.04.16 03:57:31.171099 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5153 | 2025.04.16 03:57:31.171491 [ 254 ] {0f2bab0d-0314-438d-8210-f0266a5cff6a} <Debug> TCPHandler: Processed in 0.005840926 sec. | ||
| 5154 | 2025.04.16 03:57:31.171796 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5155 | 2025.04.16 03:57:31.172028 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5156 | 2025.04.16 03:57:31.172157 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5157 | 2025.04.16 03:57:31.172203 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.04.16 03:57:31.172457 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_36_7} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5159 | 2025.04.16 03:57:31.172692 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5160 | 2025.04.16 03:57:31.173780 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5161 | 2025.04.16 03:57:31.173823 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5162 | 2025.04.16 03:57:31.174536 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5163 | 2025.04.16 03:57:31.174805 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5164 | 2025.04.16 03:57:31.175025 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003029 sec., 13205.678441729944 rows/sec., 23.66 MiB/sec. | ||
| 5165 | 2025.04.16 03:57:31.175120 [ 254 ] {534b846a-1d83-40e8-82cd-4c48bbef6267} <Debug> TCPHandler: Processed in 0.003409797 sec. | ||
| 5166 | 2025.04.16 03:57:31.175242 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5167 | 2025.04.16 03:57:31.175347 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5168 | 2025.04.16 03:57:31.175393 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5169 | 2025.04.16 03:57:31.175846 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2025.04.16 03:57:31.175884 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5171 | 2025.04.16 03:57:31.176238 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5172 | 2025.04.16 03:57:31.176510 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5173 | 2025.04.16 03:57:31.176712 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 5174 | 2025.04.16 03:57:31.176773 [ 254 ] {72991740-7a80-4523-a08b-b0bbe112ead8} <Debug> TCPHandler: Processed in 0.001580821 sec. | ||
| 5175 | 2025.04.16 03:57:32.449684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5176 | 2025.04.16 03:57:32.450416 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5177 | 2025.04.16 03:57:32.450469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5178 | 2025.04.16 03:57:32.451029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5179 | 2025.04.16 03:57:32.451442 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5180 | 2025.04.16 03:57:32.451734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5181 | 2025.04.16 03:57:33.295015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5182 | 2025.04.16 03:57:33.314396 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.04.16 03:57:33.314460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5184 | 2025.04.16 03:57:33.321834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5185 | 2025.04.16 03:57:33.322669 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2025.04.16 03:57:33.325467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5187 | 2025.04.16 03:57:36.150609 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5188 | 2025.04.16 03:57:36.150805 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5189 | 2025.04.16 03:57:36.150876 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5190 | 2025.04.16 03:57:36.151677 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5191 | 2025.04.16 03:57:36.151719 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5192 | 2025.04.16 03:57:36.152144 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5193 | 2025.04.16 03:57:36.152393 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5194 | 2025.04.16 03:57:36.152588 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 5195 | 2025.04.16 03:57:36.152652 [ 254 ] {34df728b-6132-433f-86b2-96d11caa5d1e} <Debug> TCPHandler: Processed in 0.002170713 sec. | ||
| 5196 | 2025.04.16 03:57:36.152792 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5197 | 2025.04.16 03:57:36.152900 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5198 | 2025.04.16 03:57:36.152947 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5199 | 2025.04.16 03:57:36.153505 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5200 | 2025.04.16 03:57:36.153542 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5201 | 2025.04.16 03:57:36.153889 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5202 | 2025.04.16 03:57:36.154125 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5203 | 2025.04.16 03:57:36.154295 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 5204 | 2025.04.16 03:57:36.154351 [ 254 ] {5805ad07-de93-47fa-9018-cf203bea1aa6} <Debug> TCPHandler: Processed in 0.001608782 sec. | ||
| 5205 | 2025.04.16 03:57:36.154526 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5206 | 2025.04.16 03:57:36.154640 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5207 | 2025.04.16 03:57:36.154689 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5208 | 2025.04.16 03:57:36.155214 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2025.04.16 03:57:36.155249 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5210 | 2025.04.16 03:57:36.155646 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5211 | 2025.04.16 03:57:36.155905 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5212 | 2025.04.16 03:57:36.156032 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5213 | 2025.04.16 03:57:36.156077 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5214 | 2025.04.16 03:57:36.156084 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. | ||
| 5215 | 2025.04.16 03:57:36.156099 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5216 | 2025.04.16 03:57:36.156176 [ 254 ] {e40d201c-9931-49c3-ab19-4fcb9bcc9937} <Debug> TCPHandler: Processed in 0.001712594 sec. | ||
| 5217 | 2025.04.16 03:57:36.156515 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5218 | 2025.04.16 03:57:36.156593 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 5219 | 2025.04.16 03:57:36.156885 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5220 | 2025.04.16 03:57:36.157076 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5221 | 2025.04.16 03:57:36.157316 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5222 | 2025.04.16 03:57:36.157484 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8648 rows starting from the beginning of the part | ||
| 5223 | 2025.04.16 03:57:36.157937 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 882 rows starting from the beginning of the part | ||
| 5224 | 2025.04.16 03:57:36.158320 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 5225 | 2025.04.16 03:57:36.158647 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5226 | 2025.04.16 03:57:36.158951 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 165 rows starting from the beginning of the part | ||
| 5227 | 2025.04.16 03:57:36.159321 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5228 | 2025.04.16 03:57:36.159950 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.04.16 03:57:36.160005 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5230 | 2025.04.16 03:57:36.160735 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5231 | 2025.04.16 03:57:36.161145 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.04.16 03:57:36.161485 [ 28 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5233 | 2025.04.16 03:57:36.161612 [ 28 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2025.04.16 03:57:36.161717 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5235 | 2025.04.16 03:57:36.161838 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005082 sec., 11806.37544273908 rows/sec., 814.76 KiB/sec. | ||
| 5236 | 2025.04.16 03:57:36.162109 [ 254 ] {6b1ffa05-b58e-438d-bded-79002ba9d28e} <Debug> TCPHandler: Processed in 0.005736423 sec. | ||
| 5237 | 2025.04.16 03:57:36.162466 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5238 | 2025.04.16 03:57:36.162672 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5239 | 2025.04.16 03:57:36.162730 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1638 rows starting from the beginning of the part | ||
| 5240 | 2025.04.16 03:57:36.162846 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5241 | 2025.04.16 03:57:36.163011 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5242 | 2025.04.16 03:57:36.163482 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5243 | 2025.04.16 03:57:36.163678 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5244 | 2025.04.16 03:57:36.163860 [ 189 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5245 | 2025.04.16 03:57:36.165249 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10175 rows, containing 5 columns (5 merged, 0 gathered) in 0.009024627 sec., 1127470.420661153 rows/sec., 76.16 MiB/sec. | ||
| 5246 | 2025.04.16 03:57:36.165638 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5247 | 2025.04.16 03:57:36.166303 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5248 | 2025.04.16 03:57:36.166569 [ 186 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5249 | 2025.04.16 03:57:36.166635 [ 200 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004631561 sec., 418433.43961139664 rows/sec., 27.28 MiB/sec. | ||
| 5250 | 2025.04.16 03:57:36.166724 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5251 | 2025.04.16 03:57:36.166987 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5252 | 2025.04.16 03:57:36.167267 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2025.04.16 03:57:36.167346 [ 186 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_36_7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5254 | 2025.04.16 03:57:36.167430 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5255 | 2025.04.16 03:57:39.793776 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5256 | 2025.04.16 03:57:39.793853 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5257 | 2025.04.16 03:57:39.952842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5258 | 2025.04.16 03:57:39.953442 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2025.04.16 03:57:39.953491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5260 | 2025.04.16 03:57:39.954018 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5261 | 2025.04.16 03:57:39.954277 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2025.04.16 03:57:39.954522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5263 | 2025.04.16 03:57:40.014592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 712 | ||
| 5264 | 2025.04.16 03:57:40.017468 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2025.04.16 03:57:40.017528 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5266 | 2025.04.16 03:57:40.019034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5267 | 2025.04.16 03:57:40.019373 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.04.16 03:57:40.020048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 712 | ||
| 5269 | 2025.04.16 03:57:40.825717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5270 | 2025.04.16 03:57:40.846872 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5271 | 2025.04.16 03:57:40.846935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5272 | 2025.04.16 03:57:40.854276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5273 | 2025.04.16 03:57:40.855053 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5274 | 2025.04.16 03:57:40.858726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5275 | 2025.04.16 03:57:41.158661 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.04.16 03:57:41.158847 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.04.16 03:57:41.158918 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5278 | 2025.04.16 03:57:41.159760 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.04.16 03:57:41.159811 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5280 | 2025.04.16 03:57:41.160247 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5281 | 2025.04.16 03:57:41.160513 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.04.16 03:57:41.160693 [ 46 ] {} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5283 | 2025.04.16 03:57:41.160763 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001964 sec., 107942.97352342159 rows/sec., 6.87 MiB/sec. | ||
| 5284 | 2025.04.16 03:57:41.160783 [ 46 ] {} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2025.04.16 03:57:41.160859 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5286 | 2025.04.16 03:57:41.160889 [ 254 ] {c7c839b7-ad0d-44db-baa8-5ad83d3d5c25} <Debug> TCPHandler: Processed in 0.002357177 sec. | ||
| 5287 | 2025.04.16 03:57:41.161238 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5288 | 2025.04.16 03:57:41.161273 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5289 | 2025.04.16 03:57:41.161510 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5290 | 2025.04.16 03:57:41.161609 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5291 | 2025.04.16 03:57:41.161620 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5292 | 2025.04.16 03:57:41.161680 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5293 | 2025.04.16 03:57:41.162041 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5294 | 2025.04.16 03:57:41.162398 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5295 | 2025.04.16 03:57:41.162742 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5296 | 2025.04.16 03:57:41.163127 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 5297 | 2025.04.16 03:57:41.164773 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.04.16 03:57:41.164856 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5299 | 2025.04.16 03:57:41.165640 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004672232 sec., 226872.29572504104 rows/sec., 15.29 MiB/sec. | ||
| 5300 | 2025.04.16 03:57:41.165838 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5301 | 2025.04.16 03:57:41.165860 [ 200 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5302 | 2025.04.16 03:57:41.166192 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2025.04.16 03:57:41.166281 [ 200 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_13_3} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.04.16 03:57:41.166550 [ 200 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_13_3} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5305 | 2025.04.16 03:57:41.166682 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.005214 sec., 133678.55772919065 rows/sec., 10.67 MiB/sec. | ||
| 5306 | 2025.04.16 03:57:41.166749 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5307 | 2025.04.16 03:57:41.166976 [ 254 ] {66476b0e-f398-4923-8e80-fc63bcb18d91} <Debug> TCPHandler: Processed in 0.005860366 sec. | ||
| 5308 | 2025.04.16 03:57:41.167186 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2025.04.16 03:57:41.167291 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5310 | 2025.04.16 03:57:41.167338 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5311 | 2025.04.16 03:57:41.167945 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2025.04.16 03:57:41.167984 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5313 | 2025.04.16 03:57:41.168336 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5314 | 2025.04.16 03:57:41.168588 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2025.04.16 03:57:41.168788 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001519 sec., 96115.86570111915 rows/sec., 6.04 MiB/sec. | ||
| 5316 | 2025.04.16 03:57:41.168840 [ 254 ] {52a07acd-ba92-43b2-9aac-25bb9790f9ca} <Debug> TCPHandler: Processed in 0.001721534 sec. | ||
| 5317 | 2025.04.16 03:57:41.168959 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5318 | 2025.04.16 03:57:41.169064 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5319 | 2025.04.16 03:57:41.169107 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5320 | 2025.04.16 03:57:41.169654 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2025.04.16 03:57:41.169693 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5322 | 2025.04.16 03:57:41.170052 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5323 | 2025.04.16 03:57:41.170299 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2025.04.16 03:57:41.170531 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001487 sec., 75991.93006052454 rows/sec., 4.92 MiB/sec. | ||
| 5325 | 2025.04.16 03:57:41.170652 [ 254 ] {81c96224-1f68-4d51-9079-259c420ad4d3} <Debug> TCPHandler: Processed in 0.001744024 sec. | ||
| 5326 | 2025.04.16 03:57:41.170780 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2025.04.16 03:57:41.170885 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5328 | 2025.04.16 03:57:41.170929 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5329 | 2025.04.16 03:57:41.171463 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2025.04.16 03:57:41.171510 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5331 | 2025.04.16 03:57:41.171857 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5332 | 2025.04.16 03:57:41.172106 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.04.16 03:57:41.172266 [ 46 ] {} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5334 | 2025.04.16 03:57:41.172323 [ 46 ] {} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2025.04.16 03:57:41.172361 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5336 | 2025.04.16 03:57:41.172363 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001487 sec., 75319.43510423672 rows/sec., 4.29 MiB/sec. | ||
| 5337 | 2025.04.16 03:57:41.172606 [ 254 ] {f28d102f-dabe-4d9f-b42d-e12c69a58c84} <Debug> TCPHandler: Processed in 0.001870097 sec. | ||
| 5338 | 2025.04.16 03:57:41.172697 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5339 | 2025.04.16 03:57:41.172929 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2025.04.16 03:57:41.173138 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5341 | 2025.04.16 03:57:41.173159 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5342 | 2025.04.16 03:57:41.173183 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5343 | 2025.04.16 03:57:41.173216 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5344 | 2025.04.16 03:57:41.173428 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5345 | 2025.04.16 03:57:41.173796 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5346 | 2025.04.16 03:57:41.174221 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5347 | 2025.04.16 03:57:41.174632 [ 192 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 5348 | 2025.04.16 03:57:41.175874 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.04.16 03:57:41.175923 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5350 | 2025.04.16 03:57:41.176369 [ 186 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003928237 sec., 142557.59008430497 rows/sec., 8.66 MiB/sec. | ||
| 5351 | 2025.04.16 03:57:41.176594 [ 186 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5352 | 2025.04.16 03:57:41.176604 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5353 | 2025.04.16 03:57:41.177102 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2025.04.16 03:57:41.177168 [ 186 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_13_3} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2025.04.16 03:57:41.177384 [ 186 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_13_3} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5356 | 2025.04.16 03:57:41.177507 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.004349 sec., 97033.80087376409 rows/sec., 6.91 MiB/sec. | ||
| 5357 | 2025.04.16 03:57:41.177575 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5358 | 2025.04.16 03:57:41.177677 [ 254 ] {22ffd9c2-9f47-4354-bace-a907c375f6ca} <Debug> TCPHandler: Processed in 0.004886446 sec. | ||
| 5359 | 2025.04.16 03:57:41.177816 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2025.04.16 03:57:41.177923 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5361 | 2025.04.16 03:57:41.177969 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5362 | 2025.04.16 03:57:41.178433 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5363 | 2025.04.16 03:57:41.178471 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5364 | 2025.04.16 03:57:41.178834 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5365 | 2025.04.16 03:57:41.179080 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5366 | 2025.04.16 03:57:41.179309 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec. | ||
| 5367 | 2025.04.16 03:57:41.179389 [ 254 ] {e931d43f-c7af-4c13-85c3-45b0fa877fe8} <Debug> TCPHandler: Processed in 0.001625342 sec. | ||
| 5368 | 2025.04.16 03:57:41.179519 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5369 | 2025.04.16 03:57:41.179628 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5370 | 2025.04.16 03:57:41.179677 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5371 | 2025.04.16 03:57:41.180187 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2025.04.16 03:57:41.180225 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5373 | 2025.04.16 03:57:41.180620 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5374 | 2025.04.16 03:57:41.180865 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2025.04.16 03:57:41.181110 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001499 sec., 158105.4036024016 rows/sec., 10.60 MiB/sec. | ||
| 5376 | 2025.04.16 03:57:41.181303 [ 254 ] {cfc014c0-fb6f-4b16-adcb-2e7f49ad6fac} <Debug> TCPHandler: Processed in 0.001843926 sec. | ||
| 5377 | 2025.04.16 03:57:41.181549 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5378 | 2025.04.16 03:57:41.181655 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5379 | 2025.04.16 03:57:41.181704 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5380 | 2025.04.16 03:57:41.182161 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2025.04.16 03:57:41.182200 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5382 | 2025.04.16 03:57:41.182579 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5383 | 2025.04.16 03:57:41.182824 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2025.04.16 03:57:41.183052 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 5385 | 2025.04.16 03:57:41.183124 [ 254 ] {875a37fe-a620-4ff0-878b-7c7897d7fd57} <Debug> TCPHandler: Processed in 0.001656322 sec. | ||
| 5386 | 2025.04.16 03:57:41.183246 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5387 | 2025.04.16 03:57:41.183351 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5388 | 2025.04.16 03:57:41.183419 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5389 | 2025.04.16 03:57:41.184547 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.04.16 03:57:41.184585 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5391 | 2025.04.16 03:57:41.185243 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5392 | 2025.04.16 03:57:41.185516 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.04.16 03:57:41.185752 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002421 sec., 16522.098306484924 rows/sec., 29.61 MiB/sec. | ||
| 5394 | 2025.04.16 03:57:41.185849 [ 254 ] {699750f5-d09c-4778-80f4-d01e5f3e3637} <Debug> TCPHandler: Processed in 0.002653782 sec. | ||
| 5395 | 2025.04.16 03:57:41.185988 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5396 | 2025.04.16 03:57:41.186126 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5397 | 2025.04.16 03:57:41.186185 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5398 | 2025.04.16 03:57:41.186686 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.04.16 03:57:41.186727 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5400 | 2025.04.16 03:57:41.187101 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5401 | 2025.04.16 03:57:41.187365 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.04.16 03:57:41.187534 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 5403 | 2025.04.16 03:57:41.187583 [ 254 ] {73a45531-e555-41d4-ae11-694a6e773dfa} <Debug> TCPHandler: Processed in 0.001662352 sec. | ||
| 5404 | 2025.04.16 03:57:43.207641 [ 86 ] {} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5405 | 2025.04.16 03:57:43.207705 [ 86 ] {} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2025.04.16 03:57:43.207726 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5407 | 2025.04.16 03:57:43.207958 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::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 | ||
| 5408 | 2025.04.16 03:57:43.208152 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5409 | 2025.04.16 03:57:43.208194 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 5410 | 2025.04.16 03:57:43.208285 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5411 | 2025.04.16 03:57:43.208407 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5412 | 2025.04.16 03:57:43.208692 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 5413 | 2025.04.16 03:57:43.208893 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 5414 | 2025.04.16 03:57:43.209903 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002078021 sec., 17324.17526098148 rows/sec., 1.45 MiB/sec. | ||
| 5415 | 2025.04.16 03:57:43.210011 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5416 | 2025.04.16 03:57:43.210271 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.04.16 03:57:43.210348 [ 201 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_9_2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5418 | 2025.04.16 03:57:43.210419 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5419 | 2025.04.16 03:57:46.178400 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.04.16 03:57:46.178616 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5421 | 2025.04.16 03:57:46.178693 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5422 | 2025.04.16 03:57:46.179423 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.04.16 03:57:46.179468 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5424 | 2025.04.16 03:57:46.179881 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5425 | 2025.04.16 03:57:46.180125 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.04.16 03:57:46.180309 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00175 sec., 1142.857142857143 rows/sec., 93.19 KiB/sec. | ||
| 5427 | 2025.04.16 03:57:46.180371 [ 254 ] {f7983a44-727f-4b52-9bb0-bbe8da396cc8} <Debug> TCPHandler: Processed in 0.002100891 sec. | ||
| 5428 | 2025.04.16 03:57:46.180503 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.04.16 03:57:46.180612 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5430 | 2025.04.16 03:57:46.180658 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5431 | 2025.04.16 03:57:46.181762 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.04.16 03:57:46.181800 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5433 | 2025.04.16 03:57:46.182217 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5434 | 2025.04.16 03:57:46.182456 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.04.16 03:57:46.182624 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Debug> executeQuery: Read 1197 rows, 100.57 KiB in 0.002037 sec., 587628.8659793814 rows/sec., 48.21 MiB/sec. | ||
| 5436 | 2025.04.16 03:57:46.182674 [ 254 ] {b57a81eb-c962-48b2-84eb-d17f77e8dc6f} <Debug> TCPHandler: Processed in 0.002221454 sec. | ||
| 5437 | 2025.04.16 03:57:46.182783 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.04.16 03:57:46.182886 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5439 | 2025.04.16 03:57:46.182932 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5440 | 2025.04.16 03:57:46.183431 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.04.16 03:57:46.183467 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5442 | 2025.04.16 03:57:46.183793 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5443 | 2025.04.16 03:57:46.184031 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.04.16 03:57:46.184196 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 104.76 KiB/sec. | ||
| 5445 | 2025.04.16 03:57:46.184246 [ 254 ] {f054f81f-1dd0-4b57-afda-e7defe6ead99} <Debug> TCPHandler: Processed in 0.00151115 sec. | ||
| 5446 | 2025.04.16 03:57:46.184400 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.04.16 03:57:46.184534 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5448 | 2025.04.16 03:57:46.184586 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5449 | 2025.04.16 03:57:46.185236 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.04.16 03:57:46.185274 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5451 | 2025.04.16 03:57:46.185641 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5452 | 2025.04.16 03:57:46.185873 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.04.16 03:57:46.186043 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001539 sec., 148148.14814814815 rows/sec., 10.03 MiB/sec. | ||
| 5454 | 2025.04.16 03:57:46.186092 [ 254 ] {8cc400e7-2e7e-4e57-b5bf-9c52ed8a7372} <Debug> TCPHandler: Processed in 0.001752164 sec. | ||
| 5455 | 2025.04.16 03:57:46.186226 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.04.16 03:57:46.186356 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5457 | 2025.04.16 03:57:46.186410 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5458 | 2025.04.16 03:57:46.187135 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.04.16 03:57:46.187172 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5460 | 2025.04.16 03:57:46.187541 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5461 | 2025.04.16 03:57:46.187774 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2025.04.16 03:57:46.187946 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001617 sec., 322820.0371057514 rows/sec., 23.90 MiB/sec. | ||
| 5463 | 2025.04.16 03:57:46.187994 [ 254 ] {764f5d2f-fba3-40e9-8008-7303feb91d72} <Debug> TCPHandler: Processed in 0.001836486 sec. | ||
| 5464 | 2025.04.16 03:57:46.188112 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5465 | 2025.04.16 03:57:46.188213 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5466 | 2025.04.16 03:57:46.188261 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5467 | 2025.04.16 03:57:46.188922 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5468 | 2025.04.16 03:57:46.188958 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5469 | 2025.04.16 03:57:46.189375 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5470 | 2025.04.16 03:57:46.189603 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2025.04.16 03:57:46.189784 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.00159 sec., 554088.0503144654 rows/sec., 37.28 MiB/sec. | ||
| 5472 | 2025.04.16 03:57:46.189901 [ 254 ] {fbb3aa78-64a9-431e-b193-d968e8f1b116} <Debug> TCPHandler: Processed in 0.001837246 sec. | ||
| 5473 | 2025.04.16 03:57:46.190049 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5474 | 2025.04.16 03:57:46.190147 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5475 | 2025.04.16 03:57:46.190191 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5476 | 2025.04.16 03:57:46.190605 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2025.04.16 03:57:46.190641 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5478 | 2025.04.16 03:57:46.190977 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5479 | 2025.04.16 03:57:46.191207 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2025.04.16 03:57:46.191374 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. | ||
| 5481 | 2025.04.16 03:57:46.191421 [ 254 ] {2a429037-53c2-4443-ac93-1f0caef65442} <Debug> TCPHandler: Processed in 0.001427028 sec. | ||
| 5482 | 2025.04.16 03:57:47.454647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5483 | 2025.04.16 03:57:47.455385 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.04.16 03:57:47.455439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5485 | 2025.04.16 03:57:47.456033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5486 | 2025.04.16 03:57:47.456289 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2025.04.16 03:57:47.456522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5488 | 2025.04.16 03:57:48.358793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5489 | 2025.04.16 03:57:48.379467 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2025.04.16 03:57:48.379528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5491 | 2025.04.16 03:57:48.387212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5492 | 2025.04.16 03:57:48.388028 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2025.04.16 03:57:48.391117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5494 | 2025.04.16 03:57:50.020223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 748 | ||
| 5495 | 2025.04.16 03:57:50.023501 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5496 | 2025.04.16 03:57:50.023567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5497 | 2025.04.16 03:57:50.025074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5498 | 2025.04.16 03:57:50.025427 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.04.16 03:57:50.026140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748 | ||
| 5500 | 2025.04.16 03:57:51.158895 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.04.16 03:57:51.159104 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5502 | 2025.04.16 03:57:51.159187 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5503 | 2025.04.16 03:57:51.160133 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.04.16 03:57:51.160184 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5505 | 2025.04.16 03:57:51.160646 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5506 | 2025.04.16 03:57:51.160911 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.04.16 03:57:51.161132 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002086 sec., 101629.91371045061 rows/sec., 6.46 MiB/sec. | ||
| 5508 | 2025.04.16 03:57:51.161195 [ 254 ] {2ce17869-b134-49e1-b381-4863934be1ba} <Debug> TCPHandler: Processed in 0.002437168 sec. | ||
| 5509 | 2025.04.16 03:57:51.161350 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2025.04.16 03:57:51.161463 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5511 | 2025.04.16 03:57:51.161513 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5512 | 2025.04.16 03:57:51.162393 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2025.04.16 03:57:51.162435 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5514 | 2025.04.16 03:57:51.162869 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5515 | 2025.04.16 03:57:51.163113 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2025.04.16 03:57:51.163318 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001881 sec., 370547.58107389684 rows/sec., 29.58 MiB/sec. | ||
| 5517 | 2025.04.16 03:57:51.163369 [ 254 ] {7c949f81-f583-4cc3-9f40-5c75b7b0632c} <Debug> TCPHandler: Processed in 0.002073091 sec. | ||
| 5518 | 2025.04.16 03:57:51.163492 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2025.04.16 03:57:51.163602 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5520 | 2025.04.16 03:57:51.163649 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5521 | 2025.04.16 03:57:51.164227 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.04.16 03:57:51.164267 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5523 | 2025.04.16 03:57:51.164624 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5524 | 2025.04.16 03:57:51.164865 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.04.16 03:57:51.165102 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001511 sec., 96624.75181998676 rows/sec., 6.07 MiB/sec. | ||
| 5526 | 2025.04.16 03:57:51.165200 [ 254 ] {056a7f59-1950-4a8e-8400-ec3dc0b16571} <Debug> TCPHandler: Processed in 0.001760864 sec. | ||
| 5527 | 2025.04.16 03:57:51.165435 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.04.16 03:57:51.165555 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5529 | 2025.04.16 03:57:51.165601 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5530 | 2025.04.16 03:57:51.166121 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2025.04.16 03:57:51.166158 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5532 | 2025.04.16 03:57:51.166576 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5533 | 2025.04.16 03:57:51.166810 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2025.04.16 03:57:51.167012 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001476 sec., 76558.26558265582 rows/sec., 4.96 MiB/sec. | ||
| 5535 | 2025.04.16 03:57:51.167065 [ 254 ] {e35b3ece-fee7-407d-a70d-8ae6797acb07} <Debug> TCPHandler: Processed in 0.001716344 sec. | ||
| 5536 | 2025.04.16 03:57:51.167183 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2025.04.16 03:57:51.167289 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5538 | 2025.04.16 03:57:51.167334 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5539 | 2025.04.16 03:57:51.167870 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.04.16 03:57:51.167910 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5541 | 2025.04.16 03:57:51.168261 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5542 | 2025.04.16 03:57:51.168491 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2025.04.16 03:57:51.168687 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec. | ||
| 5544 | 2025.04.16 03:57:51.168738 [ 254 ] {7d361307-61e6-447b-b732-0719ce401a5d} <Debug> TCPHandler: Processed in 0.001606431 sec. | ||
| 5545 | 2025.04.16 03:57:51.168854 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2025.04.16 03:57:51.168961 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5547 | 2025.04.16 03:57:51.169006 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5548 | 2025.04.16 03:57:51.169656 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.04.16 03:57:51.169695 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5550 | 2025.04.16 03:57:51.170164 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5551 | 2025.04.16 03:57:51.170419 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2025.04.16 03:57:51.170646 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001704 sec., 247652.5821596244 rows/sec., 17.64 MiB/sec. | ||
| 5553 | 2025.04.16 03:57:51.170743 [ 254 ] {5169ea19-7056-4875-9088-f478f558ff40} <Debug> TCPHandler: Processed in 0.001937929 sec. | ||
| 5554 | 2025.04.16 03:57:51.170885 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2025.04.16 03:57:51.170986 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5556 | 2025.04.16 03:57:51.171033 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5557 | 2025.04.16 03:57:51.171459 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2025.04.16 03:57:51.171583 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5559 | 2025.04.16 03:57:51.171956 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5560 | 2025.04.16 03:57:51.172189 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2025.04.16 03:57:51.172420 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 5562 | 2025.04.16 03:57:51.172615 [ 254 ] {3956e4b1-c7d1-4bb3-bb04-22e89853cabc} <Debug> TCPHandler: Processed in 0.001785015 sec. | ||
| 5563 | 2025.04.16 03:57:51.172766 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2025.04.16 03:57:51.172875 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5565 | 2025.04.16 03:57:51.172925 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5566 | 2025.04.16 03:57:51.173463 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.04.16 03:57:51.173501 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5568 | 2025.04.16 03:57:51.173886 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5569 | 2025.04.16 03:57:51.174124 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.04.16 03:57:51.174334 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001479 sec., 160243.40770791075 rows/sec., 10.74 MiB/sec. | ||
| 5571 | 2025.04.16 03:57:51.174457 [ 254 ] {ff446b59-8115-4f78-9c49-7502f4933ab4} <Debug> TCPHandler: Processed in 0.001741704 sec. | ||
| 5572 | 2025.04.16 03:57:51.174592 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5573 | 2025.04.16 03:57:51.174693 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5574 | 2025.04.16 03:57:51.174740 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5575 | 2025.04.16 03:57:51.175129 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.04.16 03:57:51.175166 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5577 | 2025.04.16 03:57:51.175504 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5578 | 2025.04.16 03:57:51.175739 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.04.16 03:57:51.175912 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001239 sec., 807.1025020177563 rows/sec., 54.38 KiB/sec. | ||
| 5580 | 2025.04.16 03:57:51.175992 [ 254 ] {07d5e9e0-2762-4913-9846-ae2f05635118} <Debug> TCPHandler: Processed in 0.001454539 sec. | ||
| 5581 | 2025.04.16 03:57:51.176199 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5582 | 2025.04.16 03:57:51.176305 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5583 | 2025.04.16 03:57:51.176378 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.04.16 03:57:51.177493 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5585 | 2025.04.16 03:57:51.177531 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5586 | 2025.04.16 03:57:51.178187 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5587 | 2025.04.16 03:57:51.178474 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2025.04.16 03:57:51.178673 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002391 sec., 16729.40192388122 rows/sec., 29.98 MiB/sec. | ||
| 5589 | 2025.04.16 03:57:51.178763 [ 254 ] {4d52b056-ae6c-4209-b467-594880bd965c} <Debug> TCPHandler: Processed in 0.002630072 sec. | ||
| 5590 | 2025.04.16 03:57:51.178873 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5591 | 2025.04.16 03:57:51.178976 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5592 | 2025.04.16 03:57:51.179022 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5593 | 2025.04.16 03:57:51.179442 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.04.16 03:57:51.179479 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5595 | 2025.04.16 03:57:51.179833 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5596 | 2025.04.16 03:57:51.180070 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2025.04.16 03:57:51.180235 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001281 sec., 64012.490241998436 rows/sec., 4.07 MiB/sec. | ||
| 5598 | 2025.04.16 03:57:51.180281 [ 254 ] {abf18ace-d713-4dd8-a453-e54940469d27} <Debug> TCPHandler: Processed in 0.001459739 sec. | ||
| 5599 | 2025.04.16 03:57:54.793909 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5600 | 2025.04.16 03:57:54.793987 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5601 | 2025.04.16 03:57:54.956643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5602 | 2025.04.16 03:57:54.957249 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.04.16 03:57:54.957296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5604 | 2025.04.16 03:57:54.957886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5605 | 2025.04.16 03:57:54.958158 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2025.04.16 03:57:54.958404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5607 | 2025.04.16 03:57:55.891180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5608 | 2025.04.16 03:57:55.912340 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5609 | 2025.04.16 03:57:55.912401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5610 | 2025.04.16 03:57:55.920013 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5611 | 2025.04.16 03:57:55.920830 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2025.04.16 03:57:55.924453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5613 | 2025.04.16 03:57:56.150445 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.04.16 03:57:56.150658 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5615 | 2025.04.16 03:57:56.150740 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5616 | 2025.04.16 03:57:56.151695 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.04.16 03:57:56.151745 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5618 | 2025.04.16 03:57:56.152179 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5619 | 2025.04.16 03:57:56.152441 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.04.16 03:57:56.152604 [ 24 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5621 | 2025.04.16 03:57:56.152648 [ 24 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2025.04.16 03:57:56.152648 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002046 sec., 27370.478983382207 rows/sec., 2.09 MiB/sec. | ||
| 5623 | 2025.04.16 03:57:56.152674 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5624 | 2025.04.16 03:57:56.152774 [ 254 ] {bca348e6-ea56-4b04-b9fd-eef92fc40abc} <Debug> TCPHandler: Processed in 0.002464179 sec. | ||
| 5625 | 2025.04.16 03:57:56.153086 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5626 | 2025.04.16 03:57:56.153085 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 5627 | 2025.04.16 03:57:56.153438 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5628 | 2025.04.16 03:57:56.153623 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5629 | 2025.04.16 03:57:56.153665 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5630 | 2025.04.16 03:57:56.153825 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part | ||
| 5631 | 2025.04.16 03:57:56.154184 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5632 | 2025.04.16 03:57:56.154723 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 697 rows starting from the beginning of the part | ||
| 5633 | 2025.04.16 03:57:56.155263 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1197 rows starting from the beginning of the part | ||
| 5634 | 2025.04.16 03:57:56.155576 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 697 rows starting from the beginning of the part | ||
| 5635 | 2025.04.16 03:57:56.156084 [ 194 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5636 | 2025.04.16 03:57:56.157156 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2025.04.16 03:57:56.157232 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5638 | 2025.04.16 03:57:56.158064 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5639 | 2025.04.16 03:57:56.158606 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2025.04.16 03:57:56.158769 [ 24 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5641 | 2025.04.16 03:57:56.158821 [ 24 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2025.04.16 03:57:56.158845 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005555 sec., 11521.152115211522 rows/sec., 920.83 KiB/sec. | ||
| 5643 | 2025.04.16 03:57:56.158850 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5644 | 2025.04.16 03:57:56.158977 [ 254 ] {2117caba-c7b1-411b-875c-ee23d71e6030} <Debug> TCPHandler: Processed in 0.005981398 sec. | ||
| 5645 | 2025.04.16 03:57:56.159420 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2025.04.16 03:57:56.159526 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 5647 | 2025.04.16 03:57:56.159931 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5648 | 2025.04.16 03:57:56.160212 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5649 | 2025.04.16 03:57:56.160767 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5650 | 2025.04.16 03:57:56.160903 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5651 | 2025.04.16 03:57:56.161229 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.008426077 sec., 540108.9973424169 rows/sec., 45.77 MiB/sec. | ||
| 5652 | 2025.04.16 03:57:56.161467 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5653 | 2025.04.16 03:57:56.161851 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5654 | 2025.04.16 03:57:56.161936 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 422 rows starting from the beginning of the part | ||
| 5655 | 2025.04.16 03:57:56.162467 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 522 rows starting from the beginning of the part | ||
| 5656 | 2025.04.16 03:57:56.162953 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 422 rows starting from the beginning of the part | ||
| 5657 | 2025.04.16 03:57:56.163306 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2025.04.16 03:57:56.163354 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5659 | 2025.04.16 03:57:56.163764 [ 193 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_41_8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5660 | 2025.04.16 03:57:56.164123 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 5661 | 2025.04.16 03:57:56.164584 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5662 | 2025.04.16 03:57:56.164661 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5663 | 2025.04.16 03:57:56.165728 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5664 | 2025.04.16 03:57:56.166146 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5665 | 2025.04.16 03:57:56.166406 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006682 sec., 23944.92666866208 rows/sec., 1.67 MiB/sec. | ||
| 5666 | 2025.04.16 03:57:56.166700 [ 254 ] {e7dabe68-2bfd-460c-81a3-a6204892a4fe} <Debug> TCPHandler: Processed in 0.007415577 sec. | ||
| 5667 | 2025.04.16 03:57:56.166970 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.008003598 sec., 300864.68610742316 rows/sec., 23.03 MiB/sec. | ||
| 5668 | 2025.04.16 03:57:56.167013 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.04.16 03:57:56.167156 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5670 | 2025.04.16 03:57:56.167166 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5671 | 2025.04.16 03:57:56.167291 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5672 | 2025.04.16 03:57:56.167732 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2025.04.16 03:57:56.167831 [ 201 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_41_8} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5674 | 2025.04.16 03:57:56.167986 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5675 | 2025.04.16 03:57:56.168189 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.04.16 03:57:56.168232 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5677 | 2025.04.16 03:57:56.168609 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5678 | 2025.04.16 03:57:56.168846 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.04.16 03:57:56.169037 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001916 sec., 31315.24008350731 rows/sec., 2.11 MiB/sec. | ||
| 5680 | 2025.04.16 03:57:56.169117 [ 254 ] {ef42a46b-304c-453f-9ae2-94e3c2d70422} <Debug> TCPHandler: Processed in 0.002172183 sec. | ||
| 5681 | 2025.04.16 03:58:00.026393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 778 | ||
| 5682 | 2025.04.16 03:58:00.029889 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2025.04.16 03:58:00.029935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5684 | 2025.04.16 03:58:00.031387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5685 | 2025.04.16 03:58:00.031702 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5686 | 2025.04.16 03:58:00.031907 [ 23 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5687 | 2025.04.16 03:58:00.032029 [ 23 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5688 | 2025.04.16 03:58:00.032093 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5689 | 2025.04.16 03:58:00.032572 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 5690 | 2025.04.16 03:58:00.033118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 778 | ||
| 5691 | 2025.04.16 03:58:00.033633 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5692 | 2025.04.16 03:58:00.033807 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 644 rows starting from the beginning of the part | ||
| 5693 | 2025.04.16 03:58:00.034418 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 5694 | 2025.04.16 03:58:00.034984 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 5695 | 2025.04.16 03:58:00.035552 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part | ||
| 5696 | 2025.04.16 03:58:00.036128 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 5697 | 2025.04.16 03:58:00.036869 [ 195 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 5698 | 2025.04.16 03:58:00.044477 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 72 columns (72 merged, 0 gathered) in 0.012233181 sec., 63597.52218167949 rows/sec., 53.87 MiB/sec. | ||
| 5699 | 2025.04.16 03:58:00.045670 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5700 | 2025.04.16 03:58:00.046340 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2025.04.16 03:58:00.046423 [ 191 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_21_4} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5702 | 2025.04.16 03:58:00.046617 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5703 | 2025.04.16 03:58:01.158968 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5704 | 2025.04.16 03:58:01.159168 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5705 | 2025.04.16 03:58:01.159244 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5706 | 2025.04.16 03:58:01.160143 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2025.04.16 03:58:01.160192 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5708 | 2025.04.16 03:58:01.160630 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5709 | 2025.04.16 03:58:01.160897 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5710 | 2025.04.16 03:58:01.161117 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002002 sec., 105894.1058941059 rows/sec., 6.73 MiB/sec. | ||
| 5711 | 2025.04.16 03:58:01.161351 [ 254 ] {03a720f1-2975-426e-abd0-8d688fd438fd} <Debug> TCPHandler: Processed in 0.002514949 sec. | ||
| 5712 | 2025.04.16 03:58:01.161504 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2025.04.16 03:58:01.161621 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5714 | 2025.04.16 03:58:01.161672 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5715 | 2025.04.16 03:58:01.162209 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2025.04.16 03:58:01.162248 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5717 | 2025.04.16 03:58:01.162599 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5718 | 2025.04.16 03:58:01.162845 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2025.04.16 03:58:01.163045 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001446 sec., 1383.1258644536654 rows/sec., 112.78 KiB/sec. | ||
| 5720 | 2025.04.16 03:58:01.163131 [ 254 ] {41ac8c89-6662-4e6f-a8b0-fea4b262eee2} <Debug> TCPHandler: Processed in 0.001680593 sec. | ||
| 5721 | 2025.04.16 03:58:01.163256 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2025.04.16 03:58:01.163364 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5723 | 2025.04.16 03:58:01.163410 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5724 | 2025.04.16 03:58:01.164247 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2025.04.16 03:58:01.164284 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5726 | 2025.04.16 03:58:01.164681 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5727 | 2025.04.16 03:58:01.164926 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2025.04.16 03:58:01.165130 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Debug> executeQuery: Read 698 rows, 57.04 KiB in 0.00178 sec., 392134.8314606742 rows/sec., 31.29 MiB/sec. | ||
| 5729 | 2025.04.16 03:58:01.165235 [ 254 ] {e423dd9a-3022-43c1-9994-e7fd3e721583} <Debug> TCPHandler: Processed in 0.00202922 sec. | ||
| 5730 | 2025.04.16 03:58:01.165474 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2025.04.16 03:58:01.165582 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5732 | 2025.04.16 03:58:01.165630 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5733 | 2025.04.16 03:58:01.166216 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2025.04.16 03:58:01.166254 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5735 | 2025.04.16 03:58:01.166632 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5736 | 2025.04.16 03:58:01.166873 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2025.04.16 03:58:01.166998 [ 48 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5738 | 2025.04.16 03:58:01.167040 [ 48 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.04.16 03:58:01.167047 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Debug> executeQuery: Read 148 rows, 9.53 KiB in 0.001486 sec., 99596.23149394347 rows/sec., 6.26 MiB/sec. | ||
| 5740 | 2025.04.16 03:58:01.167064 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5741 | 2025.04.16 03:58:01.167144 [ 254 ] {cf8c2091-5335-476e-bc43-362e4072e525} <Debug> TCPHandler: Processed in 0.001758205 sec. | ||
| 5742 | 2025.04.16 03:58:01.167318 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 5743 | 2025.04.16 03:58:01.167345 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5744 | 2025.04.16 03:58:01.167579 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5745 | 2025.04.16 03:58:01.167591 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5746 | 2025.04.16 03:58:01.167665 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 164 rows starting from the beginning of the part | ||
| 5747 | 2025.04.16 03:58:01.167689 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5748 | 2025.04.16 03:58:01.167925 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
| 5749 | 2025.04.16 03:58:01.168275 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 146 rows starting from the beginning of the part | ||
| 5750 | 2025.04.16 03:58:01.168623 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 5751 | 2025.04.16 03:58:01.169026 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 146 rows starting from the beginning of the part | ||
| 5752 | 2025.04.16 03:58:01.169355 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 148 rows starting from the beginning of the part | ||
| 5753 | 2025.04.16 03:58:01.170645 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2025.04.16 03:58:01.170707 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5755 | 2025.04.16 03:58:01.171660 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5756 | 2025.04.16 03:58:01.172224 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.04.16 03:58:01.172310 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 5 columns (5 merged, 0 gathered) in 0.005149212 sec., 127398.1339280651 rows/sec., 8.61 MiB/sec. | ||
| 5758 | 2025.04.16 03:58:01.172458 [ 48 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5759 | 2025.04.16 03:58:01.172547 [ 48 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2025.04.16 03:58:01.172600 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5761 | 2025.04.16 03:58:01.172645 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005166 sec., 21873.790166473096 rows/sec., 1.42 MiB/sec. | ||
| 5762 | 2025.04.16 03:58:01.172935 [ 190 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5763 | 2025.04.16 03:58:01.173057 [ 254 ] {2741a561-360f-4649-aaf3-5394d52908df} <Debug> TCPHandler: Processed in 0.005764713 sec. | ||
| 5764 | 2025.04.16 03:58:01.173371 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 5765 | 2025.04.16 03:58:01.173465 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2025.04.16 03:58:01.173790 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5767 | 2025.04.16 03:58:01.173830 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5768 | 2025.04.16 03:58:01.173908 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 5769 | 2025.04.16 03:58:01.173930 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5770 | 2025.04.16 03:58:01.174369 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 5771 | 2025.04.16 03:58:01.174542 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.04.16 03:58:01.174846 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 5773 | 2025.04.16 03:58:01.174985 [ 199 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_26_5} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5774 | 2025.04.16 03:58:01.175275 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 5775 | 2025.04.16 03:58:01.175359 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5776 | 2025.04.16 03:58:01.175646 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 5777 | 2025.04.16 03:58:01.176060 [ 187 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 5778 | 2025.04.16 03:58:01.177560 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2025.04.16 03:58:01.177621 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5780 | 2025.04.16 03:58:01.178606 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5781 | 2025.04.16 03:58:01.179035 [ 190 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006314085 sec., 180073.5973620881 rows/sec., 12.67 MiB/sec. | ||
| 5782 | 2025.04.16 03:58:01.179091 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2025.04.16 03:58:01.179424 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5784 | 2025.04.16 03:58:01.179485 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005787 sec., 19353.72386383273 rows/sec., 1.10 MiB/sec. | ||
| 5785 | 2025.04.16 03:58:01.179814 [ 254 ] {227572b4-332c-4f7a-b11d-b1abe1b7007f} <Debug> TCPHandler: Processed in 0.006481388 sec. | ||
| 5786 | 2025.04.16 03:58:01.180036 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5787 | 2025.04.16 03:58:01.180198 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5788 | 2025.04.16 03:58:01.180285 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5789 | 2025.04.16 03:58:01.180432 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.04.16 03:58:01.180641 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_21_4} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5791 | 2025.04.16 03:58:01.180869 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5792 | 2025.04.16 03:58:01.181426 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.04.16 03:58:01.181471 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5794 | 2025.04.16 03:58:01.181861 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5795 | 2025.04.16 03:58:01.182111 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.04.16 03:58:01.182277 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Debug> executeQuery: Read 424 rows, 30.95 KiB in 0.002133 sec., 198781.05954055322 rows/sec., 14.17 MiB/sec. | ||
| 5797 | 2025.04.16 03:58:01.182333 [ 254 ] {80526c20-c796-4de5-a781-c75464195b60} <Debug> TCPHandler: Processed in 0.002355307 sec. | ||
| 5798 | 2025.04.16 03:58:01.182455 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2025.04.16 03:58:01.182566 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5800 | 2025.04.16 03:58:01.182614 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5801 | 2025.04.16 03:58:01.183025 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2025.04.16 03:58:01.183062 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5803 | 2025.04.16 03:58:01.183426 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5804 | 2025.04.16 03:58:01.183664 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2025.04.16 03:58:01.183849 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
| 5806 | 2025.04.16 03:58:01.183951 [ 254 ] {8e2dd3c1-28ae-4963-a523-4058ed9ea93e} <Debug> TCPHandler: Processed in 0.00154594 sec. | ||
| 5807 | 2025.04.16 03:58:01.184069 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5808 | 2025.04.16 03:58:01.184176 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5809 | 2025.04.16 03:58:01.184224 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5810 | 2025.04.16 03:58:01.184732 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.04.16 03:58:01.184768 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5812 | 2025.04.16 03:58:01.185157 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5813 | 2025.04.16 03:58:01.185396 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.04.16 03:58:01.185519 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5815 | 2025.04.16 03:58:01.185565 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2025.04.16 03:58:01.185573 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001419 sec., 167723.74911909798 rows/sec., 11.24 MiB/sec. | ||
| 5817 | 2025.04.16 03:58:01.185588 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5818 | 2025.04.16 03:58:01.185684 [ 254 ] {c25eb9dd-36f1-4adc-97ba-9769014e597b} <Debug> TCPHandler: Processed in 0.001661753 sec. | ||
| 5819 | 2025.04.16 03:58:01.185861 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 5820 | 2025.04.16 03:58:01.185903 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2025.04.16 03:58:01.186144 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5822 | 2025.04.16 03:58:01.186161 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5823 | 2025.04.16 03:58:01.186247 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5824 | 2025.04.16 03:58:01.186250 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10175 rows starting from the beginning of the part | ||
| 5825 | 2025.04.16 03:58:01.186619 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5826 | 2025.04.16 03:58:01.186987 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 881 rows starting from the beginning of the part | ||
| 5827 | 2025.04.16 03:58:01.187409 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 5828 | 2025.04.16 03:58:01.187688 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 5829 | 2025.04.16 03:58:01.188106 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 238 rows starting from the beginning of the part | ||
| 5830 | 2025.04.16 03:58:01.188758 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2025.04.16 03:58:01.188814 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5832 | 2025.04.16 03:58:01.189733 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5833 | 2025.04.16 03:58:01.190059 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2025.04.16 03:58:01.190449 [ 66 ] {} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5835 | 2025.04.16 03:58:01.190563 [ 66 ] {} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2025.04.16 03:58:01.190646 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5837 | 2025.04.16 03:58:01.190747 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004663 sec., 214.45421402530562 rows/sec., 14.45 KiB/sec. | ||
| 5838 | 2025.04.16 03:58:01.191207 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::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 | ||
| 5839 | 2025.04.16 03:58:01.191502 [ 254 ] {0f085a7e-e650-40df-9b7a-554838662c98} <Debug> TCPHandler: Processed in 0.005641291 sec. | ||
| 5840 | 2025.04.16 03:58:01.192010 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5841 | 2025.04.16 03:58:01.192108 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5842 | 2025.04.16 03:58:01.192173 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5843 | 2025.04.16 03:58:01.192593 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.04.16 03:58:01.192708 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5845 | 2025.04.16 03:58:01.193043 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5846 | 2025.04.16 03:58:01.193150 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5847 | 2025.04.16 03:58:01.193755 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5848 | 2025.04.16 03:58:01.194397 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5849 | 2025.04.16 03:58:01.194849 [ 197 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5850 | 2025.04.16 03:58:01.196978 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11928 rows, containing 5 columns (5 merged, 0 gathered) in 0.011260662 sec., 1059262.7680326432 rows/sec., 71.53 MiB/sec. | ||
| 5851 | 2025.04.16 03:58:01.197612 [ 190 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5852 | 2025.04.16 03:58:01.198638 [ 190 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.04.16 03:58:01.199024 [ 190 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5854 | 2025.04.16 03:58:01.199378 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 5855 | 2025.04.16 03:58:01.200315 [ 192 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.009504547 sec., 1788.6175953467323 rows/sec., 119.70 KiB/sec. | ||
| 5856 | 2025.04.16 03:58:01.200403 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2025.04.16 03:58:01.200448 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5858 | 2025.04.16 03:58:01.200505 [ 192 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5859 | 2025.04.16 03:58:01.200984 [ 192 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5860 | 2025.04.16 03:58:01.201146 [ 192 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_16_3} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5861 | 2025.04.16 03:58:01.201261 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5862 | 2025.04.16 03:58:01.201440 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5863 | 2025.04.16 03:58:01.201726 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2025.04.16 03:58:01.201925 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5865 | 2025.04.16 03:58:01.201993 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2025.04.16 03:58:01.202031 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009597 sec., 4167.969157028238 rows/sec., 7.47 MiB/sec. | ||
| 5867 | 2025.04.16 03:58:01.202044 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5868 | 2025.04.16 03:58:01.202331 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5869 | 2025.04.16 03:58:01.202370 [ 254 ] {9614a7fe-7387-4cb1-9b98-a367b62d1005} <Debug> TCPHandler: Processed in 0.010417906 sec. | ||
| 5870 | 2025.04.16 03:58:01.202548 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.04.16 03:58:01.202649 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5872 | 2025.04.16 03:58:01.202693 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5873 | 2025.04.16 03:58:01.202722 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 557 rows starting from the beginning of the part | ||
| 5874 | 2025.04.16 03:58:01.202755 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5875 | 2025.04.16 03:58:01.203369 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 5876 | 2025.04.16 03:58:01.203941 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 5877 | 2025.04.16 03:58:01.204513 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2025.04.16 03:58:01.204531 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 5879 | 2025.04.16 03:58:01.204565 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5880 | 2025.04.16 03:58:01.205010 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 5881 | 2025.04.16 03:58:01.205524 [ 200 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 5882 | 2025.04.16 03:58:01.205738 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5883 | 2025.04.16 03:58:01.206231 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.04.16 03:58:01.206444 [ 66 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5885 | 2025.04.16 03:58:01.206542 [ 66 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.04.16 03:58:01.206625 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5887 | 2025.04.16 03:58:01.206660 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003971 sec., 20649.710400402924 rows/sec., 1.31 MiB/sec. | ||
| 5888 | 2025.04.16 03:58:01.207090 [ 254 ] {26a99f1b-15eb-489a-b89d-08ff3d6283ee} <Debug> TCPHandler: Processed in 0.004608061 sec. | ||
| 5889 | 2025.04.16 03:58:01.207202 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5890 | 2025.04.16 03:58:01.207670 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5891 | 2025.04.16 03:58:01.207752 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1938 rows starting from the beginning of the part | ||
| 5892 | 2025.04.16 03:58:01.207932 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5893 | 2025.04.16 03:58:01.208122 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5894 | 2025.04.16 03:58:01.208328 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5895 | 2025.04.16 03:58:01.208417 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5896 | 2025.04.16 03:58:01.208650 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 5897 | 2025.04.16 03:58:01.210897 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2304 rows, containing 4 columns (4 merged, 0 gathered) in 0.004121011 sec., 559086.1077536556 rows/sec., 36.41 MiB/sec. | ||
| 5898 | 2025.04.16 03:58:01.211196 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5899 | 2025.04.16 03:58:01.211640 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2025.04.16 03:58:01.211715 [ 192 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_41_8} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5901 | 2025.04.16 03:58:01.212250 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 5902 | 2025.04.16 03:58:01.223351 [ 188 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 19 columns (19 merged, 0 gathered) in 0.021175518 sec., 35748.83032377295 rows/sec., 64.06 MiB/sec. | ||
| 5903 | 2025.04.16 03:58:01.224308 [ 193 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5904 | 2025.04.16 03:58:01.224746 [ 193 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5905 | 2025.04.16 03:58:01.224835 [ 193 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5906 | 2025.04.16 03:58:01.224998 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
| 5907 | 2025.04.16 03:58:02.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.91 MiB, peak 202.65 MiB, free memory in arenas 0.00 B, will set to 197.43 MiB (RSS), difference: 2.52 MiB | ||
| 5908 | 2025.04.16 03:58:02.458497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5909 | 2025.04.16 03:58:02.459220 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5910 | 2025.04.16 03:58:02.459263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5911 | 2025.04.16 03:58:02.459772 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5912 | 2025.04.16 03:58:02.460024 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5913 | 2025.04.16 03:58:02.460175 [ 64 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5914 | 2025.04.16 03:58:02.460228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5915 | 2025.04.16 03:58:02.460231 [ 64 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.04.16 03:58:02.460263 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5917 | 2025.04.16 03:58:02.460368 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 5918 | 2025.04.16 03:58:02.460478 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5919 | 2025.04.16 03:58:02.460514 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 5920 | 2025.04.16 03:58:02.460585 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5921 | 2025.04.16 03:58:02.460794 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5922 | 2025.04.16 03:58:02.461030 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5923 | 2025.04.16 03:58:02.461191 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5924 | 2025.04.16 03:58:02.461348 [ 200 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5925 | 2025.04.16 03:58:02.463514 [ 188 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003197272 sec., 4464430.927365579 rows/sec., 63.86 MiB/sec. | ||
| 5926 | 2025.04.16 03:58:02.463982 [ 201 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5927 | 2025.04.16 03:58:02.464352 [ 201 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.04.16 03:58:02.464452 [ 201 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_31_6} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5929 | 2025.04.16 03:58:02.464573 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5930 | 2025.04.16 03:58:03.424503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5931 | 2025.04.16 03:58:03.447937 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5932 | 2025.04.16 03:58:03.448007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5933 | 2025.04.16 03:58:03.455461 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5934 | 2025.04.16 03:58:03.456338 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2025.04.16 03:58:03.456704 [ 88 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5936 | 2025.04.16 03:58:03.456833 [ 88 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.04.16 03:58:03.456900 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5938 | 2025.04.16 03:58:03.457330 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5939 | 2025.04.16 03:58:03.471821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5940 | 2025.04.16 03:58:03.473228 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5941 | 2025.04.16 03:58:03.474437 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5942 | 2025.04.16 03:58:03.479459 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5943 | 2025.04.16 03:58:03.485448 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5944 | 2025.04.16 03:58:03.491521 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5945 | 2025.04.16 03:58:03.497478 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5946 | 2025.04.16 03:58:03.502105 [ 200 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 5947 | 2025.04.16 03:58:03.559969 [ 188 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.102918451 sec., 2273.6447908645655 rows/sec., 11.76 MiB/sec. | ||
| 5948 | 2025.04.16 03:58:03.562558 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5949 | 2025.04.16 03:58:03.565420 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_31_6} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2025.04.16 03:58:03.565550 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_31_6} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5951 | 2025.04.16 03:58:03.567969 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5952 | 2025.04.16 03:58:06.150198 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5953 | 2025.04.16 03:58:06.150384 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5954 | 2025.04.16 03:58:06.150457 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5955 | 2025.04.16 03:58:06.151234 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2025.04.16 03:58:06.151285 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5957 | 2025.04.16 03:58:06.151738 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5958 | 2025.04.16 03:58:06.152017 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5959 | 2025.04.16 03:58:06.152242 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 5960 | 2025.04.16 03:58:06.152306 [ 254 ] {b5256edb-545f-4e6c-9004-6ae1ed2561c4} <Debug> TCPHandler: Processed in 0.002234724 sec. | ||
| 5961 | 2025.04.16 03:58:06.152448 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5962 | 2025.04.16 03:58:06.152561 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5963 | 2025.04.16 03:58:06.152610 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5964 | 2025.04.16 03:58:06.153197 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5965 | 2025.04.16 03:58:06.153237 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5966 | 2025.04.16 03:58:06.153607 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5967 | 2025.04.16 03:58:06.153863 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.04.16 03:58:06.154057 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001522 sec., 42049.93429697766 rows/sec., 3.28 MiB/sec. | ||
| 5969 | 2025.04.16 03:58:06.154109 [ 254 ] {e2769771-35a2-46ff-9fad-386b67953f28} <Debug> TCPHandler: Processed in 0.001713993 sec. | ||
| 5970 | 2025.04.16 03:58:06.154239 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2025.04.16 03:58:06.154346 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5972 | 2025.04.16 03:58:06.154396 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5973 | 2025.04.16 03:58:06.154953 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.04.16 03:58:06.154991 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5975 | 2025.04.16 03:58:06.155376 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5976 | 2025.04.16 03:58:06.155626 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2025.04.16 03:58:06.155821 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 5978 | 2025.04.16 03:58:06.155872 [ 254 ] {e788a66a-4a9d-4c53-8d33-719d60e8c065} <Debug> TCPHandler: Processed in 0.001684293 sec. | ||
| 5979 | 2025.04.16 03:58:06.155991 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.04.16 03:58:06.156097 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5981 | 2025.04.16 03:58:06.156143 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5982 | 2025.04.16 03:58:06.156563 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.04.16 03:58:06.156601 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5984 | 2025.04.16 03:58:06.156960 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5985 | 2025.04.16 03:58:06.157191 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.04.16 03:58:06.157397 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
| 5987 | 2025.04.16 03:58:06.157504 [ 254 ] {f5dd559a-832d-4415-8558-ae4e1352b620} <Debug> TCPHandler: Processed in 0.00155876 sec. | ||
| 5988 | 2025.04.16 03:58:09.794041 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5989 | 2025.04.16 03:58:09.794125 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5990 | 2025.04.16 03:58:09.961339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5991 | 2025.04.16 03:58:09.962051 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.04.16 03:58:09.962115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 5993 | 2025.04.16 03:58:09.962737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5994 | 2025.04.16 03:58:09.962995 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.04.16 03:58:09.963240 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5996 | 2025.04.16 03:58:10.001337 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000936419 sec. | ||
| 5997 | 2025.04.16 03:58:10.033308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 810 | ||
| 5998 | 2025.04.16 03:58:10.036342 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5999 | 2025.04.16 03:58:10.036388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6000 | 2025.04.16 03:58:10.037953 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6001 | 2025.04.16 03:58:10.038280 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6002 | 2025.04.16 03:58:10.038845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
| 6003 | 2025.04.16 03:58:10.971884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6004 | 2025.04.16 03:58:10.991102 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6005 | 2025.04.16 03:58:10.991158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6006 | 2025.04.16 03:58:10.998002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6007 | 2025.04.16 03:58:10.998821 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6008 | 2025.04.16 03:58:11.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.07 MiB, peak 209.32 MiB, free memory in arenas 0.00 B, will set to 199.98 MiB (RSS), difference: -4.09 MiB | ||
| 6009 | 2025.04.16 03:58:11.002588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6010 | 2025.04.16 03:58:11.158373 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6011 | 2025.04.16 03:58:11.158626 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6012 | 2025.04.16 03:58:11.158706 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6013 | 2025.04.16 03:58:11.159628 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6014 | 2025.04.16 03:58:11.159674 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6015 | 2025.04.16 03:58:11.160118 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6016 | 2025.04.16 03:58:11.160370 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.04.16 03:58:11.160619 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002048 sec., 103515.625 rows/sec., 6.58 MiB/sec. | ||
| 6018 | 2025.04.16 03:58:11.160749 [ 254 ] {e7de0a7a-c5d9-48b8-be04-8d05ef6a5f8f} <Debug> TCPHandler: Processed in 0.002542821 sec. | ||
| 6019 | 2025.04.16 03:58:11.160885 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6020 | 2025.04.16 03:58:11.160998 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6021 | 2025.04.16 03:58:11.161045 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6022 | 2025.04.16 03:58:11.162039 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2025.04.16 03:58:11.162079 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6024 | 2025.04.16 03:58:11.162478 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6025 | 2025.04.16 03:58:11.162731 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2025.04.16 03:58:11.162942 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001968 sec., 354166.6666666666 rows/sec., 28.27 MiB/sec. | ||
| 6027 | 2025.04.16 03:58:11.163008 [ 254 ] {76479182-5101-4ab2-9e19-a0c63185b008} <Debug> TCPHandler: Processed in 0.002175913 sec. | ||
| 6028 | 2025.04.16 03:58:11.163156 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6029 | 2025.04.16 03:58:11.163264 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6030 | 2025.04.16 03:58:11.163308 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6031 | 2025.04.16 03:58:11.163869 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6032 | 2025.04.16 03:58:11.163907 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6033 | 2025.04.16 03:58:11.164252 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6034 | 2025.04.16 03:58:11.164490 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6035 | 2025.04.16 03:58:11.164709 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001466 sec., 99590.7230559345 rows/sec., 6.26 MiB/sec. | ||
| 6036 | 2025.04.16 03:58:11.164829 [ 254 ] {6a3f1ae2-b0f4-449c-8c9f-d196935c0931} <Debug> TCPHandler: Processed in 0.001735354 sec. | ||
| 6037 | 2025.04.16 03:58:11.164950 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2025.04.16 03:58:11.165051 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6039 | 2025.04.16 03:58:11.165097 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6040 | 2025.04.16 03:58:11.165645 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6041 | 2025.04.16 03:58:11.165683 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6042 | 2025.04.16 03:58:11.166033 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6043 | 2025.04.16 03:58:11.166269 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2025.04.16 03:58:11.166477 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001444 sec., 78254.84764542937 rows/sec., 5.07 MiB/sec. | ||
| 6045 | 2025.04.16 03:58:11.166602 [ 254 ] {a3958624-6a7e-4281-8fd6-fb9753d01232} <Debug> TCPHandler: Processed in 0.001700943 sec. | ||
| 6046 | 2025.04.16 03:58:11.166746 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2025.04.16 03:58:11.166882 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6048 | 2025.04.16 03:58:11.166940 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6049 | 2025.04.16 03:58:11.167589 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.04.16 03:58:11.167630 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6051 | 2025.04.16 03:58:11.168011 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6052 | 2025.04.16 03:58:11.168277 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.04.16 03:58:11.168493 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001634 sec., 68543.45165238678 rows/sec., 3.90 MiB/sec. | ||
| 6054 | 2025.04.16 03:58:11.168599 [ 254 ] {4305ee49-1ceb-4d0d-b84e-000f3f6a505a} <Debug> TCPHandler: Processed in 0.001919838 sec. | ||
| 6055 | 2025.04.16 03:58:11.168719 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2025.04.16 03:58:11.168825 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6057 | 2025.04.16 03:58:11.168870 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6058 | 2025.04.16 03:58:11.169618 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2025.04.16 03:58:11.169658 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6060 | 2025.04.16 03:58:11.170044 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6061 | 2025.04.16 03:58:11.170284 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2025.04.16 03:58:11.170481 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001678 sec., 251489.86889153754 rows/sec., 17.92 MiB/sec. | ||
| 6063 | 2025.04.16 03:58:11.170532 [ 254 ] {d7ec5734-f9fd-4706-993b-2be934df1639} <Debug> TCPHandler: Processed in 0.001863347 sec. | ||
| 6064 | 2025.04.16 03:58:11.170653 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6065 | 2025.04.16 03:58:11.170760 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6066 | 2025.04.16 03:58:11.170807 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6067 | 2025.04.16 03:58:11.171228 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6068 | 2025.04.16 03:58:11.171268 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6069 | 2025.04.16 03:58:11.171622 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6070 | 2025.04.16 03:58:11.171858 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6071 | 2025.04.16 03:58:11.172007 [ 135 ] {} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6072 | 2025.04.16 03:58:11.172067 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec. | ||
| 6073 | 2025.04.16 03:58:11.172079 [ 135 ] {} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6074 | 2025.04.16 03:58:11.172140 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6075 | 2025.04.16 03:58:11.172182 [ 254 ] {4b240fa0-b173-4aea-943d-bc395395534d} <Debug> TCPHandler: Processed in 0.001581511 sec. | ||
| 6076 | 2025.04.16 03:58:11.172506 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2025.04.16 03:58:11.172658 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::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 | ||
| 6078 | 2025.04.16 03:58:11.172743 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6079 | 2025.04.16 03:58:11.172859 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6080 | 2025.04.16 03:58:11.173083 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6081 | 2025.04.16 03:58:11.173207 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 6082 | 2025.04.16 03:58:11.173539 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6083 | 2025.04.16 03:58:11.173880 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6084 | 2025.04.16 03:58:11.174244 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6085 | 2025.04.16 03:58:11.174600 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6086 | 2025.04.16 03:58:11.174911 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6087 | 2025.04.16 03:58:11.175614 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2025.04.16 03:58:11.175680 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6089 | 2025.04.16 03:58:11.176712 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6090 | 2025.04.16 03:58:11.177258 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2025.04.16 03:58:11.177876 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005162 sec., 45912.43703990701 rows/sec., 3.08 MiB/sec. | ||
| 6092 | 2025.04.16 03:58:11.177904 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00560457 sec., 17128.87875430229 rows/sec., 894.92 KiB/sec. | ||
| 6093 | 2025.04.16 03:58:11.178009 [ 254 ] {73f512e7-1487-4eb0-9dff-75b21086c8ad} <Debug> TCPHandler: Processed in 0.005644442 sec. | ||
| 6094 | 2025.04.16 03:58:11.178129 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6095 | 2025.04.16 03:58:11.178184 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6096 | 2025.04.16 03:58:11.178383 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6097 | 2025.04.16 03:58:11.178447 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6098 | 2025.04.16 03:58:11.178741 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.04.16 03:58:11.178967 [ 194 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_16_3} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6100 | 2025.04.16 03:58:11.179112 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6101 | 2025.04.16 03:58:11.179314 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6102 | 2025.04.16 03:58:11.179357 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6103 | 2025.04.16 03:58:11.179716 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6104 | 2025.04.16 03:58:11.179961 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6105 | 2025.04.16 03:58:11.180165 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001838 sec., 544.069640914037 rows/sec., 36.66 KiB/sec. | ||
| 6106 | 2025.04.16 03:58:11.180218 [ 254 ] {19f0af2a-0840-43db-9b36-52a5b3b8ea27} <Debug> TCPHandler: Processed in 0.002118872 sec. | ||
| 6107 | 2025.04.16 03:58:11.180336 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2025.04.16 03:58:11.180446 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6109 | 2025.04.16 03:58:11.180514 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6110 | 2025.04.16 03:58:11.181714 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.04.16 03:58:11.181751 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6112 | 2025.04.16 03:58:11.182408 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6113 | 2025.04.16 03:58:11.182662 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.04.16 03:58:11.182960 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002526 sec., 15835.312747426762 rows/sec., 28.38 MiB/sec. | ||
| 6115 | 2025.04.16 03:58:11.183451 [ 254 ] {ab69b867-ed21-43ab-82b1-21b1ea9f5062} <Debug> TCPHandler: Processed in 0.003167923 sec. | ||
| 6116 | 2025.04.16 03:58:11.183564 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.04.16 03:58:11.183667 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6118 | 2025.04.16 03:58:11.183714 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6119 | 2025.04.16 03:58:11.184183 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.04.16 03:58:11.184221 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6121 | 2025.04.16 03:58:11.184581 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6122 | 2025.04.16 03:58:11.184814 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.04.16 03:58:11.185009 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 6124 | 2025.04.16 03:58:11.185058 [ 254 ] {7b32f74b-0e59-4313-93e7-3cb89678daa6} <Debug> TCPHandler: Processed in 0.001542891 sec. | ||
| 6125 | 2025.04.16 03:58:12.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.81 MiB, peak 209.32 MiB, free memory in arenas 0.00 B, will set to 200.00 MiB (RSS), difference: 3.19 MiB | ||
| 6126 | 2025.04.16 03:58:16.179790 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.04.16 03:58:16.180009 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6128 | 2025.04.16 03:58:16.180089 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6129 | 2025.04.16 03:58:16.180891 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.04.16 03:58:16.180941 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6131 | 2025.04.16 03:58:16.181350 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6132 | 2025.04.16 03:58:16.181613 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.04.16 03:58:16.181855 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001894 sec., 2111.932418162619 rows/sec., 172.21 KiB/sec. | ||
| 6134 | 2025.04.16 03:58:16.181971 [ 254 ] {dffc1bc4-f5b1-4560-b3f7-85979cc3abf7} <Debug> TCPHandler: Processed in 0.002308465 sec. | ||
| 6135 | 2025.04.16 03:58:16.182143 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6136 | 2025.04.16 03:58:16.182251 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6137 | 2025.04.16 03:58:16.182299 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6138 | 2025.04.16 03:58:16.183273 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6139 | 2025.04.16 03:58:16.183314 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6140 | 2025.04.16 03:58:16.183742 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6141 | 2025.04.16 03:58:16.183979 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2025.04.16 03:58:16.184192 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.001968 sec., 608739.837398374 rows/sec., 49.94 MiB/sec. | ||
| 6143 | 2025.04.16 03:58:16.184247 [ 254 ] {5647cc17-ce6c-4df0-a200-f31ef8bbb6b8} <Debug> TCPHandler: Processed in 0.002161032 sec. | ||
| 6144 | 2025.04.16 03:58:16.184365 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6145 | 2025.04.16 03:58:16.184470 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6146 | 2025.04.16 03:58:16.184515 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6147 | 2025.04.16 03:58:16.185015 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2025.04.16 03:58:16.185054 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6149 | 2025.04.16 03:58:16.185378 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6150 | 2025.04.16 03:58:16.185606 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.04.16 03:58:16.185815 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001368 sec., 2923.9766081871344 rows/sec., 204.16 KiB/sec. | ||
| 6152 | 2025.04.16 03:58:16.185867 [ 254 ] {42dff2d3-db1b-4171-9e19-ae5407c7fe09} <Debug> TCPHandler: Processed in 0.00155155 sec. | ||
| 6153 | 2025.04.16 03:58:16.185976 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2025.04.16 03:58:16.186077 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6155 | 2025.04.16 03:58:16.186120 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6156 | 2025.04.16 03:58:16.186676 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.04.16 03:58:16.186715 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6158 | 2025.04.16 03:58:16.187054 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6159 | 2025.04.16 03:58:16.187289 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2025.04.16 03:58:16.187481 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001425 sec., 160000 rows/sec., 10.83 MiB/sec. | ||
| 6161 | 2025.04.16 03:58:16.187534 [ 254 ] {9f6fefd1-b14c-4a5f-a7b1-63d67c7af19b} <Debug> TCPHandler: Processed in 0.001605951 sec. | ||
| 6162 | 2025.04.16 03:58:16.187644 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6163 | 2025.04.16 03:58:16.187745 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6164 | 2025.04.16 03:58:16.187789 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6165 | 2025.04.16 03:58:16.188426 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2025.04.16 03:58:16.188465 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6167 | 2025.04.16 03:58:16.188819 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6168 | 2025.04.16 03:58:16.189046 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2025.04.16 03:58:16.189248 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001524 sec., 343832.0209973753 rows/sec., 25.46 MiB/sec. | ||
| 6170 | 2025.04.16 03:58:16.189299 [ 254 ] {84b55c88-845f-41f9-b991-62648c11cf87} <Debug> TCPHandler: Processed in 0.001703783 sec. | ||
| 6171 | 2025.04.16 03:58:16.189412 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6172 | 2025.04.16 03:58:16.189513 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6173 | 2025.04.16 03:58:16.189561 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6174 | 2025.04.16 03:58:16.190192 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2025.04.16 03:58:16.190229 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6176 | 2025.04.16 03:58:16.190644 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6177 | 2025.04.16 03:58:16.190878 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2025.04.16 03:58:16.191071 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001579 sec., 558581.3806206459 rows/sec., 37.58 MiB/sec. | ||
| 6179 | 2025.04.16 03:58:16.191121 [ 254 ] {a46b1675-f41c-4cfe-b6c5-70cb8d907915} <Debug> TCPHandler: Processed in 0.001756985 sec. | ||
| 6180 | 2025.04.16 03:58:16.191231 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2025.04.16 03:58:16.191332 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6182 | 2025.04.16 03:58:16.191377 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6183 | 2025.04.16 03:58:16.191775 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2025.04.16 03:58:16.191813 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6185 | 2025.04.16 03:58:16.192152 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6186 | 2025.04.16 03:58:16.192383 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.04.16 03:58:16.192572 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001261 sec., 47581.28469468676 rows/sec., 3.21 MiB/sec. | ||
| 6188 | 2025.04.16 03:58:16.192620 [ 254 ] {f6c11770-2e25-4617-988e-e59121a28c5b} <Debug> TCPHandler: Processed in 0.001437269 sec. | ||
| 6189 | 2025.04.16 03:58:17.463337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6190 | 2025.04.16 03:58:17.463964 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2025.04.16 03:58:17.464005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6192 | 2025.04.16 03:58:17.464491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6193 | 2025.04.16 03:58:17.464746 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.04.16 03:58:17.465008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6195 | 2025.04.16 03:58:18.502642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6196 | 2025.04.16 03:58:18.521502 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.04.16 03:58:18.521544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6198 | 2025.04.16 03:58:18.528824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6199 | 2025.04.16 03:58:18.529578 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2025.04.16 03:58:18.532697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6201 | 2025.04.16 03:58:20.039025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 846 | ||
| 6202 | 2025.04.16 03:58:20.042258 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2025.04.16 03:58:20.042311 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6204 | 2025.04.16 03:58:20.043800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6205 | 2025.04.16 03:58:20.044156 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6206 | 2025.04.16 03:58:20.045875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
| 6207 | 2025.04.16 03:58:21.157793 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.04.16 03:58:21.157983 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6209 | 2025.04.16 03:58:21.158055 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6210 | 2025.04.16 03:58:21.158856 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.04.16 03:58:21.158910 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6212 | 2025.04.16 03:58:21.159357 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6213 | 2025.04.16 03:58:21.159634 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.04.16 03:58:21.159817 [ 141 ] {} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6215 | 2025.04.16 03:58:21.159889 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001955 sec., 108439.89769820971 rows/sec., 6.90 MiB/sec. | ||
| 6216 | 2025.04.16 03:58:21.159906 [ 141 ] {} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6217 | 2025.04.16 03:58:21.159972 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6218 | 2025.04.16 03:58:21.160031 [ 254 ] {1848d166-e5f7-4086-96b7-667beca4d0cc} <Debug> TCPHandler: Processed in 0.002367296 sec. | ||
| 6219 | 2025.04.16 03:58:21.160231 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6220 | 2025.04.16 03:58:21.160250 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6221 | 2025.04.16 03:58:21.160504 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6222 | 2025.04.16 03:58:21.160538 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6223 | 2025.04.16 03:58:21.160566 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6224 | 2025.04.16 03:58:21.160640 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6225 | 2025.04.16 03:58:21.160798 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6226 | 2025.04.16 03:58:21.161130 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6227 | 2025.04.16 03:58:21.161517 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6228 | 2025.04.16 03:58:21.161923 [ 195 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::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 | ||
| 6229 | 2025.04.16 03:58:21.163730 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2025.04.16 03:58:21.163804 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6231 | 2025.04.16 03:58:21.164742 [ 191 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004650862 sec., 227914.73924618703 rows/sec., 15.36 MiB/sec. | ||
| 6232 | 2025.04.16 03:58:21.164840 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6233 | 2025.04.16 03:58:21.164940 [ 191 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6234 | 2025.04.16 03:58:21.165308 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2025.04.16 03:58:21.165443 [ 191 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_17_4} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.04.16 03:58:21.165603 [ 141 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6237 | 2025.04.16 03:58:21.165722 [ 141 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.04.16 03:58:21.165764 [ 191 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_17_4} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6239 | 2025.04.16 03:58:21.165816 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6240 | 2025.04.16 03:58:21.165828 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.00534 sec., 130524.34456928838 rows/sec., 10.42 MiB/sec. | ||
| 6241 | 2025.04.16 03:58:21.166232 [ 254 ] {65770a51-4f5e-4a99-a480-24dc5ef0abf9} <Debug> TCPHandler: Processed in 0.006049369 sec. | ||
| 6242 | 2025.04.16 03:58:21.166259 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6243 | 2025.04.16 03:58:21.166407 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 6244 | 2025.04.16 03:58:21.166550 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6245 | 2025.04.16 03:58:21.166884 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6246 | 2025.04.16 03:58:21.166904 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6247 | 2025.04.16 03:58:21.167024 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1848 rows starting from the beginning of the part | ||
| 6248 | 2025.04.16 03:58:21.167067 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6249 | 2025.04.16 03:58:21.167339 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 698 rows starting from the beginning of the part | ||
| 6250 | 2025.04.16 03:58:21.167829 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6251 | 2025.04.16 03:58:21.168234 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 697 rows starting from the beginning of the part | ||
| 6252 | 2025.04.16 03:58:21.168607 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1198 rows starting from the beginning of the part | ||
| 6253 | 2025.04.16 03:58:21.168950 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 697 rows starting from the beginning of the part | ||
| 6254 | 2025.04.16 03:58:21.170488 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.04.16 03:58:21.170546 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6256 | 2025.04.16 03:58:21.171407 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6257 | 2025.04.16 03:58:21.171878 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.04.16 03:58:21.172144 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.005375 sec., 27162.79069767442 rows/sec., 1.71 MiB/sec. | ||
| 6259 | 2025.04.16 03:58:21.172247 [ 254 ] {f332f108-77a3-4bf9-991b-7f7aa2bdd3a2} <Debug> TCPHandler: Processed in 0.005814245 sec. | ||
| 6260 | 2025.04.16 03:58:21.172384 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2025.04.16 03:58:21.172496 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6262 | 2025.04.16 03:58:21.172544 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6263 | 2025.04.16 03:58:21.173201 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5194 rows, containing 5 columns (5 merged, 0 gathered) in 0.007230013 sec., 718394.2822786073 rows/sec., 60.81 MiB/sec. | ||
| 6264 | 2025.04.16 03:58:21.173487 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.04.16 03:58:21.173498 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6266 | 2025.04.16 03:58:21.173550 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6267 | 2025.04.16 03:58:21.174036 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.04.16 03:58:21.174257 [ 191 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_46_9} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6269 | 2025.04.16 03:58:21.174314 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6270 | 2025.04.16 03:58:21.174389 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 6271 | 2025.04.16 03:58:21.174615 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2025.04.16 03:58:21.174887 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002416 sec., 46771.52317880794 rows/sec., 3.03 MiB/sec. | ||
| 6273 | 2025.04.16 03:58:21.175128 [ 254 ] {5ee94095-f40d-44ff-bf9b-02cab29d765a} <Debug> TCPHandler: Processed in 0.002803366 sec. | ||
| 6274 | 2025.04.16 03:58:21.175287 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2025.04.16 03:58:21.175390 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6276 | 2025.04.16 03:58:21.175438 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6277 | 2025.04.16 03:58:21.176011 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2025.04.16 03:58:21.176051 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6279 | 2025.04.16 03:58:21.176405 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6280 | 2025.04.16 03:58:21.176644 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2025.04.16 03:58:21.176805 [ 141 ] {} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6282 | 2025.04.16 03:58:21.176884 [ 141 ] {} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.04.16 03:58:21.176901 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00152 sec., 73684.21052631579 rows/sec., 4.20 MiB/sec. | ||
| 6284 | 2025.04.16 03:58:21.176933 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6285 | 2025.04.16 03:58:21.177052 [ 254 ] {fa938b7d-3d43-4634-8d15-95f91ade13fa} <Debug> TCPHandler: Processed in 0.001810956 sec. | ||
| 6286 | 2025.04.16 03:58:21.177235 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6287 | 2025.04.16 03:58:21.177334 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6288 | 2025.04.16 03:58:21.177561 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6289 | 2025.04.16 03:58:21.177573 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6290 | 2025.04.16 03:58:21.177599 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6291 | 2025.04.16 03:58:21.177633 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6292 | 2025.04.16 03:58:21.177863 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6293 | 2025.04.16 03:58:21.178173 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6294 | 2025.04.16 03:58:21.178530 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6295 | 2025.04.16 03:58:21.178936 [ 196 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::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 | ||
| 6296 | 2025.04.16 03:58:21.180194 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.16 03:58:21.180241 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6298 | 2025.04.16 03:58:21.180729 [ 198 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003672773 sec., 152473.34915607364 rows/sec., 9.27 MiB/sec. | ||
| 6299 | 2025.04.16 03:58:21.180866 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6300 | 2025.04.16 03:58:21.180958 [ 198 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6301 | 2025.04.16 03:58:21.181297 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2025.04.16 03:58:21.181598 [ 139 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6303 | 2025.04.16 03:58:21.181589 [ 190 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_17_4} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6304 | 2025.04.16 03:58:21.181686 [ 139 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2025.04.16 03:58:21.181728 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.004172 sec., 101150.52732502396 rows/sec., 7.21 MiB/sec. | ||
| 6306 | 2025.04.16 03:58:21.181777 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6307 | 2025.04.16 03:58:21.181988 [ 190 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_17_4} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6308 | 2025.04.16 03:58:21.182031 [ 254 ] {a0455f39-ad5e-4118-9111-378d03f11534} <Debug> TCPHandler: Processed in 0.004778895 sec. | ||
| 6309 | 2025.04.16 03:58:21.182179 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 6310 | 2025.04.16 03:58:21.182258 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6311 | 2025.04.16 03:58:21.182378 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2025.04.16 03:58:21.182415 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6313 | 2025.04.16 03:58:21.182463 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6314 | 2025.04.16 03:58:21.182599 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6315 | 2025.04.16 03:58:21.182723 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 424 rows starting from the beginning of the part | ||
| 6316 | 2025.04.16 03:58:21.182781 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6317 | 2025.04.16 03:58:21.183130 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6318 | 2025.04.16 03:58:21.183512 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 422 rows starting from the beginning of the part | ||
| 6319 | 2025.04.16 03:58:21.183882 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 524 rows starting from the beginning of the part | ||
| 6320 | 2025.04.16 03:58:21.184185 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 422 rows starting from the beginning of the part | ||
| 6321 | 2025.04.16 03:58:21.185091 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.04.16 03:58:21.185165 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6323 | 2025.04.16 03:58:21.186105 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6324 | 2025.04.16 03:58:21.186553 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.04.16 03:58:21.186790 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004277 sec., 1402.8524666822539 rows/sec., 73.29 KiB/sec. | ||
| 6326 | 2025.04.16 03:58:21.186949 [ 254 ] {b698d6d1-4118-429b-8118-23e601b3c3f2} <Debug> TCPHandler: Processed in 0.004672842 sec. | ||
| 6327 | 2025.04.16 03:58:21.187259 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.04.16 03:58:21.187276 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.005336055 sec., 519110.09163136437 rows/sec., 39.56 MiB/sec. | ||
| 6329 | 2025.04.16 03:58:21.187389 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6330 | 2025.04.16 03:58:21.187467 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6331 | 2025.04.16 03:58:21.187508 [ 190 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6332 | 2025.04.16 03:58:21.188121 [ 190 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2025.04.16 03:58:21.188338 [ 190 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_46_9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6334 | 2025.04.16 03:58:21.188494 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 6335 | 2025.04.16 03:58:21.188662 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6336 | 2025.04.16 03:58:21.188707 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6337 | 2025.04.16 03:58:21.189122 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6338 | 2025.04.16 03:58:21.189374 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2025.04.16 03:58:21.189588 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002229 sec., 106325.70659488559 rows/sec., 7.13 MiB/sec. | ||
| 6340 | 2025.04.16 03:58:21.189650 [ 254 ] {ed4165a2-6617-4d74-9b16-cf2ff5f60c3e} <Debug> TCPHandler: Processed in 0.002497509 sec. | ||
| 6341 | 2025.04.16 03:58:21.189775 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2025.04.16 03:58:21.189881 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6343 | 2025.04.16 03:58:21.189929 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6344 | 2025.04.16 03:58:21.190348 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2025.04.16 03:58:21.190388 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6346 | 2025.04.16 03:58:21.190737 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6347 | 2025.04.16 03:58:21.190977 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2025.04.16 03:58:21.191216 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
| 6349 | 2025.04.16 03:58:21.191431 [ 254 ] {dc3a48c3-62b9-44e3-8a77-9959b9681678} <Debug> TCPHandler: Processed in 0.001700913 sec. | ||
| 6350 | 2025.04.16 03:58:21.191580 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6351 | 2025.04.16 03:58:21.191685 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6352 | 2025.04.16 03:58:21.191758 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6353 | 2025.04.16 03:58:21.192872 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6354 | 2025.04.16 03:58:21.192913 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6355 | 2025.04.16 03:58:21.193590 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6356 | 2025.04.16 03:58:21.193856 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6357 | 2025.04.16 03:58:21.194145 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002481 sec., 16122.531237404271 rows/sec., 28.89 MiB/sec. | ||
| 6358 | 2025.04.16 03:58:21.194482 [ 254 ] {54696648-cd3e-487a-b262-17310a6280ac} <Debug> TCPHandler: Processed in 0.002952749 sec. | ||
| 6359 | 2025.04.16 03:58:21.194607 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6360 | 2025.04.16 03:58:21.194714 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6361 | 2025.04.16 03:58:21.194760 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6362 | 2025.04.16 03:58:21.195195 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2025.04.16 03:58:21.195234 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6364 | 2025.04.16 03:58:21.195593 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6365 | 2025.04.16 03:58:21.195824 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2025.04.16 03:58:21.196023 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001331 sec., 61607.81367392938 rows/sec., 3.91 MiB/sec. | ||
| 6367 | 2025.04.16 03:58:21.196070 [ 254 ] {00d01b47-da07-463c-a335-f54603ad35a9} <Debug> TCPHandler: Processed in 0.00151474 sec. | ||
| 6368 | 2025.04.16 03:58:24.794379 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6369 | 2025.04.16 03:58:24.794448 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6370 | 2025.04.16 03:58:24.966114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6371 | 2025.04.16 03:58:24.966722 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6372 | 2025.04.16 03:58:24.966767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6373 | 2025.04.16 03:58:24.967288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6374 | 2025.04.16 03:58:24.967554 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6375 | 2025.04.16 03:58:24.967819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6376 | 2025.04.16 03:58:26.032741 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6377 | 2025.04.16 03:58:26.053218 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6378 | 2025.04.16 03:58:26.053268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6379 | 2025.04.16 03:58:26.060918 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6380 | 2025.04.16 03:58:26.061690 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2025.04.16 03:58:26.064572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6382 | 2025.04.16 03:58:26.150440 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2025.04.16 03:58:26.150638 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6384 | 2025.04.16 03:58:26.150713 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6385 | 2025.04.16 03:58:26.151487 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.04.16 03:58:26.151527 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6387 | 2025.04.16 03:58:26.151940 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6388 | 2025.04.16 03:58:26.152173 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2025.04.16 03:58:26.152370 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001782 sec., 31425.36475869809 rows/sec., 2.40 MiB/sec. | ||
| 6390 | 2025.04.16 03:58:26.152423 [ 254 ] {cff85e64-9830-4f7c-a943-c00323ef44fb} <Debug> TCPHandler: Processed in 0.002112292 sec. | ||
| 6391 | 2025.04.16 03:58:26.152546 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6392 | 2025.04.16 03:58:26.152648 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6393 | 2025.04.16 03:58:26.152692 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6394 | 2025.04.16 03:58:26.153213 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2025.04.16 03:58:26.153251 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6396 | 2025.04.16 03:58:26.153592 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6397 | 2025.04.16 03:58:26.153967 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.04.16 03:58:26.154158 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001531 sec., 41802.74330502939 rows/sec., 3.26 MiB/sec. | ||
| 6399 | 2025.04.16 03:58:26.154207 [ 254 ] {0f1a1e81-f29f-42c9-a652-467a2dc01c41} <Debug> TCPHandler: Processed in 0.001708934 sec. | ||
| 6400 | 2025.04.16 03:58:26.154323 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6401 | 2025.04.16 03:58:26.154425 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6402 | 2025.04.16 03:58:26.154472 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6403 | 2025.04.16 03:58:26.154980 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6404 | 2025.04.16 03:58:26.155018 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6405 | 2025.04.16 03:58:26.155395 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6406 | 2025.04.16 03:58:26.155624 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6407 | 2025.04.16 03:58:26.155785 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6408 | 2025.04.16 03:58:26.155835 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. | ||
| 6409 | 2025.04.16 03:58:26.155874 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6410 | 2025.04.16 03:58:26.155949 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6411 | 2025.04.16 03:58:26.155959 [ 254 ] {2f03aad0-b1e1-4239-ad6a-0fbac44aa5de} <Debug> TCPHandler: Processed in 0.001683033 sec. | ||
| 6412 | 2025.04.16 03:58:26.156190 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6413 | 2025.04.16 03:58:26.156192 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 6414 | 2025.04.16 03:58:26.156368 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6415 | 2025.04.16 03:58:26.156483 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6416 | 2025.04.16 03:58:26.156518 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6417 | 2025.04.16 03:58:26.156624 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11928 rows starting from the beginning of the part | ||
| 6418 | 2025.04.16 03:58:26.157027 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 6419 | 2025.04.16 03:58:26.157474 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6420 | 2025.04.16 03:58:26.157605 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 882 rows starting from the beginning of the part | ||
| 6421 | 2025.04.16 03:58:26.158054 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6422 | 2025.04.16 03:58:26.158397 [ 189 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6423 | 2025.04.16 03:58:26.159032 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2025.04.16 03:58:26.159094 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6425 | 2025.04.16 03:58:26.160072 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6426 | 2025.04.16 03:58:26.160381 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.04.16 03:58:26.160634 [ 133 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6428 | 2025.04.16 03:58:26.160733 [ 133 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2025.04.16 03:58:26.160807 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6430 | 2025.04.16 03:58:26.160881 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004536 sec., 13227.513227513227 rows/sec., 912.84 KiB/sec. | ||
| 6431 | 2025.04.16 03:58:26.161171 [ 254 ] {995d0fc2-70ef-4db6-a96d-e337b3e8ed01} <Debug> TCPHandler: Processed in 0.00505236 sec. | ||
| 6432 | 2025.04.16 03:58:26.161398 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 6433 | 2025.04.16 03:58:26.161792 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6434 | 2025.04.16 03:58:26.161883 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2304 rows starting from the beginning of the part | ||
| 6435 | 2025.04.16 03:58:26.162203 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6436 | 2025.04.16 03:58:26.162529 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6437 | 2025.04.16 03:58:26.162720 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6438 | 2025.04.16 03:58:26.162887 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6439 | 2025.04.16 03:58:26.163142 [ 198 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6440 | 2025.04.16 03:58:26.165675 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13604 rows, containing 5 columns (5 merged, 0 gathered) in 0.00960602 sec., 1416195.2608884845 rows/sec., 95.66 MiB/sec. | ||
| 6441 | 2025.04.16 03:58:26.165874 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2648 rows, containing 4 columns (4 merged, 0 gathered) in 0.004879336 sec., 542696.7931702182 rows/sec., 35.37 MiB/sec. | ||
| 6442 | 2025.04.16 03:58:26.166222 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6443 | 2025.04.16 03:58:26.166231 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6444 | 2025.04.16 03:58:26.166859 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.04.16 03:58:26.166903 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.04.16 03:58:26.167017 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_46_9} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6447 | 2025.04.16 03:58:26.167076 [ 187 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6448 | 2025.04.16 03:58:26.167195 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6449 | 2025.04.16 03:58:26.167290 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 6450 | 2025.04.16 03:58:30.047084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 876 | ||
| 6451 | 2025.04.16 03:58:30.050668 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.04.16 03:58:30.050723 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6453 | 2025.04.16 03:58:30.052226 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6454 | 2025.04.16 03:58:30.052562 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.04.16 03:58:30.053780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876 | ||
| 6456 | 2025.04.16 03:58:31.158402 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2025.04.16 03:58:31.158613 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6458 | 2025.04.16 03:58:31.158695 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6459 | 2025.04.16 03:58:31.159574 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.04.16 03:58:31.159624 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6461 | 2025.04.16 03:58:31.160058 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6462 | 2025.04.16 03:58:31.160311 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.04.16 03:58:31.160535 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001978 sec., 107178.96865520727 rows/sec., 6.82 MiB/sec. | ||
| 6464 | 2025.04.16 03:58:31.160593 [ 254 ] {142ff9b4-81f6-46be-b8d9-13b726c8e780} <Debug> TCPHandler: Processed in 0.002334997 sec. | ||
| 6465 | 2025.04.16 03:58:31.160721 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2025.04.16 03:58:31.160825 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6467 | 2025.04.16 03:58:31.160872 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6468 | 2025.04.16 03:58:31.161367 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2025.04.16 03:58:31.161407 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6470 | 2025.04.16 03:58:31.161766 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6471 | 2025.04.16 03:58:31.162005 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2025.04.16 03:58:31.162262 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001456 sec., 6868.131868131868 rows/sec., 560.05 KiB/sec. | ||
| 6473 | 2025.04.16 03:58:31.162472 [ 254 ] {96ac97cf-bcc0-47f1-b684-76d97e5f0eac} <Debug> TCPHandler: Processed in 0.001802026 sec. | ||
| 6474 | 2025.04.16 03:58:31.162599 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2025.04.16 03:58:31.162703 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6476 | 2025.04.16 03:58:31.162747 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6477 | 2025.04.16 03:58:31.163630 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2025.04.16 03:58:31.163670 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6479 | 2025.04.16 03:58:31.164056 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6480 | 2025.04.16 03:58:31.164293 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2025.04.16 03:58:31.164484 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Debug> executeQuery: Read 702 rows, 57.33 KiB in 0.001804 sec., 389135.25498891354 rows/sec., 31.04 MiB/sec. | ||
| 6482 | 2025.04.16 03:58:31.164536 [ 254 ] {b197e210-90aa-4f80-96da-2853b63f15f0} <Debug> TCPHandler: Processed in 0.00198637 sec. | ||
| 6483 | 2025.04.16 03:58:31.164693 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6484 | 2025.04.16 03:58:31.164800 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6485 | 2025.04.16 03:58:31.164867 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6486 | 2025.04.16 03:58:31.165422 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2025.04.16 03:58:31.165461 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6488 | 2025.04.16 03:58:31.165808 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6489 | 2025.04.16 03:58:31.166034 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2025.04.16 03:58:31.166237 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Debug> executeQuery: Read 156 rows, 10.09 KiB in 0.001458 sec., 106995.88477366255 rows/sec., 6.76 MiB/sec. | ||
| 6491 | 2025.04.16 03:58:31.166287 [ 254 ] {ead649c0-716d-47cf-9b8f-4995eec4d652} <Debug> TCPHandler: Processed in 0.001669283 sec. | ||
| 6492 | 2025.04.16 03:58:31.166411 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2025.04.16 03:58:31.166515 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6494 | 2025.04.16 03:58:31.166559 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6495 | 2025.04.16 03:58:31.167103 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.04.16 03:58:31.167143 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6497 | 2025.04.16 03:58:31.167488 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6498 | 2025.04.16 03:58:31.167744 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2025.04.16 03:58:31.167952 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001458 sec., 77503.4293552812 rows/sec., 5.02 MiB/sec. | ||
| 6500 | 2025.04.16 03:58:31.168002 [ 254 ] {eb396e6e-688a-442e-8f16-3744e8899c6c} <Debug> TCPHandler: Processed in 0.001642482 sec. | ||
| 6501 | 2025.04.16 03:58:31.168119 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2025.04.16 03:58:31.168224 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6503 | 2025.04.16 03:58:31.168269 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6504 | 2025.04.16 03:58:31.168798 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2025.04.16 03:58:31.168837 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6506 | 2025.04.16 03:58:31.169179 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6507 | 2025.04.16 03:58:31.169413 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2025.04.16 03:58:31.169646 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 6509 | 2025.04.16 03:58:31.169804 [ 254 ] {a2f8ae78-53d9-4c61-876e-eaccc258358b} <Debug> TCPHandler: Processed in 0.001732814 sec. | ||
| 6510 | 2025.04.16 03:58:31.169978 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6511 | 2025.04.16 03:58:31.170084 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6512 | 2025.04.16 03:58:31.170131 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6513 | 2025.04.16 03:58:31.170814 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6514 | 2025.04.16 03:58:31.170853 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6515 | 2025.04.16 03:58:31.171217 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6516 | 2025.04.16 03:58:31.171461 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6517 | 2025.04.16 03:58:31.171659 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Debug> executeQuery: Read 432 rows, 31.60 KiB in 0.001597 sec., 270507.20100187854 rows/sec., 19.33 MiB/sec. | ||
| 6518 | 2025.04.16 03:58:31.171709 [ 254 ] {6ff3ae01-dde4-46d9-899a-cbc7868de542} <Debug> TCPHandler: Processed in 0.001790265 sec. | ||
| 6519 | 2025.04.16 03:58:31.171826 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6520 | 2025.04.16 03:58:31.171931 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6521 | 2025.04.16 03:58:31.171977 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6522 | 2025.04.16 03:58:31.172382 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2025.04.16 03:58:31.172420 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6524 | 2025.04.16 03:58:31.172768 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6525 | 2025.04.16 03:58:31.173013 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2025.04.16 03:58:31.173214 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec. | ||
| 6527 | 2025.04.16 03:58:31.173262 [ 254 ] {c95c947d-05b5-47c3-bddf-06bf7ee585b7} <Debug> TCPHandler: Processed in 0.00148817 sec. | ||
| 6528 | 2025.04.16 03:58:31.173376 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6529 | 2025.04.16 03:58:31.173482 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6530 | 2025.04.16 03:58:31.173531 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6531 | 2025.04.16 03:58:31.174031 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6532 | 2025.04.16 03:58:31.174069 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6533 | 2025.04.16 03:58:31.174446 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6534 | 2025.04.16 03:58:31.174681 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6535 | 2025.04.16 03:58:31.174875 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001414 sec., 171145.68599717115 rows/sec., 11.48 MiB/sec. | ||
| 6536 | 2025.04.16 03:58:31.174924 [ 254 ] {5839dfcf-eaa0-4f9a-965f-cfe66ff1a943} <Debug> TCPHandler: Processed in 0.001598722 sec. | ||
| 6537 | 2025.04.16 03:58:31.175039 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6538 | 2025.04.16 03:58:31.175145 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6539 | 2025.04.16 03:58:31.175191 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6540 | 2025.04.16 03:58:31.175586 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6541 | 2025.04.16 03:58:31.175624 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6542 | 2025.04.16 03:58:31.175961 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6543 | 2025.04.16 03:58:31.176202 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6544 | 2025.04.16 03:58:31.176398 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001276 sec., 783.6990595611285 rows/sec., 52.81 KiB/sec. | ||
| 6545 | 2025.04.16 03:58:31.176447 [ 254 ] {dbdecca8-7488-4958-aa3c-de95c2513e2b} <Debug> TCPHandler: Processed in 0.001458759 sec. | ||
| 6546 | 2025.04.16 03:58:31.176559 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6547 | 2025.04.16 03:58:31.176664 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6548 | 2025.04.16 03:58:31.176729 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6549 | 2025.04.16 03:58:31.177829 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6550 | 2025.04.16 03:58:31.177867 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6551 | 2025.04.16 03:58:31.178496 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6552 | 2025.04.16 03:58:31.178756 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6553 | 2025.04.16 03:58:31.178983 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002341 sec., 17086.715079026057 rows/sec., 30.62 MiB/sec. | ||
| 6554 | 2025.04.16 03:58:31.179074 [ 254 ] {222d4667-fc93-45d2-ac46-89e5bfb820e3} <Debug> TCPHandler: Processed in 0.00256549 sec. | ||
| 6555 | 2025.04.16 03:58:31.179206 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6556 | 2025.04.16 03:58:31.179312 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6557 | 2025.04.16 03:58:31.179357 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6558 | 2025.04.16 03:58:31.179794 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2025.04.16 03:58:31.179833 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6560 | 2025.04.16 03:58:31.180185 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6561 | 2025.04.16 03:58:31.180420 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2025.04.16 03:58:31.180607 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
| 6563 | 2025.04.16 03:58:31.180654 [ 254 ] {73b13a7d-c592-4196-8b2f-a84f85f16d74} <Debug> TCPHandler: Processed in 0.00149993 sec. | ||
| 6564 | 2025.04.16 03:58:32.467927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6565 | 2025.04.16 03:58:32.468628 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2025.04.16 03:58:32.468682 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6567 | 2025.04.16 03:58:32.469209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6568 | 2025.04.16 03:58:32.469466 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2025.04.16 03:58:32.469706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6570 | 2025.04.16 03:58:33.564635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6571 | 2025.04.16 03:58:33.586104 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2025.04.16 03:58:33.586167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6573 | 2025.04.16 03:58:33.593776 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6574 | 2025.04.16 03:58:33.594578 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2025.04.16 03:58:33.597625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6576 | 2025.04.16 03:58:36.150254 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6577 | 2025.04.16 03:58:36.150441 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6578 | 2025.04.16 03:58:36.150515 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6579 | 2025.04.16 03:58:36.151360 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2025.04.16 03:58:36.151417 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6581 | 2025.04.16 03:58:36.151868 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6582 | 2025.04.16 03:58:36.152126 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6583 | 2025.04.16 03:58:36.152355 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 6584 | 2025.04.16 03:58:36.152423 [ 254 ] {5d0836dd-0cb5-4fa9-9522-34a5ec962647} <Debug> TCPHandler: Processed in 0.002306175 sec. | ||
| 6585 | 2025.04.16 03:58:36.152586 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2025.04.16 03:58:36.152708 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6587 | 2025.04.16 03:58:36.152758 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6588 | 2025.04.16 03:58:36.153341 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.04.16 03:58:36.153381 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6590 | 2025.04.16 03:58:36.153745 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6591 | 2025.04.16 03:58:36.153985 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.04.16 03:58:36.154172 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec. | ||
| 6593 | 2025.04.16 03:58:36.154225 [ 254 ] {9c3d9ba2-c34e-4826-8c43-6330db013712} <Debug> TCPHandler: Processed in 0.001693343 sec. | ||
| 6594 | 2025.04.16 03:58:36.154363 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2025.04.16 03:58:36.154475 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6596 | 2025.04.16 03:58:36.154525 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6597 | 2025.04.16 03:58:36.155102 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2025.04.16 03:58:36.155142 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6599 | 2025.04.16 03:58:36.155537 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6600 | 2025.04.16 03:58:36.155778 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2025.04.16 03:58:36.155986 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 6602 | 2025.04.16 03:58:36.156097 [ 254 ] {01f86b69-6551-4600-a757-1f89aad9123c} <Debug> TCPHandler: Processed in 0.001789845 sec. | ||
| 6603 | 2025.04.16 03:58:36.156303 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2025.04.16 03:58:36.156453 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6605 | 2025.04.16 03:58:36.156504 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6606 | 2025.04.16 03:58:36.156955 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.04.16 03:58:36.156994 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6608 | 2025.04.16 03:58:36.157354 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6609 | 2025.04.16 03:58:36.157591 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.04.16 03:58:36.157789 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 6611 | 2025.04.16 03:58:36.157837 [ 254 ] {75bb8295-1c1c-433a-9a3a-8c595f03c653} <Debug> TCPHandler: Processed in 0.001642642 sec. | ||
| 6612 | 2025.04.16 03:58:39.794491 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6613 | 2025.04.16 03:58:39.794553 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6614 | 2025.04.16 03:58:39.969819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6615 | 2025.04.16 03:58:39.970415 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.04.16 03:58:39.970455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6617 | 2025.04.16 03:58:39.970986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6618 | 2025.04.16 03:58:39.971245 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.04.16 03:58:39.971395 [ 116 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6620 | 2025.04.16 03:58:39.971446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6621 | 2025.04.16 03:58:39.971446 [ 116 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2025.04.16 03:58:39.971481 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6623 | 2025.04.16 03:58:39.971576 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 6624 | 2025.04.16 03:58:39.971672 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6625 | 2025.04.16 03:58:39.971703 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 6626 | 2025.04.16 03:58:39.971760 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 6627 | 2025.04.16 03:58:39.971845 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 6628 | 2025.04.16 03:58:39.972076 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 6629 | 2025.04.16 03:58:39.972256 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 6630 | 2025.04.16 03:58:39.972320 [ 192 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 6631 | 2025.04.16 03:58:39.974789 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003252524 sec., 5082514.37960181 rows/sec., 72.71 MiB/sec. | ||
| 6632 | 2025.04.16 03:58:39.974947 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6633 | 2025.04.16 03:58:39.975280 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2025.04.16 03:58:39.975376 [ 197 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_36_7} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6635 | 2025.04.16 03:58:39.975497 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6636 | 2025.04.16 03:58:40.053962 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 908 | ||
| 6637 | 2025.04.16 03:58:40.056996 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2025.04.16 03:58:40.057045 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6639 | 2025.04.16 03:58:40.058497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6640 | 2025.04.16 03:58:40.058803 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2025.04.16 03:58:40.059361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 6642 | 2025.04.16 03:58:41.097674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6643 | 2025.04.16 03:58:41.118505 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2025.04.16 03:58:41.118554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6645 | 2025.04.16 03:58:41.125976 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6646 | 2025.04.16 03:58:41.126771 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2025.04.16 03:58:41.127151 [ 114 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6648 | 2025.04.16 03:58:41.127296 [ 114 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2025.04.16 03:58:41.127368 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6650 | 2025.04.16 03:58:41.128078 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 6651 | 2025.04.16 03:58:41.145341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6652 | 2025.04.16 03:58:41.146618 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6653 | 2025.04.16 03:58:41.148121 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 6654 | 2025.04.16 03:58:41.153479 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 6655 | 2025.04.16 03:58:41.158858 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6656 | 2025.04.16 03:58:41.159146 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 6657 | 2025.04.16 03:58:41.159225 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6658 | 2025.04.16 03:58:41.159391 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6659 | 2025.04.16 03:58:41.161552 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6660 | 2025.04.16 03:58:41.161612 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6661 | 2025.04.16 03:58:41.162398 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6662 | 2025.04.16 03:58:41.163008 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6663 | 2025.04.16 03:58:41.163561 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004437 sec., 47780.031552851025 rows/sec., 3.04 MiB/sec. | ||
| 6664 | 2025.04.16 03:58:41.163839 [ 254 ] {d7531647-c7d8-4a14-a6c7-8878d8f4851b} <Debug> TCPHandler: Processed in 0.005153321 sec. | ||
| 6665 | 2025.04.16 03:58:41.164141 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6666 | 2025.04.16 03:58:41.164400 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6667 | 2025.04.16 03:58:41.164507 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6668 | 2025.04.16 03:58:41.167300 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2025.04.16 03:58:41.167423 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6670 | 2025.04.16 03:58:41.169562 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6671 | 2025.04.16 03:58:41.170296 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6672 | 2025.04.16 03:58:41.170910 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.006559 sec., 106266.19911571886 rows/sec., 8.48 MiB/sec. | ||
| 6673 | 2025.04.16 03:58:41.171156 [ 254 ] {61d9b64c-9b26-40af-9e6a-b50e03091c11} <Debug> TCPHandler: Processed in 0.007122761 sec. | ||
| 6674 | 2025.04.16 03:58:41.171579 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6675 | 2025.04.16 03:58:41.172031 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6676 | 2025.04.16 03:58:41.172252 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6677 | 2025.04.16 03:58:41.175822 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2025.04.16 03:58:41.175900 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6679 | 2025.04.16 03:58:41.177616 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 6680 | 2025.04.16 03:58:41.177653 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6681 | 2025.04.16 03:58:41.178299 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2025.04.16 03:58:41.178593 [ 114 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6683 | 2025.04.16 03:58:41.178711 [ 114 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.04.16 03:58:41.178795 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6685 | 2025.04.16 03:58:41.178867 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.006997 sec., 20866.085465199372 rows/sec., 1.31 MiB/sec. | ||
| 6686 | 2025.04.16 03:58:41.179168 [ 254 ] {96cb512a-f6d8-466f-b49f-8a870a83b60c} <Debug> TCPHandler: Processed in 0.007849605 sec. | ||
| 6687 | 2025.04.16 03:58:41.179485 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6688 | 2025.04.16 03:58:41.179814 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6689 | 2025.04.16 03:58:41.179956 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6690 | 2025.04.16 03:58:41.180167 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 6691 | 2025.04.16 03:58:41.180788 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6692 | 2025.04.16 03:58:41.180964 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part | ||
| 6693 | 2025.04.16 03:58:41.181676 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 146 rows starting from the beginning of the part | ||
| 6694 | 2025.04.16 03:58:41.182236 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 6695 | 2025.04.16 03:58:41.182858 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 146 rows starting from the beginning of the part | ||
| 6696 | 2025.04.16 03:58:41.183299 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 156 rows starting from the beginning of the part | ||
| 6697 | 2025.04.16 03:58:41.183721 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.04.16 03:58:41.183792 [ 197 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 146 rows starting from the beginning of the part | ||
| 6699 | 2025.04.16 03:58:41.183861 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6700 | 2025.04.16 03:58:41.185564 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6701 | 2025.04.16 03:58:41.186513 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6702 | 2025.04.16 03:58:41.186918 [ 114 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6703 | 2025.04.16 03:58:41.187070 [ 114 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6704 | 2025.04.16 03:58:41.187201 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6705 | 2025.04.16 03:58:41.187394 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.007625 sec., 14819.672131147541 rows/sec., 982.33 KiB/sec. | ||
| 6706 | 2025.04.16 03:58:41.187786 [ 254 ] {3727d73d-decc-48b3-85da-3a10824e3b13} <Debug> TCPHandler: Processed in 0.008402336 sec. | ||
| 6707 | 2025.04.16 03:58:41.188087 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 6708 | 2025.04.16 03:58:41.188244 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6709 | 2025.04.16 03:58:41.188776 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6710 | 2025.04.16 03:58:41.189008 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6711 | 2025.04.16 03:58:41.189565 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6712 | 2025.04.16 03:58:41.189831 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 6713 | 2025.04.16 03:58:41.190671 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 6714 | 2025.04.16 03:58:41.191598 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part | ||
| 6715 | 2025.04.16 03:58:41.192345 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 6716 | 2025.04.16 03:58:41.193486 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 6717 | 2025.04.16 03:58:41.194044 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2025.04.16 03:58:41.194135 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 6719 | 2025.04.16 03:58:41.194144 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6720 | 2025.04.16 03:58:41.196237 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 5 columns (5 merged, 0 gathered) in 0.017251861 sec., 44169.14789656606 rows/sec., 2.95 MiB/sec. | ||
| 6721 | 2025.04.16 03:58:41.196349 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6722 | 2025.04.16 03:58:41.196618 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6723 | 2025.04.16 03:58:41.197415 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2025.04.16 03:58:41.197788 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2025.04.16 03:58:41.198266 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_31_6} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6726 | 2025.04.16 03:58:41.198461 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.009839 sec., 11383.270657587153 rows/sec., 664.01 KiB/sec. | ||
| 6727 | 2025.04.16 03:58:41.198599 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6728 | 2025.04.16 03:58:41.198864 [ 254 ] {d62cdcbb-17ad-40c6-b323-9912d4dc1ac9} <Debug> TCPHandler: Processed in 0.010761103 sec. | ||
| 6729 | 2025.04.16 03:58:41.199186 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2025.04.16 03:58:41.199527 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6731 | 2025.04.16 03:58:41.199700 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6732 | 2025.04.16 03:58:41.203787 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6733 | 2025.04.16 03:58:41.204041 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6734 | 2025.04.16 03:58:41.206641 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6735 | 2025.04.16 03:58:41.207372 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.019974695 sec., 51164.73618245485 rows/sec., 3.58 MiB/sec. | ||
| 6736 | 2025.04.16 03:58:41.207384 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.04.16 03:58:41.207662 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6738 | 2025.04.16 03:58:41.208202 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.008788 sec., 48020.027309968136 rows/sec., 3.42 MiB/sec. | ||
| 6739 | 2025.04.16 03:58:41.208565 [ 254 ] {e8a806fa-fec1-42b6-bb1c-e2eb37b7a0ca} <Debug> TCPHandler: Processed in 0.009493927 sec. | ||
| 6740 | 2025.04.16 03:58:41.208863 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.04.16 03:58:41.208925 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2025.04.16 03:58:41.209201 [ 188 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_26_5} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6743 | 2025.04.16 03:58:41.209223 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6744 | 2025.04.16 03:58:41.209429 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6745 | 2025.04.16 03:58:41.209519 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 6746 | 2025.04.16 03:58:41.213463 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6747 | 2025.04.16 03:58:41.213560 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6748 | 2025.04.16 03:58:41.215093 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6749 | 2025.04.16 03:58:41.215720 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6750 | 2025.04.16 03:58:41.216506 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007329 sec., 818.6655751125666 rows/sec., 42.77 KiB/sec. | ||
| 6751 | 2025.04.16 03:58:41.216796 [ 254 ] {0f147dd8-f25b-43a7-abdf-40def54c51a1} <Debug> TCPHandler: Processed in 0.007991638 sec. | ||
| 6752 | 2025.04.16 03:58:41.217024 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 6753 | 2025.04.16 03:58:41.217068 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6754 | 2025.04.16 03:58:41.217382 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6755 | 2025.04.16 03:58:41.217520 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6756 | 2025.04.16 03:58:41.219397 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2025.04.16 03:58:41.219455 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6758 | 2025.04.16 03:58:41.220274 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6759 | 2025.04.16 03:58:41.220826 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2025.04.16 03:58:41.221432 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004165 sec., 56902.76110444177 rows/sec., 3.81 MiB/sec. | ||
| 6761 | 2025.04.16 03:58:41.221632 [ 254 ] {9036e1bd-7696-435f-9bff-8ef26ad5bd3d} <Debug> TCPHandler: Processed in 0.004658001 sec. | ||
| 6762 | 2025.04.16 03:58:41.221844 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6763 | 2025.04.16 03:58:41.222139 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6764 | 2025.04.16 03:58:41.222379 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6765 | 2025.04.16 03:58:41.224400 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6766 | 2025.04.16 03:58:41.224470 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6767 | 2025.04.16 03:58:41.225569 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6768 | 2025.04.16 03:58:41.226642 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6769 | 2025.04.16 03:58:41.227518 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005468 sec., 182.882223847842 rows/sec., 12.32 KiB/sec. | ||
| 6770 | 2025.04.16 03:58:41.228073 [ 254 ] {76387720-5ad2-4ed4-8d91-48e5dad48490} <Debug> TCPHandler: Processed in 0.006301654 sec. | ||
| 6771 | 2025.04.16 03:58:41.228451 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6772 | 2025.04.16 03:58:41.229174 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6773 | 2025.04.16 03:58:41.229408 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6774 | 2025.04.16 03:58:41.236474 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6775 | 2025.04.16 03:58:41.236545 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6776 | 2025.04.16 03:58:41.238546 [ 186 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 6777 | 2025.04.16 03:58:41.239318 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6778 | 2025.04.16 03:58:41.239907 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2025.04.16 03:58:41.240401 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.011399 sec., 3509.0797438371787 rows/sec., 6.29 MiB/sec. | ||
| 6780 | 2025.04.16 03:58:41.240741 [ 254 ] {fc958753-2e8a-439b-8875-30acb81852e8} <Debug> TCPHandler: Processed in 0.012458545 sec. | ||
| 6781 | 2025.04.16 03:58:41.240939 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6782 | 2025.04.16 03:58:41.241110 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6783 | 2025.04.16 03:58:41.241192 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6784 | 2025.04.16 03:58:41.242641 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2025.04.16 03:58:41.242721 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6786 | 2025.04.16 03:58:41.243972 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6787 | 2025.04.16 03:58:41.244602 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.04.16 03:58:41.245117 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004047 sec., 20261.92241166296 rows/sec., 1.29 MiB/sec. | ||
| 6789 | 2025.04.16 03:58:41.245289 [ 254 ] {2adb43fc-a660-46ce-8afd-aa20aab29e4a} <Debug> TCPHandler: Processed in 0.004412217 sec. | ||
| 6790 | 2025.04.16 03:58:41.303916 [ 199 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.176435773 sec., 1541.637477338567 rows/sec., 7.97 MiB/sec. | ||
| 6791 | 2025.04.16 03:58:41.306781 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6792 | 2025.04.16 03:58:41.309756 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6793 | 2025.04.16 03:58:41.309871 [ 196 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_36_7} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6794 | 2025.04.16 03:58:41.312381 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 6795 | 2025.04.16 03:58:42.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.37 MiB, peak 216.25 MiB, free memory in arenas 0.00 B, will set to 205.55 MiB (RSS), difference: 1.18 MiB | ||
| 6796 | 2025.04.16 03:58:42.437224 [ 112 ] {} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6797 | 2025.04.16 03:58:42.437312 [ 112 ] {} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.04.16 03:58:42.437350 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6799 | 2025.04.16 03:58:42.437648 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::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 | ||
| 6800 | 2025.04.16 03:58:42.437932 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6801 | 2025.04.16 03:58:42.437997 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 6802 | 2025.04.16 03:58:42.438160 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 6803 | 2025.04.16 03:58:42.438332 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 6804 | 2025.04.16 03:58:42.438651 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 6805 | 2025.04.16 03:58:42.438928 [ 190 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 6806 | 2025.04.16 03:58:42.440091 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002616741 sec., 13757.570963270724 rows/sec., 1.15 MiB/sec. | ||
| 6807 | 2025.04.16 03:58:42.440293 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6808 | 2025.04.16 03:58:42.440665 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.04.16 03:58:42.440756 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_13_3} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6810 | 2025.04.16 03:58:42.440863 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6811 | 2025.04.16 03:58:46.177718 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2025.04.16 03:58:46.177917 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6813 | 2025.04.16 03:58:46.177990 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6814 | 2025.04.16 03:58:46.178722 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2025.04.16 03:58:46.178769 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6816 | 2025.04.16 03:58:46.179179 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6817 | 2025.04.16 03:58:46.179425 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2025.04.16 03:58:46.179608 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001742 sec., 1148.105625717566 rows/sec., 93.62 KiB/sec. | ||
| 6819 | 2025.04.16 03:58:46.179667 [ 254 ] {a231177e-cad3-4f97-b5a5-105884f538f2} <Debug> TCPHandler: Processed in 0.00206864 sec. | ||
| 6820 | 2025.04.16 03:58:46.179791 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6821 | 2025.04.16 03:58:46.179901 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6822 | 2025.04.16 03:58:46.179949 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6823 | 2025.04.16 03:58:46.181207 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.04.16 03:58:46.181257 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6825 | 2025.04.16 03:58:46.181773 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6826 | 2025.04.16 03:58:46.182028 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.04.16 03:58:46.182160 [ 108 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6828 | 2025.04.16 03:58:46.182201 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Debug> executeQuery: Read 1197 rows, 100.57 KiB in 0.002325 sec., 514838.7096774194 rows/sec., 42.24 MiB/sec. | ||
| 6829 | 2025.04.16 03:58:46.182202 [ 108 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6830 | 2025.04.16 03:58:46.182246 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6831 | 2025.04.16 03:58:46.182275 [ 254 ] {8381988a-c511-4bd0-8756-3d9566545dcd} <Debug> TCPHandler: Processed in 0.00253464 sec. | ||
| 6832 | 2025.04.16 03:58:46.182432 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6833 | 2025.04.16 03:58:46.182456 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::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 | ||
| 6834 | 2025.04.16 03:58:46.182589 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6835 | 2025.04.16 03:58:46.182688 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6836 | 2025.04.16 03:58:46.182801 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6837 | 2025.04.16 03:58:46.182899 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1848 rows starting from the beginning of the part | ||
| 6838 | 2025.04.16 03:58:46.183200 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 6839 | 2025.04.16 03:58:46.183578 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 702 rows starting from the beginning of the part | ||
| 6840 | 2025.04.16 03:58:46.183897 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 6841 | 2025.04.16 03:58:46.184325 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 697 rows starting from the beginning of the part | ||
| 6842 | 2025.04.16 03:58:46.184679 [ 195 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1197 rows starting from the beginning of the part | ||
| 6843 | 2025.04.16 03:58:46.185734 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2025.04.16 03:58:46.185806 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6845 | 2025.04.16 03:58:46.186663 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6846 | 2025.04.16 03:58:46.187231 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2025.04.16 03:58:46.187644 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005101 sec., 392.0799843168007 rows/sec., 27.38 KiB/sec. | ||
| 6848 | 2025.04.16 03:58:46.187729 [ 254 ] {1604c9d9-ad8d-45e0-a3e4-ed6241482f39} <Debug> TCPHandler: Processed in 0.005371166 sec. | ||
| 6849 | 2025.04.16 03:58:46.187868 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6850 | 2025.04.16 03:58:46.187984 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6851 | 2025.04.16 03:58:46.188046 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6852 | 2025.04.16 03:58:46.188698 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.006335065 sec., 719171.7843463327 rows/sec., 60.94 MiB/sec. | ||
| 6853 | 2025.04.16 03:58:46.189021 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6854 | 2025.04.16 03:58:46.189084 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6855 | 2025.04.16 03:58:46.189103 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6856 | 2025.04.16 03:58:46.189834 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6857 | 2025.04.16 03:58:46.189978 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6858 | 2025.04.16 03:58:46.190022 [ 190 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_51_10} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6859 | 2025.04.16 03:58:46.190211 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6860 | 2025.04.16 03:58:46.190406 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.04.16 03:58:46.190613 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002652 sec., 85972.85067873304 rows/sec., 5.82 MiB/sec. | ||
| 6862 | 2025.04.16 03:58:46.190740 [ 254 ] {7a17cdfa-4b25-48a2-8267-6efe1fd3957e} <Debug> TCPHandler: Processed in 0.002928078 sec. | ||
| 6863 | 2025.04.16 03:58:46.190857 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.04.16 03:58:46.190956 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6865 | 2025.04.16 03:58:46.191000 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6866 | 2025.04.16 03:58:46.191723 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2025.04.16 03:58:46.191759 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6868 | 2025.04.16 03:58:46.192125 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6869 | 2025.04.16 03:58:46.192362 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2025.04.16 03:58:46.192484 [ 108 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6871 | 2025.04.16 03:58:46.192525 [ 108 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.04.16 03:58:46.192535 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001597 sec., 326862.8678772699 rows/sec., 24.20 MiB/sec. | ||
| 6873 | 2025.04.16 03:58:46.192552 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6874 | 2025.04.16 03:58:46.192606 [ 254 ] {1227b8e3-1911-4270-9313-9520e64a85e0} <Debug> TCPHandler: Processed in 0.001796286 sec. | ||
| 6875 | 2025.04.16 03:58:46.192825 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::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 | ||
| 6876 | 2025.04.16 03:58:46.192843 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.04.16 03:58:46.193114 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6878 | 2025.04.16 03:58:46.193131 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6879 | 2025.04.16 03:58:46.193226 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6880 | 2025.04.16 03:58:46.193231 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6881 | 2025.04.16 03:58:46.193643 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 6882 | 2025.04.16 03:58:46.194004 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 432 rows starting from the beginning of the part | ||
| 6883 | 2025.04.16 03:58:46.194345 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6884 | 2025.04.16 03:58:46.194699 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 422 rows starting from the beginning of the part | ||
| 6885 | 2025.04.16 03:58:46.194965 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 522 rows starting from the beginning of the part | ||
| 6886 | 2025.04.16 03:58:46.196079 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.04.16 03:58:46.196146 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6888 | 2025.04.16 03:58:46.197377 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6889 | 2025.04.16 03:58:46.197735 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6890 | 2025.04.16 03:58:46.198172 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005509258 sec., 438897.5793110433 rows/sec., 33.61 MiB/sec. | ||
| 6891 | 2025.04.16 03:58:46.198267 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.005261 sec., 167458.6580498004 rows/sec., 11.27 MiB/sec. | ||
| 6892 | 2025.04.16 03:58:46.198386 [ 254 ] {b1d87d8a-f0ea-4c47-a626-5391ab0a170b} <Debug> TCPHandler: Processed in 0.005623941 sec. | ||
| 6893 | 2025.04.16 03:58:46.198429 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6894 | 2025.04.16 03:58:46.198550 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2025.04.16 03:58:46.198719 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6896 | 2025.04.16 03:58:46.198801 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6897 | 2025.04.16 03:58:46.198910 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2025.04.16 03:58:46.199153 [ 198 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_51_10} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6899 | 2025.04.16 03:58:46.199301 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6900 | 2025.04.16 03:58:46.199622 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2025.04.16 03:58:46.199663 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6902 | 2025.04.16 03:58:46.200017 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6903 | 2025.04.16 03:58:46.200255 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6904 | 2025.04.16 03:58:46.200433 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001771 sec., 33879.16431394692 rows/sec., 2.28 MiB/sec. | ||
| 6905 | 2025.04.16 03:58:46.200501 [ 254 ] {0eb1cdd1-3332-4145-a24d-f4038acd7468} <Debug> TCPHandler: Processed in 0.002023779 sec. | ||
| 6906 | 2025.04.16 03:58:47.471549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6907 | 2025.04.16 03:58:47.472179 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2025.04.16 03:58:47.472228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6909 | 2025.04.16 03:58:47.472753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6910 | 2025.04.16 03:58:47.473025 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2025.04.16 03:58:47.473318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6912 | 2025.04.16 03:58:48.645418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6913 | 2025.04.16 03:58:48.665610 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.04.16 03:58:48.665672 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6915 | 2025.04.16 03:58:48.672852 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6916 | 2025.04.16 03:58:48.673661 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2025.04.16 03:58:48.676873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6918 | 2025.04.16 03:58:50.059546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 944 | ||
| 6919 | 2025.04.16 03:58:50.062914 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6920 | 2025.04.16 03:58:50.062979 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6921 | 2025.04.16 03:58:50.064524 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6922 | 2025.04.16 03:58:50.064885 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6923 | 2025.04.16 03:58:50.065147 [ 103 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6924 | 2025.04.16 03:58:50.065263 [ 103 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2025.04.16 03:58:50.065439 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6926 | 2025.04.16 03:58:50.065880 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 6927 | 2025.04.16 03:58:50.066220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944 | ||
| 6928 | 2025.04.16 03:58:50.066884 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6929 | 2025.04.16 03:58:50.067070 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 778 rows starting from the beginning of the part | ||
| 6930 | 2025.04.16 03:58:50.067751 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 6931 | 2025.04.16 03:58:50.068439 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 6932 | 2025.04.16 03:58:50.069056 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 6933 | 2025.04.16 03:58:50.069702 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 6934 | 2025.04.16 03:58:50.070293 [ 193 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 6935 | 2025.04.16 03:58:50.078292 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 944 rows, containing 72 columns (72 merged, 0 gathered) in 0.01268061 sec., 74444.36821257022 rows/sec., 61.22 MiB/sec. | ||
| 6936 | 2025.04.16 03:58:50.079744 [ 194 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6937 | 2025.04.16 03:58:50.080525 [ 194 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.04.16 03:58:50.080610 [ 194 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_26_5} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6939 | 2025.04.16 03:58:50.080922 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6940 | 2025.04.16 03:58:51.158872 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2025.04.16 03:58:51.159069 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6942 | 2025.04.16 03:58:51.159149 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6943 | 2025.04.16 03:58:51.160050 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.04.16 03:58:51.160095 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6945 | 2025.04.16 03:58:51.160525 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6946 | 2025.04.16 03:58:51.160780 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.04.16 03:58:51.161003 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001987 sec., 106693.50780070458 rows/sec., 6.79 MiB/sec. | ||
| 6948 | 2025.04.16 03:58:51.161124 [ 254 ] {c868e171-0f26-4d1a-be4e-f2fa818b9581} <Debug> TCPHandler: Processed in 0.002381757 sec. | ||
| 6949 | 2025.04.16 03:58:51.161264 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2025.04.16 03:58:51.161367 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6951 | 2025.04.16 03:58:51.161411 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6952 | 2025.04.16 03:58:51.162295 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.04.16 03:58:51.162334 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6954 | 2025.04.16 03:58:51.162733 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6955 | 2025.04.16 03:58:51.162997 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.04.16 03:58:51.163196 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001851 sec., 376553.2144786602 rows/sec., 30.06 MiB/sec. | ||
| 6957 | 2025.04.16 03:58:51.163245 [ 254 ] {9f7061d8-2690-41c9-a5c6-dac18b102330} <Debug> TCPHandler: Processed in 0.00202944 sec. | ||
| 6958 | 2025.04.16 03:58:51.163365 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.04.16 03:58:51.163467 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6960 | 2025.04.16 03:58:51.163510 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6961 | 2025.04.16 03:58:51.164096 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2025.04.16 03:58:51.164136 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6963 | 2025.04.16 03:58:51.164488 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6964 | 2025.04.16 03:58:51.164722 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.04.16 03:58:51.164922 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001476 sec., 98915.98915989159 rows/sec., 6.22 MiB/sec. | ||
| 6966 | 2025.04.16 03:58:51.164972 [ 254 ] {6aedb4bd-f55c-4f38-91a1-71fee7024005} <Debug> TCPHandler: Processed in 0.001655252 sec. | ||
| 6967 | 2025.04.16 03:58:51.165089 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6968 | 2025.04.16 03:58:51.165192 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6969 | 2025.04.16 03:58:51.165236 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6970 | 2025.04.16 03:58:51.165804 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2025.04.16 03:58:51.165844 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6972 | 2025.04.16 03:58:51.166194 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6973 | 2025.04.16 03:58:51.166437 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2025.04.16 03:58:51.166649 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001476 sec., 76558.26558265582 rows/sec., 4.96 MiB/sec. | ||
| 6975 | 2025.04.16 03:58:51.166761 [ 254 ] {6c2fc186-55ee-4533-8df0-13bc4784b4b9} <Debug> TCPHandler: Processed in 0.001718925 sec. | ||
| 6976 | 2025.04.16 03:58:51.166887 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6977 | 2025.04.16 03:58:51.166986 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6978 | 2025.04.16 03:58:51.167030 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6979 | 2025.04.16 03:58:51.167566 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2025.04.16 03:58:51.167604 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6981 | 2025.04.16 03:58:51.167946 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6982 | 2025.04.16 03:58:51.168199 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2025.04.16 03:58:51.168392 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001427 sec., 78486.33496846531 rows/sec., 4.47 MiB/sec. | ||
| 6984 | 2025.04.16 03:58:51.168441 [ 254 ] {fc0280b7-02da-4ba9-918a-2a27cbcec9fc} <Debug> TCPHandler: Processed in 0.001604452 sec. | ||
| 6985 | 2025.04.16 03:58:51.168560 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6986 | 2025.04.16 03:58:51.168661 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6987 | 2025.04.16 03:58:51.168705 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6988 | 2025.04.16 03:58:51.169388 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6989 | 2025.04.16 03:58:51.169428 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6990 | 2025.04.16 03:58:51.169808 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6991 | 2025.04.16 03:58:51.170044 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2025.04.16 03:58:51.170252 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001611 sec., 261949.09993792675 rows/sec., 18.66 MiB/sec. | ||
| 6993 | 2025.04.16 03:58:51.170304 [ 254 ] {c9fa685b-e7ac-456f-a803-d04152a9399a} <Debug> TCPHandler: Processed in 0.001792486 sec. | ||
| 6994 | 2025.04.16 03:58:51.170443 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6995 | 2025.04.16 03:58:51.170551 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6996 | 2025.04.16 03:58:51.170597 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6997 | 2025.04.16 03:58:51.171016 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.04.16 03:58:51.171052 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 6999 | 2025.04.16 03:58:51.171395 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7000 | 2025.04.16 03:58:51.171635 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2025.04.16 03:58:51.171855 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
| 7002 | 2025.04.16 03:58:51.171962 [ 254 ] {7b1d8970-ec2a-4fa7-a081-abcc5b6ebd36} <Debug> TCPHandler: Processed in 0.001578361 sec. | ||
| 7003 | 2025.04.16 03:58:51.172072 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7004 | 2025.04.16 03:58:51.172173 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7005 | 2025.04.16 03:58:51.172219 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7006 | 2025.04.16 03:58:51.172722 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2025.04.16 03:58:51.172759 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7008 | 2025.04.16 03:58:51.173131 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7009 | 2025.04.16 03:58:51.173382 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2025.04.16 03:58:51.173547 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7011 | 2025.04.16 03:58:51.173591 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00144 sec., 164583.3333333333 rows/sec., 11.03 MiB/sec. | ||
| 7012 | 2025.04.16 03:58:51.173651 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7013 | 2025.04.16 03:58:51.173716 [ 254 ] {2af7f845-95ba-4cde-9f30-520b9905de2e} <Debug> TCPHandler: Processed in 0.001687354 sec. | ||
| 7014 | 2025.04.16 03:58:51.173720 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7015 | 2025.04.16 03:58:51.173914 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2025.04.16 03:58:51.173929 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 7017 | 2025.04.16 03:58:51.174052 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7018 | 2025.04.16 03:58:51.174097 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7019 | 2025.04.16 03:58:51.174111 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7020 | 2025.04.16 03:58:51.174157 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13604 rows starting from the beginning of the part | ||
| 7021 | 2025.04.16 03:58:51.174392 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 242 rows starting from the beginning of the part | ||
| 7022 | 2025.04.16 03:58:51.174710 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 7023 | 2025.04.16 03:58:51.175073 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 7024 | 2025.04.16 03:58:51.175489 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 881 rows starting from the beginning of the part | ||
| 7025 | 2025.04.16 03:58:51.175878 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::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 | ||
| 7026 | 2025.04.16 03:58:51.176446 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7027 | 2025.04.16 03:58:51.176491 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7028 | 2025.04.16 03:58:51.177022 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7029 | 2025.04.16 03:58:51.177284 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7030 | 2025.04.16 03:58:51.177492 [ 102 ] {} <Debug> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7031 | 2025.04.16 03:58:51.177603 [ 102 ] {} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.04.16 03:58:51.177703 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7033 | 2025.04.16 03:58:51.177732 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003684 sec., 271.4440825190011 rows/sec., 18.29 KiB/sec. | ||
| 7034 | 2025.04.16 03:58:51.178132 [ 254 ] {905ec14a-f2a8-46df-aa79-c48411a3dbe7} <Debug> TCPHandler: Processed in 0.004278925 sec. | ||
| 7035 | 2025.04.16 03:58:51.178339 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::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 | ||
| 7036 | 2025.04.16 03:58:51.178454 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7037 | 2025.04.16 03:58:51.178824 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7038 | 2025.04.16 03:58:51.178921 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7039 | 2025.04.16 03:58:51.179098 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 7040 | 2025.04.16 03:58:51.179148 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7041 | 2025.04.16 03:58:51.179642 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7042 | 2025.04.16 03:58:51.180122 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7043 | 2025.04.16 03:58:51.180864 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7044 | 2025.04.16 03:58:51.181348 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7045 | 2025.04.16 03:58:51.181740 [ 194 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7046 | 2025.04.16 03:58:51.184036 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15361 rows, containing 5 columns (5 merged, 0 gathered) in 0.01015797 sec., 1512211.5934581417 rows/sec., 102.12 MiB/sec. | ||
| 7047 | 2025.04.16 03:58:51.184605 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7048 | 2025.04.16 03:58:51.185600 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.04.16 03:58:51.185979 [ 192 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7050 | 2025.04.16 03:58:51.186264 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 7051 | 2025.04.16 03:58:51.186879 [ 201 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.009000487 sec., 2444.3121799964824 rows/sec., 163.84 KiB/sec. | ||
| 7052 | 2025.04.16 03:58:51.187077 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2025.04.16 03:58:51.187103 [ 196 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7054 | 2025.04.16 03:58:51.187122 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7055 | 2025.04.16 03:58:51.187490 [ 196 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.04.16 03:58:51.187589 [ 196 ] {ac4ebeda-2847-4d4a-ba1c-2ced3e59e185::all_1_21_4} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7057 | 2025.04.16 03:58:51.187693 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7058 | 2025.04.16 03:58:51.187949 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7059 | 2025.04.16 03:58:51.188204 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2025.04.16 03:58:51.188375 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7061 | 2025.04.16 03:58:51.188457 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2025.04.16 03:58:51.188505 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7063 | 2025.04.16 03:58:51.188519 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009818 sec., 4074.149521287431 rows/sec., 7.30 MiB/sec. | ||
| 7064 | 2025.04.16 03:58:51.189075 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 7065 | 2025.04.16 03:58:51.189603 [ 254 ] {03e5c583-5cbc-4b1c-ab30-102f6f0db841} <Debug> TCPHandler: Processed in 0.011235561 sec. | ||
| 7066 | 2025.04.16 03:58:51.189969 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7067 | 2025.04.16 03:58:51.190148 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7068 | 2025.04.16 03:58:51.190204 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7069 | 2025.04.16 03:58:51.190315 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 757 rows starting from the beginning of the part | ||
| 7070 | 2025.04.16 03:58:51.190327 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7071 | 2025.04.16 03:58:51.191231 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 7072 | 2025.04.16 03:58:51.191920 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 7073 | 2025.04.16 03:58:51.192740 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7074 | 2025.04.16 03:58:51.192748 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7075 | 2025.04.16 03:58:51.192831 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7076 | 2025.04.16 03:58:51.193341 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 7077 | 2025.04.16 03:58:51.194033 [ 201 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 7078 | 2025.04.16 03:58:51.194327 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7079 | 2025.04.16 03:58:51.195146 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.04.16 03:58:51.195371 [ 101 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7081 | 2025.04.16 03:58:51.195480 [ 101 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7082 | 2025.04.16 03:58:51.195555 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7083 | 2025.04.16 03:58:51.195629 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005476 sec., 14974.433893352812 rows/sec., 973.89 KiB/sec. | ||
| 7084 | 2025.04.16 03:58:51.195943 [ 254 ] {03fb51ce-6e55-4d41-b7c3-a711e0c4b5df} <Debug> TCPHandler: Processed in 0.006049119 sec. | ||
| 7085 | 2025.04.16 03:58:51.196103 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 7086 | 2025.04.16 03:58:51.196500 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7087 | 2025.04.16 03:58:51.196564 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2648 rows starting from the beginning of the part | ||
| 7088 | 2025.04.16 03:58:51.196718 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 7089 | 2025.04.16 03:58:51.196866 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 7090 | 2025.04.16 03:58:51.196943 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 7091 | 2025.04.16 03:58:51.197169 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 7092 | 2025.04.16 03:58:51.197437 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::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 | ||
| 7093 | 2025.04.16 03:58:51.201293 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3014 rows, containing 4 columns (4 merged, 0 gathered) in 0.00555776 sec., 542304.8134500231 rows/sec., 35.32 MiB/sec. | ||
| 7094 | 2025.04.16 03:58:51.201682 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7095 | 2025.04.16 03:58:51.202553 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.04.16 03:58:51.202660 [ 199 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_51_10} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7097 | 2025.04.16 03:58:51.202773 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7098 | 2025.04.16 03:58:51.212828 [ 186 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 957 rows, containing 19 columns (19 merged, 0 gathered) in 0.024209778 sec., 39529.48267431448 rows/sec., 70.84 MiB/sec. | ||
| 7099 | 2025.04.16 03:58:51.214146 [ 191 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7100 | 2025.04.16 03:58:51.214590 [ 191 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2025.04.16 03:58:51.214678 [ 191 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7102 | 2025.04.16 03:58:51.214831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7103 | 2025.04.16 03:58:52.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.07 MiB, peak 216.25 MiB, free memory in arenas 0.00 B, will set to 210.26 MiB (RSS), difference: 3.19 MiB | ||
| 7104 | 2025.04.16 03:58:54.794796 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7105 | 2025.04.16 03:58:54.794873 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7106 | 2025.04.16 03:58:54.973437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7107 | 2025.04.16 03:58:54.974061 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.04.16 03:58:54.974106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7109 | 2025.04.16 03:58:54.974616 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7110 | 2025.04.16 03:58:54.974859 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.04.16 03:58:54.975104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7112 | 2025.04.16 03:58:56.150574 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7113 | 2025.04.16 03:58:56.150759 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7114 | 2025.04.16 03:58:56.150830 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7115 | 2025.04.16 03:58:56.151652 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7116 | 2025.04.16 03:58:56.151702 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7117 | 2025.04.16 03:58:56.152143 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7118 | 2025.04.16 03:58:56.152394 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7119 | 2025.04.16 03:58:56.152608 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.25 MiB/sec. | ||
| 7120 | 2025.04.16 03:58:56.152670 [ 254 ] {4cdea1dc-25fa-4830-adf2-4fd5de3db601} <Debug> TCPHandler: Processed in 0.002219753 sec. | ||
| 7121 | 2025.04.16 03:58:56.152823 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7122 | 2025.04.16 03:58:56.152930 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7123 | 2025.04.16 03:58:56.152978 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7124 | 2025.04.16 03:58:56.153575 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7125 | 2025.04.16 03:58:56.153614 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7126 | 2025.04.16 03:58:56.154070 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7127 | 2025.04.16 03:58:56.154324 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7128 | 2025.04.16 03:58:56.154518 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. | ||
| 7129 | 2025.04.16 03:58:56.154568 [ 254 ] {0bc84a81-8891-48e2-b6e9-dc5eb961cd86} <Debug> TCPHandler: Processed in 0.001796936 sec. | ||
| 7130 | 2025.04.16 03:58:56.154712 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7131 | 2025.04.16 03:58:56.154815 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7132 | 2025.04.16 03:58:56.154863 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7133 | 2025.04.16 03:58:56.155425 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2025.04.16 03:58:56.155464 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7135 | 2025.04.16 03:58:56.155848 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7136 | 2025.04.16 03:58:56.156083 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2025.04.16 03:58:56.156285 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 7138 | 2025.04.16 03:58:56.156386 [ 254 ] {2d9a6b7d-19cb-4695-a6ae-18ac060ecca1} <Debug> TCPHandler: Processed in 0.001721344 sec. | ||
| 7139 | 2025.04.16 03:58:56.156580 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7140 | 2025.04.16 03:58:56.156725 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7141 | 2025.04.16 03:58:56.156774 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7142 | 2025.04.16 03:58:56.157229 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2025.04.16 03:58:56.157266 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7144 | 2025.04.16 03:58:56.157621 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7145 | 2025.04.16 03:58:56.157855 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2025.04.16 03:58:56.158034 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
| 7147 | 2025.04.16 03:58:56.158082 [ 254 ] {466d037a-df08-42be-98a6-aeb11260061e} <Debug> TCPHandler: Processed in 0.001601701 sec. | ||
| 7148 | 2025.04.16 03:58:56.176941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7149 | 2025.04.16 03:58:56.197775 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2025.04.16 03:58:56.197832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7151 | 2025.04.16 03:58:56.205100 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7152 | 2025.04.16 03:58:56.205884 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2025.04.16 03:58:56.209313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7154 | 2025.04.16 03:59:00.066452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 974 | ||
| 7155 | 2025.04.16 03:59:00.069560 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.04.16 03:59:00.069623 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7157 | 2025.04.16 03:59:00.071113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7158 | 2025.04.16 03:59:00.071433 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.04.16 03:59:00.072012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974 | ||
| 7160 | 2025.04.16 03:59:01.158530 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7161 | 2025.04.16 03:59:01.158742 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7162 | 2025.04.16 03:59:01.158825 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7163 | 2025.04.16 03:59:01.159762 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2025.04.16 03:59:01.159816 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7165 | 2025.04.16 03:59:01.160275 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7166 | 2025.04.16 03:59:01.160540 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2025.04.16 03:59:01.160732 [ 87 ] {} <Debug> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7168 | 2025.04.16 03:59:01.160789 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002098 sec., 101048.61773117255 rows/sec., 6.43 MiB/sec. | ||
| 7169 | 2025.04.16 03:59:01.160816 [ 87 ] {} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2025.04.16 03:59:01.160887 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7171 | 2025.04.16 03:59:01.160923 [ 254 ] {6ac176ed-6f95-41b2-834d-6a099dc197a3} <Debug> TCPHandler: Processed in 0.00253155 sec. | ||
| 7172 | 2025.04.16 03:59:01.161117 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7173 | 2025.04.16 03:59:01.161134 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2025.04.16 03:59:01.161381 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7175 | 2025.04.16 03:59:01.161397 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7176 | 2025.04.16 03:59:01.161478 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7177 | 2025.04.16 03:59:01.161483 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 7178 | 2025.04.16 03:59:01.161818 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 7179 | 2025.04.16 03:59:01.162134 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 7180 | 2025.04.16 03:59:01.162443 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 7181 | 2025.04.16 03:59:01.162948 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 7182 | 2025.04.16 03:59:01.164394 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.04.16 03:59:01.164455 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7184 | 2025.04.16 03:59:01.165418 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7185 | 2025.04.16 03:59:01.165834 [ 187 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004835266 sec., 219222.68599080172 rows/sec., 14.78 MiB/sec. | ||
| 7186 | 2025.04.16 03:59:01.165894 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7187 | 2025.04.16 03:59:01.166261 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7188 | 2025.04.16 03:59:01.166294 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004993 sec., 400.5607850991388 rows/sec., 32.66 KiB/sec. | ||
| 7189 | 2025.04.16 03:59:01.166562 [ 254 ] {8936508a-868e-4d10-bafc-9af409b53845} <Debug> TCPHandler: Processed in 0.005504119 sec. | ||
| 7190 | 2025.04.16 03:59:01.166716 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2025.04.16 03:59:01.166900 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7192 | 2025.04.16 03:59:01.166993 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7193 | 2025.04.16 03:59:01.167223 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2025.04.16 03:59:01.167475 [ 186 ] {a92b7c4d-8e13-4d66-b327-369f390f2a5c::all_1_21_5} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7195 | 2025.04.16 03:59:01.167683 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7196 | 2025.04.16 03:59:01.168389 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7197 | 2025.04.16 03:59:01.168434 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7198 | 2025.04.16 03:59:01.168840 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7199 | 2025.04.16 03:59:01.169095 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7200 | 2025.04.16 03:59:01.169297 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Debug> executeQuery: Read 698 rows, 57.04 KiB in 0.002446 sec., 285363.85936222406 rows/sec., 22.77 MiB/sec. | ||
| 7201 | 2025.04.16 03:59:01.169355 [ 254 ] {b6dbffe6-f170-4451-bf0b-00385a1d9683} <Debug> TCPHandler: Processed in 0.002694093 sec. | ||
| 7202 | 2025.04.16 03:59:01.169476 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7203 | 2025.04.16 03:59:01.169581 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7204 | 2025.04.16 03:59:01.169625 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7205 | 2025.04.16 03:59:01.170178 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7206 | 2025.04.16 03:59:01.170216 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7207 | 2025.04.16 03:59:01.170570 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7208 | 2025.04.16 03:59:01.170810 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7209 | 2025.04.16 03:59:01.171014 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Debug> executeQuery: Read 148 rows, 9.53 KiB in 0.001455 sec., 101718.21305841925 rows/sec., 6.40 MiB/sec. | ||
| 7210 | 2025.04.16 03:59:01.171065 [ 254 ] {eddea903-d6c1-4f5e-9a23-65c5a5085fd8} <Debug> TCPHandler: Processed in 0.001640122 sec. | ||
| 7211 | 2025.04.16 03:59:01.171185 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7212 | 2025.04.16 03:59:01.171289 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7213 | 2025.04.16 03:59:01.171333 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7214 | 2025.04.16 03:59:01.171869 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7215 | 2025.04.16 03:59:01.171908 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7216 | 2025.04.16 03:59:01.172254 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7217 | 2025.04.16 03:59:01.172493 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7218 | 2025.04.16 03:59:01.172734 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001457 sec., 77556.62319835278 rows/sec., 5.02 MiB/sec. | ||
| 7219 | 2025.04.16 03:59:01.172908 [ 254 ] {b82478ce-238f-4596-9c2a-e4eb23c43a0f} <Debug> TCPHandler: Processed in 0.001772135 sec. | ||
| 7220 | 2025.04.16 03:59:01.173111 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7221 | 2025.04.16 03:59:01.173214 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7222 | 2025.04.16 03:59:01.173261 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7223 | 2025.04.16 03:59:01.173821 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7224 | 2025.04.16 03:59:01.173858 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7225 | 2025.04.16 03:59:01.174201 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7226 | 2025.04.16 03:59:01.174438 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7227 | 2025.04.16 03:59:01.174590 [ 87 ] {} <Debug> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7228 | 2025.04.16 03:59:01.174658 [ 87 ] {} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7229 | 2025.04.16 03:59:01.174673 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001474 sec., 75983.71777476255 rows/sec., 4.33 MiB/sec. | ||
| 7230 | 2025.04.16 03:59:01.174706 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7231 | 2025.04.16 03:59:01.174821 [ 254 ] {d49a9134-0ad0-42d3-822e-e3b09ed41631} <Debug> TCPHandler: Processed in 0.001773024 sec. | ||
| 7232 | 2025.04.16 03:59:01.174988 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7233 | 2025.04.16 03:59:01.175018 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7234 | 2025.04.16 03:59:01.175228 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7235 | 2025.04.16 03:59:01.175268 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7236 | 2025.04.16 03:59:01.175312 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7237 | 2025.04.16 03:59:01.175338 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 7238 | 2025.04.16 03:59:01.175735 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 7239 | 2025.04.16 03:59:01.176190 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 7240 | 2025.04.16 03:59:01.176613 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 7241 | 2025.04.16 03:59:01.176950 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 7242 | 2025.04.16 03:59:01.177940 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.04.16 03:59:01.177996 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7244 | 2025.04.16 03:59:01.179014 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7245 | 2025.04.16 03:59:01.179366 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004519689 sec., 123902.33044795781 rows/sec., 7.53 MiB/sec. | ||
| 7246 | 2025.04.16 03:59:01.179556 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7247 | 2025.04.16 03:59:01.179588 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7248 | 2025.04.16 03:59:01.180027 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Debug> executeQuery: Read 424 rows, 30.95 KiB in 0.004862 sec., 87206.9107363225 rows/sec., 6.22 MiB/sec. | ||
| 7249 | 2025.04.16 03:59:01.180173 [ 254 ] {15e4d852-4dbc-4b8f-a81f-a016e201d4fe} <Debug> TCPHandler: Processed in 0.005207303 sec. | ||
| 7250 | 2025.04.16 03:59:01.180226 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.04.16 03:59:01.180381 [ 189 ] {37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66::all_1_21_5} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7252 | 2025.04.16 03:59:01.180387 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7253 | 2025.04.16 03:59:01.180504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7254 | 2025.04.16 03:59:01.180572 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7255 | 2025.04.16 03:59:01.180628 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7256 | 2025.04.16 03:59:01.181087 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7257 | 2025.04.16 03:59:01.181125 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7258 | 2025.04.16 03:59:01.181481 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7259 | 2025.04.16 03:59:01.181725 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7260 | 2025.04.16 03:59:01.181881 [ 87 ] {} <Debug> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7261 | 2025.04.16 03:59:01.181940 [ 87 ] {} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.04.16 03:59:01.181984 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7263 | 2025.04.16 03:59:01.181984 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 7264 | 2025.04.16 03:59:01.182277 [ 254 ] {0edfb53b-19b3-473c-9445-2393a2eed797} <Debug> TCPHandler: Processed in 0.001968299 sec. | ||
| 7265 | 2025.04.16 03:59:01.182361 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::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 | ||
| 7266 | 2025.04.16 03:59:01.182740 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2025.04.16 03:59:01.182765 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7268 | 2025.04.16 03:59:01.182821 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7269 | 2025.04.16 03:59:01.183013 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7270 | 2025.04.16 03:59:01.183045 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7271 | 2025.04.16 03:59:01.183219 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7272 | 2025.04.16 03:59:01.183336 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7273 | 2025.04.16 03:59:01.183723 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7274 | 2025.04.16 03:59:01.184089 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7275 | 2025.04.16 03:59:01.184399 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7276 | 2025.04.16 03:59:01.186012 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.04.16 03:59:01.186082 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7278 | 2025.04.16 03:59:01.187168 [ 186 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00507273 sec., 24838.696323281547 rows/sec., 1.27 MiB/sec. | ||
| 7279 | 2025.04.16 03:59:01.187263 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7280 | 2025.04.16 03:59:01.187357 [ 198 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7281 | 2025.04.16 03:59:01.187745 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7282 | 2025.04.16 03:59:01.188042 [ 190 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2025.04.16 03:59:01.188263 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005359 sec., 44411.27075947005 rows/sec., 2.98 MiB/sec. | ||
| 7284 | 2025.04.16 03:59:01.188297 [ 190 ] {7745499f-3328-4ef5-b823-2a49d67d736e::all_1_21_4} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7285 | 2025.04.16 03:59:01.188474 [ 254 ] {68d953f3-aa16-4e77-8648-a7555c6c9def} <Debug> TCPHandler: Processed in 0.005866996 sec. | ||
| 7286 | 2025.04.16 03:59:01.188506 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7287 | 2025.04.16 03:59:01.188643 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.04.16 03:59:01.188751 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7289 | 2025.04.16 03:59:01.188800 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7290 | 2025.04.16 03:59:01.189243 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2025.04.16 03:59:01.189280 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7292 | 2025.04.16 03:59:01.189635 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7293 | 2025.04.16 03:59:01.189868 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.04.16 03:59:01.190120 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 7295 | 2025.04.16 03:59:01.190310 [ 254 ] {38d8fe94-7dae-4675-bd93-032b6ef91394} <Debug> TCPHandler: Processed in 0.001712404 sec. | ||
| 7296 | 2025.04.16 03:59:01.190484 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7297 | 2025.04.16 03:59:01.190589 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7298 | 2025.04.16 03:59:01.190665 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7299 | 2025.04.16 03:59:01.191805 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.04.16 03:59:01.191843 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7301 | 2025.04.16 03:59:01.192498 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7302 | 2025.04.16 03:59:01.192757 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.04.16 03:59:01.192984 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002417 sec., 16549.44145635085 rows/sec., 29.66 MiB/sec. | ||
| 7304 | 2025.04.16 03:59:01.193093 [ 254 ] {c54ec725-e789-492b-94b8-a5302e0b0777} <Debug> TCPHandler: Processed in 0.002668842 sec. | ||
| 7305 | 2025.04.16 03:59:01.193225 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7306 | 2025.04.16 03:59:01.193331 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7307 | 2025.04.16 03:59:01.193377 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7308 | 2025.04.16 03:59:01.193807 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2025.04.16 03:59:01.193846 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7310 | 2025.04.16 03:59:01.194200 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7311 | 2025.04.16 03:59:01.194435 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2025.04.16 03:59:01.194621 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001311 sec., 62547.67353165522 rows/sec., 3.97 MiB/sec. | ||
| 7313 | 2025.04.16 03:59:01.194668 [ 254 ] {b387564a-79c8-478e-b5f0-ff5eed53147d} <Debug> TCPHandler: Processed in 0.001493879 sec. | ||
| 7314 | 2025.04.16 03:59:02.475200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7315 | 2025.04.16 03:59:02.475825 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2025.04.16 03:59:02.475866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7317 | 2025.04.16 03:59:02.476373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7318 | 2025.04.16 03:59:02.476641 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2025.04.16 03:59:02.476837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7320 | 2025.04.16 03:59:03.709358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7321 | 2025.04.16 03:59:03.731170 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.04.16 03:59:03.731216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7323 | 2025.04.16 03:59:03.738564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7324 | 2025.04.16 03:59:03.739308 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.04.16 03:59:03.742765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7326 | 2025.04.16 03:59:06.150728 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2025.04.16 03:59:06.150919 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7328 | 2025.04.16 03:59:06.150992 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7329 | 2025.04.16 03:59:06.151767 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2025.04.16 03:59:06.151824 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7331 | 2025.04.16 03:59:06.152275 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7332 | 2025.04.16 03:59:06.152532 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2025.04.16 03:59:06.152804 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 7334 | 2025.04.16 03:59:06.152913 [ 254 ] {0cd866f1-0a9b-492f-bbc2-ffebabc00eb7} <Debug> TCPHandler: Processed in 0.002317675 sec. | ||
| 7335 | 2025.04.16 03:59:06.153142 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7336 | 2025.04.16 03:59:06.153279 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7337 | 2025.04.16 03:59:06.153330 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7338 | 2025.04.16 03:59:06.153917 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2025.04.16 03:59:06.153958 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7340 | 2025.04.16 03:59:06.154319 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7341 | 2025.04.16 03:59:06.154556 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2025.04.16 03:59:06.154769 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001516 sec., 42216.35883905013 rows/sec., 3.30 MiB/sec. | ||
| 7343 | 2025.04.16 03:59:06.154833 [ 254 ] {9f1f91e7-b43f-4e75-9aba-9449df1cd765} <Debug> TCPHandler: Processed in 0.001792605 sec. | ||
| 7344 | 2025.04.16 03:59:06.154991 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7345 | 2025.04.16 03:59:06.155102 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7346 | 2025.04.16 03:59:06.155153 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7347 | 2025.04.16 03:59:06.155705 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2025.04.16 03:59:06.155743 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7349 | 2025.04.16 03:59:06.156125 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7350 | 2025.04.16 03:59:06.156357 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2025.04.16 03:59:06.156527 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
| 7352 | 2025.04.16 03:59:06.156576 [ 254 ] {f701d1c5-eed0-48c2-9df0-f5d599e1594e} <Debug> TCPHandler: Processed in 0.001648573 sec. | ||
| 7353 | 2025.04.16 03:59:06.156700 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2025.04.16 03:59:06.156806 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7355 | 2025.04.16 03:59:06.156852 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7356 | 2025.04.16 03:59:06.157274 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.04.16 03:59:06.157311 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7358 | 2025.04.16 03:59:06.157673 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7359 | 2025.04.16 03:59:06.157910 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2025.04.16 03:59:06.158074 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec. | ||
| 7361 | 2025.04.16 03:59:06.158121 [ 254 ] {2cde16fe-2089-4456-919c-0d6523d8c48f} <Debug> TCPHandler: Processed in 0.001473209 sec. | ||
| 7362 | 2025.04.16 03:59:09.795114 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7363 | 2025.04.16 03:59:09.795183 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7364 | 2025.04.16 03:59:09.977941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7365 | 2025.04.16 03:59:09.978602 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.04.16 03:59:09.978656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7367 | 2025.04.16 03:59:09.979174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7368 | 2025.04.16 03:59:09.979449 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.04.16 03:59:09.979722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7370 | 2025.04.16 03:59:10.073214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1006 | ||
| 7371 | 2025.04.16 03:59:10.076223 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2025.04.16 03:59:10.076275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7373 | 2025.04.16 03:59:10.077715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7374 | 2025.04.16 03:59:10.078014 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2025.04.16 03:59:10.078554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7376 | 2025.04.16 03:59:11.158233 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7377 | 2025.04.16 03:59:11.158459 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7378 | 2025.04.16 03:59:11.158538 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7379 | 2025.04.16 03:59:11.159430 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2025.04.16 03:59:11.159488 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7381 | 2025.04.16 03:59:11.159922 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7382 | 2025.04.16 03:59:11.160175 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.04.16 03:59:11.160393 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00199 sec., 106532.66331658291 rows/sec., 6.78 MiB/sec. | ||
| 7384 | 2025.04.16 03:59:11.160461 [ 254 ] {f8852241-6570-41c9-b314-e8007aa587d0} <Debug> TCPHandler: Processed in 0.002397487 sec. | ||
| 7385 | 2025.04.16 03:59:11.160588 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7386 | 2025.04.16 03:59:11.160699 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7387 | 2025.04.16 03:59:11.160747 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7388 | 2025.04.16 03:59:11.161694 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2025.04.16 03:59:11.161735 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7390 | 2025.04.16 03:59:11.162127 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7391 | 2025.04.16 03:59:11.162368 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2025.04.16 03:59:11.162544 [ 74 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7393 | 2025.04.16 03:59:11.162584 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001912 sec., 364539.74895397486 rows/sec., 29.10 MiB/sec. | ||
| 7394 | 2025.04.16 03:59:11.162652 [ 74 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7395 | 2025.04.16 03:59:11.162726 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7396 | 2025.04.16 03:59:11.162731 [ 254 ] {a1fb7278-c61f-4356-85e1-d64486597329} <Debug> TCPHandler: Processed in 0.002190863 sec. | ||
| 7397 | 2025.04.16 03:59:11.162952 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7398 | 2025.04.16 03:59:11.162954 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7399 | 2025.04.16 03:59:11.163124 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7400 | 2025.04.16 03:59:11.163242 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7401 | 2025.04.16 03:59:11.163254 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7402 | 2025.04.16 03:59:11.163352 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1848 rows starting from the beginning of the part | ||
| 7403 | 2025.04.16 03:59:11.163611 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 697 rows starting from the beginning of the part | ||
| 7404 | 2025.04.16 03:59:11.163979 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7405 | 2025.04.16 03:59:11.164371 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 698 rows starting from the beginning of the part | ||
| 7406 | 2025.04.16 03:59:11.164728 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 7407 | 2025.04.16 03:59:11.165003 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 697 rows starting from the beginning of the part | ||
| 7408 | 2025.04.16 03:59:11.166068 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2025.04.16 03:59:11.166129 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7410 | 2025.04.16 03:59:11.166987 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7411 | 2025.04.16 03:59:11.167554 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2025.04.16 03:59:11.167911 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.004845 sec., 30134.158926728585 rows/sec., 1.89 MiB/sec. | ||
| 7413 | 2025.04.16 03:59:11.168141 [ 254 ] {b08bc8b4-cdef-4aea-aa8a-788f61cfa163} <Debug> TCPHandler: Processed in 0.005264943 sec. | ||
| 7414 | 2025.04.16 03:59:11.168539 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7415 | 2025.04.16 03:59:11.168767 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4052 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941527 sec., 681979.565185852 rows/sec., 57.44 MiB/sec. | ||
| 7416 | 2025.04.16 03:59:11.168774 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7417 | 2025.04.16 03:59:11.168867 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7418 | 2025.04.16 03:59:11.169067 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7419 | 2025.04.16 03:59:11.169624 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7420 | 2025.04.16 03:59:11.169857 [ 198 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_56_11} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7421 | 2025.04.16 03:59:11.170016 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 7422 | 2025.04.16 03:59:11.170153 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2025.04.16 03:59:11.170195 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7424 | 2025.04.16 03:59:11.170542 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7425 | 2025.04.16 03:59:11.170770 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2025.04.16 03:59:11.170994 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002262 sec., 49955.791335101676 rows/sec., 3.23 MiB/sec. | ||
| 7427 | 2025.04.16 03:59:11.171073 [ 254 ] {4c810481-eb64-4715-83fe-7a894c5974c7} <Debug> TCPHandler: Processed in 0.002681244 sec. | ||
| 7428 | 2025.04.16 03:59:11.171317 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7429 | 2025.04.16 03:59:11.171421 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7430 | 2025.04.16 03:59:11.171466 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7431 | 2025.04.16 03:59:11.172058 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7432 | 2025.04.16 03:59:11.172095 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7433 | 2025.04.16 03:59:11.172431 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7434 | 2025.04.16 03:59:11.172652 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2025.04.16 03:59:11.172838 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001439 sec., 77831.8276580959 rows/sec., 4.43 MiB/sec. | ||
| 7436 | 2025.04.16 03:59:11.172888 [ 254 ] {fd32d661-a899-45fd-8206-86155dc045bf} <Debug> TCPHandler: Processed in 0.001659633 sec. | ||
| 7437 | 2025.04.16 03:59:11.173002 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7438 | 2025.04.16 03:59:11.173103 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7439 | 2025.04.16 03:59:11.173145 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7440 | 2025.04.16 03:59:11.173894 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7441 | 2025.04.16 03:59:11.173932 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7442 | 2025.04.16 03:59:11.174295 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7443 | 2025.04.16 03:59:11.174530 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7444 | 2025.04.16 03:59:11.174699 [ 74 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7445 | 2025.04.16 03:59:11.174745 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00166 sec., 254216.8674698795 rows/sec., 18.11 MiB/sec. | ||
| 7446 | 2025.04.16 03:59:11.174766 [ 74 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.04.16 03:59:11.174835 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7448 | 2025.04.16 03:59:11.174853 [ 254 ] {bd26d3b6-6d81-4094-ab72-77da03727385} <Debug> TCPHandler: Processed in 0.001894688 sec. | ||
| 7449 | 2025.04.16 03:59:11.175003 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7450 | 2025.04.16 03:59:11.175009 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7451 | 2025.04.16 03:59:11.175162 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7452 | 2025.04.16 03:59:11.175170 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7453 | 2025.04.16 03:59:11.175220 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7454 | 2025.04.16 03:59:11.175224 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7455 | 2025.04.16 03:59:11.175433 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 422 rows starting from the beginning of the part | ||
| 7456 | 2025.04.16 03:59:11.175799 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7457 | 2025.04.16 03:59:11.176246 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 424 rows starting from the beginning of the part | ||
| 7458 | 2025.04.16 03:59:11.176447 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 7459 | 2025.04.16 03:59:11.176607 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 422 rows starting from the beginning of the part | ||
| 7460 | 2025.04.16 03:59:11.177138 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2025.04.16 03:59:11.177191 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7462 | 2025.04.16 03:59:11.177736 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7463 | 2025.04.16 03:59:11.178035 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.04.16 03:59:11.178240 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003114 sec., 1926.7822736030828 rows/sec., 100.67 KiB/sec. | ||
| 7465 | 2025.04.16 03:59:11.178500 [ 254 ] {4d452c03-a0f4-4be1-93c1-94a8aa453bba} <Debug> TCPHandler: Processed in 0.0035408 sec. | ||
| 7466 | 2025.04.16 03:59:11.178927 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7467 | 2025.04.16 03:59:11.179312 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7468 | 2025.04.16 03:59:11.179364 [ 195 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004430898 sec., 521339.0152515359 rows/sec., 39.62 MiB/sec. | ||
| 7469 | 2025.04.16 03:59:11.179386 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7470 | 2025.04.16 03:59:11.179587 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7471 | 2025.04.16 03:59:11.179905 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2025.04.16 03:59:11.180010 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_56_11} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7473 | 2025.04.16 03:59:11.180109 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7474 | 2025.04.16 03:59:11.180187 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2025.04.16 03:59:11.180224 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7476 | 2025.04.16 03:59:11.180605 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7477 | 2025.04.16 03:59:11.180831 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.04.16 03:59:11.181027 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001779 sec., 133220.91062394605 rows/sec., 8.93 MiB/sec. | ||
| 7479 | 2025.04.16 03:59:11.181161 [ 254 ] {7f6b2c3e-1ed2-47eb-baf7-e6bd80a2e0de} <Debug> TCPHandler: Processed in 0.002374777 sec. | ||
| 7480 | 2025.04.16 03:59:11.181365 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7481 | 2025.04.16 03:59:11.181558 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7482 | 2025.04.16 03:59:11.181606 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7483 | 2025.04.16 03:59:11.182024 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.04.16 03:59:11.182061 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7485 | 2025.04.16 03:59:11.182392 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7486 | 2025.04.16 03:59:11.182633 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2025.04.16 03:59:11.182824 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
| 7488 | 2025.04.16 03:59:11.182873 [ 254 ] {17d9811f-acd5-4ea1-b08a-995f97e2ce66} <Debug> TCPHandler: Processed in 0.001619082 sec. | ||
| 7489 | 2025.04.16 03:59:11.182987 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7490 | 2025.04.16 03:59:11.183087 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7491 | 2025.04.16 03:59:11.183151 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7492 | 2025.04.16 03:59:11.184296 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7493 | 2025.04.16 03:59:11.184334 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7494 | 2025.04.16 03:59:11.184975 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7495 | 2025.04.16 03:59:11.185219 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7496 | 2025.04.16 03:59:11.185437 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00237 sec., 16877.637130801686 rows/sec., 30.24 MiB/sec. | ||
| 7497 | 2025.04.16 03:59:11.185547 [ 254 ] {5f065f5e-6911-4375-ae9d-47b1b7f205ed} <Debug> TCPHandler: Processed in 0.002608301 sec. | ||
| 7498 | 2025.04.16 03:59:11.185662 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7499 | 2025.04.16 03:59:11.185763 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7500 | 2025.04.16 03:59:11.185808 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7501 | 2025.04.16 03:59:11.186243 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7502 | 2025.04.16 03:59:11.186281 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7503 | 2025.04.16 03:59:11.186656 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7504 | 2025.04.16 03:59:11.186879 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.04.16 03:59:11.187082 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001339 sec., 61239.731142643766 rows/sec., 3.89 MiB/sec. | ||
| 7506 | 2025.04.16 03:59:11.187128 [ 254 ] {62238fb9-4aeb-46b6-9aff-90670a17727b} <Debug> TCPHandler: Processed in 0.00151431 sec. | ||
| 7507 | 2025.04.16 03:59:11.243781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7508 | 2025.04.16 03:59:11.265311 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7509 | 2025.04.16 03:59:11.265363 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7510 | 2025.04.16 03:59:11.272463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7511 | 2025.04.16 03:59:11.273215 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2025.04.16 03:59:11.276872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7513 | 2025.04.16 03:59:12.001171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.93 MiB, peak 216.25 MiB, free memory in arenas 0.00 B, will set to 210.64 MiB (RSS), difference: -1.29 MiB | ||
| 7514 | 2025.04.16 03:59:16.180709 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7515 | 2025.04.16 03:59:16.180939 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7516 | 2025.04.16 03:59:16.181021 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7517 | 2025.04.16 03:59:16.181848 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2025.04.16 03:59:16.181904 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7519 | 2025.04.16 03:59:16.182324 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7520 | 2025.04.16 03:59:16.182589 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2025.04.16 03:59:16.182915 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002026 sec., 1974.3336623889438 rows/sec., 160.99 KiB/sec. | ||
| 7522 | 2025.04.16 03:59:16.183144 [ 254 ] {c467fe30-dc51-4362-9d29-57aec8fd8756} <Debug> TCPHandler: Processed in 0.002569701 sec. | ||
| 7523 | 2025.04.16 03:59:16.183391 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2025.04.16 03:59:16.183512 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7525 | 2025.04.16 03:59:16.183561 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7526 | 2025.04.16 03:59:16.184768 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7527 | 2025.04.16 03:59:16.184811 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7528 | 2025.04.16 03:59:16.185247 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7529 | 2025.04.16 03:59:16.185497 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7530 | 2025.04.16 03:59:16.185732 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.00224 sec., 534821.4285714286 rows/sec., 43.88 MiB/sec. | ||
| 7531 | 2025.04.16 03:59:16.185840 [ 254 ] {3a66be5f-b1b1-4a1b-8686-2368df3b877e} <Debug> TCPHandler: Processed in 0.00252805 sec. | ||
| 7532 | 2025.04.16 03:59:16.186029 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7533 | 2025.04.16 03:59:16.186202 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7534 | 2025.04.16 03:59:16.186250 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7535 | 2025.04.16 03:59:16.186773 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7536 | 2025.04.16 03:59:16.186814 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7537 | 2025.04.16 03:59:16.187147 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7538 | 2025.04.16 03:59:16.187385 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7539 | 2025.04.16 03:59:16.187567 [ 61 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7540 | 2025.04.16 03:59:16.187615 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001444 sec., 2770.083102493075 rows/sec., 193.42 KiB/sec. | ||
| 7541 | 2025.04.16 03:59:16.187670 [ 61 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7542 | 2025.04.16 03:59:16.187737 [ 254 ] {990f1964-2d0b-427d-88ba-b249d008fe3d} <Debug> TCPHandler: Processed in 0.001814426 sec. | ||
| 7543 | 2025.04.16 03:59:16.187742 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7544 | 2025.04.16 03:59:16.187910 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7545 | 2025.04.16 03:59:16.188056 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 7546 | 2025.04.16 03:59:16.188242 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7547 | 2025.04.16 03:59:16.188423 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7548 | 2025.04.16 03:59:16.188708 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7549 | 2025.04.16 03:59:16.188835 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part | ||
| 7550 | 2025.04.16 03:59:16.189029 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
| 7551 | 2025.04.16 03:59:16.189340 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 146 rows starting from the beginning of the part | ||
| 7552 | 2025.04.16 03:59:16.189750 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 148 rows starting from the beginning of the part | ||
| 7553 | 2025.04.16 03:59:16.189996 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 146 rows starting from the beginning of the part | ||
| 7554 | 2025.04.16 03:59:16.190193 [ 196 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 7555 | 2025.04.16 03:59:16.190837 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.04.16 03:59:16.190886 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7557 | 2025.04.16 03:59:16.191436 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7558 | 2025.04.16 03:59:16.191587 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 5 columns (5 merged, 0 gathered) in 0.003722303 sec., 163877.0406385509 rows/sec., 10.96 MiB/sec. | ||
| 7559 | 2025.04.16 03:59:16.191732 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7560 | 2025.04.16 03:59:16.191766 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2025.04.16 03:59:16.191991 [ 61 ] {} <Debug> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7562 | 2025.04.16 03:59:16.192109 [ 61 ] {} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2025.04.16 03:59:16.192185 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004067 sec., 56060.97860831079 rows/sec., 3.80 MiB/sec. | ||
| 7564 | 2025.04.16 03:59:16.192188 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7565 | 2025.04.16 03:59:16.192432 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2025.04.16 03:59:16.192515 [ 254 ] {ba702063-a24e-463f-9d53-a21696e17623} <Debug> TCPHandler: Processed in 0.004684582 sec. | ||
| 7567 | 2025.04.16 03:59:16.192603 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::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 | ||
| 7568 | 2025.04.16 03:59:16.192641 [ 200 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_36_7} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7569 | 2025.04.16 03:59:16.192681 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2025.04.16 03:59:16.192759 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7571 | 2025.04.16 03:59:16.192772 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7572 | 2025.04.16 03:59:16.192823 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 342 rows starting from the beginning of the part | ||
| 7573 | 2025.04.16 03:59:16.192863 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7574 | 2025.04.16 03:59:16.192900 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part | ||
| 7575 | 2025.04.16 03:59:16.192943 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7576 | 2025.04.16 03:59:16.193307 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 7577 | 2025.04.16 03:59:16.193600 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 7578 | 2025.04.16 03:59:16.193705 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 7579 | 2025.04.16 03:59:16.194152 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part | ||
| 7580 | 2025.04.16 03:59:16.195632 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.04.16 03:59:16.195682 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7582 | 2025.04.16 03:59:16.196116 [ 196 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.003740384 sec., 303979.48445934965 rows/sec., 21.38 MiB/sec. | ||
| 7583 | 2025.04.16 03:59:16.196230 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7584 | 2025.04.16 03:59:16.196349 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7585 | 2025.04.16 03:59:16.196703 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.04.16 03:59:16.196943 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2025.04.16 03:59:16.197137 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.004299 sec., 121888.8113514771 rows/sec., 9.03 MiB/sec. | ||
| 7588 | 2025.04.16 03:59:16.197200 [ 197 ] {652ab4f7-0c56-4333-8055-88ba8732bc7c::all_1_31_6} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7589 | 2025.04.16 03:59:16.197276 [ 254 ] {cc8b993d-3af7-49fe-8e0b-3d4dddf5b66d} <Debug> TCPHandler: Processed in 0.004651081 sec. | ||
| 7590 | 2025.04.16 03:59:16.197452 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7591 | 2025.04.16 03:59:16.197519 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7592 | 2025.04.16 03:59:16.197630 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7593 | 2025.04.16 03:59:16.197680 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7594 | 2025.04.16 03:59:16.198435 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.04.16 03:59:16.198474 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7596 | 2025.04.16 03:59:16.198908 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7597 | 2025.04.16 03:59:16.199175 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2025.04.16 03:59:16.199357 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7599 | 2025.04.16 03:59:16.199434 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001808 sec., 487831.85840707965 rows/sec., 32.82 MiB/sec. | ||
| 7600 | 2025.04.16 03:59:16.199442 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7601 | 2025.04.16 03:59:16.199517 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7602 | 2025.04.16 03:59:16.199573 [ 254 ] {b5e01e5c-df05-4991-9c90-37fd99bf988d} <Debug> TCPHandler: Processed in 0.002121692 sec. | ||
| 7603 | 2025.04.16 03:59:16.199842 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.04.16 03:59:16.199848 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7605 | 2025.04.16 03:59:16.200248 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7606 | 2025.04.16 03:59:16.200479 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7607 | 2025.04.16 03:59:16.200540 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7608 | 2025.04.16 03:59:16.200674 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15361 rows starting from the beginning of the part | ||
| 7609 | 2025.04.16 03:59:16.201301 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7610 | 2025.04.16 03:59:16.201739 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 238 rows starting from the beginning of the part | ||
| 7611 | 2025.04.16 03:59:16.202089 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7612 | 2025.04.16 03:59:16.202383 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7613 | 2025.04.16 03:59:16.202630 [ 200 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 882 rows starting from the beginning of the part | ||
| 7614 | 2025.04.16 03:59:16.203303 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7615 | 2025.04.16 03:59:16.203345 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7616 | 2025.04.16 03:59:16.203804 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7617 | 2025.04.16 03:59:16.204182 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7618 | 2025.04.16 03:59:16.204398 [ 69 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7619 | 2025.04.16 03:59:16.204525 [ 69 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.04.16 03:59:16.204600 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004507 sec., 13312.624805857557 rows/sec., 918.71 KiB/sec. | ||
| 7621 | 2025.04.16 03:59:16.204621 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7622 | 2025.04.16 03:59:16.205017 [ 254 ] {a451cfa4-ebf1-4b73-8d54-fd7627b4c7c1} <Debug> TCPHandler: Processed in 0.005260864 sec. | ||
| 7623 | 2025.04.16 03:59:16.205304 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7624 | 2025.04.16 03:59:16.206204 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7625 | 2025.04.16 03:59:16.206459 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3014 rows starting from the beginning of the part | ||
| 7626 | 2025.04.16 03:59:16.206799 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7627 | 2025.04.16 03:59:16.206893 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 7628 | 2025.04.16 03:59:16.206986 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7629 | 2025.04.16 03:59:16.207078 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7630 | 2025.04.16 03:59:16.207156 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7631 | 2025.04.16 03:59:16.209404 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004592611 sec., 731174.4887603152 rows/sec., 47.65 MiB/sec. | ||
| 7632 | 2025.04.16 03:59:16.209762 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7633 | 2025.04.16 03:59:16.210222 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17038 rows, containing 5 columns (5 merged, 0 gathered) in 0.010594999 sec., 1608117.1881186585 rows/sec., 108.62 MiB/sec. | ||
| 7634 | 2025.04.16 03:59:16.210279 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7635 | 2025.04.16 03:59:16.210372 [ 193 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_56_11} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7636 | 2025.04.16 03:59:16.210442 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7637 | 2025.04.16 03:59:16.210459 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7638 | 2025.04.16 03:59:16.210752 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7639 | 2025.04.16 03:59:16.210833 [ 197 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7640 | 2025.04.16 03:59:16.210923 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 7641 | 2025.04.16 03:59:17.480776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7642 | 2025.04.16 03:59:17.481427 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.04.16 03:59:17.481471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7644 | 2025.04.16 03:59:17.481991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7645 | 2025.04.16 03:59:17.482260 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2025.04.16 03:59:17.482494 [ 67 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7647 | 2025.04.16 03:59:17.482527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7648 | 2025.04.16 03:59:17.482574 [ 67 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2025.04.16 03:59:17.482603 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7650 | 2025.04.16 03:59:17.483086 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 7651 | 2025.04.16 03:59:17.483749 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7652 | 2025.04.16 03:59:17.483873 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 7653 | 2025.04.16 03:59:17.483996 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 7654 | 2025.04.16 03:59:17.484087 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 7655 | 2025.04.16 03:59:17.484251 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 7656 | 2025.04.16 03:59:17.484331 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 7657 | 2025.04.16 03:59:17.484444 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 7658 | 2025.04.16 03:59:17.486664 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003959768 sec., 4760127.360996908 rows/sec., 68.09 MiB/sec. | ||
| 7659 | 2025.04.16 03:59:17.486868 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7660 | 2025.04.16 03:59:17.487140 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2025.04.16 03:59:17.487221 [ 194 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_41_8} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7662 | 2025.04.16 03:59:17.487306 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7663 | 2025.04.16 03:59:18.777861 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7664 | 2025.04.16 03:59:18.799810 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.04.16 03:59:18.799871 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7666 | 2025.04.16 03:59:18.807385 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7667 | 2025.04.16 03:59:18.808158 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.04.16 03:59:18.808471 [ 63 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7669 | 2025.04.16 03:59:18.808544 [ 63 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.04.16 03:59:18.808591 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7671 | 2025.04.16 03:59:18.809106 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 7672 | 2025.04.16 03:59:18.824928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7673 | 2025.04.16 03:59:18.826490 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7674 | 2025.04.16 03:59:18.828316 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 7675 | 2025.04.16 03:59:18.834392 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 7676 | 2025.04.16 03:59:18.840583 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 7677 | 2025.04.16 03:59:18.846169 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 7678 | 2025.04.16 03:59:18.851822 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 7679 | 2025.04.16 03:59:18.856447 [ 193 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 7680 | 2025.04.16 03:59:18.915082 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.106353919 sec., 2905.3936413946344 rows/sec., 15.02 MiB/sec. | ||
| 7681 | 2025.04.16 03:59:18.918073 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7682 | 2025.04.16 03:59:18.921037 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.04.16 03:59:18.921124 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_41_8} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7684 | 2025.04.16 03:59:18.923529 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7685 | 2025.04.16 03:59:19.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.79 MiB, peak 226.21 MiB, free memory in arenas 0.00 B, will set to 214.82 MiB (RSS), difference: 2.03 MiB | ||
| 7686 | 2025.04.16 03:59:20.079685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1042 | ||
| 7687 | 2025.04.16 03:59:20.084586 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.04.16 03:59:20.084667 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7689 | 2025.04.16 03:59:20.086938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7690 | 2025.04.16 03:59:20.087374 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.04.16 03:59:20.088943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1042 | ||
| 7692 | 2025.04.16 03:59:21.157922 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2025.04.16 03:59:21.158112 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7694 | 2025.04.16 03:59:21.158184 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7695 | 2025.04.16 03:59:21.159047 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7696 | 2025.04.16 03:59:21.159100 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7697 | 2025.04.16 03:59:21.159552 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7698 | 2025.04.16 03:59:21.159827 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Trace> oximeter.fields_i16 (a92b7c4d-8e13-4d66-b327-369f390f2a5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2025.04.16 03:59:21.160055 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001996 sec., 106212.4248496994 rows/sec., 6.76 MiB/sec. | ||
| 7700 | 2025.04.16 03:59:21.160124 [ 254 ] {a5a1824a-2170-4b8d-892e-0dce572b9354} <Debug> TCPHandler: Processed in 0.002328746 sec. | ||
| 7701 | 2025.04.16 03:59:21.160267 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7702 | 2025.04.16 03:59:21.160392 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7703 | 2025.04.16 03:59:21.160442 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7704 | 2025.04.16 03:59:21.161342 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.04.16 03:59:21.161394 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7706 | 2025.04.16 03:59:21.161803 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7707 | 2025.04.16 03:59:21.162057 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7708 | 2025.04.16 03:59:21.162297 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001937 sec., 359834.79607640684 rows/sec., 28.72 MiB/sec. | ||
| 7709 | 2025.04.16 03:59:21.162417 [ 254 ] {994450ea-2624-48f9-81ac-ec7527dbfe92} <Debug> TCPHandler: Processed in 0.002202153 sec. | ||
| 7710 | 2025.04.16 03:59:21.162617 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7711 | 2025.04.16 03:59:21.162815 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7712 | 2025.04.16 03:59:21.162866 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7713 | 2025.04.16 03:59:21.163472 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7714 | 2025.04.16 03:59:21.163512 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7715 | 2025.04.16 03:59:21.163878 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7716 | 2025.04.16 03:59:21.164147 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2025.04.16 03:59:21.164352 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001578 sec., 92522.17997465146 rows/sec., 5.81 MiB/sec. | ||
| 7718 | 2025.04.16 03:59:21.164417 [ 254 ] {c8d3b2c9-ee81-492f-ab4d-8d4177f99456} <Debug> TCPHandler: Processed in 0.001902778 sec. | ||
| 7719 | 2025.04.16 03:59:21.164543 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7720 | 2025.04.16 03:59:21.164650 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7721 | 2025.04.16 03:59:21.164696 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7722 | 2025.04.16 03:59:21.165250 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2025.04.16 03:59:21.165289 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7724 | 2025.04.16 03:59:21.165658 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7725 | 2025.04.16 03:59:21.165914 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2025.04.16 03:59:21.166117 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001489 sec., 75889.85896574882 rows/sec., 4.91 MiB/sec. | ||
| 7727 | 2025.04.16 03:59:21.166168 [ 254 ] {779f7fc1-70ca-4373-ad67-5eb77f073e8a} <Debug> TCPHandler: Processed in 0.001677193 sec. | ||
| 7728 | 2025.04.16 03:59:21.166294 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2025.04.16 03:59:21.166410 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7730 | 2025.04.16 03:59:21.166456 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7731 | 2025.04.16 03:59:21.167011 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2025.04.16 03:59:21.167051 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7733 | 2025.04.16 03:59:21.167420 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7734 | 2025.04.16 03:59:21.167691 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Trace> oximeter.fields_u8 (37e7ccfe-0d80-4818-a1a2-3c6e4ac78f66): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2025.04.16 03:59:21.167934 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001547 sec., 72398.19004524886 rows/sec., 4.12 MiB/sec. | ||
| 7736 | 2025.04.16 03:59:21.168031 [ 254 ] {537a1b10-472d-4c3e-a3d7-7b3b736bf967} <Debug> TCPHandler: Processed in 0.001783445 sec. | ||
| 7737 | 2025.04.16 03:59:21.168278 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7738 | 2025.04.16 03:59:21.168398 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7739 | 2025.04.16 03:59:21.168447 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7740 | 2025.04.16 03:59:21.169146 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7741 | 2025.04.16 03:59:21.169187 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7742 | 2025.04.16 03:59:21.169596 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7743 | 2025.04.16 03:59:21.169867 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7744 | 2025.04.16 03:59:21.170077 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001711 sec., 246639.3921683226 rows/sec., 17.57 MiB/sec. | ||
| 7745 | 2025.04.16 03:59:21.170130 [ 254 ] {2bcfe7fc-9bc0-4bb5-9d50-9a23d6c15334} <Debug> TCPHandler: Processed in 0.001933669 sec. | ||
| 7746 | 2025.04.16 03:59:21.170257 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2025.04.16 03:59:21.170363 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7748 | 2025.04.16 03:59:21.170422 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7749 | 2025.04.16 03:59:21.170852 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2025.04.16 03:59:21.170891 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7751 | 2025.04.16 03:59:21.171248 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7752 | 2025.04.16 03:59:21.171502 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Trace> oximeter.measurements_bool (7745499f-3328-4ef5-b823-2a49d67d736e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2025.04.16 03:59:21.171703 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 7754 | 2025.04.16 03:59:21.171752 [ 254 ] {79c0e173-7795-40fc-ba14-b10e0c22b5f1} <Debug> TCPHandler: Processed in 0.001547781 sec. | ||
| 7755 | 2025.04.16 03:59:21.171871 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7756 | 2025.04.16 03:59:21.171975 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7757 | 2025.04.16 03:59:21.172025 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7758 | 2025.04.16 03:59:21.172562 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2025.04.16 03:59:21.172600 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7760 | 2025.04.16 03:59:21.172989 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7761 | 2025.04.16 03:59:21.173237 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.04.16 03:59:21.173437 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001482 sec., 159919.02834008096 rows/sec., 10.72 MiB/sec. | ||
| 7763 | 2025.04.16 03:59:21.173486 [ 254 ] {3e389d3a-68a9-4f8d-b7f1-de88330f2821} <Debug> TCPHandler: Processed in 0.001665563 sec. | ||
| 7764 | 2025.04.16 03:59:21.173610 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2025.04.16 03:59:21.173714 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7766 | 2025.04.16 03:59:21.173761 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7767 | 2025.04.16 03:59:21.174169 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2025.04.16 03:59:21.174207 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7769 | 2025.04.16 03:59:21.174570 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7770 | 2025.04.16 03:59:21.174819 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Trace> oximeter.measurements_f64 (ac4ebeda-2847-4d4a-ba1c-2ced3e59e185): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.04.16 03:59:21.175044 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 7772 | 2025.04.16 03:59:21.175147 [ 254 ] {53653195-188a-4119-8cad-b903af5b7a2f} <Debug> TCPHandler: Processed in 0.001584841 sec. | ||
| 7773 | 2025.04.16 03:59:21.175386 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.04.16 03:59:21.175494 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7775 | 2025.04.16 03:59:21.175566 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7776 | 2025.04.16 03:59:21.176728 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.04.16 03:59:21.176767 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7778 | 2025.04.16 03:59:21.177432 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7779 | 2025.04.16 03:59:21.177705 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.04.16 03:59:21.177943 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002472 sec., 16181.229773462785 rows/sec., 29.00 MiB/sec. | ||
| 7781 | 2025.04.16 03:59:21.178034 [ 254 ] {9f2c18bf-2384-4d57-a70c-08fd413dd343} <Debug> TCPHandler: Processed in 0.002732605 sec. | ||
| 7782 | 2025.04.16 03:59:21.178156 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.04.16 03:59:21.178262 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7784 | 2025.04.16 03:59:21.178308 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7785 | 2025.04.16 03:59:21.178741 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.04.16 03:59:21.178781 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7787 | 2025.04.16 03:59:21.179141 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7788 | 2025.04.16 03:59:21.179401 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.04.16 03:59:21.179604 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001363 sec., 60161.40865737344 rows/sec., 3.82 MiB/sec. | ||
| 7790 | 2025.04.16 03:59:21.179652 [ 254 ] {f36d651d-da7c-4279-a6b4-7c64cb31eb61} <Debug> TCPHandler: Processed in 0.00154778 sec. | ||
| 7791 | 2025.04.16 03:59:24.795226 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7792 | 2025.04.16 03:59:24.795304 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7793 | 2025.04.16 03:59:24.983607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7794 | 2025.04.16 03:59:24.984210 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.04.16 03:59:24.984261 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7796 | 2025.04.16 03:59:24.984783 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7797 | 2025.04.16 03:59:24.985044 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.04.16 03:59:24.985320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7799 | 2025.04.16 03:59:26.150396 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7800 | 2025.04.16 03:59:26.150586 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7801 | 2025.04.16 03:59:26.150657 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7802 | 2025.04.16 03:59:26.151538 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.04.16 03:59:26.151592 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7804 | 2025.04.16 03:59:26.152044 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7805 | 2025.04.16 03:59:26.152300 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.04.16 03:59:26.152541 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 7807 | 2025.04.16 03:59:26.152608 [ 254 ] {bfb95207-7fd9-48d2-89e2-34467dddd919} <Debug> TCPHandler: Processed in 0.002345756 sec. | ||
| 7808 | 2025.04.16 03:59:26.152746 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7809 | 2025.04.16 03:59:26.152860 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7810 | 2025.04.16 03:59:26.152907 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7811 | 2025.04.16 03:59:26.153525 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7812 | 2025.04.16 03:59:26.153565 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7813 | 2025.04.16 03:59:26.153931 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7814 | 2025.04.16 03:59:26.154173 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7815 | 2025.04.16 03:59:26.154394 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001558 sec., 41078.30551989731 rows/sec., 3.21 MiB/sec. | ||
| 7816 | 2025.04.16 03:59:26.154497 [ 254 ] {09fcca4e-6018-4abe-a90a-db6de0348c08} <Debug> TCPHandler: Processed in 0.001798716 sec. | ||
| 7817 | 2025.04.16 03:59:26.154691 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7818 | 2025.04.16 03:59:26.154822 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7819 | 2025.04.16 03:59:26.154874 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7820 | 2025.04.16 03:59:26.155438 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7821 | 2025.04.16 03:59:26.155477 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7822 | 2025.04.16 03:59:26.155849 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7823 | 2025.04.16 03:59:26.156082 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7824 | 2025.04.16 03:59:26.156292 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001495 sec., 107023.41137123745 rows/sec., 7.45 MiB/sec. | ||
| 7825 | 2025.04.16 03:59:26.156364 [ 254 ] {5a0735d5-561b-4b7d-9451-0943b80e3e3c} <Debug> TCPHandler: Processed in 0.001757365 sec. | ||
| 7826 | 2025.04.16 03:59:26.156487 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7827 | 2025.04.16 03:59:26.156589 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7828 | 2025.04.16 03:59:26.156634 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7829 | 2025.04.16 03:59:26.157067 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7830 | 2025.04.16 03:59:26.157105 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7831 | 2025.04.16 03:59:26.157466 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7832 | 2025.04.16 03:59:26.157709 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2025.04.16 03:59:26.157917 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 7834 | 2025.04.16 03:59:26.157966 [ 254 ] {2eb18860-505f-41a6-bf47-3d6357de4272} <Debug> TCPHandler: Processed in 0.00152996 sec. | ||
| 7835 | 2025.04.16 03:59:26.325965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7836 | 2025.04.16 03:59:26.344720 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2025.04.16 03:59:26.344777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7838 | 2025.04.16 03:59:26.352097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7839 | 2025.04.16 03:59:26.352847 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2025.04.16 03:59:26.355317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7841 | 2025.04.16 03:59:30.090165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1072 | ||
| 7842 | 2025.04.16 03:59:30.093129 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7843 | 2025.04.16 03:59:30.093178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7844 | 2025.04.16 03:59:30.094651 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7845 | 2025.04.16 03:59:30.094948 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.04.16 03:59:30.095420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 7847 | 2025.04.16 03:59:31.152513 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.04.16 03:59:31.152692 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7849 | 2025.04.16 03:59:31.152761 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7850 | 2025.04.16 03:59:31.153570 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.04.16 03:59:31.153614 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7852 | 2025.04.16 03:59:31.154010 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7853 | 2025.04.16 03:59:31.154264 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.04.16 03:59:31.154482 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00184 sec., 5434.782608695652 rows/sec., 443.17 KiB/sec. | ||
| 7855 | 2025.04.16 03:59:31.154535 [ 254 ] {3447e6db-7c29-4e0e-bae2-b3f2a7e1fcb2} <Debug> TCPHandler: Processed in 0.002144672 sec. | ||
| 7856 | 2025.04.16 03:59:31.154673 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.04.16 03:59:31.154775 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7858 | 2025.04.16 03:59:31.154818 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7859 | 2025.04.16 03:59:31.155528 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.04.16 03:59:31.155566 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7861 | 2025.04.16 03:59:31.155925 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7862 | 2025.04.16 03:59:31.156166 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.04.16 03:59:31.156351 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Debug> executeQuery: Read 141 rows, 12.36 KiB in 0.001597 sec., 88290.54477144647 rows/sec., 7.56 MiB/sec. | ||
| 7864 | 2025.04.16 03:59:31.156401 [ 254 ] {b14e966a-3367-4902-8eba-b22843d576c2} <Debug> TCPHandler: Processed in 0.001776385 sec. | ||
| 7865 | 2025.04.16 03:59:31.156524 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7866 | 2025.04.16 03:59:31.156625 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7867 | 2025.04.16 03:59:31.156670 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7868 | 2025.04.16 03:59:31.157243 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2025.04.16 03:59:31.157281 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7870 | 2025.04.16 03:59:31.157612 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7871 | 2025.04.16 03:59:31.157851 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7872 | 2025.04.16 03:59:31.158039 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001433 sec., 34891.83531053733 rows/sec., 2.53 MiB/sec. | ||
| 7873 | 2025.04.16 03:59:31.158090 [ 254 ] {d069affa-266a-49e3-b838-4af2a2550969} <Debug> TCPHandler: Processed in 0.001613782 sec. | ||
| 7874 | 2025.04.16 03:59:31.158522 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7875 | 2025.04.16 03:59:31.158667 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7876 | 2025.04.16 03:59:31.158721 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7877 | 2025.04.16 03:59:31.159312 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2025.04.16 03:59:31.159351 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7879 | 2025.04.16 03:59:31.159718 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7880 | 2025.04.16 03:59:31.159955 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7881 | 2025.04.16 03:59:31.160143 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001502 sec., 75898.8015978695 rows/sec., 5.94 MiB/sec. | ||
| 7882 | 2025.04.16 03:59:31.160198 [ 254 ] {fda2bcef-5479-4825-ad54-8fc1df4abc3e} <Debug> TCPHandler: Processed in 0.001741875 sec. | ||
| 7883 | 2025.04.16 03:59:31.160318 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7884 | 2025.04.16 03:59:31.160426 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7885 | 2025.04.16 03:59:31.160474 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7886 | 2025.04.16 03:59:31.161020 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2025.04.16 03:59:31.161063 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7888 | 2025.04.16 03:59:31.161432 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7889 | 2025.04.16 03:59:31.161665 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2025.04.16 03:59:31.161855 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00145 sec., 113793.10344827587 rows/sec., 7.92 MiB/sec. | ||
| 7891 | 2025.04.16 03:59:31.161905 [ 254 ] {99741eb3-d670-4fed-97d8-2ddba7f2ae61} <Debug> TCPHandler: Processed in 0.001635523 sec. | ||
| 7892 | 2025.04.16 03:59:31.162038 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7893 | 2025.04.16 03:59:31.162145 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7894 | 2025.04.16 03:59:31.162211 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7895 | 2025.04.16 03:59:31.163307 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7896 | 2025.04.16 03:59:31.163345 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7897 | 2025.04.16 03:59:31.163978 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7898 | 2025.04.16 03:59:31.164229 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2025.04.16 03:59:31.164501 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002368 sec., 16891.891891891893 rows/sec., 30.27 MiB/sec. | ||
| 7900 | 2025.04.16 03:59:31.164984 [ 254 ] {62a43ae5-50cd-4a2d-af11-6a1812689057} <Debug> TCPHandler: Processed in 0.002992679 sec. | ||
| 7901 | 2025.04.16 03:59:31.165114 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7902 | 2025.04.16 03:59:31.165216 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7903 | 2025.04.16 03:59:31.165259 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7904 | 2025.04.16 03:59:31.165709 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2025.04.16 03:59:31.165746 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7906 | 2025.04.16 03:59:31.166104 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7907 | 2025.04.16 03:59:31.166325 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7908 | 2025.04.16 03:59:31.166507 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
| 7909 | 2025.04.16 03:59:31.166553 [ 254 ] {43aac93c-5fda-41b4-a5e5-877691de2f39} <Debug> TCPHandler: Processed in 0.001491749 sec. | ||
| 7910 | 2025.04.16 03:59:32.486390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7911 | 2025.04.16 03:59:32.487012 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7912 | 2025.04.16 03:59:32.487052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7913 | 2025.04.16 03:59:32.487640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7914 | 2025.04.16 03:59:32.487912 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7915 | 2025.04.16 03:59:32.488113 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7916 | 2025.04.16 03:59:33.856335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 7917 | 2025.04.16 03:59:33.876007 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2025.04.16 03:59:33.876065 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7919 | 2025.04.16 03:59:33.883126 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7920 | 2025.04.16 03:59:33.883864 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7921 | 2025.04.16 03:59:33.887377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 7922 | 2025.04.16 03:59:36.150448 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.04.16 03:59:36.150647 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7924 | 2025.04.16 03:59:36.150727 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7925 | 2025.04.16 03:59:36.151569 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2025.04.16 03:59:36.151617 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7927 | 2025.04.16 03:59:36.152035 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7928 | 2025.04.16 03:59:36.152287 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.04.16 03:59:36.152501 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.24 MiB/sec. | ||
| 7930 | 2025.04.16 03:59:36.152524 [ 43 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7931 | 2025.04.16 03:59:36.152606 [ 254 ] {c0062a30-179a-4169-8c12-5bdd8ef89969} <Debug> TCPHandler: Processed in 0.002300555 sec. | ||
| 7932 | 2025.04.16 03:59:36.152680 [ 43 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.04.16 03:59:36.152741 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7934 | 2025.04.16 03:59:36.152864 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7935 | 2025.04.16 03:59:36.153021 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7936 | 2025.04.16 03:59:36.153190 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7937 | 2025.04.16 03:59:36.153396 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7938 | 2025.04.16 03:59:36.153674 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7939 | 2025.04.16 03:59:36.153839 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1848 rows starting from the beginning of the part | ||
| 7940 | 2025.04.16 03:59:36.154241 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1198 rows starting from the beginning of the part | ||
| 7941 | 2025.04.16 03:59:36.154881 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 697 rows starting from the beginning of the part | ||
| 7942 | 2025.04.16 03:59:36.155281 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 7943 | 2025.04.16 03:59:36.155614 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 141 rows starting from the beginning of the part | ||
| 7944 | 2025.04.16 03:59:36.155911 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 7945 | 2025.04.16 03:59:36.156876 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.04.16 03:59:36.156965 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7947 | 2025.04.16 03:59:36.157790 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7948 | 2025.04.16 03:59:36.158280 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.04.16 03:59:36.158522 [ 41 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7950 | 2025.04.16 03:59:36.158558 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005513 sec., 11608.924360602214 rows/sec., 927.85 KiB/sec. | ||
| 7951 | 2025.04.16 03:59:36.158616 [ 41 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.04.16 03:59:36.158752 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7953 | 2025.04.16 03:59:36.158791 [ 254 ] {7c84d520-871f-4da1-af46-56bb6d5e9621} <Debug> TCPHandler: Processed in 0.006030079 sec. | ||
| 7954 | 2025.04.16 03:59:36.159058 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7955 | 2025.04.16 03:59:36.159208 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7956 | 2025.04.16 03:59:36.159437 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7957 | 2025.04.16 03:59:36.159626 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7958 | 2025.04.16 03:59:36.159686 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3996 rows, containing 5 columns (5 merged, 0 gathered) in 0.006809385 sec., 586837.1372745115 rows/sec., 49.94 MiB/sec. | ||
| 7959 | 2025.04.16 03:59:36.159779 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7960 | 2025.04.16 03:59:36.159862 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7961 | 2025.04.16 03:59:36.160225 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7962 | 2025.04.16 03:59:36.160256 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 524 rows starting from the beginning of the part | ||
| 7963 | 2025.04.16 03:59:36.160937 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 422 rows starting from the beginning of the part | ||
| 7964 | 2025.04.16 03:59:36.161440 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 7965 | 2025.04.16 03:59:36.161600 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7966 | 2025.04.16 03:59:36.161872 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 114 rows starting from the beginning of the part | ||
| 7967 | 2025.04.16 03:59:36.161994 [ 186 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_61_12} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7968 | 2025.04.16 03:59:36.162370 [ 192 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7969 | 2025.04.16 03:59:36.162474 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7970 | 2025.04.16 03:59:36.163068 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2025.04.16 03:59:36.163116 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7972 | 2025.04.16 03:59:36.163689 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7973 | 2025.04.16 03:59:36.164012 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7974 | 2025.04.16 03:59:36.164291 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005011 sec., 31929.754540011974 rows/sec., 2.22 MiB/sec. | ||
| 7975 | 2025.04.16 03:59:36.164392 [ 254 ] {261c24f1-c514-4595-95db-8fc6b65b02c0} <Debug> TCPHandler: Processed in 0.005451528 sec. | ||
| 7976 | 2025.04.16 03:59:36.164592 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2025.04.16 03:59:36.164600 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005713013 sec., 367931.94764303876 rows/sec., 28.39 MiB/sec. | ||
| 7978 | 2025.04.16 03:59:36.164737 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7979 | 2025.04.16 03:59:36.164816 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7980 | 2025.04.16 03:59:36.164909 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7981 | 2025.04.16 03:59:36.165672 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2025.04.16 03:59:36.165907 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.04.16 03:59:36.165912 [ 189 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_61_12} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7984 | 2025.04.16 03:59:36.165974 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7985 | 2025.04.16 03:59:36.166110 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7986 | 2025.04.16 03:59:36.166468 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7987 | 2025.04.16 03:59:36.166727 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2025.04.16 03:59:36.166944 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002236 sec., 26833.631484794274 rows/sec., 1.81 MiB/sec. | ||
| 7989 | 2025.04.16 03:59:36.167069 [ 254 ] {9101f716-45f0-4fa0-b07b-f1f0d4d2f9f7} <Debug> TCPHandler: Processed in 0.00253675 sec. | ||
| 7990 | 2025.04.16 03:59:39.795360 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7991 | 2025.04.16 03:59:39.795459 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7992 | 2025.04.16 03:59:39.988411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7993 | 2025.04.16 03:59:39.989166 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.04.16 03:59:39.989213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 7995 | 2025.04.16 03:59:39.989735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7996 | 2025.04.16 03:59:39.989992 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2025.04.16 03:59:39.990244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7998 | 2025.04.16 03:59:40.096545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1094 | ||
| 7999 | 2025.04.16 03:59:40.099376 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8000 | 2025.04.16 03:59:40.099424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8001 | 2025.04.16 03:59:40.100881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8002 | 2025.04.16 03:59:40.101202 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8003 | 2025.04.16 03:59:40.101368 [ 38 ] {} <Debug> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8004 | 2025.04.16 03:59:40.101433 [ 38 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2025.04.16 03:59:40.101467 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8006 | 2025.04.16 03:59:40.101991 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::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 | ||
| 8007 | 2025.04.16 03:59:40.103643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094 | ||
| 8008 | 2025.04.16 03:59:40.103957 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8009 | 2025.04.16 03:59:40.104119 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 944 rows starting from the beginning of the part | ||
| 8010 | 2025.04.16 03:59:40.104776 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 8011 | 2025.04.16 03:59:40.105370 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 8012 | 2025.04.16 03:59:40.106030 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 8013 | 2025.04.16 03:59:40.106689 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8014 | 2025.04.16 03:59:40.107256 [ 187 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part | ||
| 8015 | 2025.04.16 03:59:40.115145 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1094 rows, containing 72 columns (72 merged, 0 gathered) in 0.013552898 sec., 80720.7432683401 rows/sec., 65.10 MiB/sec. | ||
| 8016 | 2025.04.16 03:59:40.116607 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8017 | 2025.04.16 03:59:40.117367 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8018 | 2025.04.16 03:59:40.117460 [ 192 ] {11d2126c-5001-4e05-bdb2-d6cf28b11025::all_1_31_6} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8019 | 2025.04.16 03:59:40.117782 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 8020 | 2025.04.16 03:59:41.152037 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8021 | 2025.04.16 03:59:41.152246 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8022 | 2025.04.16 03:59:41.152327 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8023 | 2025.04.16 03:59:41.153221 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8024 | 2025.04.16 03:59:41.153277 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8025 | 2025.04.16 03:59:41.153732 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8026 | 2025.04.16 03:59:41.153990 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.04.16 03:59:41.154214 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002023 sec., 67226.89075630251 rows/sec., 5.79 MiB/sec. | ||
| 8028 | 2025.04.16 03:59:41.154278 [ 254 ] {6164beef-234e-47a1-918a-991e8d17ef2d} <Debug> TCPHandler: Processed in 0.002379607 sec. | ||
| 8029 | 2025.04.16 03:59:41.154411 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8030 | 2025.04.16 03:59:41.154522 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8031 | 2025.04.16 03:59:41.154569 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8032 | 2025.04.16 03:59:41.155096 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8033 | 2025.04.16 03:59:41.155137 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8034 | 2025.04.16 03:59:41.155488 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8035 | 2025.04.16 03:59:41.155752 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2025.04.16 03:59:41.155963 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001467 sec., 27266.530334015 rows/sec., 2.00 MiB/sec. | ||
| 8037 | 2025.04.16 03:59:41.156012 [ 254 ] {01c66518-6df3-4aa6-8f27-e3d2ffb3a702} <Debug> TCPHandler: Processed in 0.001653333 sec. | ||
| 8038 | 2025.04.16 03:59:41.156122 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8039 | 2025.04.16 03:59:41.156226 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8040 | 2025.04.16 03:59:41.156270 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8041 | 2025.04.16 03:59:41.156809 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8042 | 2025.04.16 03:59:41.156847 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8043 | 2025.04.16 03:59:41.157203 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8044 | 2025.04.16 03:59:41.157441 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2025.04.16 03:59:41.157642 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001438 sec., 72322.67037552156 rows/sec., 5.65 MiB/sec. | ||
| 8046 | 2025.04.16 03:59:41.157692 [ 254 ] {b8b77d6a-84d7-40ba-bebf-72c65dd94f15} <Debug> TCPHandler: Processed in 0.001620052 sec. | ||
| 8047 | 2025.04.16 03:59:41.157808 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8048 | 2025.04.16 03:59:41.157911 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8049 | 2025.04.16 03:59:41.157960 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8050 | 2025.04.16 03:59:41.158468 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8051 | 2025.04.16 03:59:41.158506 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8052 | 2025.04.16 03:59:41.158883 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8053 | 2025.04.16 03:59:41.159116 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8054 | 2025.04.16 03:59:41.159292 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8055 | 2025.04.16 03:59:41.159337 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001444 sec., 110803.32409972299 rows/sec., 7.72 MiB/sec. | ||
| 8056 | 2025.04.16 03:59:41.159382 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8057 | 2025.04.16 03:59:41.159454 [ 254 ] {bd5340ef-03cc-4ece-9cd7-89670fb2c3d4} <Debug> TCPHandler: Processed in 0.001690093 sec. | ||
| 8058 | 2025.04.16 03:59:41.159455 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8059 | 2025.04.16 03:59:41.159653 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.04.16 03:59:41.159895 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8061 | 2025.04.16 03:59:41.159944 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8062 | 2025.04.16 03:59:41.160368 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8063 | 2025.04.16 03:59:41.160657 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8064 | 2025.04.16 03:59:41.160852 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17038 rows starting from the beginning of the part | ||
| 8065 | 2025.04.16 03:59:41.161319 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8066 | 2025.04.16 03:59:41.161733 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8067 | 2025.04.16 03:59:41.162067 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 165 rows starting from the beginning of the part | ||
| 8068 | 2025.04.16 03:59:41.162405 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 8069 | 2025.04.16 03:59:41.162829 [ 198 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 8070 | 2025.04.16 03:59:41.165358 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8071 | 2025.04.16 03:59:41.165439 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8072 | 2025.04.16 03:59:41.167162 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8073 | 2025.04.16 03:59:41.167816 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8074 | 2025.04.16 03:59:41.168035 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8075 | 2025.04.16 03:59:41.168111 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2025.04.16 03:59:41.168139 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00828 sec., 4830.917874396136 rows/sec., 8.66 MiB/sec. | ||
| 8077 | 2025.04.16 03:59:41.168156 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8078 | 2025.04.16 03:59:41.168708 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::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 | ||
| 8079 | 2025.04.16 03:59:41.168926 [ 254 ] {b53e60b6-a134-41e5-81b2-15e716cda603} <Debug> TCPHandler: Processed in 0.009359245 sec. | ||
| 8080 | 2025.04.16 03:59:41.169349 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8081 | 2025.04.16 03:59:41.169467 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8082 | 2025.04.16 03:59:41.169488 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8083 | 2025.04.16 03:59:41.169543 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 957 rows starting from the beginning of the part | ||
| 8084 | 2025.04.16 03:59:41.169549 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8085 | 2025.04.16 03:59:41.170977 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 8086 | 2025.04.16 03:59:41.171957 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 8087 | 2025.04.16 03:59:41.172750 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.04.16 03:59:41.172843 [ 196 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17920 rows, containing 5 columns (5 merged, 0 gathered) in 0.013238742 sec., 1353602.932967498 rows/sec., 91.52 MiB/sec. | ||
| 8089 | 2025.04.16 03:59:41.172873 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8090 | 2025.04.16 03:59:41.173403 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 8091 | 2025.04.16 03:59:41.173427 [ 196 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8092 | 2025.04.16 03:59:41.174376 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 8093 | 2025.04.16 03:59:41.174487 [ 196 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2025.04.16 03:59:41.174535 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8095 | 2025.04.16 03:59:41.174975 [ 196 ] {f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8096 | 2025.04.16 03:59:41.175190 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.11 MiB. | ||
| 8097 | 2025.04.16 03:59:41.175200 [ 192 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 8098 | 2025.04.16 03:59:41.175311 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.04.16 03:59:41.175800 [ 37 ] {} <Debug> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8100 | 2025.04.16 03:59:41.175950 [ 37 ] {} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8101 | 2025.04.16 03:59:41.176044 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006565 sec., 9139.37547600914 rows/sec., 630.71 KiB/sec. | ||
| 8102 | 2025.04.16 03:59:41.176060 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8103 | 2025.04.16 03:59:41.176382 [ 254 ] {d5d8a3c4-6273-4fb3-b42a-fcdc62ef8e3e} <Debug> TCPHandler: Processed in 0.007099811 sec. | ||
| 8104 | 2025.04.16 03:59:41.176772 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8105 | 2025.04.16 03:59:41.177078 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8106 | 2025.04.16 03:59:41.177157 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3358 rows starting from the beginning of the part | ||
| 8107 | 2025.04.16 03:59:41.177444 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 8108 | 2025.04.16 03:59:41.177738 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8109 | 2025.04.16 03:59:41.178049 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 8110 | 2025.04.16 03:59:41.178334 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8111 | 2025.04.16 03:59:41.178600 [ 197 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 8112 | 2025.04.16 03:59:41.180847 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3680 rows, containing 4 columns (4 merged, 0 gathered) in 0.00456335 sec., 806425.1043641185 rows/sec., 52.64 MiB/sec. | ||
| 8113 | 2025.04.16 03:59:41.181328 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8114 | 2025.04.16 03:59:41.181984 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.04.16 03:59:41.182202 [ 194 ] {47ef5461-5b81-4f3d-8df5-468e7f9cb05a::all_1_61_12} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8116 | 2025.04.16 03:59:41.182341 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8117 | 2025.04.16 03:59:41.186257 [ 194 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1157 rows, containing 19 columns (19 merged, 0 gathered) in 0.017970725 sec., 64382.48874210696 rows/sec., 115.37 MiB/sec. | ||
| 8118 | 2025.04.16 03:59:41.187438 [ 197 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8119 | 2025.04.16 03:59:41.187887 [ 197 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2025.04.16 03:59:41.187980 [ 197 ] {000bde33-86a6-4f64-bbac-d211b2b724f2::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8121 | 2025.04.16 03:59:41.188140 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.66 MiB. | ||
| 8122 | 2025.04.16 03:59:41.388411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8123 | 2025.04.16 03:59:41.409782 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2025.04.16 03:59:41.409828 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8125 | 2025.04.16 03:59:41.417110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8126 | 2025.04.16 03:59:41.417881 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2025.04.16 03:59:41.420361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8128 | 2025.04.16 03:59:42.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.13 MiB, peak 226.21 MiB, free memory in arenas 0.00 B, will set to 218.38 MiB (RSS), difference: 2.24 MiB | ||
| 8129 | 2025.04.16 03:59:42.946800 [ 34 ] {} <Debug> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8130 | 2025.04.16 03:59:42.946863 [ 34 ] {} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8131 | 2025.04.16 03:59:42.946885 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8132 | 2025.04.16 03:59:42.947059 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::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 | ||
| 8133 | 2025.04.16 03:59:42.947232 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8134 | 2025.04.16 03:59:42.947273 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 8135 | 2025.04.16 03:59:42.947372 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 8136 | 2025.04.16 03:59:42.947535 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 8137 | 2025.04.16 03:59:42.947819 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 8138 | 2025.04.16 03:59:42.948122 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 8139 | 2025.04.16 03:59:42.949295 [ 197 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002328176 sec., 15462.748520730393 rows/sec., 1.29 MiB/sec. | ||
| 8140 | 2025.04.16 03:59:42.949456 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8141 | 2025.04.16 03:59:42.949734 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2025.04.16 03:59:42.949818 [ 191 ] {7e09f3d0-0709-47b6-bdd8-2fda39b29141::all_1_17_4} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8143 | 2025.04.16 03:59:42.949895 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8144 | 2025.04.16 03:59:46.179126 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8145 | 2025.04.16 03:59:46.179320 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8146 | 2025.04.16 03:59:46.179390 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8147 | 2025.04.16 03:59:46.180095 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2025.04.16 03:59:46.180145 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8149 | 2025.04.16 03:59:46.180555 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8150 | 2025.04.16 03:59:46.180800 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2025.04.16 03:59:46.181012 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001741 sec., 1148.7650775416428 rows/sec., 93.67 KiB/sec. | ||
| 8152 | 2025.04.16 03:59:46.181066 [ 254 ] {83b4d211-f883-4bf9-97ca-cba66703c01b} <Debug> TCPHandler: Processed in 0.002070081 sec. | ||
| 8153 | 2025.04.16 03:59:46.181195 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2025.04.16 03:59:46.181298 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8155 | 2025.04.16 03:59:46.181341 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8156 | 2025.04.16 03:59:46.182488 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8157 | 2025.04.16 03:59:46.182526 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8158 | 2025.04.16 03:59:46.182939 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8159 | 2025.04.16 03:59:46.183190 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8160 | 2025.04.16 03:59:46.183387 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Debug> executeQuery: Read 1197 rows, 100.57 KiB in 0.00211 sec., 567298.5781990521 rows/sec., 46.55 MiB/sec. | ||
| 8161 | 2025.04.16 03:59:46.183437 [ 254 ] {e9c11182-57e8-426a-8a6e-214873e548a8} <Debug> TCPHandler: Processed in 0.002290375 sec. | ||
| 8162 | 2025.04.16 03:59:46.183551 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2025.04.16 03:59:46.183654 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.04.16 03:59:46.183697 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8165 | 2025.04.16 03:59:46.184190 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.04.16 03:59:46.184228 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8167 | 2025.04.16 03:59:46.184554 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8168 | 2025.04.16 03:59:46.184782 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.04.16 03:59:46.184981 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001348 sec., 1483.679525222552 rows/sec., 103.60 KiB/sec. | ||
| 8170 | 2025.04.16 03:59:46.185032 [ 254 ] {dfa2d83b-0e41-409a-a00b-0f639f58a3d4} <Debug> TCPHandler: Processed in 0.00152972 sec. | ||
| 8171 | 2025.04.16 03:59:46.185143 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2025.04.16 03:59:46.185244 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.04.16 03:59:46.185287 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8174 | 2025.04.16 03:59:46.185864 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.04.16 03:59:46.185903 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8176 | 2025.04.16 03:59:46.186248 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8177 | 2025.04.16 03:59:46.186480 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Trace> oximeter.fields_u32 (652ab4f7-0c56-4333-8055-88ba8732bc7c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2025.04.16 03:59:46.186684 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001458 sec., 156378.60082304527 rows/sec., 10.59 MiB/sec. | ||
| 8179 | 2025.04.16 03:59:46.186748 [ 254 ] {3019c6cd-538f-4a20-911c-0fd056f8073f} <Debug> TCPHandler: Processed in 0.001650963 sec. | ||
| 8180 | 2025.04.16 03:59:46.186888 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8181 | 2025.04.16 03:59:46.186988 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8182 | 2025.04.16 03:59:46.187030 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8183 | 2025.04.16 03:59:46.187732 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2025.04.16 03:59:46.187769 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8185 | 2025.04.16 03:59:46.188129 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8186 | 2025.04.16 03:59:46.188359 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.04.16 03:59:46.188571 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001599 sec., 326454.033771107 rows/sec., 24.17 MiB/sec. | ||
| 8188 | 2025.04.16 03:59:46.188672 [ 254 ] {58d9d716-bc04-477e-bab1-ea2b4f0b4c67} <Debug> TCPHandler: Processed in 0.001836256 sec. | ||
| 8189 | 2025.04.16 03:59:46.188844 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8190 | 2025.04.16 03:59:46.189011 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8191 | 2025.04.16 03:59:46.189059 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8192 | 2025.04.16 03:59:46.189835 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2025.04.16 03:59:46.189873 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8194 | 2025.04.16 03:59:46.190291 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8195 | 2025.04.16 03:59:46.190525 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.04.16 03:59:46.190693 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001715 sec., 513702.6239067055 rows/sec., 34.56 MiB/sec. | ||
| 8197 | 2025.04.16 03:59:46.190747 [ 254 ] {bf1fc223-b0ce-4111-9f35-66645e100569} <Debug> TCPHandler: Processed in 0.002010609 sec. | ||
| 8198 | 2025.04.16 03:59:46.190890 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2025.04.16 03:59:46.190995 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8200 | 2025.04.16 03:59:46.191039 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8201 | 2025.04.16 03:59:46.191448 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.04.16 03:59:46.191484 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8203 | 2025.04.16 03:59:46.191831 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8204 | 2025.04.16 03:59:46.192064 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.04.16 03:59:46.192248 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
| 8206 | 2025.04.16 03:59:46.192318 [ 254 ] {1d41ee9e-5ce2-44e4-85a7-49db5c65acf2} <Debug> TCPHandler: Processed in 0.001489999 sec. | ||
| 8207 | 2025.04.16 03:59:47.490348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8208 | 2025.04.16 03:59:47.490978 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2025.04.16 03:59:47.491024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8210 | 2025.04.16 03:59:47.491548 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8211 | 2025.04.16 03:59:47.491807 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2025.04.16 03:59:47.492071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8213 | 2025.04.16 03:59:48.920416 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8214 | 2025.04.16 03:59:48.941522 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8215 | 2025.04.16 03:59:48.941574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8216 | 2025.04.16 03:59:48.948976 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8217 | 2025.04.16 03:59:48.949788 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8218 | 2025.04.16 03:59:48.952823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8219 | 2025.04.16 03:59:50.103812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1120 | ||
| 8220 | 2025.04.16 03:59:50.106781 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2025.04.16 03:59:50.106844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8222 | 2025.04.16 03:59:50.108373 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8223 | 2025.04.16 03:59:50.108828 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8224 | 2025.04.16 03:59:50.110179 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120 | ||
| 8225 | 2025.04.16 03:59:51.152577 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8226 | 2025.04.16 03:59:51.152788 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8227 | 2025.04.16 03:59:51.152872 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8228 | 2025.04.16 03:59:51.153756 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8229 | 2025.04.16 03:59:51.153810 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8230 | 2025.04.16 03:59:51.154264 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8231 | 2025.04.16 03:59:51.154532 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2025.04.16 03:59:51.154770 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002038 sec., 66732.09028459275 rows/sec., 5.75 MiB/sec. | ||
| 8233 | 2025.04.16 03:59:51.154835 [ 254 ] {8f4418d7-3c27-49eb-b9ec-7a8d82addfb8} <Debug> TCPHandler: Processed in 0.002402177 sec. | ||
| 8234 | 2025.04.16 03:59:51.154977 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2025.04.16 03:59:51.155092 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8236 | 2025.04.16 03:59:51.155143 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8237 | 2025.04.16 03:59:51.155697 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.04.16 03:59:51.155739 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8239 | 2025.04.16 03:59:51.156119 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8240 | 2025.04.16 03:59:51.156377 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.04.16 03:59:51.156559 [ 25 ] {} <Debug> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8242 | 2025.04.16 03:59:51.156612 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001542 sec., 25940.33722438392 rows/sec., 1.90 MiB/sec. | ||
| 8243 | 2025.04.16 03:59:51.156651 [ 25 ] {} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2025.04.16 03:59:51.156733 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8245 | 2025.04.16 03:59:51.156734 [ 254 ] {77a873f2-7420-412e-bb90-1002626235f2} <Debug> TCPHandler: Processed in 0.001808126 sec. | ||
| 8246 | 2025.04.16 03:59:51.156939 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::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 | ||
| 8247 | 2025.04.16 03:59:51.156950 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2025.04.16 03:59:51.157219 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8249 | 2025.04.16 03:59:51.157221 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8250 | 2025.04.16 03:59:51.157281 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part | ||
| 8251 | 2025.04.16 03:59:51.157330 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8252 | 2025.04.16 03:59:51.157667 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 146 rows starting from the beginning of the part | ||
| 8253 | 2025.04.16 03:59:51.158016 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part | ||
| 8254 | 2025.04.16 03:59:51.158417 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 8255 | 2025.04.16 03:59:51.158822 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
| 8256 | 2025.04.16 03:59:51.159182 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 8257 | 2025.04.16 03:59:51.160068 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.04.16 03:59:51.160143 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8259 | 2025.04.16 03:59:51.161197 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8260 | 2025.04.16 03:59:51.161861 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2025.04.16 03:59:51.161964 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.005128481 sec., 86185.363658362 rows/sec., 6.02 MiB/sec. | ||
| 8262 | 2025.04.16 03:59:51.162216 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8263 | 2025.04.16 03:59:51.162247 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005116 sec., 20328.381548084442 rows/sec., 1.59 MiB/sec. | ||
| 8264 | 2025.04.16 03:59:51.162390 [ 254 ] {1b1f2e38-968b-4f37-a71b-a6340bece0e9} <Debug> TCPHandler: Processed in 0.005522678 sec. | ||
| 8265 | 2025.04.16 03:59:51.162577 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2025.04.16 03:59:51.162721 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8267 | 2025.04.16 03:59:51.162756 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8268 | 2025.04.16 03:59:51.162854 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8269 | 2025.04.16 03:59:51.162867 [ 201 ] {04a5e3e2-f5ee-4535-8071-3ee15289c8f5::all_1_41_8} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8270 | 2025.04.16 03:59:51.163043 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8271 | 2025.04.16 03:59:51.163604 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2025.04.16 03:59:51.163650 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8273 | 2025.04.16 03:59:51.164059 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8274 | 2025.04.16 03:59:51.164317 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2025.04.16 03:59:51.164531 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001828 sec., 87527.352297593 rows/sec., 6.10 MiB/sec. | ||
| 8276 | 2025.04.16 03:59:51.164587 [ 254 ] {c67d5d86-86fb-484a-9407-80b1d4622a8d} <Debug> TCPHandler: Processed in 0.002083501 sec. | ||
| 8277 | 2025.04.16 03:59:51.164708 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8278 | 2025.04.16 03:59:51.164816 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8279 | 2025.04.16 03:59:51.164885 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8280 | 2025.04.16 03:59:51.166030 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.04.16 03:59:51.166069 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8282 | 2025.04.16 03:59:51.166770 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8283 | 2025.04.16 03:59:51.167049 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.04.16 03:59:51.167283 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002491 sec., 16057.808109193094 rows/sec., 28.77 MiB/sec. | ||
| 8285 | 2025.04.16 03:59:51.167386 [ 254 ] {51e3ff12-75e2-40fe-8254-b5ca69b256f3} <Debug> TCPHandler: Processed in 0.002729694 sec. | ||
| 8286 | 2025.04.16 03:59:51.167495 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8287 | 2025.04.16 03:59:51.167600 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8288 | 2025.04.16 03:59:51.167648 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8289 | 2025.04.16 03:59:51.168084 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8290 | 2025.04.16 03:59:51.168148 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8291 | 2025.04.16 03:59:51.168522 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8292 | 2025.04.16 03:59:51.168767 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2025.04.16 03:59:51.168962 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 8294 | 2025.04.16 03:59:51.169011 [ 254 ] {8be40958-5022-44ab-9274-5c9d362e1707} <Debug> TCPHandler: Processed in 0.001566121 sec. | ||
| 8295 | 2025.04.16 03:59:54.795515 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8296 | 2025.04.16 03:59:54.795608 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8297 | 2025.04.16 03:59:54.993169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8298 | 2025.04.16 03:59:54.993784 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2025.04.16 03:59:54.993832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8300 | 2025.04.16 03:59:54.994360 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8301 | 2025.04.16 03:59:54.994619 [ 244 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8302 | 2025.04.16 03:59:54.994856 [ 107 ] {} <Debug> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8303 | 2025.04.16 03:59:54.994872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8304 | 2025.04.16 03:59:54.994926 [ 107 ] {} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.04.16 03:59:54.994953 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8306 | 2025.04.16 03:59:54.995062 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::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 | ||
| 8307 | 2025.04.16 03:59:54.995188 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8308 | 2025.04.16 03:59:54.995227 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 8309 | 2025.04.16 03:59:54.995303 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 8310 | 2025.04.16 03:59:54.995458 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 8311 | 2025.04.16 03:59:54.995720 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 8312 | 2025.04.16 03:59:54.995924 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 8313 | 2025.04.16 03:59:54.996042 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 8314 | 2025.04.16 03:59:54.998662 [ 189 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645852 sec., 5789044.645805699 rows/sec., 82.81 MiB/sec. | ||
| 8315 | 2025.04.16 03:59:54.998941 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8316 | 2025.04.16 03:59:54.999281 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.04.16 03:59:54.999371 [ 191 ] {9c07b444-f79d-45ca-bcaa-4495b5b90f62::all_1_46_9} <Trace> system.asynchronous_metric_log (9c07b444-f79d-45ca-bcaa-4495b5b90f62) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8318 | 2025.04.16 03:59:54.999479 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8319 | 2025.04.16 03:59:56.149968 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8320 | 2025.04.16 03:59:56.150169 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8321 | 2025.04.16 03:59:56.150247 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8322 | 2025.04.16 03:59:56.151013 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.04.16 03:59:56.151061 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8324 | 2025.04.16 03:59:56.151486 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8325 | 2025.04.16 03:59:56.151735 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.04.16 03:59:56.151915 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.37 MiB/sec. | ||
| 8327 | 2025.04.16 03:59:56.152003 [ 254 ] {4f4a28dd-4560-44f6-849f-e17b19728c24} <Debug> TCPHandler: Processed in 0.002164582 sec. | ||
| 8328 | 2025.04.16 03:59:56.152289 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2025.04.16 03:59:56.152399 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8330 | 2025.04.16 03:59:56.152443 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8331 | 2025.04.16 03:59:56.152987 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2025.04.16 03:59:56.153025 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8333 | 2025.04.16 03:59:56.153372 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8334 | 2025.04.16 03:59:56.153615 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2025.04.16 03:59:56.153797 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001421 sec., 45038.705137227305 rows/sec., 3.52 MiB/sec. | ||
| 8336 | 2025.04.16 03:59:56.153864 [ 254 ] {e3686ff4-cfe8-450a-bfaf-699179c7e82b} <Debug> TCPHandler: Processed in 0.001624992 sec. | ||
| 8337 | 2025.04.16 03:59:56.154013 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8338 | 2025.04.16 03:59:56.154137 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8339 | 2025.04.16 03:59:56.154186 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8340 | 2025.04.16 03:59:56.154707 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8341 | 2025.04.16 03:59:56.154742 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8342 | 2025.04.16 03:59:56.155110 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8343 | 2025.04.16 03:59:56.155344 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2025.04.16 03:59:56.155492 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001378 sec., 116110.30478955006 rows/sec., 8.09 MiB/sec. | ||
| 8345 | 2025.04.16 03:59:56.155540 [ 254 ] {55f5ec6a-d3cb-4f2e-97fb-210a09450d6f} <Debug> TCPHandler: Processed in 0.001598791 sec. | ||
| 8346 | 2025.04.16 03:59:56.155667 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2025.04.16 03:59:56.155768 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8348 | 2025.04.16 03:59:56.155813 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8349 | 2025.04.16 03:59:56.156224 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8350 | 2025.04.16 03:59:56.156259 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8351 | 2025.04.16 03:59:56.156604 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8352 | 2025.04.16 03:59:56.156834 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8353 | 2025.04.16 03:59:56.156992 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001245 sec., 48192.77108433735 rows/sec., 3.25 MiB/sec. | ||
| 8354 | 2025.04.16 03:59:56.157037 [ 254 ] {cd11f8f2-8df6-4eae-9ef2-f783d1b4fed7} <Debug> TCPHandler: Processed in 0.001428689 sec. | ||
| 8355 | 2025.04.16 03:59:56.453859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8356 | 2025.04.16 03:59:56.475718 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2025.04.16 03:59:56.475784 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8358 | 2025.04.16 03:59:56.483049 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8359 | 2025.04.16 03:59:56.483857 [ 243 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8360 | 2025.04.16 03:59:56.484251 [ 124 ] {} <Debug> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8361 | 2025.04.16 03:59:56.484376 [ 124 ] {} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2025.04.16 03:59:56.484448 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8363 | 2025.04.16 03:59:56.485910 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::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 | ||
| 8364 | 2025.04.16 03:59:56.500171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8365 | 2025.04.16 03:59:56.502037 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8366 | 2025.04.16 03:59:56.503768 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 8367 | 2025.04.16 03:59:56.509511 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 8368 | 2025.04.16 03:59:56.516312 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 8369 | 2025.04.16 03:59:56.522086 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 8370 | 2025.04.16 03:59:56.528119 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 8371 | 2025.04.16 03:59:56.532770 [ 190 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 8372 | 2025.04.16 03:59:56.594103 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.10939108 sec., 3172.1050747464965 rows/sec., 16.40 MiB/sec. | ||
| 8373 | 2025.04.16 03:59:56.596913 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8374 | 2025.04.16 03:59:56.599762 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2025.04.16 03:59:56.599851 [ 191 ] {5e462eb0-b526-4615-b9fd-166a88993ca7::all_1_46_9} <Trace> system.metric_log (5e462eb0-b526-4615-b9fd-166a88993ca7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8376 | 2025.04.16 03:59:56.602254 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8377 | 2025.04.16 03:59:57.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.87 MiB, peak 233.29 MiB, free memory in arenas 0.00 B, will set to 221.55 MiB (RSS), difference: 1.68 MiB | ||
| 8378 | 2025.04.16 04:00:00.111329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1140 | ||
| 8379 | 2025.04.16 04:00:00.114135 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.04.16 04:00:00.114188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8381 | 2025.04.16 04:00:00.115625 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8382 | 2025.04.16 04:00:00.115965 [ 242 ] {} <Trace> system.query_log (11d2126c-5001-4e05-bdb2-d6cf28b11025): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.04.16 04:00:00.116512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1140 | ||
| 8384 | 2025.04.16 04:00:01.154249 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8385 | 2025.04.16 04:00:01.154438 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8386 | 2025.04.16 04:00:01.154516 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8387 | 2025.04.16 04:00:01.155322 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2025.04.16 04:00:01.155369 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8389 | 2025.04.16 04:00:01.155794 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8390 | 2025.04.16 04:00:01.156070 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Trace> oximeter.fields_ipaddr (7e09f3d0-0709-47b6-bdd8-2fda39b29141): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2025.04.16 04:00:01.156329 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001943 sec., 1029.336078229542 rows/sec., 83.94 KiB/sec. | ||
| 8392 | 2025.04.16 04:00:01.156459 [ 254 ] {bb28ac56-2d01-4209-b5d7-b26c0ab50b16} <Debug> TCPHandler: Processed in 0.002368736 sec. | ||
| 8393 | 2025.04.16 04:00:01.156613 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8394 | 2025.04.16 04:00:01.156727 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8395 | 2025.04.16 04:00:01.156781 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8396 | 2025.04.16 04:00:01.157446 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8397 | 2025.04.16 04:00:01.157491 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8398 | 2025.04.16 04:00:01.157898 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8399 | 2025.04.16 04:00:01.158180 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8400 | 2025.04.16 04:00:01.158395 [ 125 ] {} <Debug> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8401 | 2025.04.16 04:00:01.158447 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001742 sec., 78645.23536165326 rows/sec., 6.77 MiB/sec. | ||
| 8402 | 2025.04.16 04:00:01.158481 [ 125 ] {} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2025.04.16 04:00:01.158550 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8404 | 2025.04.16 04:00:01.158580 [ 254 ] {6f451c03-189e-466d-ad44-d5b3d0ffe90c} <Debug> TCPHandler: Processed in 0.00202254 sec. | ||
| 8405 | 2025.04.16 04:00:01.158720 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8406 | 2025.04.16 04:00:01.158756 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8407 | 2025.04.16 04:00:01.158834 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8408 | 2025.04.16 04:00:01.158877 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1849 rows starting from the beginning of the part | ||
| 8409 | 2025.04.16 04:00:01.158892 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8410 | 2025.04.16 04:00:01.158964 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8411 | 2025.04.16 04:00:01.159017 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 136 rows starting from the beginning of the part | ||
| 8412 | 2025.04.16 04:00:01.159454 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1197 rows starting from the beginning of the part | ||
| 8413 | 2025.04.16 04:00:01.159829 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part | ||
| 8414 | 2025.04.16 04:00:01.160115 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 8415 | 2025.04.16 04:00:01.160584 [ 188 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 137 rows starting from the beginning of the part | ||
| 8416 | 2025.04.16 04:00:01.161553 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2025.04.16 04:00:01.161603 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8418 | 2025.04.16 04:00:01.162156 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8419 | 2025.04.16 04:00:01.162470 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Trace> oximeter.fields_u16 (04a5e3e2-f5ee-4535-8071-3ee15289c8f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2025.04.16 04:00:01.162704 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.003847 sec., 10917.59812841175 rows/sec., 818.16 KiB/sec. | ||
| 8421 | 2025.04.16 04:00:01.162784 [ 254 ] {507619eb-2869-48cf-8457-82d813a46d64} <Debug> TCPHandler: Processed in 0.004089121 sec. | ||
| 8422 | 2025.04.16 04:00:01.162931 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8423 | 2025.04.16 04:00:01.163125 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8424 | 2025.04.16 04:00:01.163180 [ 200 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3511 rows, containing 5 columns (5 merged, 0 gathered) in 0.004541509 sec., 773091.0585005997 rows/sec., 66.38 MiB/sec. | ||
| 8425 | 2025.04.16 04:00:01.163186 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8426 | 2025.04.16 04:00:01.163560 [ 187 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8427 | 2025.04.16 04:00:01.164397 [ 187 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2025.04.16 04:00:01.164517 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.04.16 04:00:01.164579 [ 187 ] {203fb467-953d-4f20-8753-5d2cad256469::all_1_66_13} <Trace> oximeter.fields_string (203fb467-953d-4f20-8753-5d2cad256469) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8430 | 2025.04.16 04:00:01.164587 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8431 | 2025.04.16 04:00:01.164758 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8432 | 2025.04.16 04:00:01.165160 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8433 | 2025.04.16 04:00:01.165463 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2025.04.16 04:00:01.165644 [ 125 ] {} <Debug> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8435 | 2025.04.16 04:00:01.165704 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.002636 sec., 40212.443095599396 rows/sec., 3.14 MiB/sec. | ||
| 8436 | 2025.04.16 04:00:01.165715 [ 125 ] {} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8437 | 2025.04.16 04:00:01.165795 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8438 | 2025.04.16 04:00:01.165854 [ 254 ] {1ea5951d-c91d-470b-b449-584c3378d1cd} <Debug> TCPHandler: Processed in 0.002985259 sec. | ||
| 8439 | 2025.04.16 04:00:01.166052 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8440 | 2025.04.16 04:00:01.166108 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8441 | 2025.04.16 04:00:01.166237 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8442 | 2025.04.16 04:00:01.166327 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 8443 | 2025.04.16 04:00:01.166336 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8444 | 2025.04.16 04:00:01.166506 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8445 | 2025.04.16 04:00:01.166644 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part | ||
| 8446 | 2025.04.16 04:00:01.167087 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 522 rows starting from the beginning of the part | ||
| 8447 | 2025.04.16 04:00:01.167467 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part | ||
| 8448 | 2025.04.16 04:00:01.167754 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 8449 | 2025.04.16 04:00:01.168123 [ 199 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part | ||
| 8450 | 2025.04.16 04:00:01.169355 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.04.16 04:00:01.169416 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8452 | 2025.04.16 04:00:01.170353 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8453 | 2025.04.16 04:00:01.170810 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Trace> oximeter.measurements_cumulativeu64 (f9f713c1-ab0e-4450-a5a9-b9e48dfaa6ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.04.16 04:00:01.171293 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005003 sec., 32180.69158504897 rows/sec., 2.24 MiB/sec. | ||
| 8455 | 2025.04.16 04:00:01.171638 [ 254 ] {1f436885-9328-40d6-bc50-834c26472f87} <Debug> TCPHandler: Processed in 0.00559458 sec. | ||
| 8456 | 2025.04.16 04:00:01.171699 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1816 rows, containing 5 columns (5 merged, 0 gathered) in 0.005794044 sec., 313425.3036393924 rows/sec., 24.45 MiB/sec. | ||
| 8457 | 2025.04.16 04:00:01.171785 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8458 | 2025.04.16 04:00:01.171883 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8459 | 2025.04.16 04:00:01.171906 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8460 | 2025.04.16 04:00:01.171995 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8461 | 2025.04.16 04:00:01.172291 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2025.04.16 04:00:01.172441 [ 200 ] {1c700dc1-004c-4f15-92c5-b19b2f3f8c91::all_1_66_13} <Trace> oximeter.fields_uuid (1c700dc1-004c-4f15-92c5-b19b2f3f8c91) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8463 | 2025.04.16 04:00:01.172571 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 8464 | 2025.04.16 04:00:01.173450 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2025.04.16 04:00:01.173489 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8466 | 2025.04.16 04:00:01.174181 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8467 | 2025.04.16 04:00:01.174455 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Trace> oximeter.measurements_histogramu64 (000bde33-86a6-4f64-bbac-d211b2b724f2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8468 | 2025.04.16 04:00:01.174724 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002842 sec., 14074.595355383533 rows/sec., 25.22 MiB/sec. | ||
| 8469 | 2025.04.16 04:00:01.175007 [ 254 ] {ccade475-e4dd-4663-a3ed-d77df32500cc} <Debug> TCPHandler: Processed in 0.003275014 sec. | ||
| 8470 | 2025.04.16 04:00:01.175149 [ 254 ] {} <Trace> TCP-Session: 8ed5e217-2c69-4a99-b881-e31834ee1bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8471 | 2025.04.16 04:00:01.175265 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48068) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8472 | 2025.04.16 04:00:01.175317 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8473 | 2025.04.16 04:00:01.175829 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.04.16 04:00:01.175876 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8475 | 2025.04.16 04:00:01.176369 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8476 | 2025.04.16 04:00:01.176670 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Trace> oximeter.measurements_u64 (47ef5461-5b81-4f3d-8df5-468e7f9cb05a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.04.16 04:00:01.176910 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001668 sec., 35971.22302158274 rows/sec., 2.42 MiB/sec. | ||
| 8478 | 2025.04.16 04:00:01.176976 [ 254 ] {620cbb1a-7509-4c2e-8d70-7b8fb3255a0f} <Debug> TCPHandler: Processed in 0.001881698 sec. | ||