| 1 | [ Mar 3 23:31:21 Enabled. ] | ||
| 2 | [ Mar 3 23:31:21 Rereading configuration. ] | ||
| 3 | [ Mar 3 23:31:23 Rereading configuration. ] | ||
| 4 | [ Mar 3 23:31:25 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Mar 3 23:31:25 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.03.03 23:31:26.741488 [ 1 ] {} <Information> Application: Will watch for the process with pid 25174 | ||
| 29 | 2025.03.03 23:31:26.741971 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.03 23:31:26.911094 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25174 | ||
| 31 | 2025.03.03 23:31:26.911825 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.03 23:31:26.912499 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.03 23:31:26.995698 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.03 23:31:27.028220 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.03 23:31:27.028295 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.03 23:31:27.028308 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.03 23:31:27.028403 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.03 23:31:27.028862 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.03 23:31:27.030418 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.03.03 23:31:27.031148 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.03 23:31:27.032015 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.03.03 23:31:27.032037 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.03.03 23:31:27.032052 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.03 23:31:27.032234 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.03 23:31:27.033169 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.03 23:31:27.038727 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.03 23:31:27.039371 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.03 23:31:27.040166 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.03 23:31:27.040224 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.03 23:31:27.041711 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.03.03 23:31:27.042174 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.03 23:31:27.046484 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.03 23:31:27.046778 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.03 23:31:27.047754 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.03 23:31:27.048175 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.03 23:31:27.048487 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.03 23:31:27.048863 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.03 23:31:27.050138 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.03 23:31:27.050164 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.03 23:31:27.050236 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.03 23:31:27.050413 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.03 23:31:27.066179 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.03 23:31:27.066209 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152784 sec | ||
| 68 | 2025.03.03 23:31:27.066256 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.03 23:31:27.066273 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.03 23:31:27.067462 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.03 23:31:27.068446 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.03 23:31:27.079845 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.03 23:31:27.079889 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.03 23:31:27.079909 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.03 23:31:27.079922 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.03 23:31:27.079952 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.03 23:31:27.079972 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.03 23:31:27.082525 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.03 23:31:27.082569 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.03 23:31:27.082589 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.03 23:31:27.082765 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.03 23:31:27.082785 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.03 23:31:27.082819 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.03 23:31:27.082837 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.03 23:31:27.082850 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.03 23:31:27.082879 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.03 23:31:27.082897 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.03 23:31:27.109365 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.03 23:31:27.117220 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.03 23:31:27.117254 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7021e-05 sec | ||
| 91 | 2025.03.03 23:31:27.117270 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.03 23:31:27.117284 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.03 23:31:27.117310 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.03 23:31:27.117525 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.03 23:31:27.117576 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.03 23:31:27.117593 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.03 23:31:27.117607 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.03.03 23:31:27.117623 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.03 23:31:27.128891 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.03 23:31:27.129097 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.03 23:31:27.130057 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 4.8682e-05 sec. | ||
| 102 | 2025.03.03 23:31:27.131031 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.03 23:31:27.131128 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.03 23:31:27.131148 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.03 23:31:28.052070 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60732 | ||
| 106 | 2025.03.03 23:31:28.052329 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.03 23:31:28.052388 [ 3 ] {} <Debug> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:60732 | ||
| 108 | 2025.03.03 23:31:28.052423 [ 3 ] {} <Debug> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.03 23:31:28.052447 [ 3 ] {} <Debug> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.03 23:31:28.052539 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.03 23:31:28.052569 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.03.03 23:31:28.052597 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.03.03 23:31:28.053060 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38627 | ||
| 114 | 2025.03.03 23:31:28.053074 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55415 | ||
| 115 | 2025.03.03 23:31:28.053224 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.03 23:31:28.053274 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.03.03 23:31:28.053282 [ 4 ] {} <Debug> TCP-Session: 322084e6-8163-42b6-9465-56c93e615c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:38627 | ||
| 118 | 2025.03.03 23:31:28.053388 [ 5 ] {} <Debug> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Authenticating user 'default' from [fd00:1122:3344:101::d]:55415 | ||
| 119 | 2025.03.03 23:31:28.053401 [ 4 ] {} <Debug> TCP-Session: 322084e6-8163-42b6-9465-56c93e615c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.03 23:31:28.053444 [ 5 ] {} <Debug> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.03.03 23:31:28.053454 [ 4 ] {} <Debug> TCP-Session: 322084e6-8163-42b6-9465-56c93e615c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.03 23:31:28.053482 [ 5 ] {} <Debug> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.03 23:31:28.053874 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54079 | ||
| 124 | 2025.03.03 23:31:28.054061 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.03.03 23:31:28.054087 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43952 | ||
| 126 | 2025.03.03 23:31:28.054102 [ 253 ] {} <Debug> TCP-Session: 1639fc6f-5936-42aa-a737-52516d046ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54079 | ||
| 127 | 2025.03.03 23:31:28.054176 [ 253 ] {} <Debug> TCP-Session: 1639fc6f-5936-42aa-a737-52516d046ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.03.03 23:31:28.054879 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58339 | ||
| 129 | 2025.03.03 23:31:28.054892 [ 253 ] {} <Debug> TCP-Session: 1639fc6f-5936-42aa-a737-52516d046ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.03.03 23:31:28.054901 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.03.03 23:31:28.054931 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45318 | ||
| 132 | 2025.03.03 23:31:28.055128 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45855 | ||
| 133 | 2025.03.03 23:31:28.055148 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.03.03 23:31:28.055160 [ 254 ] {} <Debug> TCP-Session: 5ed4f944-66e5-412a-b12a-8f6970681edf Authenticating user 'default' from [fd00:1122:3344:101::d]:43952 | ||
| 135 | 2025.03.03 23:31:28.055394 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.03.03 23:31:28.055408 [ 254 ] {} <Debug> TCP-Session: 5ed4f944-66e5-412a-b12a-8f6970681edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.03.03 23:31:28.055406 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.03.03 23:31:28.055447 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48445 | ||
| 139 | 2025.03.03 23:31:28.055510 [ 255 ] {} <Debug> TCP-Session: ea2f9d94-8eb0-4259-ba9f-e50e570bdc93 Authenticating user 'default' from [fd00:1122:3344:101::d]:58339 | ||
| 140 | 2025.03.03 23:31:28.055540 [ 257 ] {} <Debug> TCP-Session: 0db7652c-58e2-4d01-ad03-e15fe587f6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45855 | ||
| 141 | 2025.03.03 23:31:28.055560 [ 254 ] {} <Debug> TCP-Session: 5ed4f944-66e5-412a-b12a-8f6970681edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.03.03 23:31:28.055597 [ 256 ] {} <Debug> TCP-Session: d261cbd4-e0bb-4202-8d6d-ad3b39fbefdc Authenticating user 'default' from [fd00:1122:3344:101::d]:45318 | ||
| 143 | 2025.03.03 23:31:28.055743 [ 255 ] {} <Debug> TCP-Session: ea2f9d94-8eb0-4259-ba9f-e50e570bdc93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.03.03 23:31:28.055754 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.03.03 23:31:28.055825 [ 256 ] {} <Debug> TCP-Session: d261cbd4-e0bb-4202-8d6d-ad3b39fbefdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.03.03 23:31:28.055848 [ 257 ] {} <Debug> TCP-Session: 0db7652c-58e2-4d01-ad03-e15fe587f6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.03.03 23:31:28.055885 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 148 | 2025.03.03 23:31:28.055981 [ 256 ] {} <Debug> TCP-Session: d261cbd4-e0bb-4202-8d6d-ad3b39fbefdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.03.03 23:31:28.055995 [ 258 ] {} <Debug> TCP-Session: 4e778b7e-dfe0-4cf1-b635-e5aa7a21a92a Authenticating user 'default' from [fd00:1122:3344:101::d]:48445 | ||
| 150 | 2025.03.03 23:31:28.056024 [ 257 ] {} <Debug> TCP-Session: 0db7652c-58e2-4d01-ad03-e15fe587f6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.03 23:31:28.056035 [ 255 ] {} <Debug> TCP-Session: ea2f9d94-8eb0-4259-ba9f-e50e570bdc93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.03 23:31:28.056123 [ 258 ] {} <Debug> TCP-Session: 4e778b7e-dfe0-4cf1-b635-e5aa7a21a92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.03 23:31:28.056206 [ 258 ] {} <Debug> TCP-Session: 4e778b7e-dfe0-4cf1-b635-e5aa7a21a92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.03.03 23:31:28.059337 [ 3 ] {4fb5a589-6393-4312-a7a0-90214a9b1866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.03 23:31:28.098404 [ 3 ] {4fb5a589-6393-4312-a7a0-90214a9b1866} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60732) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.03.03 23:31:28.099158 [ 3 ] {4fb5a589-6393-4312-a7a0-90214a9b1866} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.03.03 23:31:28.099252 [ 3 ] {4fb5a589-6393-4312-a7a0-90214a9b1866} <Debug> TCPHandler: Processed in 0.045946712 sec. | ||
| 204 | 2025.03.03 23:31:28.099576 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.03 23:31:28.099799 [ 5 ] {ea74ebf7-3c11-46ee-8c79-db5abfc0dd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.03 23:31:28.100143 [ 5 ] {ea74ebf7-3c11-46ee-8c79-db5abfc0dd7b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55415) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.03.03 23:31:28.100271 [ 5 ] {ea74ebf7-3c11-46ee-8c79-db5abfc0dd7b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.03.03 23:31:28.100355 [ 5 ] {ea74ebf7-3c11-46ee-8c79-db5abfc0dd7b} <Debug> TCPHandler: Processed in 0.000929506 sec. | ||
| 255 | 2025.03.03 23:31:28.100624 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.03 23:31:28.101791 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.03 23:31:28.101884 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.03 23:31:28.111201 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.03 23:31:28.111226 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0552e-05 sec | ||
| 260 | 2025.03.03 23:31:28.111244 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.03 23:31:28.111268 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.03 23:31:28.111301 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.03 23:31:28.111989 [ 3 ] {7f0e1c3b-cc6e-4d45-82d2-d438ed41a535} <Debug> TCPHandler: Processed in 0.011460537 sec. | ||
| 264 | 2025.03.03 23:31:28.112123 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.03 23:31:28.112296 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.03.03 23:31:28.112339 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.03 23:31:28.119660 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.03 23:31:28.122566 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Debug> oximeter.version (b7cd751b-b288-41a5-a70c-8e5eaa59f29e): Loading data parts | ||
| 270 | 2025.03.03 23:31:28.123062 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Debug> oximeter.version (b7cd751b-b288-41a5-a70c-8e5eaa59f29e): There are no data parts | ||
| 271 | 2025.03.03 23:31:28.130052 [ 3 ] {fa646310-7698-4f84-b312-5cf735f355d9} <Debug> TCPHandler: Processed in 0.017979623 sec. | ||
| 272 | 2025.03.03 23:31:28.130195 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.03 23:31:28.130387 [ 3 ] {58fb7c7a-0bdd-45c3-9370-8fcddbff0c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.03.03 23:31:28.130449 [ 3 ] {58fb7c7a-0bdd-45c3-9370-8fcddbff0c4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.03 23:31:28.141549 [ 3 ] {58fb7c7a-0bdd-45c3-9370-8fcddbff0c4f} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Loading data parts | ||
| 286 | 2025.03.03 23:31:28.141765 [ 3 ] {58fb7c7a-0bdd-45c3-9370-8fcddbff0c4f} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): There are no data parts | ||
| 287 | 2025.03.03 23:31:28.151383 [ 3 ] {58fb7c7a-0bdd-45c3-9370-8fcddbff0c4f} <Debug> TCPHandler: Processed in 0.021238786 sec. | ||
| 288 | 2025.03.03 23:31:28.151536 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.03 23:31:28.151776 [ 3 ] {0f5a3671-cc31-4064-a49f-9e6f81e8a9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.03.03 23:31:28.151844 [ 3 ] {0f5a3671-cc31-4064-a49f-9e6f81e8a9f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.03 23:31:28.155389 [ 3 ] {0f5a3671-cc31-4064-a49f-9e6f81e8a9f9} <Debug> oximeter.measurements_i8 (52f34aa4-6e08-40df-aa51-ec842364c7fd): Loading data parts | ||
| 292 | 2025.03.03 23:31:28.155553 [ 3 ] {0f5a3671-cc31-4064-a49f-9e6f81e8a9f9} <Debug> oximeter.measurements_i8 (52f34aa4-6e08-40df-aa51-ec842364c7fd): There are no data parts | ||
| 293 | 2025.03.03 23:31:28.158071 [ 3 ] {0f5a3671-cc31-4064-a49f-9e6f81e8a9f9} <Debug> TCPHandler: Processed in 0.006596138 sec. | ||
| 294 | 2025.03.03 23:31:28.158262 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.03 23:31:28.158490 [ 3 ] {ba47075b-153e-4939-aae8-c92169c6ca58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.03.03 23:31:28.158558 [ 3 ] {ba47075b-153e-4939-aae8-c92169c6ca58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.03 23:31:28.163561 [ 3 ] {ba47075b-153e-4939-aae8-c92169c6ca58} <Debug> oximeter.measurements_u8 (e1e23539-d5ff-466b-977f-609f76dcd9f5): Loading data parts | ||
| 298 | 2025.03.03 23:31:28.163751 [ 3 ] {ba47075b-153e-4939-aae8-c92169c6ca58} <Debug> oximeter.measurements_u8 (e1e23539-d5ff-466b-977f-609f76dcd9f5): There are no data parts | ||
| 299 | 2025.03.03 23:31:28.168575 [ 3 ] {ba47075b-153e-4939-aae8-c92169c6ca58} <Debug> TCPHandler: Processed in 0.010376837 sec. | ||
| 300 | 2025.03.03 23:31:28.168723 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.03 23:31:28.168964 [ 3 ] {86e3fb97-5ce3-41fc-a71f-4f1752a51f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.03.03 23:31:28.169013 [ 3 ] {86e3fb97-5ce3-41fc-a71f-4f1752a51f1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.03 23:31:28.172102 [ 3 ] {86e3fb97-5ce3-41fc-a71f-4f1752a51f1e} <Debug> oximeter.measurements_i16 (c21ee192-ad03-42d0-b493-977e14b2c197): Loading data parts | ||
| 304 | 2025.03.03 23:31:28.172266 [ 3 ] {86e3fb97-5ce3-41fc-a71f-4f1752a51f1e} <Debug> oximeter.measurements_i16 (c21ee192-ad03-42d0-b493-977e14b2c197): There are no data parts | ||
| 305 | 2025.03.03 23:31:28.174760 [ 3 ] {86e3fb97-5ce3-41fc-a71f-4f1752a51f1e} <Debug> TCPHandler: Processed in 0.006097714 sec. | ||
| 306 | 2025.03.03 23:31:28.174955 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.03 23:31:28.175146 [ 3 ] {9c685543-3959-4cfa-bce4-c42c8f75a0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.03.03 23:31:28.175204 [ 3 ] {9c685543-3959-4cfa-bce4-c42c8f75a0b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.03 23:31:28.180117 [ 3 ] {9c685543-3959-4cfa-bce4-c42c8f75a0b6} <Debug> oximeter.measurements_u16 (9d558253-da0a-4adf-a6ac-f306da9d5674): Loading data parts | ||
| 310 | 2025.03.03 23:31:28.180291 [ 3 ] {9c685543-3959-4cfa-bce4-c42c8f75a0b6} <Debug> oximeter.measurements_u16 (9d558253-da0a-4adf-a6ac-f306da9d5674): There are no data parts | ||
| 311 | 2025.03.03 23:31:28.185114 [ 3 ] {9c685543-3959-4cfa-bce4-c42c8f75a0b6} <Debug> TCPHandler: Processed in 0.010224632 sec. | ||
| 312 | 2025.03.03 23:31:28.185296 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.03 23:31:28.185541 [ 3 ] {7c344f4b-c4be-4367-b014-145c8e3fa22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.03.03 23:31:28.185595 [ 3 ] {7c344f4b-c4be-4367-b014-145c8e3fa22c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.03 23:31:28.188707 [ 3 ] {7c344f4b-c4be-4367-b014-145c8e3fa22c} <Debug> oximeter.measurements_i32 (446c1e89-7161-49f2-83b6-4fa7fc3aeb37): Loading data parts | ||
| 316 | 2025.03.03 23:31:28.188854 [ 3 ] {7c344f4b-c4be-4367-b014-145c8e3fa22c} <Debug> oximeter.measurements_i32 (446c1e89-7161-49f2-83b6-4fa7fc3aeb37): There are no data parts | ||
| 317 | 2025.03.03 23:31:28.191325 [ 3 ] {7c344f4b-c4be-4367-b014-145c8e3fa22c} <Debug> TCPHandler: Processed in 0.006091504 sec. | ||
| 318 | 2025.03.03 23:31:28.191516 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.03 23:31:28.191740 [ 3 ] {e41800b6-4cd4-4c64-9175-0c8ad609f756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.03.03 23:31:28.191811 [ 3 ] {e41800b6-4cd4-4c64-9175-0c8ad609f756} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.03 23:31:28.196759 [ 3 ] {e41800b6-4cd4-4c64-9175-0c8ad609f756} <Debug> oximeter.measurements_u32 (9a816952-a573-468d-b6b4-bc94eff0204e): Loading data parts | ||
| 322 | 2025.03.03 23:31:28.196937 [ 3 ] {e41800b6-4cd4-4c64-9175-0c8ad609f756} <Debug> oximeter.measurements_u32 (9a816952-a573-468d-b6b4-bc94eff0204e): There are no data parts | ||
| 323 | 2025.03.03 23:31:28.201780 [ 3 ] {e41800b6-4cd4-4c64-9175-0c8ad609f756} <Debug> TCPHandler: Processed in 0.010325585 sec. | ||
| 324 | 2025.03.03 23:31:28.201956 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.03 23:31:28.202158 [ 3 ] {f5f833bf-1717-4df5-9fba-50880b179fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.03.03 23:31:28.202210 [ 3 ] {f5f833bf-1717-4df5-9fba-50880b179fda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.03 23:31:28.205260 [ 3 ] {f5f833bf-1717-4df5-9fba-50880b179fda} <Debug> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Loading data parts | ||
| 328 | 2025.03.03 23:31:28.205413 [ 3 ] {f5f833bf-1717-4df5-9fba-50880b179fda} <Debug> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): There are no data parts | ||
| 329 | 2025.03.03 23:31:28.207841 [ 3 ] {f5f833bf-1717-4df5-9fba-50880b179fda} <Debug> TCPHandler: Processed in 0.005946329 sec. | ||
| 330 | 2025.03.03 23:31:28.207994 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.03 23:31:28.208222 [ 3 ] {79547134-7087-4a66-a5b8-d6c61e92196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.03.03 23:31:28.208289 [ 3 ] {79547134-7087-4a66-a5b8-d6c61e92196e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.03 23:31:28.213340 [ 3 ] {79547134-7087-4a66-a5b8-d6c61e92196e} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Loading data parts | ||
| 334 | 2025.03.03 23:31:28.213506 [ 3 ] {79547134-7087-4a66-a5b8-d6c61e92196e} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): There are no data parts | ||
| 335 | 2025.03.03 23:31:28.218368 [ 3 ] {79547134-7087-4a66-a5b8-d6c61e92196e} <Debug> TCPHandler: Processed in 0.010428488 sec. | ||
| 336 | 2025.03.03 23:31:28.218543 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.03.03 23:31:28.218771 [ 3 ] {62118cee-82c3-4cd7-8d6d-7db3badc94df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.03.03 23:31:28.218838 [ 3 ] {62118cee-82c3-4cd7-8d6d-7db3badc94df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.03.03 23:31:28.221930 [ 3 ] {62118cee-82c3-4cd7-8d6d-7db3badc94df} <Debug> oximeter.measurements_f32 (176239a8-e140-4304-9cf5-cb7dd112173a): Loading data parts | ||
| 340 | 2025.03.03 23:31:28.222085 [ 3 ] {62118cee-82c3-4cd7-8d6d-7db3badc94df} <Debug> oximeter.measurements_f32 (176239a8-e140-4304-9cf5-cb7dd112173a): There are no data parts | ||
| 341 | 2025.03.03 23:31:28.224587 [ 3 ] {62118cee-82c3-4cd7-8d6d-7db3badc94df} <Debug> TCPHandler: Processed in 0.006104484 sec. | ||
| 342 | 2025.03.03 23:31:28.224757 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.03.03 23:31:28.224998 [ 3 ] {b77283c4-eabb-4e92-b2de-66f7c07a7f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.03.03 23:31:28.225051 [ 3 ] {b77283c4-eabb-4e92-b2de-66f7c07a7f50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.03.03 23:31:28.229959 [ 3 ] {b77283c4-eabb-4e92-b2de-66f7c07a7f50} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Loading data parts | ||
| 346 | 2025.03.03 23:31:28.230130 [ 3 ] {b77283c4-eabb-4e92-b2de-66f7c07a7f50} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): There are no data parts | ||
| 347 | 2025.03.03 23:31:28.234960 [ 3 ] {b77283c4-eabb-4e92-b2de-66f7c07a7f50} <Debug> TCPHandler: Processed in 0.010263213 sec. | ||
| 348 | 2025.03.03 23:31:28.235137 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.03.03 23:31:28.235364 [ 3 ] {234d8be5-4429-4fb3-b683-82ae6250cbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2025.03.03 23:31:28.235430 [ 3 ] {234d8be5-4429-4fb3-b683-82ae6250cbee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.03.03 23:31:28.238585 [ 3 ] {234d8be5-4429-4fb3-b683-82ae6250cbee} <Debug> oximeter.measurements_string (666e03eb-ae04-4563-a7ca-6437bc7c99dc): Loading data parts | ||
| 352 | 2025.03.03 23:31:28.238747 [ 3 ] {234d8be5-4429-4fb3-b683-82ae6250cbee} <Debug> oximeter.measurements_string (666e03eb-ae04-4563-a7ca-6437bc7c99dc): There are no data parts | ||
| 353 | 2025.03.03 23:31:28.241233 [ 3 ] {234d8be5-4429-4fb3-b683-82ae6250cbee} <Debug> TCPHandler: Processed in 0.006157086 sec. | ||
| 354 | 2025.03.03 23:31:28.241404 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.03.03 23:31:28.241651 [ 3 ] {8f2ce9ff-efcd-4533-8882-efd08412652a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.03.03 23:31:28.241719 [ 3 ] {8f2ce9ff-efcd-4533-8882-efd08412652a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.03.03 23:31:28.246668 [ 3 ] {8f2ce9ff-efcd-4533-8882-efd08412652a} <Debug> oximeter.measurements_bytes (623eba33-fcdc-417f-92ca-c9d2c8fcb692): Loading data parts | ||
| 365 | 2025.03.03 23:31:28.246833 [ 3 ] {8f2ce9ff-efcd-4533-8882-efd08412652a} <Debug> oximeter.measurements_bytes (623eba33-fcdc-417f-92ca-c9d2c8fcb692): There are no data parts | ||
| 366 | 2025.03.03 23:31:28.251611 [ 3 ] {8f2ce9ff-efcd-4533-8882-efd08412652a} <Debug> TCPHandler: Processed in 0.010268683 sec. | ||
| 367 | 2025.03.03 23:31:28.251768 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.03.03 23:31:28.251975 [ 3 ] {66da541c-d711-4a9d-9dda-fbca6b20b1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.03.03 23:31:28.252033 [ 3 ] {66da541c-d711-4a9d-9dda-fbca6b20b1a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.03.03 23:31:28.255092 [ 3 ] {66da541c-d711-4a9d-9dda-fbca6b20b1a0} <Debug> oximeter.measurements_cumulativei64 (a198fc09-9405-4ce5-b5fe-5e84a9c32adb): Loading data parts | ||
| 371 | 2025.03.03 23:31:28.255266 [ 3 ] {66da541c-d711-4a9d-9dda-fbca6b20b1a0} <Debug> oximeter.measurements_cumulativei64 (a198fc09-9405-4ce5-b5fe-5e84a9c32adb): There are no data parts | ||
| 372 | 2025.03.03 23:31:28.257756 [ 3 ] {66da541c-d711-4a9d-9dda-fbca6b20b1a0} <Debug> TCPHandler: Processed in 0.006039272 sec. | ||
| 373 | 2025.03.03 23:31:28.257903 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.03.03 23:31:28.258123 [ 3 ] {f167bfbc-49b7-4393-913b-775e6581ac7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 375 | 2025.03.03 23:31:28.258173 [ 3 ] {f167bfbc-49b7-4393-913b-775e6581ac7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.03.03 23:31:28.263143 [ 3 ] {f167bfbc-49b7-4393-913b-775e6581ac7e} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Loading data parts | ||
| 377 | 2025.03.03 23:31:28.263303 [ 3 ] {f167bfbc-49b7-4393-913b-775e6581ac7e} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): There are no data parts | ||
| 378 | 2025.03.03 23:31:28.268144 [ 3 ] {f167bfbc-49b7-4393-913b-775e6581ac7e} <Debug> TCPHandler: Processed in 0.010300564 sec. | ||
| 379 | 2025.03.03 23:31:28.268317 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.03.03 23:31:28.268557 [ 3 ] {d8796130-c6d6-43fd-80ee-33618136c295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 381 | 2025.03.03 23:31:28.268627 [ 3 ] {d8796130-c6d6-43fd-80ee-33618136c295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.03.03 23:31:28.271792 [ 3 ] {d8796130-c6d6-43fd-80ee-33618136c295} <Debug> oximeter.measurements_cumulativef32 (bacc5896-98fa-4a6e-bb0b-f4318fc32e1c): Loading data parts | ||
| 383 | 2025.03.03 23:31:28.271961 [ 3 ] {d8796130-c6d6-43fd-80ee-33618136c295} <Debug> oximeter.measurements_cumulativef32 (bacc5896-98fa-4a6e-bb0b-f4318fc32e1c): There are no data parts | ||
| 384 | 2025.03.03 23:31:28.274470 [ 3 ] {d8796130-c6d6-43fd-80ee-33618136c295} <Debug> TCPHandler: Processed in 0.006212957 sec. | ||
| 385 | 2025.03.03 23:31:28.274644 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.03 23:31:28.274897 [ 3 ] {509ade3c-07a2-40ef-af46-4bb17d779112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 387 | 2025.03.03 23:31:28.274965 [ 3 ] {509ade3c-07a2-40ef-af46-4bb17d779112} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.03.03 23:31:28.279913 [ 3 ] {509ade3c-07a2-40ef-af46-4bb17d779112} <Debug> oximeter.measurements_cumulativef64 (c4537736-d589-4272-bbfa-2ea56aade4ec): Loading data parts | ||
| 389 | 2025.03.03 23:31:28.280120 [ 3 ] {509ade3c-07a2-40ef-af46-4bb17d779112} <Debug> oximeter.measurements_cumulativef64 (c4537736-d589-4272-bbfa-2ea56aade4ec): There are no data parts | ||
| 390 | 2025.03.03 23:31:28.284899 [ 3 ] {509ade3c-07a2-40ef-af46-4bb17d779112} <Debug> TCPHandler: Processed in 0.010316934 sec. | ||
| 391 | 2025.03.03 23:31:28.285067 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.03.03 23:31:28.285409 [ 3 ] {8c84c0a9-cc09-43ab-af10-4b6585024c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2025.03.03 23:31:28.285501 [ 3 ] {8c84c0a9-cc09-43ab-af10-4b6585024c93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.03.03 23:31:28.289060 [ 3 ] {8c84c0a9-cc09-43ab-af10-4b6585024c93} <Debug> oximeter.measurements_histogrami8 (0cbd85ba-6c5e-48a9-977f-e8ccb02a6e9e): Loading data parts | ||
| 405 | 2025.03.03 23:31:28.289262 [ 3 ] {8c84c0a9-cc09-43ab-af10-4b6585024c93} <Debug> oximeter.measurements_histogrami8 (0cbd85ba-6c5e-48a9-977f-e8ccb02a6e9e): There are no data parts | ||
| 406 | 2025.03.03 23:31:28.296937 [ 3 ] {8c84c0a9-cc09-43ab-af10-4b6585024c93} <Debug> TCPHandler: Processed in 0.011935691 sec. | ||
| 407 | 2025.03.03 23:31:28.297127 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.03.03 23:31:28.297473 [ 3 ] {7dc5fbe7-4c0a-42a4-a229-ae697fbb021b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.03.03 23:31:28.297562 [ 3 ] {7dc5fbe7-4c0a-42a4-a229-ae697fbb021b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.03.03 23:31:28.303448 [ 3 ] {7dc5fbe7-4c0a-42a4-a229-ae697fbb021b} <Debug> oximeter.measurements_histogramu8 (00eb5cd0-8596-49a3-96d9-deee384f34f2): Loading data parts | ||
| 411 | 2025.03.03 23:31:28.303621 [ 3 ] {7dc5fbe7-4c0a-42a4-a229-ae697fbb021b} <Debug> oximeter.measurements_histogramu8 (00eb5cd0-8596-49a3-96d9-deee384f34f2): There are no data parts | ||
| 412 | 2025.03.03 23:31:28.315032 [ 3 ] {7dc5fbe7-4c0a-42a4-a229-ae697fbb021b} <Debug> TCPHandler: Processed in 0.017965713 sec. | ||
| 413 | 2025.03.03 23:31:28.315196 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.03.03 23:31:28.315516 [ 3 ] {5d121550-d877-4170-8e67-f23adf6905a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2025.03.03 23:31:28.315608 [ 3 ] {5d121550-d877-4170-8e67-f23adf6905a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.03.03 23:31:28.319708 [ 3 ] {5d121550-d877-4170-8e67-f23adf6905a5} <Debug> oximeter.measurements_histogrami16 (ede32cc4-8dab-4d4d-82c4-0453f0bb1265): Loading data parts | ||
| 417 | 2025.03.03 23:31:28.319889 [ 3 ] {5d121550-d877-4170-8e67-f23adf6905a5} <Debug> oximeter.measurements_histogrami16 (ede32cc4-8dab-4d4d-82c4-0453f0bb1265): There are no data parts | ||
| 418 | 2025.03.03 23:31:28.322521 [ 3 ] {5d121550-d877-4170-8e67-f23adf6905a5} <Debug> TCPHandler: Processed in 0.007384601 sec. | ||
| 419 | 2025.03.03 23:31:28.322686 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.03.03 23:31:28.323024 [ 3 ] {e6cf0901-6405-4cca-aadc-2b67324bc528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2025.03.03 23:31:28.323098 [ 3 ] {e6cf0901-6405-4cca-aadc-2b67324bc528} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.03.03 23:31:28.328348 [ 3 ] {e6cf0901-6405-4cca-aadc-2b67324bc528} <Debug> oximeter.measurements_histogramu16 (b8011ddf-488e-4ee6-aee6-b4f8e1fabd58): Loading data parts | ||
| 423 | 2025.03.03 23:31:28.328519 [ 3 ] {e6cf0901-6405-4cca-aadc-2b67324bc528} <Debug> oximeter.measurements_histogramu16 (b8011ddf-488e-4ee6-aee6-b4f8e1fabd58): There are no data parts | ||
| 424 | 2025.03.03 23:31:28.333410 [ 3 ] {e6cf0901-6405-4cca-aadc-2b67324bc528} <Debug> TCPHandler: Processed in 0.010783098 sec. | ||
| 425 | 2025.03.03 23:31:28.333599 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.03.03 23:31:28.333921 [ 3 ] {cba04874-7a66-471c-a21c-21c9064cfef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2025.03.03 23:31:28.334029 [ 3 ] {cba04874-7a66-471c-a21c-21c9064cfef0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.03.03 23:31:28.337424 [ 3 ] {cba04874-7a66-471c-a21c-21c9064cfef0} <Debug> oximeter.measurements_histogrami32 (2d478105-671e-4355-9d1d-c2f8e564c504): Loading data parts | ||
| 429 | 2025.03.03 23:31:28.337583 [ 3 ] {cba04874-7a66-471c-a21c-21c9064cfef0} <Debug> oximeter.measurements_histogrami32 (2d478105-671e-4355-9d1d-c2f8e564c504): There are no data parts | ||
| 430 | 2025.03.03 23:31:28.340149 [ 3 ] {cba04874-7a66-471c-a21c-21c9064cfef0} <Debug> TCPHandler: Processed in 0.006609399 sec. | ||
| 431 | 2025.03.03 23:31:28.340314 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.03.03 23:31:28.340659 [ 3 ] {325f48c1-d49d-43b9-8f5e-ead00c83a0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 433 | 2025.03.03 23:31:28.340748 [ 3 ] {325f48c1-d49d-43b9-8f5e-ead00c83a0aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.03.03 23:31:28.346185 [ 3 ] {325f48c1-d49d-43b9-8f5e-ead00c83a0aa} <Debug> oximeter.measurements_histogramu32 (76fd5ca2-007a-4cbf-b16d-5eb04471eedc): Loading data parts | ||
| 435 | 2025.03.03 23:31:28.346353 [ 3 ] {325f48c1-d49d-43b9-8f5e-ead00c83a0aa} <Debug> oximeter.measurements_histogramu32 (76fd5ca2-007a-4cbf-b16d-5eb04471eedc): There are no data parts | ||
| 436 | 2025.03.03 23:31:28.351190 [ 3 ] {325f48c1-d49d-43b9-8f5e-ead00c83a0aa} <Debug> TCPHandler: Processed in 0.010935452 sec. | ||
| 437 | 2025.03.03 23:31:28.351364 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.03.03 23:31:28.351678 [ 3 ] {5f453f65-bfdf-49a8-9d6e-5b377a318a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 439 | 2025.03.03 23:31:28.351765 [ 3 ] {5f453f65-bfdf-49a8-9d6e-5b377a318a6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.03.03 23:31:28.355673 [ 3 ] {5f453f65-bfdf-49a8-9d6e-5b377a318a6b} <Debug> oximeter.measurements_histogrami64 (5c9a2ba1-f005-47bb-8b2b-4fe73609bbc1): Loading data parts | ||
| 441 | 2025.03.03 23:31:28.355854 [ 3 ] {5f453f65-bfdf-49a8-9d6e-5b377a318a6b} <Debug> oximeter.measurements_histogrami64 (5c9a2ba1-f005-47bb-8b2b-4fe73609bbc1): There are no data parts | ||
| 442 | 2025.03.03 23:31:28.358468 [ 3 ] {5f453f65-bfdf-49a8-9d6e-5b377a318a6b} <Debug> TCPHandler: Processed in 0.007163004 sec. | ||
| 443 | 2025.03.03 23:31:28.358658 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.03.03 23:31:28.359001 [ 3 ] {e394f109-fd4f-48eb-97cf-ce50e15c7b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 445 | 2025.03.03 23:31:28.359074 [ 3 ] {e394f109-fd4f-48eb-97cf-ce50e15c7b14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.03.03 23:31:28.364373 [ 3 ] {e394f109-fd4f-48eb-97cf-ce50e15c7b14} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Loading data parts | ||
| 447 | 2025.03.03 23:31:28.364543 [ 3 ] {e394f109-fd4f-48eb-97cf-ce50e15c7b14} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): There are no data parts | ||
| 448 | 2025.03.03 23:31:28.369386 [ 3 ] {e394f109-fd4f-48eb-97cf-ce50e15c7b14} <Debug> TCPHandler: Processed in 0.010787718 sec. | ||
| 449 | 2025.03.03 23:31:28.369569 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.03.03 23:31:28.369885 [ 3 ] {76a46da5-b444-4f94-8b19-1d02ac392fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 451 | 2025.03.03 23:31:28.369972 [ 3 ] {76a46da5-b444-4f94-8b19-1d02ac392fca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.03.03 23:31:28.379742 [ 3 ] {76a46da5-b444-4f94-8b19-1d02ac392fca} <Debug> oximeter.measurements_histogramf32 (9741b38a-0ef5-424f-be81-b4697ab4ca77): Loading data parts | ||
| 453 | 2025.03.03 23:31:28.379950 [ 3 ] {76a46da5-b444-4f94-8b19-1d02ac392fca} <Debug> oximeter.measurements_histogramf32 (9741b38a-0ef5-424f-be81-b4697ab4ca77): There are no data parts | ||
| 454 | 2025.03.03 23:31:28.382990 [ 3 ] {76a46da5-b444-4f94-8b19-1d02ac392fca} <Debug> TCPHandler: Processed in 0.013480625 sec. | ||
| 455 | 2025.03.03 23:31:28.383155 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.03.03 23:31:28.383447 [ 3 ] {7468ef35-2591-42b9-8e44-d3f2d69200b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 457 | 2025.03.03 23:31:28.383522 [ 3 ] {7468ef35-2591-42b9-8e44-d3f2d69200b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.03.03 23:31:28.390899 [ 3 ] {7468ef35-2591-42b9-8e44-d3f2d69200b8} <Debug> oximeter.measurements_histogramf64 (f0fb15df-5e7f-4f4a-b0ff-600330e50a6f): Loading data parts | ||
| 459 | 2025.03.03 23:31:28.391066 [ 3 ] {7468ef35-2591-42b9-8e44-d3f2d69200b8} <Debug> oximeter.measurements_histogramf64 (f0fb15df-5e7f-4f4a-b0ff-600330e50a6f): There are no data parts | ||
| 460 | 2025.03.03 23:31:28.396124 [ 3 ] {7468ef35-2591-42b9-8e44-d3f2d69200b8} <Debug> TCPHandler: Processed in 0.013019472 sec. | ||
| 461 | 2025.03.03 23:31:28.396311 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.03.03 23:31:28.396545 [ 3 ] {c7e2f041-a613-4b5a-bf54-4e9d8ff7279a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 488 | 2025.03.03 23:31:28.396625 [ 3 ] {c7e2f041-a613-4b5a-bf54-4e9d8ff7279a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.03.03 23:31:28.403318 [ 3 ] {c7e2f041-a613-4b5a-bf54-4e9d8ff7279a} <Debug> oximeter.fields_bool (2509b0a8-1ef1-4c58-a0dd-b597ab3894b2): Loading data parts | ||
| 490 | 2025.03.03 23:31:28.403479 [ 3 ] {c7e2f041-a613-4b5a-bf54-4e9d8ff7279a} <Debug> oximeter.fields_bool (2509b0a8-1ef1-4c58-a0dd-b597ab3894b2): There are no data parts | ||
| 491 | 2025.03.03 23:31:28.406219 [ 3 ] {c7e2f041-a613-4b5a-bf54-4e9d8ff7279a} <Debug> TCPHandler: Processed in 0.009969404 sec. | ||
| 492 | 2025.03.03 23:31:28.406397 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.03.03 23:31:28.406630 [ 3 ] {7084a40e-cac2-4008-8bee-30ce7866de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 494 | 2025.03.03 23:31:28.406711 [ 3 ] {7084a40e-cac2-4008-8bee-30ce7866de9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.03.03 23:31:28.411890 [ 3 ] {7084a40e-cac2-4008-8bee-30ce7866de9c} <Debug> oximeter.fields_i8 (a8187662-152d-41d7-8418-b63e23e83751): Loading data parts | ||
| 496 | 2025.03.03 23:31:28.412057 [ 3 ] {7084a40e-cac2-4008-8bee-30ce7866de9c} <Debug> oximeter.fields_i8 (a8187662-152d-41d7-8418-b63e23e83751): There are no data parts | ||
| 497 | 2025.03.03 23:31:28.416822 [ 3 ] {7084a40e-cac2-4008-8bee-30ce7866de9c} <Debug> TCPHandler: Processed in 0.01048638 sec. | ||
| 498 | 2025.03.03 23:31:28.416963 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.03 23:31:28.417182 [ 3 ] {434e3eb7-49b7-4ecc-8781-5a8727d876fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 500 | 2025.03.03 23:31:28.417250 [ 3 ] {434e3eb7-49b7-4ecc-8781-5a8727d876fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.03.03 23:31:28.420509 [ 3 ] {434e3eb7-49b7-4ecc-8781-5a8727d876fe} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Loading data parts | ||
| 502 | 2025.03.03 23:31:28.420664 [ 3 ] {434e3eb7-49b7-4ecc-8781-5a8727d876fe} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): There are no data parts | ||
| 503 | 2025.03.03 23:31:28.426443 [ 3 ] {434e3eb7-49b7-4ecc-8781-5a8727d876fe} <Debug> TCPHandler: Processed in 0.009531482 sec. | ||
| 504 | 2025.03.03 23:31:28.426590 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.03.03 23:31:28.426819 [ 3 ] {c89fdc17-9e15-4545-a673-e34afc16d502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 506 | 2025.03.03 23:31:28.426901 [ 3 ] {c89fdc17-9e15-4545-a673-e34afc16d502} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.03.03 23:31:28.431055 [ 3 ] {c89fdc17-9e15-4545-a673-e34afc16d502} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Loading data parts | ||
| 508 | 2025.03.03 23:31:28.431216 [ 3 ] {c89fdc17-9e15-4545-a673-e34afc16d502} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): There are no data parts | ||
| 509 | 2025.03.03 23:31:28.435838 [ 3 ] {c89fdc17-9e15-4545-a673-e34afc16d502} <Debug> TCPHandler: Processed in 0.009307875 sec. | ||
| 510 | 2025.03.03 23:31:28.435963 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.03.03 23:31:28.436216 [ 3 ] {abc8938a-9748-4ea3-b18d-ec7f106595d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 512 | 2025.03.03 23:31:28.436297 [ 3 ] {abc8938a-9748-4ea3-b18d-ec7f106595d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.03.03 23:31:28.441690 [ 3 ] {abc8938a-9748-4ea3-b18d-ec7f106595d8} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Loading data parts | ||
| 514 | 2025.03.03 23:31:28.441854 [ 3 ] {abc8938a-9748-4ea3-b18d-ec7f106595d8} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): There are no data parts | ||
| 515 | 2025.03.03 23:31:28.444589 [ 3 ] {abc8938a-9748-4ea3-b18d-ec7f106595d8} <Debug> TCPHandler: Processed in 0.008676257 sec. | ||
| 516 | 2025.03.03 23:31:28.444763 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.03.03 23:31:28.444994 [ 3 ] {ad8ac1ed-fb7d-470a-b44d-1ef4c0501264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 518 | 2025.03.03 23:31:28.445063 [ 3 ] {ad8ac1ed-fb7d-470a-b44d-1ef4c0501264} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.03.03 23:31:28.447975 [ 3 ] {ad8ac1ed-fb7d-470a-b44d-1ef4c0501264} <Debug> oximeter.fields_i32 (bf5fae67-ee6a-4660-9e54-c56de18e2813): Loading data parts | ||
| 520 | 2025.03.03 23:31:28.448181 [ 3 ] {ad8ac1ed-fb7d-470a-b44d-1ef4c0501264} <Debug> oximeter.fields_i32 (bf5fae67-ee6a-4660-9e54-c56de18e2813): There are no data parts | ||
| 521 | 2025.03.03 23:31:28.452697 [ 3 ] {ad8ac1ed-fb7d-470a-b44d-1ef4c0501264} <Debug> TCPHandler: Processed in 0.007992728 sec. | ||
| 522 | 2025.03.03 23:31:28.452871 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.03.03 23:31:28.453104 [ 3 ] {2cd4f18a-cfc2-4d25-aebd-b3432276ad83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2025.03.03 23:31:28.453173 [ 3 ] {2cd4f18a-cfc2-4d25-aebd-b3432276ad83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.03.03 23:31:28.458432 [ 3 ] {2cd4f18a-cfc2-4d25-aebd-b3432276ad83} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Loading data parts | ||
| 526 | 2025.03.03 23:31:28.458617 [ 3 ] {2cd4f18a-cfc2-4d25-aebd-b3432276ad83} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): There are no data parts | ||
| 527 | 2025.03.03 23:31:28.461353 [ 3 ] {2cd4f18a-cfc2-4d25-aebd-b3432276ad83} <Debug> TCPHandler: Processed in 0.008541894 sec. | ||
| 528 | 2025.03.03 23:31:28.461524 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.03.03 23:31:28.461756 [ 3 ] {4cc8a1bf-2fa1-4ef2-8944-10ad643efbbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 530 | 2025.03.03 23:31:28.461838 [ 3 ] {4cc8a1bf-2fa1-4ef2-8944-10ad643efbbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.03.03 23:31:28.464751 [ 3 ] {4cc8a1bf-2fa1-4ef2-8944-10ad643efbbd} <Debug> oximeter.fields_i64 (b4863b22-9901-4aff-b2f2-030d8743464e): Loading data parts | ||
| 532 | 2025.03.03 23:31:28.464920 [ 3 ] {4cc8a1bf-2fa1-4ef2-8944-10ad643efbbd} <Debug> oximeter.fields_i64 (b4863b22-9901-4aff-b2f2-030d8743464e): There are no data parts | ||
| 533 | 2025.03.03 23:31:28.469419 [ 3 ] {4cc8a1bf-2fa1-4ef2-8944-10ad643efbbd} <Debug> TCPHandler: Processed in 0.007955637 sec. | ||
| 534 | 2025.03.03 23:31:28.469592 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.03.03 23:31:28.469854 [ 3 ] {88bf093f-c1e8-420a-b552-24a59a2d0d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) 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) | ||
| 536 | 2025.03.03 23:31:28.469933 [ 3 ] {88bf093f-c1e8-420a-b552-24a59a2d0d01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 537 | 2025.03.03 23:31:28.475222 [ 3 ] {88bf093f-c1e8-420a-b552-24a59a2d0d01} <Debug> oximeter.fields_u64 (7d29d471-f2cb-4a84-aabf-103f3806aa95): Loading data parts | ||
| 538 | 2025.03.03 23:31:28.475380 [ 3 ] {88bf093f-c1e8-420a-b552-24a59a2d0d01} <Debug> oximeter.fields_u64 (7d29d471-f2cb-4a84-aabf-103f3806aa95): There are no data parts | ||
| 539 | 2025.03.03 23:31:28.478090 [ 3 ] {88bf093f-c1e8-420a-b552-24a59a2d0d01} <Debug> TCPHandler: Processed in 0.008557734 sec. | ||
| 540 | 2025.03.03 23:31:28.478257 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.03.03 23:31:28.478489 [ 3 ] {66235493-e133-440b-8181-7cc3cc1ca2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) 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) | ||
| 542 | 2025.03.03 23:31:28.478573 [ 3 ] {66235493-e133-440b-8181-7cc3cc1ca2cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 543 | 2025.03.03 23:31:28.481585 [ 3 ] {66235493-e133-440b-8181-7cc3cc1ca2cd} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Loading data parts | ||
| 544 | 2025.03.03 23:31:28.481737 [ 3 ] {66235493-e133-440b-8181-7cc3cc1ca2cd} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): There are no data parts | ||
| 545 | 2025.03.03 23:31:28.486309 [ 3 ] {66235493-e133-440b-8181-7cc3cc1ca2cd} <Debug> TCPHandler: Processed in 0.008113271 sec. | ||
| 546 | 2025.03.03 23:31:28.486500 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.03.03 23:31:28.486747 [ 3 ] {a2269186-4444-40aa-a7e7-65cd233c3f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) 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) | ||
| 548 | 2025.03.03 23:31:28.486824 [ 3 ] {a2269186-4444-40aa-a7e7-65cd233c3f41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 549 | 2025.03.03 23:31:28.492132 [ 3 ] {a2269186-4444-40aa-a7e7-65cd233c3f41} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Loading data parts | ||
| 550 | 2025.03.03 23:31:28.492319 [ 3 ] {a2269186-4444-40aa-a7e7-65cd233c3f41} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): There are no data parts | ||
| 551 | 2025.03.03 23:31:28.495029 [ 3 ] {a2269186-4444-40aa-a7e7-65cd233c3f41} <Debug> TCPHandler: Processed in 0.008590805 sec. | ||
| 552 | 2025.03.03 23:31:28.495193 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.03.03 23:31:28.495420 [ 3 ] {768b3795-654f-4dd2-8d9f-0fc2373ca04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) 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) | ||
| 554 | 2025.03.03 23:31:28.495503 [ 3 ] {768b3795-654f-4dd2-8d9f-0fc2373ca04c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 555 | 2025.03.03 23:31:28.498510 [ 3 ] {768b3795-654f-4dd2-8d9f-0fc2373ca04c} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Loading data parts | ||
| 556 | 2025.03.03 23:31:28.498677 [ 3 ] {768b3795-654f-4dd2-8d9f-0fc2373ca04c} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): There are no data parts | ||
| 557 | 2025.03.03 23:31:28.503176 [ 3 ] {768b3795-654f-4dd2-8d9f-0fc2373ca04c} <Debug> TCPHandler: Processed in 0.00804471 sec. | ||
| 558 | 2025.03.03 23:31:28.503374 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.03.03 23:31:28.503685 [ 3 ] {8ae4a171-924a-48b0-8f2b-4ae1ef877170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) /* The timeseries schema table stores the extracted schema for the samples | ||
| 560 | * oximeter collects. | ||
| 561 | */ | ||
| 562 | 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) | ||
| 563 | 2025.03.03 23:31:28.503784 [ 3 ] {8ae4a171-924a-48b0-8f2b-4ae1ef877170} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 564 | 2025.03.03 23:31:28.509062 [ 3 ] {8ae4a171-924a-48b0-8f2b-4ae1ef877170} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Loading data parts | ||
| 565 | 2025.03.03 23:31:28.509244 [ 3 ] {8ae4a171-924a-48b0-8f2b-4ae1ef877170} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): There are no data parts | ||
| 566 | 2025.03.03 23:31:28.512088 [ 3 ] {8ae4a171-924a-48b0-8f2b-4ae1ef877170} <Debug> TCPHandler: Processed in 0.008777451 sec. | ||
| 567 | 2025.03.03 23:31:28.512313 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.03.03 23:31:28.512660 [ 5 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 569 | 2025.03.03 23:31:28.512870 [ 5 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 570 | 2025.03.03 23:31:28.520750 [ 259 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Trace> oximeter.version (b7cd751b-b288-41a5-a70c-8e5eaa59f29e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 571 | 2025.03.03 23:31:28.520850 [ 259 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 572 | 2025.03.03 23:31:28.524878 [ 259 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 573 | 2025.03.03 23:31:28.525243 [ 259 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Trace> oximeter.version (b7cd751b-b288-41a5-a70c-8e5eaa59f29e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 574 | 2025.03.03 23:31:28.525569 [ 5 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013032 sec., 76.7341927562922 rows/sec., 1.20 KiB/sec. | ||
| 575 | 2025.03.03 23:31:28.525898 [ 5 ] {5a3f37ff-82c7-4da7-bdb6-b11a5734bef1} <Debug> TCPHandler: Processed in 0.01368356 sec. | ||
| 576 | 2025.03.03 23:31:29.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.06 MiB, peak 125.06 MiB, free memory in arenas 0.00 B, will set to 139.23 MiB (RSS), difference: 14.17 MiB | ||
| 577 | 2025.03.03 23:31:29.436461 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43144 | ||
| 578 | 2025.03.03 23:31:29.436589 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.03.03 23:31:29.436623 [ 261 ] {} <Debug> TCP-Session: b356e5eb-f401-4440-b65d-f21fd6a70488 Authenticating user 'default' from [fd00:1122:3344:101::b]:43144 | ||
| 580 | 2025.03.03 23:31:29.436762 [ 261 ] {} <Debug> TCP-Session: b356e5eb-f401-4440-b65d-f21fd6a70488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.03.03 23:31:29.436782 [ 261 ] {} <Debug> TCP-Session: b356e5eb-f401-4440-b65d-f21fd6a70488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.03.03 23:31:29.436846 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.03.03 23:31:29.437032 [ 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 | ||
| 584 | 2025.03.03 23:31:29.437052 [ 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 | ||
| 585 | 2025.03.03 23:31:29.438552 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39645 | ||
| 586 | 2025.03.03 23:31:29.438629 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46910 | ||
| 587 | 2025.03.03 23:31:29.438709 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 588 | 2025.03.03 23:31:29.438728 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54774 | ||
| 589 | 2025.03.03 23:31:29.438818 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56770 | ||
| 590 | 2025.03.03 23:31:29.439052 [ 262 ] {} <Debug> TCP-Session: 2280fb9c-fe84-4822-8bd8-323f00066f82 Authenticating user 'default' from [fd00:1122:3344:101::b]:39645 | ||
| 591 | 2025.03.03 23:31:29.439083 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55350 | ||
| 592 | 2025.03.03 23:31:29.439169 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2025.03.03 23:31:29.439185 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35090 | ||
| 594 | 2025.03.03 23:31:29.439069 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.03.03 23:31:29.439252 [ 264 ] {} <Debug> TCP-Session: 9134190a-c8fa-49f0-a654-bb4683507921 Authenticating user 'default' from [fd00:1122:3344:101::b]:54774 | ||
| 596 | 2025.03.03 23:31:29.439239 [ 262 ] {} <Debug> TCP-Session: 2280fb9c-fe84-4822-8bd8-323f00066f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 597 | 2025.03.03 23:31:29.439059 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.03.03 23:31:29.439423 [ 262 ] {} <Debug> TCP-Session: 2280fb9c-fe84-4822-8bd8-323f00066f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2025.03.03 23:31:29.439451 [ 264 ] {} <Debug> TCP-Session: 9134190a-c8fa-49f0-a654-bb4683507921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2025.03.03 23:31:29.439453 [ 263 ] {} <Debug> TCP-Session: 31d85d53-95cf-45e9-9a09-f4e64dd11d00 Authenticating user 'default' from [fd00:1122:3344:101::b]:46910 | ||
| 601 | 2025.03.03 23:31:29.439510 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 602 | 2025.03.03 23:31:29.439541 [ 264 ] {} <Debug> TCP-Session: 9134190a-c8fa-49f0-a654-bb4683507921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.03.03 23:31:29.439316 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33530 | ||
| 604 | 2025.03.03 23:31:29.439634 [ 263 ] {} <Debug> TCP-Session: 31d85d53-95cf-45e9-9a09-f4e64dd11d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.03.03 23:31:29.439579 [ 265 ] {} <Debug> TCP-Session: 3004384b-b663-43a8-9ba1-fa07b0ebbe38 Authenticating user 'default' from [fd00:1122:3344:101::b]:56770 | ||
| 606 | 2025.03.03 23:31:29.439685 [ 267 ] {} <Debug> TCP-Session: 5727192b-1a79-46c6-9b59-17f151661a06 Authenticating user 'default' from [fd00:1122:3344:101::b]:35090 | ||
| 607 | 2025.03.03 23:31:29.439818 [ 265 ] {} <Debug> TCP-Session: 3004384b-b663-43a8-9ba1-fa07b0ebbe38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.03.03 23:31:29.439872 [ 267 ] {} <Debug> TCP-Session: 5727192b-1a79-46c6-9b59-17f151661a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.03.03 23:31:29.439879 [ 263 ] {} <Debug> TCP-Session: 31d85d53-95cf-45e9-9a09-f4e64dd11d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2025.03.03 23:31:29.439937 [ 265 ] {} <Debug> TCP-Session: 3004384b-b663-43a8-9ba1-fa07b0ebbe38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.03.03 23:31:29.439950 [ 267 ] {} <Debug> TCP-Session: 5727192b-1a79-46c6-9b59-17f151661a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.03.03 23:31:29.439992 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 613 | 2025.03.03 23:31:29.440106 [ 266 ] {} <Debug> TCP-Session: 9f26c1cc-edba-468a-8434-9579c1167280 Authenticating user 'default' from [fd00:1122:3344:101::b]:55350 | ||
| 614 | 2025.03.03 23:31:29.440243 [ 266 ] {} <Debug> TCP-Session: 9f26c1cc-edba-468a-8434-9579c1167280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.03.03 23:31:29.440258 [ 266 ] {} <Debug> TCP-Session: 9f26c1cc-edba-468a-8434-9579c1167280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.03.03 23:31:29.451834 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 617 | 2025.03.03 23:31:29.451987 [ 268 ] {} <Debug> TCP-Session: c5d83d1d-8390-4346-850f-d2d7f11948bc Authenticating user 'default' from [fd00:1122:3344:101::b]:33530 | ||
| 618 | 2025.03.03 23:31:29.452014 [ 268 ] {} <Debug> TCP-Session: c5d83d1d-8390-4346-850f-d2d7f11948bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.03.03 23:31:29.452030 [ 268 ] {} <Debug> TCP-Session: c5d83d1d-8390-4346-850f-d2d7f11948bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.03.03 23:31:29.767977 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56521 | ||
| 621 | 2025.03.03 23:31:29.768168 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.03.03 23:31:29.768207 [ 269 ] {} <Debug> TCP-Session: f04b56c7-7be1-4349-bd44-cac75e8ce9cd Authenticating user 'default' from [fd00:1122:3344:101::c]:56521 | ||
| 623 | 2025.03.03 23:31:29.768282 [ 269 ] {} <Debug> TCP-Session: f04b56c7-7be1-4349-bd44-cac75e8ce9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.03.03 23:31:29.768300 [ 269 ] {} <Debug> TCP-Session: f04b56c7-7be1-4349-bd44-cac75e8ce9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.03 23:31:29.768372 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.03.03 23:31:29.768433 [ 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 | ||
| 627 | 2025.03.03 23:31:29.768456 [ 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 | ||
| 628 | 2025.03.03 23:31:29.769924 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57811 | ||
| 629 | 2025.03.03 23:31:29.770050 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58736 | ||
| 630 | 2025.03.03 23:31:29.770116 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53666 | ||
| 631 | 2025.03.03 23:31:29.770349 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38401 | ||
| 632 | 2025.03.03 23:31:29.770483 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39807 | ||
| 633 | 2025.03.03 23:31:29.770708 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.03.03 23:31:29.770746 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51118 | ||
| 635 | 2025.03.03 23:31:29.770791 [ 270 ] {} <Debug> TCP-Session: c93398a4-c877-4da8-b3e1-776a4f5e2613 Authenticating user 'default' from [fd00:1122:3344:101::c]:57811 | ||
| 636 | 2025.03.03 23:31:29.770768 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.03.03 23:31:29.770937 [ 270 ] {} <Debug> TCP-Session: c93398a4-c877-4da8-b3e1-776a4f5e2613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2025.03.03 23:31:29.770996 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59065 | ||
| 639 | 2025.03.03 23:31:29.770962 [ 274 ] {} <Debug> TCP-Session: 197c7952-a2f3-430e-8717-e3e16dd2ae7a Authenticating user 'default' from [fd00:1122:3344:101::c]:39807 | ||
| 640 | 2025.03.03 23:31:29.771035 [ 270 ] {} <Debug> TCP-Session: c93398a4-c877-4da8-b3e1-776a4f5e2613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.03.03 23:31:29.771068 [ 274 ] {} <Debug> TCP-Session: 197c7952-a2f3-430e-8717-e3e16dd2ae7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.03.03 23:31:29.771214 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2025.03.03 23:31:29.771227 [ 274 ] {} <Debug> TCP-Session: 197c7952-a2f3-430e-8717-e3e16dd2ae7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.03.03 23:31:29.771263 [ 276 ] {} <Debug> TCP-Session: e0b9527c-4697-461b-bfb9-40fd3868eff2 Authenticating user 'default' from [fd00:1122:3344:101::c]:59065 | ||
| 645 | 2025.03.03 23:31:29.771341 [ 276 ] {} <Debug> TCP-Session: e0b9527c-4697-461b-bfb9-40fd3868eff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.03.03 23:31:29.771357 [ 276 ] {} <Debug> TCP-Session: e0b9527c-4697-461b-bfb9-40fd3868eff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.03 23:31:29.772552 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.03.03 23:31:29.772669 [ 271 ] {} <Debug> TCP-Session: cee1d8bf-9239-42b5-bbb3-ac48f046a709 Authenticating user 'default' from [fd00:1122:3344:101::c]:58736 | ||
| 649 | 2025.03.03 23:31:29.772699 [ 271 ] {} <Debug> TCP-Session: cee1d8bf-9239-42b5-bbb3-ac48f046a709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.03.03 23:31:29.772717 [ 271 ] {} <Debug> TCP-Session: cee1d8bf-9239-42b5-bbb3-ac48f046a709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.03.03 23:31:29.785680 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.03.03 23:31:29.785731 [ 272 ] {} <Debug> TCP-Session: 57f8c60d-dafb-400d-81f9-16b0370d8892 Authenticating user 'default' from [fd00:1122:3344:101::c]:53666 | ||
| 653 | 2025.03.03 23:31:29.785751 [ 272 ] {} <Debug> TCP-Session: 57f8c60d-dafb-400d-81f9-16b0370d8892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.03.03 23:31:29.785814 [ 272 ] {} <Debug> TCP-Session: 57f8c60d-dafb-400d-81f9-16b0370d8892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.03.03 23:31:29.787333 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.03.03 23:31:29.787394 [ 273 ] {} <Debug> TCP-Session: 32fde1ef-fe4a-4ef1-8656-9d924bf91d10 Authenticating user 'default' from [fd00:1122:3344:101::c]:38401 | ||
| 657 | 2025.03.03 23:31:29.787476 [ 273 ] {} <Debug> TCP-Session: 32fde1ef-fe4a-4ef1-8656-9d924bf91d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.03.03 23:31:29.787496 [ 273 ] {} <Debug> TCP-Session: 32fde1ef-fe4a-4ef1-8656-9d924bf91d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.03.03 23:31:29.787862 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.03.03 23:31:29.787930 [ 275 ] {} <Debug> TCP-Session: 3bcf9bee-0fb4-42d1-a398-c9d13acd4cb5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51118 | ||
| 661 | 2025.03.03 23:31:29.787981 [ 275 ] {} <Debug> TCP-Session: 3bcf9bee-0fb4-42d1-a398-c9d13acd4cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.03.03 23:31:29.788000 [ 275 ] {} <Debug> TCP-Session: 3bcf9bee-0fb4-42d1-a398-c9d13acd4cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.03.03 23:31:30.261133 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54285 | ||
| 664 | 2025.03.03 23:31:30.261371 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.03.03 23:31:30.261410 [ 277 ] {} <Debug> TCP-Session: 8770bf5e-263b-4aca-ae06-20d1ada244c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:54285 | ||
| 666 | 2025.03.03 23:31:30.261438 [ 277 ] {} <Debug> TCP-Session: 8770bf5e-263b-4aca-ae06-20d1ada244c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.03.03 23:31:30.261552 [ 277 ] {} <Debug> TCP-Session: 8770bf5e-263b-4aca-ae06-20d1ada244c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.03.03 23:31:30.261635 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.03.03 23:31:30.261666 [ 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 | ||
| 670 | 2025.03.03 23:31:30.261778 [ 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 | ||
| 671 | 2025.03.03 23:31:30.263403 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53299 | ||
| 672 | 2025.03.03 23:31:30.263592 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38792 | ||
| 673 | 2025.03.03 23:31:30.263596 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.03.03 23:31:30.263673 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54795 | ||
| 675 | 2025.03.03 23:31:30.263831 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.03.03 23:31:30.263998 [ 278 ] {} <Debug> TCP-Session: 9247bcf1-8258-4663-96c2-f996d1441f0f Authenticating user 'default' from [fd00:1122:3344:101::a]:53299 | ||
| 677 | 2025.03.03 23:31:30.263997 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37732 | ||
| 678 | 2025.03.03 23:31:30.264079 [ 278 ] {} <Debug> TCP-Session: 9247bcf1-8258-4663-96c2-f996d1441f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2025.03.03 23:31:30.263830 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58529 | ||
| 680 | 2025.03.03 23:31:30.264036 [ 279 ] {} <Debug> TCP-Session: 8fc245fc-f202-4a42-8a27-693283f00080 Authenticating user 'default' from [fd00:1122:3344:101::a]:38792 | ||
| 681 | 2025.03.03 23:31:30.264009 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.03.03 23:31:30.264215 [ 278 ] {} <Debug> TCP-Session: 9247bcf1-8258-4663-96c2-f996d1441f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.03.03 23:31:30.264178 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59039 | ||
| 684 | 2025.03.03 23:31:30.264478 [ 279 ] {} <Debug> TCP-Session: 8fc245fc-f202-4a42-8a27-693283f00080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.03.03 23:31:30.264476 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.03.03 23:31:30.264654 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41199 | ||
| 687 | 2025.03.03 23:31:30.264672 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.03.03 23:31:30.264521 [ 280 ] {} <Debug> TCP-Session: 5e3ee781-cff2-44af-849e-b657e9f18a95 Authenticating user 'default' from [fd00:1122:3344:101::a]:54795 | ||
| 689 | 2025.03.03 23:31:30.264808 [ 279 ] {} <Debug> TCP-Session: 8fc245fc-f202-4a42-8a27-693283f00080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.03.03 23:31:30.264737 [ 281 ] {} <Debug> TCP-Session: 0186f6d5-0e97-4340-9c04-56907dedeaf7 Authenticating user 'default' from [fd00:1122:3344:101::a]:58529 | ||
| 691 | 2025.03.03 23:31:30.264843 [ 283 ] {} <Debug> TCP-Session: 0c147849-1039-468f-a0e0-1df847f52a18 Authenticating user 'default' from [fd00:1122:3344:101::a]:59039 | ||
| 692 | 2025.03.03 23:31:30.264947 [ 281 ] {} <Debug> TCP-Session: 0186f6d5-0e97-4340-9c04-56907dedeaf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.03.03 23:31:30.264970 [ 280 ] {} <Debug> TCP-Session: 5e3ee781-cff2-44af-849e-b657e9f18a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.03.03 23:31:30.264984 [ 283 ] {} <Debug> TCP-Session: 0c147849-1039-468f-a0e0-1df847f52a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.03.03 23:31:30.265117 [ 281 ] {} <Debug> TCP-Session: 0186f6d5-0e97-4340-9c04-56907dedeaf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.03.03 23:31:30.265125 [ 280 ] {} <Debug> TCP-Session: 5e3ee781-cff2-44af-849e-b657e9f18a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.03.03 23:31:30.265157 [ 283 ] {} <Debug> TCP-Session: 0c147849-1039-468f-a0e0-1df847f52a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.03.03 23:31:30.265858 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.03.03 23:31:30.265891 [ 284 ] {} <Debug> TCP-Session: 6b84efef-9719-41fd-bb8a-66803b9e34de Authenticating user 'default' from [fd00:1122:3344:101::a]:41199 | ||
| 700 | 2025.03.03 23:31:30.265909 [ 284 ] {} <Debug> TCP-Session: 6b84efef-9719-41fd-bb8a-66803b9e34de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.03.03 23:31:30.266033 [ 284 ] {} <Debug> TCP-Session: 6b84efef-9719-41fd-bb8a-66803b9e34de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.03.03 23:31:30.278281 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.03.03 23:31:30.278325 [ 282 ] {} <Debug> TCP-Session: 953bcb11-8436-4b64-826e-9f15bd68579e Authenticating user 'default' from [fd00:1122:3344:101::a]:37732 | ||
| 704 | 2025.03.03 23:31:30.278471 [ 282 ] {} <Debug> TCP-Session: 953bcb11-8436-4b64-826e-9f15bd68579e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.03.03 23:31:30.278493 [ 282 ] {} <Debug> TCP-Session: 953bcb11-8436-4b64-826e-9f15bd68579e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.03 23:31:34.584111 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.03.03 23:31:34.584131 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.03.03 23:31:34.584398 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.03.03 23:31:34.584454 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.03.03 23:31:34.602867 [ 243 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Loading data parts | ||
| 711 | 2025.03.03 23:31:34.603268 [ 243 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): There are no data parts | ||
| 712 | 2025.03.03 23:31:34.603422 [ 244 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Loading data parts | ||
| 713 | 2025.03.03 23:31:34.603640 [ 244 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): There are no data parts | ||
| 714 | 2025.03.03 23:31:34.610269 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2025.03.03 23:31:34.610446 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 716 | 2025.03.03 23:31:34.612590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.03.03 23:31:34.613126 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2025.03.03 23:31:34.613432 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 719 | 2025.03.03 23:31:34.640453 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.03.03 23:31:34.640519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 721 | 2025.03.03 23:31:34.648032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.03.03 23:31:34.649235 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.03.03 23:31:34.651616 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.03.03 23:31:35.000339 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.73 MiB, peak 149.73 MiB, free memory in arenas 0.00 B, will set to 150.53 MiB (RSS), difference: 4.80 MiB | ||
| 725 | 2025.03.03 23:31:37.084009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.03.03 23:31:37.084114 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.03.03 23:31:37.092946 [ 242 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Loading data parts | ||
| 728 | 2025.03.03 23:31:37.093265 [ 242 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): There are no data parts | ||
| 729 | 2025.03.03 23:31:37.099826 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.03.03 23:31:37.099867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 731 | 2025.03.03 23:31:37.101589 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.03.03 23:31:37.102202 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.03.03 23:31:37.102721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.03.03 23:31:38.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.72 MiB, peak 154.72 MiB, free memory in arenas 0.00 B, will set to 150.91 MiB (RSS), difference: -3.81 MiB | ||
| 735 | 2025.03.03 23:31:42.050462 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.03.03 23:31:42.050519 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.03.03 23:31:42.114467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 738 | 2025.03.03 23:31:42.115368 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.03.03 23:31:42.115510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 740 | 2025.03.03 23:31:42.116247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.03.03 23:31:42.116892 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.03.03 23:31:42.117248 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.03.03 23:31:42.152628 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.03.03 23:31:42.173578 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.03.03 23:31:42.173633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 746 | 2025.03.03 23:31:42.180331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.03.03 23:31:42.181462 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.03.03 23:31:42.183798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.03.03 23:31:43.000207 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.58 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.64 MiB (RSS), difference: 1.05 MiB | ||
| 750 | 2025.03.03 23:31:48.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.65 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.67 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.03.03 23:31:48.530486 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.03.03 23:31:48.530910 [ 3 ] {837ae586-9861-4c1e-a32e-98a8e43c3f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.03.03 23:31:48.531294 [ 3 ] {837ae586-9861-4c1e-a32e-98a8e43c3f63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.03.03 23:31:48.531583 [ 3 ] {837ae586-9861-4c1e-a32e-98a8e43c3f63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.03.03 23:31:48.532353 [ 3 ] {837ae586-9861-4c1e-a32e-98a8e43c3f63} <Debug> TCPHandler: Processed in 0.001990897 sec. | ||
| 756 | 2025.03.03 23:31:48.533377 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.03.03 23:31:48.533524 [ 3 ] {2c36b5cf-6e85-4da4-97ff-a55039715b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.03.03 23:31:48.535249 [ 3 ] {2c36b5cf-6e85-4da4-97ff-a55039715b5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.03.03 23:31:48.535303 [ 3 ] {2c36b5cf-6e85-4da4-97ff-a55039715b5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.03.03 23:31:48.535966 [ 3 ] {2c36b5cf-6e85-4da4-97ff-a55039715b5c} <Debug> TCPHandler: Processed in 0.002639965 sec. | ||
| 761 | 2025.03.03 23:31:48.536232 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.03.03 23:31:48.536364 [ 3 ] {4b0a3336-82e0-4b98-86c9-42bc6e782a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.03.03 23:31:48.536706 [ 3 ] {4b0a3336-82e0-4b98-86c9-42bc6e782a1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.03.03 23:31:48.536757 [ 3 ] {4b0a3336-82e0-4b98-86c9-42bc6e782a1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.03.03 23:31:48.537221 [ 3 ] {4b0a3336-82e0-4b98-86c9-42bc6e782a1e} <Debug> TCPHandler: Processed in 0.00103992 sec. | ||
| 766 | 2025.03.03 23:31:48.537434 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.03.03 23:31:48.537568 [ 3 ] {d18820bb-3a92-4e83-9e93-760d065dbea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 768 | 2025.03.03 23:31:48.537875 [ 3 ] {d18820bb-3a92-4e83-9e93-760d065dbea1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.03.03 23:31:48.537926 [ 3 ] {d18820bb-3a92-4e83-9e93-760d065dbea1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.03.03 23:31:48.538390 [ 3 ] {d18820bb-3a92-4e83-9e93-760d065dbea1} <Debug> TCPHandler: Processed in 0.001005418 sec. | ||
| 771 | 2025.03.03 23:31:48.538604 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.03.03 23:31:48.538736 [ 3 ] {e6e20292-eb54-4e54-8f23-f3c882439023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 773 | 2025.03.03 23:31:48.539045 [ 3 ] {e6e20292-eb54-4e54-8f23-f3c882439023} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.03.03 23:31:48.539096 [ 3 ] {e6e20292-eb54-4e54-8f23-f3c882439023} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.03.03 23:31:48.539556 [ 3 ] {e6e20292-eb54-4e54-8f23-f3c882439023} <Debug> TCPHandler: Processed in 0.001001819 sec. | ||
| 776 | 2025.03.03 23:31:48.539770 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.03.03 23:31:48.539903 [ 3 ] {241ee11b-7817-4c2b-828e-4f76e646ad8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 778 | 2025.03.03 23:31:48.540214 [ 3 ] {241ee11b-7817-4c2b-828e-4f76e646ad8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.03.03 23:31:48.540266 [ 3 ] {241ee11b-7817-4c2b-828e-4f76e646ad8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.03.03 23:31:48.540743 [ 3 ] {241ee11b-7817-4c2b-828e-4f76e646ad8b} <Debug> TCPHandler: Processed in 0.001023169 sec. | ||
| 781 | 2025.03.03 23:31:48.540957 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.03.03 23:31:48.541093 [ 3 ] {35203d60-7e80-4d67-bae5-61adfbc7edc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.03.03 23:31:48.541410 [ 3 ] {35203d60-7e80-4d67-bae5-61adfbc7edc8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.03.03 23:31:48.541461 [ 3 ] {35203d60-7e80-4d67-bae5-61adfbc7edc8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.03.03 23:31:48.541947 [ 3 ] {35203d60-7e80-4d67-bae5-61adfbc7edc8} <Debug> TCPHandler: Processed in 0.0010401 sec. | ||
| 786 | 2025.03.03 23:31:48.542167 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.03.03 23:31:48.542305 [ 3 ] {778896e2-4ca0-4198-bffd-3d51cddb8fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.03.03 23:31:48.542624 [ 3 ] {778896e2-4ca0-4198-bffd-3d51cddb8fe5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.03.03 23:31:48.542676 [ 3 ] {778896e2-4ca0-4198-bffd-3d51cddb8fe5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.03.03 23:31:48.543178 [ 3 ] {778896e2-4ca0-4198-bffd-3d51cddb8fe5} <Debug> TCPHandler: Processed in 0.00105984 sec. | ||
| 791 | 2025.03.03 23:31:48.543392 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.03.03 23:31:48.543536 [ 3 ] {d20b4471-b598-4632-b39f-ea288776269b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.03.03 23:31:48.543896 [ 3 ] {d20b4471-b598-4632-b39f-ea288776269b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.03.03 23:31:48.543954 [ 3 ] {d20b4471-b598-4632-b39f-ea288776269b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.03.03 23:31:48.544458 [ 3 ] {d20b4471-b598-4632-b39f-ea288776269b} <Debug> TCPHandler: Processed in 0.001115471 sec. | ||
| 796 | 2025.03.03 23:31:48.544663 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.03.03 23:31:48.544806 [ 3 ] {2b7d8290-aa5a-40d7-a683-a42ec75fda5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 798 | 2025.03.03 23:31:48.545163 [ 3 ] {2b7d8290-aa5a-40d7-a683-a42ec75fda5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.03.03 23:31:48.545217 [ 3 ] {2b7d8290-aa5a-40d7-a683-a42ec75fda5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.03.03 23:31:48.545717 [ 3 ] {2b7d8290-aa5a-40d7-a683-a42ec75fda5a} <Debug> TCPHandler: Processed in 0.001105412 sec. | ||
| 801 | 2025.03.03 23:31:48.545941 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.03.03 23:31:48.546083 [ 3 ] {f6c4c486-2838-4698-a636-44e78f420e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 803 | 2025.03.03 23:31:48.546432 [ 3 ] {f6c4c486-2838-4698-a636-44e78f420e4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.03.03 23:31:48.546485 [ 3 ] {f6c4c486-2838-4698-a636-44e78f420e4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.03.03 23:31:48.546987 [ 3 ] {f6c4c486-2838-4698-a636-44e78f420e4c} <Debug> TCPHandler: Processed in 0.001095611 sec. | ||
| 806 | 2025.03.03 23:31:48.547212 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.03.03 23:31:48.547357 [ 3 ] {39832c1b-4207-4c9a-b9c6-673efa4111c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 808 | 2025.03.03 23:31:48.547724 [ 3 ] {39832c1b-4207-4c9a-b9c6-673efa4111c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.03.03 23:31:48.547776 [ 3 ] {39832c1b-4207-4c9a-b9c6-673efa4111c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.03.03 23:31:48.548360 [ 3 ] {39832c1b-4207-4c9a-b9c6-673efa4111c6} <Debug> TCPHandler: Processed in 0.001198774 sec. | ||
| 811 | 2025.03.03 23:31:48.548622 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.03.03 23:31:48.548766 [ 3 ] {11871cc8-d246-4076-8015-6d6ce2ed180a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 813 | 2025.03.03 23:31:48.549119 [ 3 ] {11871cc8-d246-4076-8015-6d6ce2ed180a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.03.03 23:31:48.549172 [ 3 ] {11871cc8-d246-4076-8015-6d6ce2ed180a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.03.03 23:31:48.549653 [ 3 ] {11871cc8-d246-4076-8015-6d6ce2ed180a} <Debug> TCPHandler: Processed in 0.001080911 sec. | ||
| 816 | 2025.03.03 23:31:48.549868 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.03.03 23:31:48.550017 [ 3 ] {52e01875-7bb0-44b4-b6e7-a5c2c2687a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 818 | 2025.03.03 23:31:48.550366 [ 3 ] {52e01875-7bb0-44b4-b6e7-a5c2c2687a99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.03.03 23:31:48.550418 [ 3 ] {52e01875-7bb0-44b4-b6e7-a5c2c2687a99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.03.03 23:31:48.550902 [ 3 ] {52e01875-7bb0-44b4-b6e7-a5c2c2687a99} <Debug> TCPHandler: Processed in 0.001084811 sec. | ||
| 821 | 2025.03.03 23:31:48.551110 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.03.03 23:31:48.551257 [ 3 ] {2dcd6cc6-48a9-4267-8b2a-65c91f119608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 823 | 2025.03.03 23:31:48.551605 [ 3 ] {2dcd6cc6-48a9-4267-8b2a-65c91f119608} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.03.03 23:31:48.551655 [ 3 ] {2dcd6cc6-48a9-4267-8b2a-65c91f119608} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.03.03 23:31:48.552140 [ 3 ] {2dcd6cc6-48a9-4267-8b2a-65c91f119608} <Debug> TCPHandler: Processed in 0.001080701 sec. | ||
| 826 | 2025.03.03 23:31:48.552362 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.03.03 23:31:48.552511 [ 3 ] {c3b9e2f9-01ce-49cd-8c5d-cec17f7fb368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 828 | 2025.03.03 23:31:48.552869 [ 3 ] {c3b9e2f9-01ce-49cd-8c5d-cec17f7fb368} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.03.03 23:31:48.552921 [ 3 ] {c3b9e2f9-01ce-49cd-8c5d-cec17f7fb368} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.03.03 23:31:48.553400 [ 3 ] {c3b9e2f9-01ce-49cd-8c5d-cec17f7fb368} <Debug> TCPHandler: Processed in 0.001086871 sec. | ||
| 831 | 2025.03.03 23:31:48.553611 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.03.03 23:31:48.553756 [ 3 ] {c45b6986-e800-4245-89aa-3ec22d7c52f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 833 | 2025.03.03 23:31:48.554124 [ 3 ] {c45b6986-e800-4245-89aa-3ec22d7c52f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.03.03 23:31:48.554176 [ 3 ] {c45b6986-e800-4245-89aa-3ec22d7c52f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.03.03 23:31:48.554674 [ 3 ] {c45b6986-e800-4245-89aa-3ec22d7c52f8} <Debug> TCPHandler: Processed in 0.001113152 sec. | ||
| 836 | 2025.03.03 23:31:48.554907 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.03.03 23:31:48.555053 [ 3 ] {b4fded9d-6f07-4329-8f5d-f55c468265be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 838 | 2025.03.03 23:31:48.555411 [ 3 ] {b4fded9d-6f07-4329-8f5d-f55c468265be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.03.03 23:31:48.555464 [ 3 ] {b4fded9d-6f07-4329-8f5d-f55c468265be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.03.03 23:31:48.555974 [ 3 ] {b4fded9d-6f07-4329-8f5d-f55c468265be} <Debug> TCPHandler: Processed in 0.001116942 sec. | ||
| 841 | 2025.03.03 23:31:48.559050 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.03.03 23:31:48.559169 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.03.03 23:31:48.559215 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.03.03 23:31:48.559945 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.03.03 23:31:48.559993 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 846 | 2025.03.03 23:31:48.560708 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.03.03 23:31:48.561175 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.03.03 23:31:48.561417 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002279 sec., 7898.200965335673 rows/sec., 1.08 MiB/sec. | ||
| 849 | 2025.03.03 23:31:48.561487 [ 3 ] {1795528d-8534-4502-91b6-0c542071bc5d} <Debug> TCPHandler: Processed in 0.002487611 sec. | ||
| 850 | 2025.03.03 23:31:48.561604 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.03.03 23:31:48.561709 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.03.03 23:31:48.561754 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.03.03 23:31:48.563025 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.03.03 23:31:48.563061 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 855 | 2025.03.03 23:31:48.563581 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.03.03 23:31:48.564147 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.03.03 23:31:48.564358 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002672 sec., 11227.54491017964 rows/sec., 877.15 KiB/sec. | ||
| 858 | 2025.03.03 23:31:48.564414 [ 3 ] {65062da5-189c-4d2a-af04-1cca4d7b64b3} <Debug> TCPHandler: Processed in 0.002860822 sec. | ||
| 859 | 2025.03.03 23:31:48.564538 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.03.03 23:31:48.564643 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.03.03 23:31:48.564690 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.03.03 23:31:48.565234 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.03.03 23:31:48.565275 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 864 | 2025.03.03 23:31:48.565727 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.03.03 23:31:48.566194 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2025.03.03 23:31:48.566468 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001825 sec., 19726.027397260274 rows/sec., 1.54 MiB/sec. | ||
| 867 | 2025.03.03 23:31:48.566535 [ 3 ] {4b99fae5-c64b-42f3-97df-04f360857a9a} <Debug> TCPHandler: Processed in 0.002048309 sec. | ||
| 868 | 2025.03.03 23:31:48.566655 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.03.03 23:31:48.566781 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.03.03 23:31:48.566835 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.03.03 23:31:48.567999 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.03.03 23:31:48.568035 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 873 | 2025.03.03 23:31:48.568637 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.03.03 23:31:48.569190 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.03.03 23:31:48.569420 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.002679 sec., 24636.05823068309 rows/sec., 1.72 MiB/sec. | ||
| 876 | 2025.03.03 23:31:48.569474 [ 3 ] {ad437baf-0981-45c5-8271-42f8090ed6f3} <Debug> TCPHandler: Processed in 0.002869042 sec. | ||
| 877 | 2025.03.03 23:31:48.569593 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.03.03 23:31:48.569700 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.03.03 23:31:48.569746 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.03.03 23:31:48.570177 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.03.03 23:31:48.570215 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 882 | 2025.03.03 23:31:48.570664 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.03.03 23:31:48.571142 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.03.03 23:31:48.571402 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Debug> executeQuery: Read 24 rows, 1.64 KiB in 0.001712 sec., 14018.691588785046 rows/sec., 958.31 KiB/sec. | ||
| 885 | 2025.03.03 23:31:48.571465 [ 3 ] {ebbbb981-e12a-42dd-a63e-06343a79e5cb} <Debug> TCPHandler: Processed in 0.001922666 sec. | ||
| 886 | 2025.03.03 23:31:49.618319 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 887 | 2025.03.03 23:31:49.618939 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.03.03 23:31:49.618977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 889 | 2025.03.03 23:31:49.619761 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.03.03 23:31:49.620382 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.03.03 23:31:49.620597 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 892 | 2025.03.03 23:31:49.684915 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.03.03 23:31:49.703511 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.03.03 23:31:49.703569 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 895 | 2025.03.03 23:31:49.710473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.03.03 23:31:49.711729 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.03.03 23:31:49.714361 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.03.03 23:31:53.534880 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.03.03 23:31:53.535099 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.03.03 23:31:53.535182 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.03.03 23:31:53.536036 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.03.03 23:31:53.536085 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 903 | 2025.03.03 23:31:53.536675 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.03.03 23:31:53.537204 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.03.03 23:31:53.537436 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002399 sec., 12505.210504376822 rows/sec., 976.97 KiB/sec. | ||
| 906 | 2025.03.03 23:31:53.537498 [ 3 ] {ac13a3d0-366b-4089-b9f3-86b94b00c776} <Debug> TCPHandler: Processed in 0.00277731 sec. | ||
| 907 | 2025.03.03 23:31:53.537629 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.03.03 23:31:53.537735 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.03.03 23:31:53.537782 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.03.03 23:31:53.538319 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.03.03 23:31:53.538358 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 912 | 2025.03.03 23:31:53.538869 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.03.03 23:31:53.539377 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.03.03 23:31:53.539611 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001894 sec., 19007.39176346357 rows/sec., 1.48 MiB/sec. | ||
| 915 | 2025.03.03 23:31:53.539680 [ 3 ] {321fc77b-814b-44bf-86b3-cb5315335345} <Debug> TCPHandler: Processed in 0.00210277 sec. | ||
| 916 | 2025.03.03 23:31:53.539800 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.03.03 23:31:53.539910 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.03.03 23:31:53.539959 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.03.03 23:31:53.540451 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.03.03 23:31:53.540489 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 921 | 2025.03.03 23:31:53.541021 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.03.03 23:31:53.541477 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.03.03 23:31:53.541746 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001835 sec., 59945.50408719346 rows/sec., 4.18 MiB/sec. | ||
| 924 | 2025.03.03 23:31:53.541849 [ 3 ] {e343092b-1c5c-4482-8429-511cb2c69973} <Debug> TCPHandler: Processed in 0.00210005 sec. | ||
| 925 | 2025.03.03 23:31:53.541973 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.03.03 23:31:53.542076 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.03.03 23:31:53.542121 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.03.03 23:31:53.542552 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.03.03 23:31:53.542590 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 930 | 2025.03.03 23:31:53.543094 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.03.03 23:31:53.543612 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.03.03 23:31:53.543815 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001761 sec., 22714.36683702442 rows/sec., 1.52 MiB/sec. | ||
| 933 | 2025.03.03 23:31:53.543863 [ 3 ] {0a67608f-cabf-4c91-93e1-5182ed35f52e} <Debug> TCPHandler: Processed in 0.001942415 sec. | ||
| 934 | 2025.03.03 23:31:57.050560 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.03.03 23:31:57.050615 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.03.03 23:31:57.104003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.03.03 23:31:57.107948 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.03.03 23:31:57.107993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 939 | 2025.03.03 23:31:57.109600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.03.03 23:31:57.110297 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.03.03 23:31:57.111181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 942 | 2025.03.03 23:31:57.120704 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 943 | 2025.03.03 23:31:57.121422 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.03.03 23:31:57.121470 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 945 | 2025.03.03 23:31:57.122222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 946 | 2025.03.03 23:31:57.122782 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.03.03 23:31:57.123015 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 948 | 2025.03.03 23:31:57.214422 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.03.03 23:31:57.233540 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.03.03 23:31:57.233586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 951 | 2025.03.03 23:31:57.240257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.03.03 23:31:57.241395 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.03.03 23:31:57.243762 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.03.03 23:31:58.532200 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.03.03 23:31:58.532430 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 956 | 2025.03.03 23:31:58.532844 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.03.03 23:31:58.534838 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 958 | 2025.03.03 23:31:58.535167 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.03.03 23:31:58.535362 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.03.03 23:31:58.535699 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.03.03 23:31:58.536886 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.03.03 23:31:58.536935 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 963 | 2025.03.03 23:31:58.536954 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.03.03 23:31:58.537064 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 965 | 2025.03.03 23:31:58.537090 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.03.03 23:31:58.544794 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.012462 sec., 1444.3909484833894 rows/sec., 59.09 KiB/sec. | ||
| 967 | 2025.03.03 23:31:58.544938 [ 3 ] {87103f06-4e1d-4a7d-9a78-b932324676fc} <Debug> TCPHandler: Processed in 0.012884737 sec. | ||
| 968 | 2025.03.03 23:31:58.547834 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.03.03 23:31:58.548089 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 970 | 2025.03.03 23:31:58.548455 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 971 | 2025.03.03 23:31:58.548508 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 972 | 2025.03.03 23:31:58.548841 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 973 | 2025.03.03 23:31:58.548924 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 974 | 2025.03.03 23:31:58.549095 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 975 | 2025.03.03 23:31:58.549128 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 976 | 2025.03.03 23:31:58.549152 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 977 | 2025.03.03 23:31:58.549168 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 978 | 2025.03.03 23:31:58.549213 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 979 | 2025.03.03 23:31:58.549237 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 980 | 2025.03.03 23:31:58.549824 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001831 sec., 9830.693610049153 rows/sec., 402.15 KiB/sec. | ||
| 981 | 2025.03.03 23:31:58.549941 [ 3 ] {df2e4c02-4a6a-4758-8983-a10f885b101b} <Debug> TCPHandler: Processed in 0.002180002 sec. | ||
| 982 | 2025.03.03 23:31:58.551297 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 983 | 2025.03.03 23:31:58.551451 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 984 | 2025.03.03 23:31:58.551713 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 985 | 2025.03.03 23:31:58.551753 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 986 | 2025.03.03 23:31:58.552012 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 987 | 2025.03.03 23:31:58.552077 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 988 | 2025.03.03 23:31:58.552212 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 989 | 2025.03.03 23:31:58.552244 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 990 | 2025.03.03 23:31:58.552266 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 991 | 2025.03.03 23:31:58.552282 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 992 | 2025.03.03 23:31:58.552324 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 993 | 2025.03.03 23:31:58.552346 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 994 | 2025.03.03 23:31:58.552917 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001533 sec., 11741.682974559686 rows/sec., 480.32 KiB/sec. | ||
| 995 | 2025.03.03 23:31:58.553032 [ 3 ] {bffa9c8a-d69d-4a6e-90eb-3d742d979657} <Debug> TCPHandler: Processed in 0.0017858 sec. | ||
| 996 | 2025.03.03 23:31:58.553566 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.03.03 23:31:58.553717 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 998 | 2025.03.03 23:31:58.553979 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 999 | 2025.03.03 23:31:58.554020 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1000 | 2025.03.03 23:31:58.554276 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1001 | 2025.03.03 23:31:58.554339 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1002 | 2025.03.03 23:31:58.554474 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1003 | 2025.03.03 23:31:58.554506 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1004 | 2025.03.03 23:31:58.554531 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1005 | 2025.03.03 23:31:58.554550 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1006 | 2025.03.03 23:31:58.554592 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1007 | 2025.03.03 23:31:58.554616 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1008 | 2025.03.03 23:31:58.555159 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001507 sec., 11944.2601194426 rows/sec., 488.61 KiB/sec. | ||
| 1009 | 2025.03.03 23:31:58.555271 [ 3 ] {0cb1842c-4dc3-4e62-9f85-28315da8e46c} <Debug> TCPHandler: Processed in 0.00175648 sec. | ||
| 1010 | 2025.03.03 23:31:58.555506 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2025.03.03 23:31:58.555656 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1012 | 2025.03.03 23:31:58.555919 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2025.03.03 23:31:58.555961 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1014 | 2025.03.03 23:31:58.556217 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2025.03.03 23:31:58.556280 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2025.03.03 23:31:58.556414 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1017 | 2025.03.03 23:31:58.556445 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2025.03.03 23:31:58.556467 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1019 | 2025.03.03 23:31:58.556482 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2025.03.03 23:31:58.556523 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1021 | 2025.03.03 23:31:58.556545 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1022 | 2025.03.03 23:31:58.557131 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001541 sec., 11680.726800778715 rows/sec., 477.82 KiB/sec. | ||
| 1023 | 2025.03.03 23:31:58.557245 [ 3 ] {e57def51-e188-4a10-bcf0-98a454ddb544} <Debug> TCPHandler: Processed in 0.001789801 sec. | ||
| 1024 | 2025.03.03 23:31:58.557468 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2025.03.03 23:31:58.557620 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1026 | 2025.03.03 23:31:58.557882 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1027 | 2025.03.03 23:31:58.557924 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1028 | 2025.03.03 23:31:58.558184 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1029 | 2025.03.03 23:31:58.558247 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1030 | 2025.03.03 23:31:58.558380 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1031 | 2025.03.03 23:31:58.558413 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1032 | 2025.03.03 23:31:58.558436 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1033 | 2025.03.03 23:31:58.558453 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1034 | 2025.03.03 23:31:58.558495 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1035 | 2025.03.03 23:31:58.558518 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1036 | 2025.03.03 23:31:58.559049 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001495 sec., 12040.133779264213 rows/sec., 492.53 KiB/sec. | ||
| 1037 | 2025.03.03 23:31:58.559163 [ 3 ] {95a8b5cc-295b-4ce5-b115-afc623f03ec4} <Debug> TCPHandler: Processed in 0.001746139 sec. | ||
| 1038 | 2025.03.03 23:31:58.559402 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1039 | 2025.03.03 23:31:58.559553 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1040 | 2025.03.03 23:31:58.559832 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1041 | 2025.03.03 23:31:58.559893 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1042 | 2025.03.03 23:31:58.560164 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1043 | 2025.03.03 23:31:58.560228 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1044 | 2025.03.03 23:31:58.560367 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1045 | 2025.03.03 23:31:58.560400 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1046 | 2025.03.03 23:31:58.560422 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1047 | 2025.03.03 23:31:58.560439 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1048 | 2025.03.03 23:31:58.560481 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1049 | 2025.03.03 23:31:58.560503 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1050 | 2025.03.03 23:31:58.561053 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001567 sec., 11486.917677089981 rows/sec., 469.90 KiB/sec. | ||
| 1051 | 2025.03.03 23:31:58.561167 [ 3 ] {aaf1f141-506c-435d-832c-ab2acc942aaa} <Debug> TCPHandler: Processed in 0.001816002 sec. | ||
| 1052 | 2025.03.03 23:31:58.561398 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2025.03.03 23:31:58.561552 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1054 | 2025.03.03 23:31:58.561816 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2025.03.03 23:31:58.561858 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1056 | 2025.03.03 23:31:58.562145 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2025.03.03 23:31:58.562212 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2025.03.03 23:31:58.562349 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1059 | 2025.03.03 23:31:58.562380 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2025.03.03 23:31:58.562402 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1061 | 2025.03.03 23:31:58.562418 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2025.03.03 23:31:58.562459 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1063 | 2025.03.03 23:31:58.562482 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1064 | 2025.03.03 23:31:58.563141 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001657 sec., 10863.005431502716 rows/sec., 444.37 KiB/sec. | ||
| 1065 | 2025.03.03 23:31:58.563259 [ 3 ] {597136ac-5df6-495e-bd61-c679899fc77c} <Debug> TCPHandler: Processed in 0.001912084 sec. | ||
| 1066 | 2025.03.03 23:31:58.563532 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2025.03.03 23:31:58.563686 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1068 | 2025.03.03 23:31:58.563954 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1069 | 2025.03.03 23:31:58.563996 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1070 | 2025.03.03 23:31:58.564274 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1071 | 2025.03.03 23:31:58.564339 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1072 | 2025.03.03 23:31:58.564474 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1073 | 2025.03.03 23:31:58.564506 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1074 | 2025.03.03 23:31:58.564528 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1075 | 2025.03.03 23:31:58.564545 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1076 | 2025.03.03 23:31:58.564588 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1077 | 2025.03.03 23:31:58.564610 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1078 | 2025.03.03 23:31:58.565248 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00163 sec., 11042.944785276073 rows/sec., 451.74 KiB/sec. | ||
| 1079 | 2025.03.03 23:31:58.565366 [ 3 ] {920842eb-98e0-45ec-b23c-6006a4ffc63c} <Debug> TCPHandler: Processed in 0.001885874 sec. | ||
| 1080 | 2025.03.03 23:31:58.565641 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1081 | 2025.03.03 23:31:58.565800 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1082 | 2025.03.03 23:31:58.566076 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1083 | 2025.03.03 23:31:58.566120 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1084 | 2025.03.03 23:31:58.566396 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1085 | 2025.03.03 23:31:58.566459 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1086 | 2025.03.03 23:31:58.566596 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1087 | 2025.03.03 23:31:58.566627 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1088 | 2025.03.03 23:31:58.566650 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1089 | 2025.03.03 23:31:58.566666 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1090 | 2025.03.03 23:31:58.566709 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1091 | 2025.03.03 23:31:58.566732 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1092 | 2025.03.03 23:31:58.567287 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00156 sec., 11538.461538461539 rows/sec., 472.01 KiB/sec. | ||
| 1093 | 2025.03.03 23:31:58.567402 [ 3 ] {a68f4a2f-f80c-4a17-8cd6-505ca8d42918} <Debug> TCPHandler: Processed in 0.001821522 sec. | ||
| 1094 | 2025.03.03 23:31:58.567653 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.03.03 23:31:58.567808 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1096 | 2025.03.03 23:31:58.568080 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2025.03.03 23:31:58.568123 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1098 | 2025.03.03 23:31:58.568401 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2025.03.03 23:31:58.568464 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2025.03.03 23:31:58.568600 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1101 | 2025.03.03 23:31:58.568631 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2025.03.03 23:31:58.568653 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1103 | 2025.03.03 23:31:58.568670 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2025.03.03 23:31:58.568712 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1105 | 2025.03.03 23:31:58.568734 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1106 | 2025.03.03 23:31:58.569290 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001553 sec., 11590.47005795235 rows/sec., 474.13 KiB/sec. | ||
| 1107 | 2025.03.03 23:31:58.569406 [ 3 ] {d5f45c5c-b931-492b-81eb-46d0bdb56482} <Debug> TCPHandler: Processed in 0.001817282 sec. | ||
| 1108 | 2025.03.03 23:31:58.569649 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2025.03.03 23:31:58.569807 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1110 | 2025.03.03 23:31:58.570079 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1111 | 2025.03.03 23:31:58.570124 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1112 | 2025.03.03 23:31:58.570404 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1113 | 2025.03.03 23:31:58.570466 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1114 | 2025.03.03 23:31:58.570606 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1115 | 2025.03.03 23:31:58.570639 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1116 | 2025.03.03 23:31:58.570662 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1117 | 2025.03.03 23:31:58.570678 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1118 | 2025.03.03 23:31:58.570720 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1119 | 2025.03.03 23:31:58.570742 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1120 | 2025.03.03 23:31:58.571291 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001556 sec., 11568.123393316195 rows/sec., 473.22 KiB/sec. | ||
| 1121 | 2025.03.03 23:31:58.571410 [ 3 ] {9943d016-1866-4795-aaab-d4cba2b80de8} <Debug> TCPHandler: Processed in 0.001812342 sec. | ||
| 1122 | 2025.03.03 23:31:58.577069 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.03.03 23:31:58.577231 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1124 | 2025.03.03 23:31:58.577540 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1125 | 2025.03.03 23:31:58.577615 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1126 | 2025.03.03 23:31:58.577990 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1127 | 2025.03.03 23:31:58.578057 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1128 | 2025.03.03 23:31:58.578198 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1129 | 2025.03.03 23:31:58.578231 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1130 | 2025.03.03 23:31:58.578253 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1131 | 2025.03.03 23:31:58.578270 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1132 | 2025.03.03 23:31:58.578315 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1133 | 2025.03.03 23:31:58.578337 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1134 | 2025.03.03 23:31:58.578916 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001759 sec., 10233.086981239341 rows/sec., 418.61 KiB/sec. | ||
| 1135 | 2025.03.03 23:31:58.579034 [ 3 ] {38084670-b1ec-4a29-9a49-e46ca2b07c00} <Debug> TCPHandler: Processed in 0.002019478 sec. | ||
| 1136 | 2025.03.03 23:31:58.582401 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.03.03 23:31:58.582525 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1138 | 2025.03.03 23:31:58.582571 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2025.03.03 23:31:58.583261 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.03.03 23:31:58.583303 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1141 | 2025.03.03 23:31:58.583943 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1142 | 2025.03.03 23:31:58.584346 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.03.03 23:31:58.584573 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002082 sec., 6243.996157540826 rows/sec., 2.12 MiB/sec. | ||
| 1144 | 2025.03.03 23:31:58.584625 [ 3 ] {210851c8-c9bb-4d53-8ca8-32c7a562b5b4} <Debug> TCPHandler: Processed in 0.002277845 sec. | ||
| 1145 | 2025.03.03 23:31:58.584730 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.03.03 23:31:58.584831 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.03.03 23:31:58.584876 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1148 | 2025.03.03 23:31:58.586045 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.03.03 23:31:58.586083 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1150 | 2025.03.03 23:31:58.586551 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1151 | 2025.03.03 23:31:58.586990 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.03.03 23:31:58.587206 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002393 sec., 88591.7258671124 rows/sec., 5.63 MiB/sec. | ||
| 1153 | 2025.03.03 23:31:58.587282 [ 3 ] {3322ff6d-de54-4f13-afd5-a0b02274a240} <Debug> TCPHandler: Processed in 0.002602794 sec. | ||
| 1154 | 2025.03.03 23:31:58.587400 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.03.03 23:31:58.587503 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1156 | 2025.03.03 23:31:58.587547 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1157 | 2025.03.03 23:31:58.588313 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.03.03 23:31:58.588350 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1159 | 2025.03.03 23:31:58.588831 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1160 | 2025.03.03 23:31:58.589321 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.03.03 23:31:58.589541 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Debug> executeQuery: Read 607 rows, 48.91 KiB in 0.00206 sec., 294660.1941747572 rows/sec., 23.19 MiB/sec. | ||
| 1162 | 2025.03.03 23:31:58.589592 [ 3 ] {a998e166-1cc0-4d98-9cce-906ccf3f9948} <Debug> TCPHandler: Processed in 0.002243874 sec. | ||
| 1163 | 2025.03.03 23:31:58.589705 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.03.03 23:31:58.589810 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1165 | 2025.03.03 23:31:58.589854 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1166 | 2025.03.03 23:31:58.590588 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.03.03 23:31:58.590624 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1168 | 2025.03.03 23:31:58.591079 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1169 | 2025.03.03 23:31:58.591515 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.03.03 23:31:58.591699 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001908 sec., 59748.42767295598 rows/sec., 3.58 MiB/sec. | ||
| 1171 | 2025.03.03 23:31:58.591778 [ 3 ] {c8378ae7-4e11-4b14-bca3-6ca9191b88fb} <Debug> TCPHandler: Processed in 0.00212279 sec. | ||
| 1172 | 2025.03.03 23:31:58.591898 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.03.03 23:31:58.592002 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.03.03 23:31:58.592045 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1175 | 2025.03.03 23:31:58.592578 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.03.03 23:31:58.592615 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1177 | 2025.03.03 23:31:58.593077 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.03.03 23:31:58.593616 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.03.03 23:31:58.593819 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001839 sec., 61446.438281674826 rows/sec., 3.98 MiB/sec. | ||
| 1180 | 2025.03.03 23:31:58.593870 [ 3 ] {e7ad7e4d-9ca4-4418-84b5-ffe0cb5236cf} <Debug> TCPHandler: Processed in 0.002023537 sec. | ||
| 1181 | 2025.03.03 23:31:58.593982 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.03.03 23:31:58.594086 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1183 | 2025.03.03 23:31:58.594128 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1184 | 2025.03.03 23:31:58.594664 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.03.03 23:31:58.594702 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1186 | 2025.03.03 23:31:58.595145 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1187 | 2025.03.03 23:31:58.595581 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.03.03 23:31:58.595804 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001733 sec., 64627.81304096942 rows/sec., 3.68 MiB/sec. | ||
| 1189 | 2025.03.03 23:31:58.595859 [ 3 ] {98b94526-ad78-4038-9ef2-17593a91061f} <Debug> TCPHandler: Processed in 0.001928355 sec. | ||
| 1190 | 2025.03.03 23:31:58.595974 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.03.03 23:31:58.596079 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1192 | 2025.03.03 23:31:58.596122 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1193 | 2025.03.03 23:31:58.596750 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.03.03 23:31:58.596786 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1195 | 2025.03.03 23:31:58.597277 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1196 | 2025.03.03 23:31:58.597702 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.03.03 23:31:58.597906 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Debug> executeQuery: Read 362 rows, 25.99 KiB in 0.001848 sec., 195887.44588744588 rows/sec., 13.73 MiB/sec. | ||
| 1198 | 2025.03.03 23:31:58.597956 [ 3 ] {e3df20ca-da25-4e07-a816-97a5e6a1ea0f} <Debug> TCPHandler: Processed in 0.002032888 sec. | ||
| 1199 | 2025.03.03 23:31:58.598059 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.03.03 23:31:58.598160 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1201 | 2025.03.03 23:31:58.598205 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1202 | 2025.03.03 23:31:58.598624 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.03.03 23:31:58.598660 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1204 | 2025.03.03 23:31:58.599103 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.03.03 23:31:58.599534 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.03.03 23:31:58.599747 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec. | ||
| 1207 | 2025.03.03 23:31:58.599796 [ 3 ] {d650d815-21b9-4658-a2f3-33af009d8711} <Debug> TCPHandler: Processed in 0.001787581 sec. | ||
| 1208 | 2025.03.03 23:31:58.599919 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.03.03 23:31:58.600024 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.03.03 23:31:58.600070 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1211 | 2025.03.03 23:31:58.600564 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.03.03 23:31:58.600601 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1213 | 2025.03.03 23:31:58.601059 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2025.03.03 23:31:58.601491 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.03.03 23:31:58.601700 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001699 sec., 110064.74396703944 rows/sec., 7.31 MiB/sec. | ||
| 1216 | 2025.03.03 23:31:58.601753 [ 3 ] {d3cb5bff-ba3d-4698-b16f-9d205380dfb3} <Debug> TCPHandler: Processed in 0.001883523 sec. | ||
| 1217 | 2025.03.03 23:31:58.601882 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.03.03 23:31:58.601986 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1219 | 2025.03.03 23:31:58.602031 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1220 | 2025.03.03 23:31:58.602437 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.03.03 23:31:58.602475 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1222 | 2025.03.03 23:31:58.602960 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1223 | 2025.03.03 23:31:58.603389 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.03.03 23:31:58.603607 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001642 sec., 609.0133982947625 rows/sec., 41.04 KiB/sec. | ||
| 1225 | 2025.03.03 23:31:58.603657 [ 3 ] {c3712f6e-3c28-4b6c-8276-51eed6afc520} <Debug> TCPHandler: Processed in 0.001825981 sec. | ||
| 1226 | 2025.03.03 23:31:58.603778 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.03.03 23:31:58.603914 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.03.03 23:31:58.604002 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1229 | 2025.03.03 23:31:58.605167 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.03.03 23:31:58.605208 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1231 | 2025.03.03 23:31:58.607930 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.03.03 23:31:58.608465 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.03.03 23:31:58.608726 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004853 sec., 1648.4648670925203 rows/sec., 2.95 MiB/sec. | ||
| 1234 | 2025.03.03 23:31:58.608909 [ 3 ] {ae0ae7b3-3984-4959-a238-dcc97ebdddf7} <Debug> TCPHandler: Processed in 0.005181208 sec. | ||
| 1235 | 2025.03.03 23:31:58.609056 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.03.03 23:31:58.609161 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.03.03 23:31:58.609206 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1238 | 2025.03.03 23:31:58.609632 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.03.03 23:31:58.609670 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1240 | 2025.03.03 23:31:58.610156 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.03.03 23:31:58.610646 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.03.03 23:31:58.610925 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001785 sec., 34733.89355742297 rows/sec., 2.15 MiB/sec. | ||
| 1243 | 2025.03.03 23:31:58.610974 [ 3 ] {56e770f8-bb8d-4fdb-84e2-01f7302e9c37} <Debug> TCPHandler: Processed in 0.001969226 sec. | ||
| 1244 | 2025.03.03 23:32:03.535376 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.03.03 23:32:03.535603 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1246 | 2025.03.03 23:32:03.535683 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1247 | 2025.03.03 23:32:03.536476 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.03.03 23:32:03.536529 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1249 | 2025.03.03 23:32:03.537145 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1250 | 2025.03.03 23:32:03.537407 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.03.03 23:32:03.537643 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002097 sec., 14306.15164520744 rows/sec., 1.09 MiB/sec. | ||
| 1252 | 2025.03.03 23:32:03.537700 [ 3 ] {2275e83e-5ad0-4c2d-ba05-1a408f683faa} <Debug> TCPHandler: Processed in 0.002498731 sec. | ||
| 1253 | 2025.03.03 23:32:03.537825 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.03.03 23:32:03.537936 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1255 | 2025.03.03 23:32:03.537984 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1256 | 2025.03.03 23:32:03.538526 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.03.03 23:32:03.538566 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1258 | 2025.03.03 23:32:03.538906 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1259 | 2025.03.03 23:32:03.539139 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.03.03 23:32:03.539342 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001432 sec., 25139.664804469274 rows/sec., 1.96 MiB/sec. | ||
| 1261 | 2025.03.03 23:32:03.539395 [ 3 ] {6c6e0796-f2c1-4fc1-a4d0-6706f27d8ba8} <Debug> TCPHandler: Processed in 0.001622316 sec. | ||
| 1262 | 2025.03.03 23:32:03.539511 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.03.03 23:32:03.539617 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.03.03 23:32:03.539666 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1265 | 2025.03.03 23:32:03.540171 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.03.03 23:32:03.540211 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1267 | 2025.03.03 23:32:03.540575 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1268 | 2025.03.03 23:32:03.540808 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.03.03 23:32:03.541051 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001456 sec., 75549.45054945054 rows/sec., 5.27 MiB/sec. | ||
| 1270 | 2025.03.03 23:32:03.541205 [ 3 ] {add4ccf3-c418-4e50-96da-653d69cde739} <Debug> TCPHandler: Processed in 0.00173828 sec. | ||
| 1271 | 2025.03.03 23:32:03.541328 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.03.03 23:32:03.541434 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.03.03 23:32:03.541479 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1274 | 2025.03.03 23:32:03.541921 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.03.03 23:32:03.541959 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1276 | 2025.03.03 23:32:03.542302 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.03.03 23:32:03.542535 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.03.03 23:32:03.542731 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.00132 sec., 30303.030303030304 rows/sec., 2.02 MiB/sec. | ||
| 1279 | 2025.03.03 23:32:03.542780 [ 3 ] {7da895e3-fc48-46aa-97db-f91794218948} <Debug> TCPHandler: Processed in 0.001503223 sec. | ||
| 1280 | 2025.03.03 23:32:04.624097 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1281 | 2025.03.03 23:32:04.624765 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2025.03.03 23:32:04.624813 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1283 | 2025.03.03 23:32:04.625394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1284 | 2025.03.03 23:32:04.625668 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2025.03.03 23:32:04.625916 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1286 | 2025.03.03 23:32:04.744799 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1287 | 2025.03.03 23:32:04.766711 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2025.03.03 23:32:04.766776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1289 | 2025.03.03 23:32:04.774144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1290 | 2025.03.03 23:32:04.774988 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2025.03.03 23:32:04.778229 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1292 | 2025.03.03 23:32:05.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.34 MiB, peak 161.34 MiB, free memory in arenas 0.00 B, will set to 158.66 MiB (RSS), difference: 1.32 MiB | ||
| 1293 | 2025.03.03 23:32:07.112409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.03.03 23:32:07.115848 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.03.03 23:32:07.115898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1296 | 2025.03.03 23:32:07.117474 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.03.03 23:32:07.117790 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.03.03 23:32:07.118494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.03.03 23:32:08.541790 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.03.03 23:32:08.541978 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.03.03 23:32:08.542047 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1302 | 2025.03.03 23:32:08.542857 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.03.03 23:32:08.542906 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1304 | 2025.03.03 23:32:08.543330 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.03.03 23:32:08.543581 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.03.03 23:32:08.543801 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001875 sec., 113066.66666666667 rows/sec., 7.19 MiB/sec. | ||
| 1307 | 2025.03.03 23:32:08.543856 [ 3 ] {4bf5b396-31b6-4ebb-bd6e-ca4984884c1b} <Debug> TCPHandler: Processed in 0.002193133 sec. | ||
| 1308 | 2025.03.03 23:32:08.543990 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.03.03 23:32:08.544094 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1310 | 2025.03.03 23:32:08.544138 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1311 | 2025.03.03 23:32:08.544881 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.03.03 23:32:08.544920 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1313 | 2025.03.03 23:32:08.545298 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.03.03 23:32:08.545532 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.03.03 23:32:08.545784 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Debug> executeQuery: Read 607 rows, 48.91 KiB in 0.00171 sec., 354970.76023391815 rows/sec., 27.93 MiB/sec. | ||
| 1316 | 2025.03.03 23:32:08.545942 [ 3 ] {3a0bfa64-8db7-4f67-baf3-cb441aa0eca1} <Debug> TCPHandler: Processed in 0.002003847 sec. | ||
| 1317 | 2025.03.03 23:32:08.546077 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.03.03 23:32:08.546182 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.03.03 23:32:08.546225 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1320 | 2025.03.03 23:32:08.546788 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.03.03 23:32:08.546827 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1322 | 2025.03.03 23:32:08.547170 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.03.03 23:32:08.547429 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.03.03 23:32:08.547671 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001507 sec., 75646.9807564698 rows/sec., 4.53 MiB/sec. | ||
| 1325 | 2025.03.03 23:32:08.547838 [ 3 ] {60dd6791-7887-4824-844a-df62fccc577a} <Debug> TCPHandler: Processed in 0.001809432 sec. | ||
| 1326 | 2025.03.03 23:32:08.547992 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.03.03 23:32:08.548096 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.03.03 23:32:08.548141 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1329 | 2025.03.03 23:32:08.548694 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.03.03 23:32:08.548732 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1331 | 2025.03.03 23:32:08.549079 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1332 | 2025.03.03 23:32:08.549308 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.03.03 23:32:08.549580 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001488 sec., 75940.86021505376 rows/sec., 4.92 MiB/sec. | ||
| 1334 | 2025.03.03 23:32:08.549694 [ 3 ] {d0bb149b-c5f5-48c5-98a9-42cf082bb569} <Debug> TCPHandler: Processed in 0.00175388 sec. | ||
| 1335 | 2025.03.03 23:32:08.549812 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.03.03 23:32:08.549917 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.03.03 23:32:08.549960 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1338 | 2025.03.03 23:32:08.550499 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.03.03 23:32:08.550537 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1340 | 2025.03.03 23:32:08.550881 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.03.03 23:32:08.551112 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.03.03 23:32:08.551312 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001417 sec., 79040.22582921665 rows/sec., 4.50 MiB/sec. | ||
| 1343 | 2025.03.03 23:32:08.551363 [ 3 ] {f0b690a0-5d0f-411f-9dd1-f046c9ff0cdc} <Debug> TCPHandler: Processed in 0.001602915 sec. | ||
| 1344 | 2025.03.03 23:32:08.551480 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.03.03 23:32:08.551582 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1346 | 2025.03.03 23:32:08.551627 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1347 | 2025.03.03 23:32:08.552251 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.03.03 23:32:08.552289 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1349 | 2025.03.03 23:32:08.552647 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.03.03 23:32:08.552894 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.03.03 23:32:08.553107 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Debug> executeQuery: Read 362 rows, 25.99 KiB in 0.001545 sec., 234304.2071197411 rows/sec., 16.43 MiB/sec. | ||
| 1352 | 2025.03.03 23:32:08.553157 [ 3 ] {1d27869a-c667-44c6-9af2-d4e1a6d63d52} <Debug> TCPHandler: Processed in 0.00172923 sec. | ||
| 1353 | 2025.03.03 23:32:08.553272 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.03.03 23:32:08.553376 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1355 | 2025.03.03 23:32:08.553421 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1356 | 2025.03.03 23:32:08.553850 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.03.03 23:32:08.553889 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1358 | 2025.03.03 23:32:08.554239 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1359 | 2025.03.03 23:32:08.554471 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.03.03 23:32:08.554666 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 1361 | 2025.03.03 23:32:08.554713 [ 3 ] {47ed5985-a673-4602-b864-6673e120cdb3} <Debug> TCPHandler: Processed in 0.001491763 sec. | ||
| 1362 | 2025.03.03 23:32:08.554834 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.03.03 23:32:08.554952 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2025.03.03 23:32:08.554999 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2025.03.03 23:32:08.555513 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.03.03 23:32:08.555551 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1367 | 2025.03.03 23:32:08.555928 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.03.03 23:32:08.556164 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): 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.03.03 23:32:08.556375 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001446 sec., 129322.2683264177 rows/sec., 8.59 MiB/sec. | ||
| 1370 | 2025.03.03 23:32:08.556426 [ 3 ] {99546e22-59ad-4ddc-a6b6-e77e132f1101} <Debug> TCPHandler: Processed in 0.001645817 sec. | ||
| 1371 | 2025.03.03 23:32:08.556554 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.03.03 23:32:08.556679 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.03.03 23:32:08.556734 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1374 | 2025.03.03 23:32:08.557228 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.03.03 23:32:08.557273 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1376 | 2025.03.03 23:32:08.557629 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1377 | 2025.03.03 23:32:08.557857 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.03.03 23:32:08.558118 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 1379 | 2025.03.03 23:32:08.558199 [ 3 ] {4a50b5fc-f20f-41e7-885f-2cba0aaab988} <Debug> TCPHandler: Processed in 0.001706239 sec. | ||
| 1380 | 2025.03.03 23:32:08.558304 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.03.03 23:32:08.558403 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.03.03 23:32:08.558468 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1383 | 2025.03.03 23:32:08.559466 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.03.03 23:32:08.559505 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1385 | 2025.03.03 23:32:08.560096 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.03.03 23:32:08.560343 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): 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.03.03 23:32:08.560565 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002183 sec., 3664.6816307833255 rows/sec., 6.57 MiB/sec. | ||
| 1388 | 2025.03.03 23:32:08.560655 [ 3 ] {5d60b487-14ad-4958-9faa-8736015f3697} <Debug> TCPHandler: Processed in 0.002400799 sec. | ||
| 1389 | 2025.03.03 23:32:08.560797 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.03.03 23:32:08.560901 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.03.03 23:32:08.560946 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1392 | 2025.03.03 23:32:08.561375 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.03.03 23:32:08.561413 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1394 | 2025.03.03 23:32:08.561775 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2025.03.03 23:32:08.562004 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.03.03 23:32:08.562214 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001334 sec., 46476.76161919041 rows/sec., 2.87 MiB/sec. | ||
| 1397 | 2025.03.03 23:32:08.562261 [ 3 ] {ba704354-76f6-48cf-9d87-378daa798431} <Debug> TCPHandler: Processed in 0.001516433 sec. | ||
| 1398 | 2025.03.03 23:32:12.050658 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1399 | 2025.03.03 23:32:12.050722 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1400 | 2025.03.03 23:32:12.126016 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1401 | 2025.03.03 23:32:12.126727 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.03.03 23:32:12.126780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1403 | 2025.03.03 23:32:12.127458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1404 | 2025.03.03 23:32:12.127729 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.03.03 23:32:12.127953 [ 73 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1406 | 2025.03.03 23:32:12.127966 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1407 | 2025.03.03 23:32:12.128057 [ 73 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2025.03.03 23:32:12.128085 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1409 | 2025.03.03 23:32:12.132311 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 1410 | 2025.03.03 23:32:12.132529 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2025.03.03 23:32:12.132629 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1412 | 2025.03.03 23:32:12.132751 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1413 | 2025.03.03 23:32:12.132865 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1414 | 2025.03.03 23:32:12.133021 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1415 | 2025.03.03 23:32:12.133186 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1416 | 2025.03.03 23:32:12.133265 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1417 | 2025.03.03 23:32:12.155201 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.027039231 sec., 103775.14064656646 rows/sec., 1.48 MiB/sec. | ||
| 1418 | 2025.03.03 23:32:12.155888 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1419 | 2025.03.03 23:32:12.156203 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2025.03.03 23:32:12.156282 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_6_1} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1421 | 2025.03.03 23:32:12.156388 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1422 | 2025.03.03 23:32:12.278286 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1423 | 2025.03.03 23:32:12.298534 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.03.03 23:32:12.298586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1425 | 2025.03.03 23:32:12.305425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.03.03 23:32:12.306185 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.03.03 23:32:12.306496 [ 73 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1428 | 2025.03.03 23:32:12.306645 [ 73 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.03.03 23:32:12.306723 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1430 | 2025.03.03 23:32:12.307119 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1431 | 2025.03.03 23:32:12.321527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1432 | 2025.03.03 23:32:12.323158 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1433 | 2025.03.03 23:32:12.324289 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1434 | 2025.03.03 23:32:12.329091 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1435 | 2025.03.03 23:32:12.333969 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1436 | 2025.03.03 23:32:12.338769 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1437 | 2025.03.03 23:32:12.348264 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1438 | 2025.03.03 23:32:12.352835 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 1439 | 2025.03.03 23:32:12.413113 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106260373 sec., 432.89891331362065 rows/sec., 2.24 MiB/sec. | ||
| 1440 | 2025.03.03 23:32:12.415693 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1441 | 2025.03.03 23:32:12.418688 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_6_1} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.03.03 23:32:12.418776 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_6_1} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2025.03.03 23:32:12.421147 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1444 | 2025.03.03 23:32:13.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.84 MiB, peak 169.38 MiB, free memory in arenas 0.00 B, will set to 163.62 MiB (RSS), difference: 3.78 MiB | ||
| 1445 | 2025.03.03 23:32:13.535250 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.03.03 23:32:13.535433 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1447 | 2025.03.03 23:32:13.535504 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1448 | 2025.03.03 23:32:13.536241 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.03.03 23:32:13.536292 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1450 | 2025.03.03 23:32:13.536739 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.03.03 23:32:13.536996 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2025.03.03 23:32:13.537206 [ 71 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2025.03.03 23:32:13.537267 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001881 sec., 15948.963317384369 rows/sec., 1.22 MiB/sec. | ||
| 1454 | 2025.03.03 23:32:13.537337 [ 71 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.03.03 23:32:13.537392 [ 3 ] {135f7ef6-6180-4153-8940-7f646dc844ce} <Debug> TCPHandler: Processed in 0.002267055 sec. | ||
| 1456 | 2025.03.03 23:32:13.537418 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1457 | 2025.03.03 23:32:13.537573 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2025.03.03 23:32:13.537902 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 1459 | 2025.03.03 23:32:13.537966 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1460 | 2025.03.03 23:32:13.538044 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1461 | 2025.03.03 23:32:13.538323 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1462 | 2025.03.03 23:32:13.538419 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1463 | 2025.03.03 23:32:13.538785 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1464 | 2025.03.03 23:32:13.539125 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 607 rows starting from the beginning of the part | ||
| 1465 | 2025.03.03 23:32:13.539496 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 1466 | 2025.03.03 23:32:13.539614 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 607 rows starting from the beginning of the part | ||
| 1467 | 2025.03.03 23:32:13.539916 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 1468 | 2025.03.03 23:32:13.540814 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.03.03 23:32:13.540876 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1470 | 2025.03.03 23:32:13.541907 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1471 | 2025.03.03 23:32:13.542423 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.03.03 23:32:13.542668 [ 71 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1473 | 2025.03.03 23:32:13.542883 [ 71 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1474 | 2025.03.03 23:32:13.542967 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.005063 sec., 7110.40884850879 rows/sec., 568.62 KiB/sec. | ||
| 1475 | 2025.03.03 23:32:13.543064 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1476 | 2025.03.03 23:32:13.543329 [ 3 ] {9b580745-115f-4dcb-b918-13c7fe26add6} <Debug> TCPHandler: Processed in 0.005822456 sec. | ||
| 1477 | 2025.03.03 23:32:13.543604 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 5 columns (5 merged, 0 gathered) in 0.005998831 sec., 222376.65971920197 rows/sec., 18.30 MiB/sec. | ||
| 1478 | 2025.03.03 23:32:13.543857 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2025.03.03 23:32:13.544035 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1480 | 2025.03.03 23:32:13.544057 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1481 | 2025.03.03 23:32:13.544420 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1482 | 2025.03.03 23:32:13.544535 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1483 | 2025.03.03 23:32:13.544605 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1484 | 2025.03.03 23:32:13.544660 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1485 | 2025.03.03 23:32:13.545040 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1486 | 2025.03.03 23:32:13.545228 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1487 | 2025.03.03 23:32:13.545444 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_6_1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1488 | 2025.03.03 23:32:13.545705 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1489 | 2025.03.03 23:32:13.545778 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 1490 | 2025.03.03 23:32:13.546032 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 1491 | 2025.03.03 23:32:13.546328 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 362 rows starting from the beginning of the part | ||
| 1492 | 2025.03.03 23:32:13.546619 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1493 | 2025.03.03 23:32:13.548158 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.03.03 23:32:13.548231 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1495 | 2025.03.03 23:32:13.549330 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1496 | 2025.03.03 23:32:13.549737 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.006117015 sec., 141899.2760357789 rows/sec., 10.68 MiB/sec. | ||
| 1497 | 2025.03.03 23:32:13.549817 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.03.03 23:32:13.550045 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.03.03 23:32:13.550152 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.03.03 23:32:13.550186 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1501 | 2025.03.03 23:32:13.550228 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1502 | 2025.03.03 23:32:13.550399 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.006143 sec., 17906.56031255087 rows/sec., 1.25 MiB/sec. | ||
| 1503 | 2025.03.03 23:32:13.550679 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 1504 | 2025.03.03 23:32:13.550802 [ 3 ] {422ab60c-1b20-4d4f-a4f5-902c688c9db8} <Debug> TCPHandler: Processed in 0.007214066 sec. | ||
| 1505 | 2025.03.03 23:32:13.551174 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1506 | 2025.03.03 23:32:13.551266 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 66 rows starting from the beginning of the part | ||
| 1507 | 2025.03.03 23:32:13.551278 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2025.03.03 23:32:13.551284 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.03.03 23:32:13.551601 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_6_1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1510 | 2025.03.03 23:32:13.551740 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1511 | 2025.03.03 23:32:13.551866 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1512 | 2025.03.03 23:32:13.552090 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part | ||
| 1513 | 2025.03.03 23:32:13.552120 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1514 | 2025.03.03 23:32:13.552337 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
| 1515 | 2025.03.03 23:32:13.552369 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1516 | 2025.03.03 23:32:13.552658 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 187 rows starting from the beginning of the part | ||
| 1517 | 2025.03.03 23:32:13.552949 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
| 1518 | 2025.03.03 23:32:13.554488 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.03.03 23:32:13.554550 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1520 | 2025.03.03 23:32:13.555647 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1521 | 2025.03.03 23:32:13.556031 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.03.03 23:32:13.556354 [ 71 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1523 | 2025.03.03 23:32:13.556472 [ 71 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.03.03 23:32:13.556567 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1525 | 2025.03.03 23:32:13.556924 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.006543147 sec., 117680.3761248219 rows/sec., 8.02 MiB/sec. | ||
| 1526 | 2025.03.03 23:32:13.557094 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 1527 | 2025.03.03 23:32:13.557087 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.005207 sec., 7681.966583445363 rows/sec., 525.13 KiB/sec. | ||
| 1528 | 2025.03.03 23:32:13.557366 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1529 | 2025.03.03 23:32:13.557593 [ 3 ] {5345f639-09c1-4f27-a132-270bf44e1769} <Debug> TCPHandler: Processed in 0.006483985 sec. | ||
| 1530 | 2025.03.03 23:32:13.557651 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1531 | 2025.03.03 23:32:13.557737 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1532 | 2025.03.03 23:32:13.557926 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1533 | 2025.03.03 23:32:13.558229 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 1534 | 2025.03.03 23:32:13.558309 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2025.03.03 23:32:13.558412 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1536 | 2025.03.03 23:32:13.558660 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1537 | 2025.03.03 23:32:13.558726 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part | ||
| 1538 | 2025.03.03 23:32:13.558872 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1539 | 2025.03.03 23:32:13.559064 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 1540 | 2025.03.03 23:32:13.560125 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 4 columns (4 merged, 0 gathered) in 0.003372076 sec., 79476.26328706708 rows/sec., 5.13 MiB/sec. | ||
| 1541 | 2025.03.03 23:32:13.560258 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1542 | 2025.03.03 23:32:13.560521 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2025.03.03 23:32:13.560589 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_6_1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1544 | 2025.03.03 23:32:13.560649 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1545 | 2025.03.03 23:32:15.029521 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2025.03.03 23:32:15.029766 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1547 | 2025.03.03 23:32:15.030173 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1548 | 2025.03.03 23:32:15.030223 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1549 | 2025.03.03 23:32:15.030580 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1550 | 2025.03.03 23:32:15.030663 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1551 | 2025.03.03 23:32:15.030842 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1552 | 2025.03.03 23:32:15.031010 [ 286 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1553 | 2025.03.03 23:32:15.031110 [ 287 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1554 | 2025.03.03 23:32:15.031224 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1555 | 2025.03.03 23:32:15.031255 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.03.03 23:32:15.035206 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.03.03 23:32:15.035235 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1558 | 2025.03.03 23:32:15.035300 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1559 | 2025.03.03 23:32:15.035351 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1560 | 2025.03.03 23:32:15.036875 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007219 sec., 4294.22357667267 rows/sec., 162.06 KiB/sec. | ||
| 1561 | 2025.03.03 23:32:15.037040 [ 3 ] {6dc1acda-6cda-4ef8-a026-b66f932808eb} <Debug> TCPHandler: Processed in 0.007646417 sec. | ||
| 1562 | 2025.03.03 23:32:15.037393 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.03.03 23:32:15.037600 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1564 | 2025.03.03 23:32:15.037913 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.03.03 23:32:15.037961 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1566 | 2025.03.03 23:32:15.038272 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.03.03 23:32:15.038340 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.03.03 23:32:15.038487 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1569 | 2025.03.03 23:32:15.038603 [ 286 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1570 | 2025.03.03 23:32:15.038609 [ 288 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1571 | 2025.03.03 23:32:15.038728 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1572 | 2025.03.03 23:32:15.038758 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2025.03.03 23:32:15.038842 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2025.03.03 23:32:15.038865 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1575 | 2025.03.03 23:32:15.038908 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1576 | 2025.03.03 23:32:15.038952 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2025.03.03 23:32:15.039996 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.0025 sec., 12400 rows/sec., 467.97 KiB/sec. | ||
| 1578 | 2025.03.03 23:32:15.040149 [ 3 ] {dd41aa8c-df2e-4cb0-b779-2078f86a1965} <Debug> TCPHandler: Processed in 0.00282328 sec. | ||
| 1579 | 2025.03.03 23:32:15.040385 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.03.03 23:32:15.040546 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1581 | 2025.03.03 23:32:15.040839 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2025.03.03 23:32:15.040886 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1583 | 2025.03.03 23:32:15.041198 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2025.03.03 23:32:15.041264 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2025.03.03 23:32:15.041406 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1586 | 2025.03.03 23:32:15.041499 [ 286 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2025.03.03 23:32:15.041516 [ 287 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1588 | 2025.03.03 23:32:15.041601 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1589 | 2025.03.03 23:32:15.041629 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1590 | 2025.03.03 23:32:15.041709 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1591 | 2025.03.03 23:32:15.041730 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1592 | 2025.03.03 23:32:15.041771 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1593 | 2025.03.03 23:32:15.041816 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1594 | 2025.03.03 23:32:15.042827 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002356 sec., 13157.894736842105 rows/sec., 496.57 KiB/sec. | ||
| 1595 | 2025.03.03 23:32:15.042976 [ 3 ] {5ca1a33d-756b-468e-b8bd-482aacbae6b7} <Debug> TCPHandler: Processed in 0.002645256 sec. | ||
| 1596 | 2025.03.03 23:32:15.043192 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2025.03.03 23:32:15.043353 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1598 | 2025.03.03 23:32:15.043646 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1599 | 2025.03.03 23:32:15.043693 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1600 | 2025.03.03 23:32:15.044027 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1601 | 2025.03.03 23:32:15.044094 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1602 | 2025.03.03 23:32:15.044237 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1603 | 2025.03.03 23:32:15.044328 [ 286 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1604 | 2025.03.03 23:32:15.044347 [ 287 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1605 | 2025.03.03 23:32:15.044432 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1606 | 2025.03.03 23:32:15.044460 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1607 | 2025.03.03 23:32:15.044540 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1608 | 2025.03.03 23:32:15.044562 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1609 | 2025.03.03 23:32:15.044602 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1610 | 2025.03.03 23:32:15.044646 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1611 | 2025.03.03 23:32:15.045652 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002373 sec., 13063.632532659081 rows/sec., 493.01 KiB/sec. | ||
| 1612 | 2025.03.03 23:32:15.045806 [ 3 ] {2a1213ad-3012-41b6-9a08-647d644d58ce} <Debug> TCPHandler: Processed in 0.002664966 sec. | ||
| 1613 | 2025.03.03 23:32:15.046028 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.03.03 23:32:15.046194 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1615 | 2025.03.03 23:32:15.046497 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2025.03.03 23:32:15.046544 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1617 | 2025.03.03 23:32:15.046851 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2025.03.03 23:32:15.046917 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2025.03.03 23:32:15.047062 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1620 | 2025.03.03 23:32:15.047175 [ 287 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1621 | 2025.03.03 23:32:15.047180 [ 286 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1622 | 2025.03.03 23:32:15.047272 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1623 | 2025.03.03 23:32:15.047296 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2025.03.03 23:32:15.047374 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2025.03.03 23:32:15.047394 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1626 | 2025.03.03 23:32:15.047434 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1627 | 2025.03.03 23:32:15.047478 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2025.03.03 23:32:15.048517 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002403 sec., 12900.54099042863 rows/sec., 486.86 KiB/sec. | ||
| 1629 | 2025.03.03 23:32:15.048653 [ 3 ] {9d3c73d5-09b2-4941-8d77-fead40b7184a} <Debug> TCPHandler: Processed in 0.002675246 sec. | ||
| 1630 | 2025.03.03 23:32:15.048867 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.03.03 23:32:15.049032 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1632 | 2025.03.03 23:32:15.049326 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1633 | 2025.03.03 23:32:15.049373 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1634 | 2025.03.03 23:32:15.049684 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1635 | 2025.03.03 23:32:15.049751 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1636 | 2025.03.03 23:32:15.049896 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1637 | 2025.03.03 23:32:15.050003 [ 287 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1638 | 2025.03.03 23:32:15.050013 [ 286 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1639 | 2025.03.03 23:32:15.050104 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1640 | 2025.03.03 23:32:15.050128 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1641 | 2025.03.03 23:32:15.050206 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1642 | 2025.03.03 23:32:15.050229 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1643 | 2025.03.03 23:32:15.050269 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1644 | 2025.03.03 23:32:15.050313 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1645 | 2025.03.03 23:32:15.051346 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002392 sec., 12959.866220735787 rows/sec., 489.10 KiB/sec. | ||
| 1646 | 2025.03.03 23:32:15.051481 [ 3 ] {acb28bc8-bb22-40c0-88cd-93f6528fd3a4} <Debug> TCPHandler: Processed in 0.002667256 sec. | ||
| 1647 | 2025.03.03 23:32:15.142849 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2025.03.03 23:32:15.143036 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1649 | 2025.03.03 23:32:15.143117 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2025.03.03 23:32:15.144022 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.03.03 23:32:15.144071 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1652 | 2025.03.03 23:32:15.144608 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1653 | 2025.03.03 23:32:15.144847 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.03.03 23:32:15.145090 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002105 sec., 2850.356294536817 rows/sec., 634.65 KiB/sec. | ||
| 1655 | 2025.03.03 23:32:15.145228 [ 3 ] {c2dfa32f-75d0-49ec-9b06-0c43c7dc2052} <Debug> TCPHandler: Processed in 0.002505272 sec. | ||
| 1656 | 2025.03.03 23:32:15.145366 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.03.03 23:32:15.145471 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1658 | 2025.03.03 23:32:15.145518 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1659 | 2025.03.03 23:32:15.146167 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2025.03.03 23:32:15.146206 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1661 | 2025.03.03 23:32:15.146583 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1662 | 2025.03.03 23:32:15.146841 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1663 | 2025.03.03 23:32:15.147061 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00161 sec., 131677.01863354037 rows/sec., 8.37 MiB/sec. | ||
| 1664 | 2025.03.03 23:32:15.147135 [ 3 ] {f5baca7d-6bf9-47fb-9719-b928ded054fd} <Debug> TCPHandler: Processed in 0.001820462 sec. | ||
| 1665 | 2025.03.03 23:32:15.147260 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.03.03 23:32:15.147365 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1667 | 2025.03.03 23:32:15.147411 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1668 | 2025.03.03 23:32:15.148817 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2025.03.03 23:32:15.148857 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1670 | 2025.03.03 23:32:15.149382 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1671 | 2025.03.03 23:32:15.149628 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2025.03.03 23:32:15.149836 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Debug> executeQuery: Read 1747 rows, 145.48 KiB in 0.002493 sec., 700762.1339751304 rows/sec., 56.99 MiB/sec. | ||
| 1673 | 2025.03.03 23:32:15.149888 [ 3 ] {5661dd41-d8db-4884-a1a5-fb634af5042b} <Debug> TCPHandler: Processed in 0.002679527 sec. | ||
| 1674 | 2025.03.03 23:32:15.150009 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2025.03.03 23:32:15.150115 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1676 | 2025.03.03 23:32:15.150160 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1677 | 2025.03.03 23:32:15.150718 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2025.03.03 23:32:15.150758 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1679 | 2025.03.03 23:32:15.151107 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1680 | 2025.03.03 23:32:15.151351 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2025.03.03 23:32:15.151581 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001483 sec., 76871.20701281186 rows/sec., 4.60 MiB/sec. | ||
| 1682 | 2025.03.03 23:32:15.151704 [ 3 ] {fc4b07a7-0950-41d7-bcd0-6faf4170e451} <Debug> TCPHandler: Processed in 0.001746169 sec. | ||
| 1683 | 2025.03.03 23:32:15.151819 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2025.03.03 23:32:15.151925 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1685 | 2025.03.03 23:32:15.151971 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1686 | 2025.03.03 23:32:15.152609 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2025.03.03 23:32:15.152649 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1688 | 2025.03.03 23:32:15.153064 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1689 | 2025.03.03 23:32:15.153303 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2025.03.03 23:32:15.153512 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001609 sec., 211932.87756370415 rows/sec., 14.14 MiB/sec. | ||
| 1691 | 2025.03.03 23:32:15.153564 [ 3 ] {6449c9ad-ff2a-400d-af56-be74722f8263} <Debug> TCPHandler: Processed in 0.001796372 sec. | ||
| 1692 | 2025.03.03 23:32:15.153695 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2025.03.03 23:32:15.153807 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1694 | 2025.03.03 23:32:15.153855 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1695 | 2025.03.03 23:32:15.154427 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1696 | 2025.03.03 23:32:15.154466 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1697 | 2025.03.03 23:32:15.154831 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1698 | 2025.03.03 23:32:15.155073 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2025.03.03 23:32:15.155360 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001563 sec., 71657.06973768394 rows/sec., 4.08 MiB/sec. | ||
| 1700 | 2025.03.03 23:32:15.155434 [ 3 ] {0cbb674d-8e92-4a36-aeee-193b6b0c74d6} <Debug> TCPHandler: Processed in 0.001799171 sec. | ||
| 1701 | 2025.03.03 23:32:15.155552 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2025.03.03 23:32:15.155659 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1703 | 2025.03.03 23:32:15.155703 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1704 | 2025.03.03 23:32:15.156478 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1705 | 2025.03.03 23:32:15.156517 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1706 | 2025.03.03 23:32:15.156932 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1707 | 2025.03.03 23:32:15.157175 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1708 | 2025.03.03 23:32:15.157435 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Debug> executeQuery: Read 818 rows, 60.28 KiB in 0.001797 sec., 455203.1163049527 rows/sec., 32.76 MiB/sec. | ||
| 1709 | 2025.03.03 23:32:15.157569 [ 3 ] {5efe6c14-511f-4775-a018-cd45346f5f5a} <Debug> TCPHandler: Processed in 0.002067479 sec. | ||
| 1710 | 2025.03.03 23:32:15.157692 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1711 | 2025.03.03 23:32:15.157796 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1712 | 2025.03.03 23:32:15.157844 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1713 | 2025.03.03 23:32:15.158305 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.03.03 23:32:15.158344 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1715 | 2025.03.03 23:32:15.158694 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1716 | 2025.03.03 23:32:15.158944 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1717 | 2025.03.03 23:32:15.159150 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 1718 | 2025.03.03 23:32:15.159200 [ 3 ] {05822248-a6ed-4a1a-8ef0-3ef23aee2b01} <Debug> TCPHandler: Processed in 0.001559294 sec. | ||
| 1719 | 2025.03.03 23:32:15.159317 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.03.03 23:32:15.159422 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1721 | 2025.03.03 23:32:15.159471 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1722 | 2025.03.03 23:32:15.162686 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2025.03.03 23:32:15.162724 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1724 | 2025.03.03 23:32:15.163275 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1725 | 2025.03.03 23:32:15.163525 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1726 | 2025.03.03 23:32:15.163734 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Debug> executeQuery: Read 2317 rows, 158.12 KiB in 0.004334 sec., 534610.0599907706 rows/sec., 35.63 MiB/sec. | ||
| 1727 | 2025.03.03 23:32:15.163785 [ 3 ] {64760297-fa14-41ba-bec4-128c22995d5c} <Debug> TCPHandler: Processed in 0.004519709 sec. | ||
| 1728 | 2025.03.03 23:32:15.163934 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2025.03.03 23:32:15.164050 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1730 | 2025.03.03 23:32:15.164099 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1731 | 2025.03.03 23:32:15.164521 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.03.03 23:32:15.164561 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1733 | 2025.03.03 23:32:15.164916 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1734 | 2025.03.03 23:32:15.165153 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2025.03.03 23:32:15.165357 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
| 1736 | 2025.03.03 23:32:15.165407 [ 3 ] {ffcd204e-f32b-4c0e-bd9b-b7a441234a19} <Debug> TCPHandler: Processed in 0.001540734 sec. | ||
| 1737 | 2025.03.03 23:32:15.165525 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.03.03 23:32:15.165632 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1739 | 2025.03.03 23:32:15.165698 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1740 | 2025.03.03 23:32:15.166735 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2025.03.03 23:32:15.166776 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1742 | 2025.03.03 23:32:15.167365 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1743 | 2025.03.03 23:32:15.167620 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2025.03.03 23:32:15.167861 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00225 sec., 3555.5555555555557 rows/sec., 6.37 MiB/sec. | ||
| 1745 | 2025.03.03 23:32:15.167951 [ 3 ] {c43c1d11-cd65-416d-82c2-07aabb6335fa} <Debug> TCPHandler: Processed in 0.00247618 sec. | ||
| 1746 | 2025.03.03 23:32:15.168079 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.03.03 23:32:15.168191 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1748 | 2025.03.03 23:32:15.168239 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1749 | 2025.03.03 23:32:15.168684 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2025.03.03 23:32:15.168725 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1751 | 2025.03.03 23:32:15.169084 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2025.03.03 23:32:15.169328 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2025.03.03 23:32:15.169566 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Debug> executeQuery: Read 38 rows, 2.29 KiB in 0.001391 sec., 27318.475916606756 rows/sec., 1.60 MiB/sec. | ||
| 1754 | 2025.03.03 23:32:15.169734 [ 3 ] {d232b4c9-42a7-4cd4-9081-6f10c28b1d3e} <Debug> TCPHandler: Processed in 0.001708029 sec. | ||
| 1755 | 2025.03.03 23:32:17.118761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 | ||
| 1756 | 2025.03.03 23:32:17.122341 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.03.03 23:32:17.122381 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1758 | 2025.03.03 23:32:17.124055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1759 | 2025.03.03 23:32:17.124381 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.03.03 23:32:17.124917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1761 | 2025.03.03 23:32:18.534393 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.03.03 23:32:18.534594 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1763 | 2025.03.03 23:32:18.534672 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1764 | 2025.03.03 23:32:18.535466 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.03.03 23:32:18.535506 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1766 | 2025.03.03 23:32:18.535930 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1767 | 2025.03.03 23:32:18.536185 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.03.03 23:32:18.536388 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec. | ||
| 1769 | 2025.03.03 23:32:18.536443 [ 3 ] {6907fae5-4cf9-443b-92f9-62b212c8787a} <Debug> TCPHandler: Processed in 0.002180212 sec. | ||
| 1770 | 2025.03.03 23:32:18.536574 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.03.03 23:32:18.536678 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1772 | 2025.03.03 23:32:18.536723 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1773 | 2025.03.03 23:32:18.537261 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.03.03 23:32:18.537298 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1775 | 2025.03.03 23:32:18.537641 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1776 | 2025.03.03 23:32:18.537885 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.03.03 23:32:18.538084 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001421 sec., 45038.705137227305 rows/sec., 3.52 MiB/sec. | ||
| 1778 | 2025.03.03 23:32:18.538162 [ 3 ] {97ab9ae6-657b-49cd-9b28-149b0535b451} <Debug> TCPHandler: Processed in 0.001639487 sec. | ||
| 1779 | 2025.03.03 23:32:18.538281 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.03.03 23:32:18.538385 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.03.03 23:32:18.538433 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1782 | 2025.03.03 23:32:18.538932 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.03.03 23:32:18.538968 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1784 | 2025.03.03 23:32:18.539333 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1785 | 2025.03.03 23:32:18.539567 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.03.03 23:32:18.539815 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001441 sec., 66620.40249826509 rows/sec., 4.64 MiB/sec. | ||
| 1787 | 2025.03.03 23:32:18.539975 [ 3 ] {97f2d141-137c-4429-812e-805de0820576} <Debug> TCPHandler: Processed in 0.00174172 sec. | ||
| 1788 | 2025.03.03 23:32:18.540091 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.03.03 23:32:18.540196 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.03.03 23:32:18.540242 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1791 | 2025.03.03 23:32:18.540687 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.03.03 23:32:18.540724 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1793 | 2025.03.03 23:32:18.541071 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1794 | 2025.03.03 23:32:18.541295 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.03.03 23:32:18.541464 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00129 sec., 27906.97674418605 rows/sec., 1.88 MiB/sec. | ||
| 1796 | 2025.03.03 23:32:18.541512 [ 3 ] {2f670a8e-9224-4526-804c-9a70c6f53fa1} <Debug> TCPHandler: Processed in 0.001470833 sec. | ||
| 1797 | 2025.03.03 23:32:19.628161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1798 | 2025.03.03 23:32:19.629096 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.03.03 23:32:19.629134 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1800 | 2025.03.03 23:32:19.629675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1801 | 2025.03.03 23:32:19.629940 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.03.03 23:32:19.630167 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1803 | 2025.03.03 23:32:19.821614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1804 | 2025.03.03 23:32:19.840333 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.03.03 23:32:19.840392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1806 | 2025.03.03 23:32:19.847219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1807 | 2025.03.03 23:32:19.847957 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.03.03 23:32:19.850403 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1809 | 2025.03.03 23:32:20.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.90 MiB, peak 169.38 MiB, free memory in arenas 0.00 B, will set to 165.91 MiB (RSS), difference: 1.01 MiB | ||
| 1810 | 2025.03.03 23:32:23.537489 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.03.03 23:32:23.537781 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1812 | 2025.03.03 23:32:23.537888 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2025.03.03 23:32:23.538713 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.03.03 23:32:23.538759 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1815 | 2025.03.03 23:32:23.539184 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1816 | 2025.03.03 23:32:23.539442 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.03.03 23:32:23.539717 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.14 MiB/sec. | ||
| 1818 | 2025.03.03 23:32:23.539891 [ 3 ] {b9f4714c-fcd5-4766-899d-cfc8e07acdd1} <Debug> TCPHandler: Processed in 0.002569953 sec. | ||
| 1819 | 2025.03.03 23:32:23.540032 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.03.03 23:32:23.540140 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.03.03 23:32:23.540185 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.03.03 23:32:23.540758 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.03.03 23:32:23.540798 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1824 | 2025.03.03 23:32:23.541148 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2025.03.03 23:32:23.541383 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.03.03 23:32:23.541673 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec. | ||
| 1827 | 2025.03.03 23:32:23.541803 [ 3 ] {68a97929-8235-4273-af4c-f5cf74f1048f} <Debug> TCPHandler: Processed in 0.001820652 sec. | ||
| 1828 | 2025.03.03 23:32:23.541922 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.03.03 23:32:23.542029 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.03.03 23:32:23.542076 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2025.03.03 23:32:23.542625 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.03.03 23:32:23.542664 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1833 | 2025.03.03 23:32:23.543039 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2025.03.03 23:32:23.543269 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.03.03 23:32:23.543475 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 1836 | 2025.03.03 23:32:23.543526 [ 3 ] {50ea1078-4c7b-4d6d-b26b-2efccb06780e} <Debug> TCPHandler: Processed in 0.001654417 sec. | ||
| 1837 | 2025.03.03 23:32:23.543630 [ 3 ] {} <Trace> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.03.03 23:32:23.543730 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60732) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.03.03 23:32:23.543776 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2025.03.03 23:32:23.544217 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.03.03 23:32:23.544255 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1842 | 2025.03.03 23:32:23.544791 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2025.03.03 23:32:23.545045 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.03.03 23:32:23.545260 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 1845 | 2025.03.03 23:32:23.545308 [ 3 ] {feebbaf6-a76f-4935-99e6-0b1d1db43413} <Debug> TCPHandler: Processed in 0.00172781 sec. | ||
| 1846 | 2025.03.03 23:32:27.050761 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1847 | 2025.03.03 23:32:27.050832 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1848 | 2025.03.03 23:32:27.125215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 | ||
| 1849 | 2025.03.03 23:32:27.127765 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.03.03 23:32:27.127815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1851 | 2025.03.03 23:32:27.129273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1852 | 2025.03.03 23:32:27.129609 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.03.03 23:32:27.130429 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1854 | 2025.03.03 23:32:27.130530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1855 | 2025.03.03 23:32:27.131158 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.03.03 23:32:27.131210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1857 | 2025.03.03 23:32:27.131843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1858 | 2025.03.03 23:32:27.132124 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.03.03 23:32:27.132354 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1860 | 2025.03.03 23:32:27.350482 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1861 | 2025.03.03 23:32:27.369814 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2025.03.03 23:32:27.369871 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1863 | 2025.03.03 23:32:27.376846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1864 | 2025.03.03 23:32:27.377592 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2025.03.03 23:32:27.380576 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1866 | 2025.03.03 23:32:28.054354 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1867 | 2025.03.03 23:32:28.054446 [ 3 ] {} <Debug> TCP-Session: 58f5464b-59ae-4aaa-955b-3fc247568f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2025.03.03 23:32:28.533601 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.03.03 23:32:28.533923 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1870 | 2025.03.03 23:32:28.534368 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1871 | 2025.03.03 23:32:28.534420 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1872 | 2025.03.03 23:32:28.534791 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1873 | 2025.03.03 23:32:28.534871 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1874 | 2025.03.03 23:32:28.535046 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1875 | 2025.03.03 23:32:28.535180 [ 287 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1876 | 2025.03.03 23:32:28.535225 [ 288 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1877 | 2025.03.03 23:32:28.535247 [ 286 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1878 | 2025.03.03 23:32:28.535389 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1879 | 2025.03.03 23:32:28.535420 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1880 | 2025.03.03 23:32:28.535542 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1881 | 2025.03.03 23:32:28.535566 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1882 | 2025.03.03 23:32:28.535612 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1883 | 2025.03.03 23:32:28.535661 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1884 | 2025.03.03 23:32:28.535706 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1885 | 2025.03.03 23:32:28.537287 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003509 sec., 10544.31461954973 rows/sec., 395.19 KiB/sec. | ||
| 1886 | 2025.03.03 23:32:28.537469 [ 5 ] {e8772bf2-f7a1-4dcf-9bf2-75d77cfd831b} <Debug> TCPHandler: Processed in 0.004034115 sec. | ||
| 1887 | 2025.03.03 23:32:28.537710 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.03.03 23:32:28.537884 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1889 | 2025.03.03 23:32:28.538213 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1890 | 2025.03.03 23:32:28.538263 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1891 | 2025.03.03 23:32:28.538581 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1892 | 2025.03.03 23:32:28.538646 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1893 | 2025.03.03 23:32:28.538788 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1894 | 2025.03.03 23:32:28.538919 [ 286 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1895 | 2025.03.03 23:32:28.538931 [ 290 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1896 | 2025.03.03 23:32:28.538947 [ 288 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1897 | 2025.03.03 23:32:28.539069 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1898 | 2025.03.03 23:32:28.539098 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1899 | 2025.03.03 23:32:28.539204 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1900 | 2025.03.03 23:32:28.539227 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1901 | 2025.03.03 23:32:28.539267 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1902 | 2025.03.03 23:32:28.539311 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1903 | 2025.03.03 23:32:28.539352 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1904 | 2025.03.03 23:32:28.540738 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002942 sec., 12576.478585995921 rows/sec., 471.35 KiB/sec. | ||
| 1905 | 2025.03.03 23:32:28.540908 [ 5 ] {750b33bc-3690-4133-9b58-4a4fb3d6c9fb} <Debug> TCPHandler: Processed in 0.003250963 sec. | ||
| 1906 | 2025.03.03 23:32:28.541118 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.03.03 23:32:28.541296 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1908 | 2025.03.03 23:32:28.541591 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1909 | 2025.03.03 23:32:28.541640 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1910 | 2025.03.03 23:32:28.541965 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1911 | 2025.03.03 23:32:28.542030 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1912 | 2025.03.03 23:32:28.542172 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1913 | 2025.03.03 23:32:28.542304 [ 290 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1914 | 2025.03.03 23:32:28.542326 [ 286 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1915 | 2025.03.03 23:32:28.542345 [ 288 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1916 | 2025.03.03 23:32:28.542452 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 1917 | 2025.03.03 23:32:28.542480 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1918 | 2025.03.03 23:32:28.542586 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1919 | 2025.03.03 23:32:28.542608 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1920 | 2025.03.03 23:32:28.542649 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1921 | 2025.03.03 23:32:28.542693 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.03.03 23:32:28.542735 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1923 | 2025.03.03 23:32:28.544049 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002836 sec., 13046.54442877292 rows/sec., 488.97 KiB/sec. | ||
| 1924 | 2025.03.03 23:32:28.544218 [ 5 ] {9aeeb4cb-c749-4d2d-9661-3bc2d69b6c95} <Debug> TCPHandler: Processed in 0.00315218 sec. | ||
| 1925 | 2025.03.03 23:32:28.556587 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2025.03.03 23:32:28.556706 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1927 | 2025.03.03 23:32:28.556753 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1928 | 2025.03.03 23:32:28.557440 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1929 | 2025.03.03 23:32:28.557485 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1930 | 2025.03.03 23:32:28.557984 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1931 | 2025.03.03 23:32:28.558208 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1932 | 2025.03.03 23:32:28.558546 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001844 sec., 1626.8980477223429 rows/sec., 148.28 KiB/sec. | ||
| 1933 | 2025.03.03 23:32:28.558859 [ 5 ] {64d00487-fc58-444c-91fc-97d01048ecb0} <Debug> TCPHandler: Processed in 0.002317826 sec. | ||
| 1934 | 2025.03.03 23:32:28.559017 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.03.03 23:32:28.559120 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1936 | 2025.03.03 23:32:28.559164 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1937 | 2025.03.03 23:32:28.559811 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1938 | 2025.03.03 23:32:28.559851 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1939 | 2025.03.03 23:32:28.560214 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1940 | 2025.03.03 23:32:28.560456 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1941 | 2025.03.03 23:32:28.560689 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001573 sec., 134774.31659249842 rows/sec., 8.57 MiB/sec. | ||
| 1942 | 2025.03.03 23:32:28.561021 [ 5 ] {4391b1da-5fa2-46d3-8a51-5c6ab4c628ad} <Debug> TCPHandler: Processed in 0.002053828 sec. | ||
| 1943 | 2025.03.03 23:32:28.561147 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2025.03.03 23:32:28.561253 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1945 | 2025.03.03 23:32:28.561297 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1946 | 2025.03.03 23:32:28.562129 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.03.03 23:32:28.562169 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1948 | 2025.03.03 23:32:28.562560 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1949 | 2025.03.03 23:32:28.562803 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.03.03 23:32:28.563197 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Debug> executeQuery: Read 685 rows, 55.84 KiB in 0.001924 sec., 356029.1060291061 rows/sec., 28.35 MiB/sec. | ||
| 1951 | 2025.03.03 23:32:28.563505 [ 5 ] {191ce8b3-e955-4f3d-b859-038cb736eda5} <Debug> TCPHandler: Processed in 0.002402688 sec. | ||
| 1952 | 2025.03.03 23:32:28.563682 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.03.03 23:32:28.563789 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1954 | 2025.03.03 23:32:28.563838 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1955 | 2025.03.03 23:32:28.564435 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.03.03 23:32:28.564474 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1957 | 2025.03.03 23:32:28.564834 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1958 | 2025.03.03 23:32:28.565071 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.03.03 23:32:28.565334 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.00155 sec., 90322.58064516129 rows/sec., 5.63 MiB/sec. | ||
| 1960 | 2025.03.03 23:32:28.565452 [ 5 ] {8ea78593-6f41-472e-9011-2cca96a14ac4} <Debug> TCPHandler: Processed in 0.001828372 sec. | ||
| 1961 | 2025.03.03 23:32:28.565568 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2025.03.03 23:32:28.565673 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1963 | 2025.03.03 23:32:28.565716 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1964 | 2025.03.03 23:32:28.566271 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2025.03.03 23:32:28.566311 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1966 | 2025.03.03 23:32:28.566658 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1967 | 2025.03.03 23:32:28.566903 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1968 | 2025.03.03 23:32:28.567352 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001677 sec., 67382.23017292784 rows/sec., 4.36 MiB/sec. | ||
| 1969 | 2025.03.03 23:32:28.567429 [ 5 ] {e413dfc0-e548-414b-9545-d4f8a995412d} <Debug> TCPHandler: Processed in 0.001912184 sec. | ||
| 1970 | 2025.03.03 23:32:28.567545 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2025.03.03 23:32:28.567650 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1972 | 2025.03.03 23:32:28.567693 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1973 | 2025.03.03 23:32:28.568236 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.03.03 23:32:28.568276 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1975 | 2025.03.03 23:32:28.568621 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1976 | 2025.03.03 23:32:28.568864 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1977 | 2025.03.03 23:32:28.569133 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001487 sec., 75319.43510423672 rows/sec., 4.29 MiB/sec. | ||
| 1978 | 2025.03.03 23:32:28.569187 [ 5 ] {0ddff7df-ad21-4ce5-8e88-14462f69fc48} <Debug> TCPHandler: Processed in 0.001694398 sec. | ||
| 1979 | 2025.03.03 23:32:28.569300 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2025.03.03 23:32:28.569405 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1981 | 2025.03.03 23:32:28.569448 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1982 | 2025.03.03 23:32:28.570095 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2025.03.03 23:32:28.570136 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1984 | 2025.03.03 23:32:28.570503 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1985 | 2025.03.03 23:32:28.570749 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2025.03.03 23:32:28.571039 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Debug> executeQuery: Read 426 rows, 31.12 KiB in 0.001628 sec., 261670.76167076165 rows/sec., 18.67 MiB/sec. | ||
| 1987 | 2025.03.03 23:32:28.571120 [ 5 ] {d8183bc9-50c1-432c-9f43-f311d4f0d285} <Debug> TCPHandler: Processed in 0.001870413 sec. | ||
| 1988 | 2025.03.03 23:32:28.571234 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1989 | 2025.03.03 23:32:28.571339 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1990 | 2025.03.03 23:32:28.571384 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1991 | 2025.03.03 23:32:28.571812 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.03.03 23:32:28.571857 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 1993 | 2025.03.03 23:32:28.572201 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1994 | 2025.03.03 23:32:28.572438 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.03.03 23:32:28.572781 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec. | ||
| 1996 | 2025.03.03 23:32:28.572961 [ 5 ] {7a439e11-2846-4d3e-83b2-b35828647a97} <Debug> TCPHandler: Processed in 0.001778741 sec. | ||
| 1997 | 2025.03.03 23:32:28.573098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.03.03 23:32:28.573236 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1999 | 2025.03.03 23:32:28.573295 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2000 | 2025.03.03 23:32:28.573942 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.03.03 23:32:28.573988 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2002 | 2025.03.03 23:32:28.574412 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2003 | 2025.03.03 23:32:28.574649 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.03.03 23:32:28.574860 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec. | ||
| 2005 | 2025.03.03 23:32:28.574912 [ 5 ] {6dfda885-696e-40cd-823e-eb9624b3018d} <Debug> TCPHandler: Processed in 0.001879624 sec. | ||
| 2006 | 2025.03.03 23:32:28.575025 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2025.03.03 23:32:28.575130 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2008 | 2025.03.03 23:32:28.575176 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2009 | 2025.03.03 23:32:28.575595 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2025.03.03 23:32:28.575633 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2011 | 2025.03.03 23:32:28.575969 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2012 | 2025.03.03 23:32:28.576205 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.03.03 23:32:28.576530 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 2014 | 2025.03.03 23:32:28.576793 [ 5 ] {6e0f2153-99c5-47d0-8a2d-49b56b067066} <Debug> TCPHandler: Processed in 0.001811082 sec. | ||
| 2015 | 2025.03.03 23:32:28.576942 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2025.03.03 23:32:28.577045 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2017 | 2025.03.03 23:32:28.577115 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2018 | 2025.03.03 23:32:28.578236 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2025.03.03 23:32:28.578274 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2020 | 2025.03.03 23:32:28.578897 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2021 | 2025.03.03 23:32:28.579159 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2025.03.03 23:32:28.579617 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002553 sec., 13317.665491578535 rows/sec., 23.86 MiB/sec. | ||
| 2023 | 2025.03.03 23:32:28.579844 [ 5 ] {be0fc250-f76f-4d5d-bd69-4571e69c7a96} <Debug> TCPHandler: Processed in 0.002951645 sec. | ||
| 2024 | 2025.03.03 23:32:28.579959 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2025 | 2025.03.03 23:32:28.580062 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2026 | 2025.03.03 23:32:28.580108 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2027 | 2025.03.03 23:32:28.580523 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.03.03 23:32:28.580561 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2029 | 2025.03.03 23:32:28.580911 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2030 | 2025.03.03 23:32:28.581138 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.03.03 23:32:28.581504 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001441 sec., 12491.325468424706 rows/sec., 941.32 KiB/sec. | ||
| 2032 | 2025.03.03 23:32:28.581562 [ 5 ] {1cc7f922-2480-4589-92de-76cfa5ca9b7c} <Debug> TCPHandler: Processed in 0.001653067 sec. | ||
| 2033 | 2025.03.03 23:32:28.581664 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2025.03.03 23:32:28.581765 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2035 | 2025.03.03 23:32:28.581810 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2036 | 2025.03.03 23:32:28.582239 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.03.03 23:32:28.582277 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2038 | 2025.03.03 23:32:28.582618 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2039 | 2025.03.03 23:32:28.582845 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2040 | 2025.03.03 23:32:28.583133 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 2041 | 2025.03.03 23:32:28.583213 [ 5 ] {a004130a-8f25-4b7c-acd0-85b136ab7ee2} <Debug> TCPHandler: Processed in 0.001598846 sec. | ||
| 2042 | 2025.03.03 23:32:29.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.73 MiB, peak 170.47 MiB, free memory in arenas 0.00 B, will set to 166.77 MiB (RSS), difference: 1.04 MiB | ||
| 2043 | 2025.03.03 23:32:33.538219 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.03.03 23:32:33.538438 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2045 | 2025.03.03 23:32:33.538509 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2046 | 2025.03.03 23:32:33.539262 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.03.03 23:32:33.539310 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2048 | 2025.03.03 23:32:33.539730 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2049 | 2025.03.03 23:32:33.539989 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.03.03 23:32:33.540186 [ 45 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2051 | 2025.03.03 23:32:33.540221 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec. | ||
| 2052 | 2025.03.03 23:32:33.540274 [ 45 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2053 | 2025.03.03 23:32:33.540341 [ 5 ] {69fa322f-c763-45f1-a7f6-81a59514721e} <Debug> TCPHandler: Processed in 0.002255345 sec. | ||
| 2054 | 2025.03.03 23:32:33.540347 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2055 | 2025.03.03 23:32:33.540538 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2056 | 2025.03.03 23:32:33.540573 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 2057 | 2025.03.03 23:32:33.540735 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2058 | 2025.03.03 23:32:33.540858 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2059 | 2025.03.03 23:32:33.540905 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2060 | 2025.03.03 23:32:33.541018 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 607 rows starting from the beginning of the part | ||
| 2061 | 2025.03.03 23:32:33.541275 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1747 rows starting from the beginning of the part | ||
| 2062 | 2025.03.03 23:32:33.541553 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2063 | 2025.03.03 23:32:33.541908 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2064 | 2025.03.03 23:32:33.542226 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 685 rows starting from the beginning of the part | ||
| 2065 | 2025.03.03 23:32:33.542631 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2066 | 2025.03.03 23:32:33.543891 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.03.03 23:32:33.543949 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2068 | 2025.03.03 23:32:33.544912 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2069 | 2025.03.03 23:32:33.545350 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.03.03 23:32:33.545571 [ 45 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2071 | 2025.03.03 23:32:33.545645 [ 45 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2025.03.03 23:32:33.545688 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2073 | 2025.03.03 23:32:33.545722 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005046 sec., 12683.313515655966 rows/sec., 1013.72 KiB/sec. | ||
| 2074 | 2025.03.03 23:32:33.546171 [ 5 ] {789cf132-6700-4456-a88c-2b1ae490c43b} <Debug> TCPHandler: Processed in 0.005692512 sec. | ||
| 2075 | 2025.03.03 23:32:33.546567 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 2076 | 2025.03.03 23:32:33.546588 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3207 rows, containing 5 columns (5 merged, 0 gathered) in 0.006104345 sec., 525363.4910870864 rows/sec., 44.15 MiB/sec. | ||
| 2077 | 2025.03.03 23:32:33.546574 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2078 | 2025.03.03 23:32:33.546813 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2079 | 2025.03.03 23:32:33.546911 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 362 rows starting from the beginning of the part | ||
| 2080 | 2025.03.03 23:32:33.546912 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2081 | 2025.03.03 23:32:33.547098 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2082 | 2025.03.03 23:32:33.547227 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 818 rows starting from the beginning of the part | ||
| 2083 | 2025.03.03 23:32:33.547532 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2084 | 2025.03.03 23:32:33.547568 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2085 | 2025.03.03 23:32:33.547835 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2086 | 2025.03.03 23:32:33.548189 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 426 rows starting from the beginning of the part | ||
| 2087 | 2025.03.03 23:32:33.548363 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2025.03.03 23:32:33.548517 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2089 | 2025.03.03 23:32:33.548834 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_11_2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2090 | 2025.03.03 23:32:33.549144 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2091 | 2025.03.03 23:32:33.550694 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.03.03 23:32:33.550774 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2093 | 2025.03.03 23:32:33.551676 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2094 | 2025.03.03 23:32:33.551894 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1798 rows, containing 5 columns (5 merged, 0 gathered) in 0.006039493 sec., 297707.1088583098 rows/sec., 22.60 MiB/sec. | ||
| 2095 | 2025.03.03 23:32:33.552112 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.03.03 23:32:33.552147 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2097 | 2025.03.03 23:32:33.552407 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2098 | 2025.03.03 23:32:33.552514 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.03.03 23:32:33.552586 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2100 | 2025.03.03 23:32:33.552643 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005799 sec., 27590.963959303328 rows/sec., 1.92 MiB/sec. | ||
| 2101 | 2025.03.03 23:32:33.553039 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.03.03 23:32:33.553110 [ 5 ] {a65a8092-802e-4388-9114-a7d59bc6f803} <Debug> TCPHandler: Processed in 0.006619439 sec. | ||
| 2103 | 2025.03.03 23:32:33.553205 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2104 | 2025.03.03 23:32:33.553519 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2025.03.03 23:32:33.553600 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_11_2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2106 | 2025.03.03 23:32:33.553877 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2107 | 2025.03.03 23:32:33.553963 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2108 | 2025.03.03 23:32:33.553969 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2109 | 2025.03.03 23:32:33.554022 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 770 rows starting from the beginning of the part | ||
| 2110 | 2025.03.03 23:32:33.554115 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2111 | 2025.03.03 23:32:33.554354 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2317 rows starting from the beginning of the part | ||
| 2112 | 2025.03.03 23:32:33.554784 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part | ||
| 2113 | 2025.03.03 23:32:33.555142 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2114 | 2025.03.03 23:32:33.555547 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2115 | 2025.03.03 23:32:33.555782 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 2116 | 2025.03.03 23:32:33.556524 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2025.03.03 23:32:33.556570 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2118 | 2025.03.03 23:32:33.557098 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2119 | 2025.03.03 23:32:33.557436 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2025.03.03 23:32:33.557653 [ 45 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2121 | 2025.03.03 23:32:33.557733 [ 45 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.03.03 23:32:33.557792 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2123 | 2025.03.03 23:32:33.557799 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003973 sec., 15101.938082053864 rows/sec., 1.02 MiB/sec. | ||
| 2124 | 2025.03.03 23:32:33.558149 [ 5 ] {6c0eea87-fefb-49ec-8b5a-965a7ed38bc3} <Debug> TCPHandler: Processed in 0.004769526 sec. | ||
| 2125 | 2025.03.03 23:32:33.558294 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 2126 | 2025.03.03 23:32:33.558669 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005929929 sec., 630698.951032972 rows/sec., 42.45 MiB/sec. | ||
| 2127 | 2025.03.03 23:32:33.558688 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2128 | 2025.03.03 23:32:33.558753 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 268 rows starting from the beginning of the part | ||
| 2129 | 2025.03.03 23:32:33.558857 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 2130 | 2025.03.03 23:32:33.558948 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 2131 | 2025.03.03 23:32:33.559234 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 2132 | 2025.03.03 23:32:33.559248 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2133 | 2025.03.03 23:32:33.559548 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2134 | 2025.03.03 23:32:33.559754 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 2135 | 2025.03.03 23:32:33.560285 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2136 | 2025.03.03 23:32:33.560465 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2137 | 2025.03.03 23:32:33.560604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2138 | 2025.03.03 23:32:33.561348 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 544 rows, containing 4 columns (4 merged, 0 gathered) in 0.003490399 sec., 155856.10699521744 rows/sec., 10.10 MiB/sec. | ||
| 2139 | 2025.03.03 23:32:33.561509 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2140 | 2025.03.03 23:32:33.561793 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2025.03.03 23:32:33.561878 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_11_2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2142 | 2025.03.03 23:32:33.561961 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2143 | 2025.03.03 23:32:34.632478 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2144 | 2025.03.03 23:32:34.633535 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2025.03.03 23:32:34.633580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2146 | 2025.03.03 23:32:34.634124 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2147 | 2025.03.03 23:32:34.634398 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.03.03 23:32:34.634622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2149 | 2025.03.03 23:32:34.880649 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2150 | 2025.03.03 23:32:34.914625 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.03.03 23:32:34.914727 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2152 | 2025.03.03 23:32:34.924298 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2153 | 2025.03.03 23:32:34.926369 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.03.03 23:32:34.935126 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2155 | 2025.03.03 23:32:37.130660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 322 | ||
| 2156 | 2025.03.03 23:32:37.134032 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2157 | 2025.03.03 23:32:37.134083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2158 | 2025.03.03 23:32:37.135619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2159 | 2025.03.03 23:32:37.135935 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2160 | 2025.03.03 23:32:37.136187 [ 41 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2161 | 2025.03.03 23:32:37.136310 [ 41 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2162 | 2025.03.03 23:32:37.136376 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2163 | 2025.03.03 23:32:37.136785 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 2164 | 2025.03.03 23:32:37.137835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2165 | 2025.03.03 23:32:37.138106 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2166 | 2025.03.03 23:32:37.138233 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 2167 | 2025.03.03 23:32:37.138827 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2168 | 2025.03.03 23:32:37.139411 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2169 | 2025.03.03 23:32:37.139966 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2170 | 2025.03.03 23:32:37.140494 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2171 | 2025.03.03 23:32:37.141066 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2172 | 2025.03.03 23:32:37.150702 [ 190 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.014204845 sec., 22668.32197042629 rows/sec., 22.91 MiB/sec. | ||
| 2173 | 2025.03.03 23:32:37.151482 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2174 | 2025.03.03 23:32:37.152150 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.03.03 23:32:37.152226 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_6_1} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2176 | 2025.03.03 23:32:37.152406 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2177 | 2025.03.03 23:32:38.545382 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.03.03 23:32:38.545574 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2179 | 2025.03.03 23:32:38.545651 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2180 | 2025.03.03 23:32:38.546498 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2181 | 2025.03.03 23:32:38.546549 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2182 | 2025.03.03 23:32:38.546983 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2183 | 2025.03.03 23:32:38.547246 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2184 | 2025.03.03 23:32:38.547425 [ 40 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2185 | 2025.03.03 23:32:38.547499 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001974 sec., 107396.14994934143 rows/sec., 6.83 MiB/sec. | ||
| 2186 | 2025.03.03 23:32:38.547506 [ 40 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.03.03 23:32:38.547582 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2188 | 2025.03.03 23:32:38.547623 [ 5 ] {06ba6b8f-c00d-4f01-bd91-8893a1d32ddc} <Debug> TCPHandler: Processed in 0.002381808 sec. | ||
| 2189 | 2025.03.03 23:32:38.547857 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2025.03.03 23:32:38.547888 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2191 | 2025.03.03 23:32:38.548203 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2192 | 2025.03.03 23:32:38.548287 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2193 | 2025.03.03 23:32:38.548298 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2194 | 2025.03.03 23:32:38.548330 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2195 | 2025.03.03 23:32:38.548502 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2196 | 2025.03.03 23:32:38.549000 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2197 | 2025.03.03 23:32:38.549344 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2198 | 2025.03.03 23:32:38.549791 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 2199 | 2025.03.03 23:32:38.550766 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2025.03.03 23:32:38.550812 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2201 | 2025.03.03 23:32:38.551378 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2202 | 2025.03.03 23:32:38.551382 [ 198 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003664094 sec., 289293.88820264983 rows/sec., 19.50 MiB/sec. | ||
| 2203 | 2025.03.03 23:32:38.551545 [ 198 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2204 | 2025.03.03 23:32:38.551658 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.03.03 23:32:38.551955 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Debug> executeQuery: Read 685 rows, 55.84 KiB in 0.003886 sec., 176273.80339680906 rows/sec., 14.03 MiB/sec. | ||
| 2206 | 2025.03.03 23:32:38.551962 [ 198 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_5_1} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2207 | 2025.03.03 23:32:38.552044 [ 5 ] {7cb0bff2-3bd9-4c14-a75d-214b09d0a0a7} <Debug> TCPHandler: Processed in 0.004259592 sec. | ||
| 2208 | 2025.03.03 23:32:38.552092 [ 198 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_5_1} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2209 | 2025.03.03 23:32:38.552166 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2210 | 2025.03.03 23:32:38.552171 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2211 | 2025.03.03 23:32:38.552281 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2212 | 2025.03.03 23:32:38.552325 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2213 | 2025.03.03 23:32:38.552896 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.03.03 23:32:38.552933 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2215 | 2025.03.03 23:32:38.553273 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2216 | 2025.03.03 23:32:38.553505 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2025.03.03 23:32:38.553765 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.00149 sec., 93959.73154362416 rows/sec., 5.86 MiB/sec. | ||
| 2218 | 2025.03.03 23:32:38.553905 [ 5 ] {ed958a09-d311-4104-91de-cb4d5c0baea7} <Debug> TCPHandler: Processed in 0.001791741 sec. | ||
| 2219 | 2025.03.03 23:32:38.554044 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.03.03 23:32:38.554170 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2221 | 2025.03.03 23:32:38.554224 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2222 | 2025.03.03 23:32:38.554850 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2025.03.03 23:32:38.554890 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2224 | 2025.03.03 23:32:38.555241 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2225 | 2025.03.03 23:32:38.555471 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2226 | 2025.03.03 23:32:38.555739 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001589 sec., 71113.90811831341 rows/sec., 4.60 MiB/sec. | ||
| 2227 | 2025.03.03 23:32:38.555892 [ 5 ] {db44b97e-5af2-4122-93e9-dc2df70839af} <Debug> TCPHandler: Processed in 0.001909525 sec. | ||
| 2228 | 2025.03.03 23:32:38.556003 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2229 | 2025.03.03 23:32:38.556110 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2230 | 2025.03.03 23:32:38.556154 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2231 | 2025.03.03 23:32:38.556738 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2232 | 2025.03.03 23:32:38.556777 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2233 | 2025.03.03 23:32:38.557117 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2234 | 2025.03.03 23:32:38.557354 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.03.03 23:32:38.557493 [ 40 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2236 | 2025.03.03 23:32:38.557557 [ 40 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2025.03.03 23:32:38.557594 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2238 | 2025.03.03 23:32:38.557600 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001504 sec., 74468.08510638298 rows/sec., 4.24 MiB/sec. | ||
| 2239 | 2025.03.03 23:32:38.557735 [ 5 ] {35319b01-e608-46c0-99c5-0af70cd71598} <Debug> TCPHandler: Processed in 0.00177835 sec. | ||
| 2240 | 2025.03.03 23:32:38.557856 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 2241 | 2025.03.03 23:32:38.557904 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2242 | 2025.03.03 23:32:38.558119 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2243 | 2025.03.03 23:32:38.558167 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2244 | 2025.03.03 23:32:38.558210 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2245 | 2025.03.03 23:32:38.558253 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 2246 | 2025.03.03 23:32:38.558614 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 2247 | 2025.03.03 23:32:38.559001 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 2248 | 2025.03.03 23:32:38.559394 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 2249 | 2025.03.03 23:32:38.559751 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 2250 | 2025.03.03 23:32:38.561167 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.03.03 23:32:38.561252 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2252 | 2025.03.03 23:32:38.562268 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2253 | 2025.03.03 23:32:38.562346 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004624022 sec., 121106.69023633537 rows/sec., 7.36 MiB/sec. | ||
| 2254 | 2025.03.03 23:32:38.562535 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2255 | 2025.03.03 23:32:38.562589 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.03.03 23:32:38.563067 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.005002 sec., 83166.73330667733 rows/sec., 5.92 MiB/sec. | ||
| 2257 | 2025.03.03 23:32:38.563225 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.03.03 23:32:38.563456 [ 5 ] {c82a6b63-e068-4a04-a0de-5f10d1a14611} <Debug> TCPHandler: Processed in 0.005599149 sec. | ||
| 2259 | 2025.03.03 23:32:38.563500 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_5_1} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2260 | 2025.03.03 23:32:38.563612 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2261 | 2025.03.03 23:32:38.563619 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2262 | 2025.03.03 23:32:38.563739 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2263 | 2025.03.03 23:32:38.563786 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2264 | 2025.03.03 23:32:38.564365 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2025.03.03 23:32:38.564405 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2266 | 2025.03.03 23:32:38.564779 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2267 | 2025.03.03 23:32:38.565016 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2025.03.03 23:32:38.565291 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 2269 | 2025.03.03 23:32:38.565407 [ 5 ] {1a563820-3978-4504-9d44-1a66a2987951} <Debug> TCPHandler: Processed in 0.001858233 sec. | ||
| 2270 | 2025.03.03 23:32:38.565513 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2271 | 2025.03.03 23:32:38.565615 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2272 | 2025.03.03 23:32:38.565664 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2273 | 2025.03.03 23:32:38.566213 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.03.03 23:32:38.566251 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2275 | 2025.03.03 23:32:38.566631 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2276 | 2025.03.03 23:32:38.566868 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.03.03 23:32:38.567071 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec. | ||
| 2278 | 2025.03.03 23:32:38.567122 [ 5 ] {7563b289-eb13-4ecd-af72-57b9e6f2910f} <Debug> TCPHandler: Processed in 0.001659598 sec. | ||
| 2279 | 2025.03.03 23:32:38.567222 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2025.03.03 23:32:38.567324 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2281 | 2025.03.03 23:32:38.567371 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2282 | 2025.03.03 23:32:38.567780 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2025.03.03 23:32:38.567819 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2284 | 2025.03.03 23:32:38.568171 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2285 | 2025.03.03 23:32:38.568401 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2025.03.03 23:32:38.568544 [ 40 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2287 | 2025.03.03 23:32:38.568636 [ 40 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2025.03.03 23:32:38.568648 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
| 2289 | 2025.03.03 23:32:38.568695 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2290 | 2025.03.03 23:32:38.568768 [ 5 ] {ba9dc6ce-cf4e-4f7b-943f-95a4e141a8e4} <Debug> TCPHandler: Processed in 0.001594525 sec. | ||
| 2291 | 2025.03.03 23:32:38.569019 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::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 | ||
| 2292 | 2025.03.03 23:32:38.569040 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2025.03.03 23:32:38.569281 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2294 | 2025.03.03 23:32:38.569305 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2295 | 2025.03.03 23:32:38.569393 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2296 | 2025.03.03 23:32:38.569468 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2297 | 2025.03.03 23:32:38.569658 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2298 | 2025.03.03 23:32:38.569904 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2299 | 2025.03.03 23:32:38.570215 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2300 | 2025.03.03 23:32:38.570581 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::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 | ||
| 2301 | 2025.03.03 23:32:38.573701 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004853969 sec., 1030.0848645716526 rows/sec., 69.41 KiB/sec. | ||
| 2302 | 2025.03.03 23:32:38.573911 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2303 | 2025.03.03 23:32:38.574584 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2025.03.03 23:32:38.574608 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2025.03.03 23:32:38.574675 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2306 | 2025.03.03 23:32:38.574722 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_5_1} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2307 | 2025.03.03 23:32:38.574907 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2308 | 2025.03.03 23:32:38.575530 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2309 | 2025.03.03 23:32:38.575825 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2025.03.03 23:32:38.576093 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.006897 sec., 4929.679570827896 rows/sec., 8.83 MiB/sec. | ||
| 2311 | 2025.03.03 23:32:38.576242 [ 5 ] {7f41236e-217e-4565-8854-31f205a8d89c} <Debug> TCPHandler: Processed in 0.007283018 sec. | ||
| 2312 | 2025.03.03 23:32:38.576358 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2313 | 2025.03.03 23:32:38.576461 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2314 | 2025.03.03 23:32:38.576508 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2315 | 2025.03.03 23:32:38.576947 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2025.03.03 23:32:38.576986 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2317 | 2025.03.03 23:32:38.577340 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2318 | 2025.03.03 23:32:38.577575 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.03.03 23:32:38.577771 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001332 sec., 61561.56156156156 rows/sec., 3.91 MiB/sec. | ||
| 2320 | 2025.03.03 23:32:38.577821 [ 5 ] {819cff08-b148-44e1-baac-96b635a9b02b} <Debug> TCPHandler: Processed in 0.001513903 sec. | ||
| 2321 | 2025.03.03 23:32:42.050887 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2322 | 2025.03.03 23:32:42.050953 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2323 | 2025.03.03 23:32:42.135727 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2324 | 2025.03.03 23:32:42.136405 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2025.03.03 23:32:42.136456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2326 | 2025.03.03 23:32:42.136998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2327 | 2025.03.03 23:32:42.137249 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2025.03.03 23:32:42.137501 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2329 | 2025.03.03 23:32:42.436207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2330 | 2025.03.03 23:32:42.455999 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2025.03.03 23:32:42.456043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2332 | 2025.03.03 23:32:42.462704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2333 | 2025.03.03 23:32:42.463441 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2025.03.03 23:32:42.466521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2335 | 2025.03.03 23:32:43.537422 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2336 | 2025.03.03 23:32:43.537628 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2337 | 2025.03.03 23:32:43.537706 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2338 | 2025.03.03 23:32:43.538503 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2025.03.03 23:32:43.538544 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2340 | 2025.03.03 23:32:43.538989 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2341 | 2025.03.03 23:32:43.539245 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2025.03.03 23:32:43.539442 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 2343 | 2025.03.03 23:32:43.539497 [ 5 ] {b76c82c4-74e1-441d-9bca-e066876ed3ec} <Debug> TCPHandler: Processed in 0.002211994 sec. | ||
| 2344 | 2025.03.03 23:32:43.539627 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2025.03.03 23:32:43.539732 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2346 | 2025.03.03 23:32:43.539779 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2347 | 2025.03.03 23:32:43.540327 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2348 | 2025.03.03 23:32:43.540364 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2349 | 2025.03.03 23:32:43.540711 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2350 | 2025.03.03 23:32:43.540947 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2025.03.03 23:32:43.541168 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 3.43 MiB/sec. | ||
| 2352 | 2025.03.03 23:32:43.541359 [ 5 ] {22b5d2f9-9ff2-4efa-a22b-17667f0af5c1} <Debug> TCPHandler: Processed in 0.00177835 sec. | ||
| 2353 | 2025.03.03 23:32:43.541499 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2354 | 2025.03.03 23:32:43.541606 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2355 | 2025.03.03 23:32:43.541656 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2356 | 2025.03.03 23:32:43.542208 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2357 | 2025.03.03 23:32:43.542247 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2358 | 2025.03.03 23:32:43.542630 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2359 | 2025.03.03 23:32:43.542867 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2025.03.03 23:32:43.543038 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec. | ||
| 2361 | 2025.03.03 23:32:43.543088 [ 5 ] {fa9c467d-af41-49fc-91cf-0a890683f840} <Debug> TCPHandler: Processed in 0.001641077 sec. | ||
| 2362 | 2025.03.03 23:32:43.543209 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2025.03.03 23:32:43.543317 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2364 | 2025.03.03 23:32:43.543365 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2365 | 2025.03.03 23:32:43.543815 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2025.03.03 23:32:43.543853 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2367 | 2025.03.03 23:32:43.544232 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2368 | 2025.03.03 23:32:43.544486 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2025.03.03 23:32:43.544659 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 2370 | 2025.03.03 23:32:43.544730 [ 5 ] {bcc375e8-184f-42c6-86ac-d66a366719ec} <Debug> TCPHandler: Processed in 0.001574455 sec. | ||
| 2371 | 2025.03.03 23:32:44.991279 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.03.03 23:32:44.991572 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2373 | 2025.03.03 23:32:44.992044 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2374 | 2025.03.03 23:32:44.992097 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2375 | 2025.03.03 23:32:44.992464 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2376 | 2025.03.03 23:32:44.992543 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2377 | 2025.03.03 23:32:44.992713 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2378 | 2025.03.03 23:32:44.992977 [ 290 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2379 | 2025.03.03 23:32:44.993012 [ 288 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2380 | 2025.03.03 23:32:44.992990 [ 287 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2381 | 2025.03.03 23:32:44.992979 [ 286 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2382 | 2025.03.03 23:32:44.993217 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 2383 | 2025.03.03 23:32:44.993249 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2384 | 2025.03.03 23:32:44.993384 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2385 | 2025.03.03 23:32:44.993408 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2386 | 2025.03.03 23:32:44.993450 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2387 | 2025.03.03 23:32:44.993497 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2388 | 2025.03.03 23:32:44.993538 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2389 | 2025.03.03 23:32:44.993578 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2390 | 2025.03.03 23:32:44.995677 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004247 sec., 9418.412997409936 rows/sec., 359.17 KiB/sec. | ||
| 2391 | 2025.03.03 23:32:44.995895 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> MemoryTracker: Peak memory usage (for query): 144.10 KiB. | ||
| 2392 | 2025.03.03 23:32:44.995913 [ 5 ] {02716879-3c9c-4a8a-bc47-d5ab3fa06ed8} <Debug> TCPHandler: Processed in 0.004770257 sec. | ||
| 2393 | 2025.03.03 23:32:45.037910 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2394 | 2025.03.03 23:32:45.038048 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2395 | 2025.03.03 23:32:45.038107 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2396 | 2025.03.03 23:32:45.038883 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.03.03 23:32:45.038924 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2398 | 2025.03.03 23:32:45.039409 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2399 | 2025.03.03 23:32:45.039659 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.03.03 23:32:45.039872 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00186 sec., 537.6344086021505 rows/sec., 121.81 KiB/sec. | ||
| 2401 | 2025.03.03 23:32:45.039954 [ 5 ] {8f28b7ed-3f33-4432-b6cb-2afcbb7d9337} <Debug> TCPHandler: Processed in 0.002128421 sec. | ||
| 2402 | 2025.03.03 23:32:45.040080 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.03.03 23:32:45.040184 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2404 | 2025.03.03 23:32:45.040229 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2405 | 2025.03.03 23:32:45.040871 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2025.03.03 23:32:45.040909 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2407 | 2025.03.03 23:32:45.041274 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2408 | 2025.03.03 23:32:45.041514 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2409 | 2025.03.03 23:32:45.041687 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001524 sec., 139107.61154855642 rows/sec., 8.85 MiB/sec. | ||
| 2410 | 2025.03.03 23:32:45.041738 [ 5 ] {8691c527-5641-403f-b259-77c35fdf90b7} <Debug> TCPHandler: Processed in 0.001709429 sec. | ||
| 2411 | 2025.03.03 23:32:45.041860 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2412 | 2025.03.03 23:32:45.041971 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2413 | 2025.03.03 23:32:45.042016 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2414 | 2025.03.03 23:32:45.042546 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.03.03 23:32:45.042585 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2416 | 2025.03.03 23:32:45.042934 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2417 | 2025.03.03 23:32:45.043168 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2025.03.03 23:32:45.043332 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001384 sec., 7225.43352601156 rows/sec., 589.18 KiB/sec. | ||
| 2419 | 2025.03.03 23:32:45.043383 [ 5 ] {ce59b1f2-284b-45bc-980c-7a93c0ed631d} <Debug> TCPHandler: Processed in 0.001577574 sec. | ||
| 2420 | 2025.03.03 23:32:45.043486 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2025.03.03 23:32:45.043588 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2422 | 2025.03.03 23:32:45.043632 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2423 | 2025.03.03 23:32:45.045052 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2025.03.03 23:32:45.045089 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2425 | 2025.03.03 23:32:45.045546 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2426 | 2025.03.03 23:32:45.045777 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2025.03.03 23:32:45.045952 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Debug> executeQuery: Read 1830 rows, 152.77 KiB in 0.002386 sec., 766974.0150880134 rows/sec., 62.53 MiB/sec. | ||
| 2428 | 2025.03.03 23:32:45.046002 [ 5 ] {13d785c7-9280-4e54-ade6-2221d3f93ae6} <Debug> TCPHandler: Processed in 0.002565503 sec. | ||
| 2429 | 2025.03.03 23:32:45.046124 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2025.03.03 23:32:45.046233 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2431 | 2025.03.03 23:32:45.046278 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2432 | 2025.03.03 23:32:45.046865 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.03.03 23:32:45.046903 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2434 | 2025.03.03 23:32:45.047259 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2435 | 2025.03.03 23:32:45.047487 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2025.03.03 23:32:45.047599 [ 86 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2437 | 2025.03.03 23:32:45.047642 [ 86 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.03.03 23:32:45.047663 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2439 | 2025.03.03 23:32:45.047682 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Debug> executeQuery: Read 150 rows, 9.64 KiB in 0.001468 sec., 102179.8365122616 rows/sec., 6.41 MiB/sec. | ||
| 2440 | 2025.03.03 23:32:45.048009 [ 5 ] {7ced273f-8815-4303-bfd1-1c203e85c793} <Debug> TCPHandler: Processed in 0.001933295 sec. | ||
| 2441 | 2025.03.03 23:32:45.048198 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::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 | ||
| 2442 | 2025.03.03 23:32:45.048307 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.03.03 23:32:45.048538 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2444 | 2025.03.03 23:32:45.048545 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2445 | 2025.03.03 23:32:45.048600 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2446 | 2025.03.03 23:32:45.048628 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2447 | 2025.03.03 23:32:45.049058 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2448 | 2025.03.03 23:32:45.049458 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2449 | 2025.03.03 23:32:45.049815 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 2450 | 2025.03.03 23:32:45.050139 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part | ||
| 2451 | 2025.03.03 23:32:45.050301 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
| 2452 | 2025.03.03 23:32:45.051315 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2025.03.03 23:32:45.051384 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2454 | 2025.03.03 23:32:45.052414 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2455 | 2025.03.03 23:32:45.052870 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2025.03.03 23:32:45.053212 [ 86 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2457 | 2025.03.03 23:32:45.053330 [ 86 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2025.03.03 23:32:45.053414 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2459 | 2025.03.03 23:32:45.053466 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005690502 sec., 135664.65665067863 rows/sec., 8.84 MiB/sec. | ||
| 2460 | 2025.03.03 23:32:45.053527 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005064 sec., 67338.07266982623 rows/sec., 4.49 MiB/sec. | ||
| 2461 | 2025.03.03 23:32:45.053781 [ 5 ] {0b55c559-754f-431a-b2c5-3373e59c0ca9} <Debug> TCPHandler: Processed in 0.005545578 sec. | ||
| 2462 | 2025.03.03 23:32:45.053791 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 2463 | 2025.03.03 23:32:45.053837 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2464 | 2025.03.03 23:32:45.054152 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2465 | 2025.03.03 23:32:45.054178 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2025.03.03 23:32:45.054226 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 2467 | 2025.03.03 23:32:45.054370 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2468 | 2025.03.03 23:32:45.054531 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2469 | 2025.03.03 23:32:45.054610 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 2470 | 2025.03.03 23:32:45.055023 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 2471 | 2025.03.03 23:32:45.055429 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 2472 | 2025.03.03 23:32:45.055867 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 2473 | 2025.03.03 23:32:45.055852 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.03.03 23:32:45.056355 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 2475 | 2025.03.03 23:32:45.056990 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_6_1} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2476 | 2025.03.03 23:32:45.057210 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2477 | 2025.03.03 23:32:45.057597 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.03.03 23:32:45.057645 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2479 | 2025.03.03 23:32:45.058239 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2480 | 2025.03.03 23:32:45.058587 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.03.03 23:32:45.058663 [ 195 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005122526 sec., 221375.15749065988 rows/sec., 15.44 MiB/sec. | ||
| 2482 | 2025.03.03 23:32:45.058873 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004583 sec., 24438.14095570587 rows/sec., 1.39 MiB/sec. | ||
| 2483 | 2025.03.03 23:32:45.058951 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2484 | 2025.03.03 23:32:45.058989 [ 5 ] {f646e5f4-b38e-4d8b-8fef-20c9e7d6e7e7} <Debug> TCPHandler: Processed in 0.00489834 sec. | ||
| 2485 | 2025.03.03 23:32:45.059157 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2025.03.03 23:32:45.059312 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2487 | 2025.03.03 23:32:45.059402 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2488 | 2025.03.03 23:32:45.059414 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2489 | 2025.03.03 23:32:45.059639 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_6_1} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2490 | 2025.03.03 23:32:45.059803 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2491 | 2025.03.03 23:32:45.060558 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.03.03 23:32:45.060602 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2493 | 2025.03.03 23:32:45.060999 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2494 | 2025.03.03 23:32:45.061242 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.03.03 23:32:45.061414 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Debug> executeQuery: Read 882 rows, 65.41 KiB in 0.00216 sec., 408333.3333333333 rows/sec., 29.57 MiB/sec. | ||
| 2496 | 2025.03.03 23:32:45.061470 [ 5 ] {59148d52-9d61-4b77-9813-4cdd198f3771} <Debug> TCPHandler: Processed in 0.002374678 sec. | ||
| 2497 | 2025.03.03 23:32:45.061588 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2025.03.03 23:32:45.061692 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2499 | 2025.03.03 23:32:45.061738 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2500 | 2025.03.03 23:32:45.062188 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2025.03.03 23:32:45.062227 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2502 | 2025.03.03 23:32:45.062612 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2503 | 2025.03.03 23:32:45.062866 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2025.03.03 23:32:45.062996 [ 86 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2505 | 2025.03.03 23:32:45.063034 [ 86 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2025.03.03 23:32:45.063055 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec. | ||
| 2507 | 2025.03.03 23:32:45.063057 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2508 | 2025.03.03 23:32:45.063159 [ 5 ] {49a02a78-0c1e-4895-8516-e87316797f64} <Debug> TCPHandler: Processed in 0.001620506 sec. | ||
| 2509 | 2025.03.03 23:32:45.063256 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2510 | 2025.03.03 23:32:45.063378 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2511 | 2025.03.03 23:32:45.063409 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2512 | 2025.03.03 23:32:45.063441 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2513 | 2025.03.03 23:32:45.063517 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2514 | 2025.03.03 23:32:45.063610 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2515 | 2025.03.03 23:32:45.063666 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2025.03.03 23:32:45.063972 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2517 | 2025.03.03 23:32:45.064337 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2518 | 2025.03.03 23:32:45.064643 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2519 | 2025.03.03 23:32:45.064994 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 2520 | 2025.03.03 23:32:45.066319 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.03.03 23:32:45.066377 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2522 | 2025.03.03 23:32:45.066584 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003443769 sec., 10453.662832785822 rows/sec., 546.16 KiB/sec. | ||
| 2523 | 2025.03.03 23:32:45.066766 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2524 | 2025.03.03 23:32:45.067252 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_6_1} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2025.03.03 23:32:45.067305 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2526 | 2025.03.03 23:32:45.067397 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_6_1} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2527 | 2025.03.03 23:32:45.067539 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2528 | 2025.03.03 23:32:45.067710 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2025.03.03 23:32:45.067912 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Debug> executeQuery: Read 992 rows, 67.60 KiB in 0.004438 sec., 223524.10995944118 rows/sec., 14.88 MiB/sec. | ||
| 2530 | 2025.03.03 23:32:45.067973 [ 5 ] {f74b1d48-a144-46a1-b7d3-7ea9d2b8faa7} <Debug> TCPHandler: Processed in 0.004672783 sec. | ||
| 2531 | 2025.03.03 23:32:45.068098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2025.03.03 23:32:45.068206 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2533 | 2025.03.03 23:32:45.068254 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2534 | 2025.03.03 23:32:45.068687 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2025.03.03 23:32:45.068725 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2536 | 2025.03.03 23:32:45.069323 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2537 | 2025.03.03 23:32:45.069653 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2025.03.03 23:32:45.069861 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001677 sec., 596.3029218843172 rows/sec., 40.18 KiB/sec. | ||
| 2539 | 2025.03.03 23:32:45.069920 [ 5 ] {2c3d8bd4-edae-4342-89b1-bc424d6ffa41} <Debug> TCPHandler: Processed in 0.001872623 sec. | ||
| 2540 | 2025.03.03 23:32:45.070203 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2025.03.03 23:32:45.070348 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2542 | 2025.03.03 23:32:45.070688 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2543 | 2025.03.03 23:32:45.072103 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.03.03 23:32:45.072145 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2545 | 2025.03.03 23:32:45.072809 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2546 | 2025.03.03 23:32:45.073081 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.03.03 23:32:45.073217 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2548 | 2025.03.03 23:32:45.073262 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.03.03 23:32:45.073291 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2550 | 2025.03.03 23:32:45.073292 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002969 sec., 11451.667228022903 rows/sec., 20.52 MiB/sec. | ||
| 2551 | 2025.03.03 23:32:45.073662 [ 5 ] {bf8f9a25-a780-4090-a3d5-0989c2454689} <Debug> TCPHandler: Processed in 0.003519191 sec. | ||
| 2552 | 2025.03.03 23:32:45.073659 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2553 | 2025.03.03 23:32:45.073851 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2025.03.03 23:32:45.074104 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2555 | 2025.03.03 23:32:45.074234 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2556 | 2025.03.03 23:32:45.074429 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2557 | 2025.03.03 23:32:45.074712 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 2558 | 2025.03.03 23:32:45.075541 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 2559 | 2025.03.03 23:32:45.076320 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2560 | 2025.03.03 23:32:45.076336 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2025.03.03 23:32:45.076414 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2562 | 2025.03.03 23:32:45.076936 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2563 | 2025.03.03 23:32:45.077598 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 2564 | 2025.03.03 23:32:45.078225 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2565 | 2025.03.03 23:32:45.078275 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2566 | 2025.03.03 23:32:45.079049 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.03.03 23:32:45.079449 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005435 sec., 8463.66145354186 rows/sec., 524.13 KiB/sec. | ||
| 2568 | 2025.03.03 23:32:45.079618 [ 5 ] {2c144fb8-950c-460d-b713-c0ec94b5d70e} <Debug> TCPHandler: Processed in 0.005840417 sec. | ||
| 2569 | 2025.03.03 23:32:45.081588 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008203874 sec., 15358.597657643206 rows/sec., 27.52 MiB/sec. | ||
| 2570 | 2025.03.03 23:32:45.081954 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2571 | 2025.03.03 23:32:45.082425 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.03.03 23:32:45.082512 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2573 | 2025.03.03 23:32:45.082665 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2574 | 2025.03.03 23:32:46.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.41 MiB, peak 172.31 MiB, free memory in arenas 0.00 B, will set to 167.39 MiB (RSS), difference: -1.02 MiB | ||
| 2575 | 2025.03.03 23:32:47.139025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 380 | ||
| 2576 | 2025.03.03 23:32:47.142585 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.03.03 23:32:47.142637 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2578 | 2025.03.03 23:32:47.144178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2579 | 2025.03.03 23:32:47.144498 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2025.03.03 23:32:47.145364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2581 | 2025.03.03 23:32:48.534696 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2582 | 2025.03.03 23:32:48.534881 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2583 | 2025.03.03 23:32:48.534951 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2584 | 2025.03.03 23:32:48.535671 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.03.03 23:32:48.535722 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2586 | 2025.03.03 23:32:48.536162 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2587 | 2025.03.03 23:32:48.536419 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.03.03 23:32:48.536662 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.35 MiB/sec. | ||
| 2589 | 2025.03.03 23:32:48.536718 [ 5 ] {82ff5929-97bf-42f3-8bb2-50cd63938888} <Debug> TCPHandler: Processed in 0.002153312 sec. | ||
| 2590 | 2025.03.03 23:32:48.536827 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2025.03.03 23:32:48.536929 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2592 | 2025.03.03 23:32:48.536973 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2593 | 2025.03.03 23:32:48.537498 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.03.03 23:32:48.537538 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2595 | 2025.03.03 23:32:48.537889 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2596 | 2025.03.03 23:32:48.538129 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.03.03 23:32:48.538333 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
| 2598 | 2025.03.03 23:32:48.538384 [ 5 ] {c0dec5bf-8502-4237-828f-9e3bc2a28122} <Debug> TCPHandler: Processed in 0.001611096 sec. | ||
| 2599 | 2025.03.03 23:32:48.538486 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2600 | 2025.03.03 23:32:48.538587 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2601 | 2025.03.03 23:32:48.538635 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2602 | 2025.03.03 23:32:48.539109 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.03.03 23:32:48.539148 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2604 | 2025.03.03 23:32:48.539526 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2605 | 2025.03.03 23:32:48.539780 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2025.03.03 23:32:48.539992 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001427 sec., 67274.0014015417 rows/sec., 4.69 MiB/sec. | ||
| 2607 | 2025.03.03 23:32:48.540043 [ 5 ] {200e472d-2970-45b2-8850-f35e6675efdc} <Debug> TCPHandler: Processed in 0.001608646 sec. | ||
| 2608 | 2025.03.03 23:32:48.540143 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.03.03 23:32:48.540244 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2610 | 2025.03.03 23:32:48.540290 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2611 | 2025.03.03 23:32:48.540700 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2612 | 2025.03.03 23:32:48.540740 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2613 | 2025.03.03 23:32:48.541097 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2614 | 2025.03.03 23:32:48.541335 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2025.03.03 23:32:48.541544 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001321 sec., 27252.081756245272 rows/sec., 1.84 MiB/sec. | ||
| 2616 | 2025.03.03 23:32:48.541592 [ 5 ] {759dc525-0394-4080-85cc-fc06e4953fcf} <Debug> TCPHandler: Processed in 0.001498643 sec. | ||
| 2617 | 2025.03.03 23:32:49.638594 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2618 | 2025.03.03 23:32:49.639249 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2025.03.03 23:32:49.639294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2620 | 2025.03.03 23:32:49.639909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2621 | 2025.03.03 23:32:49.640178 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.03.03 23:32:49.640316 [ 119 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2623 | 2025.03.03 23:32:49.640374 [ 119 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.03.03 23:32:49.640384 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2625 | 2025.03.03 23:32:49.640402 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2626 | 2025.03.03 23:32:49.640559 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 2627 | 2025.03.03 23:32:49.640742 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2628 | 2025.03.03 23:32:49.640786 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 2629 | 2025.03.03 23:32:49.640866 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2630 | 2025.03.03 23:32:49.640973 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2631 | 2025.03.03 23:32:49.641253 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2632 | 2025.03.03 23:32:49.641322 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2633 | 2025.03.03 23:32:49.641451 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2634 | 2025.03.03 23:32:49.643081 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002597604 sec., 1949103.8664861927 rows/sec., 27.88 MiB/sec. | ||
| 2635 | 2025.03.03 23:32:49.643522 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2636 | 2025.03.03 23:32:49.643901 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2025.03.03 23:32:49.644007 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_11_2} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2638 | 2025.03.03 23:32:49.644133 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2639 | 2025.03.03 23:32:49.967556 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2640 | 2025.03.03 23:32:49.987987 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2025.03.03 23:32:49.988042 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2642 | 2025.03.03 23:32:49.995292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2643 | 2025.03.03 23:32:49.996030 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2025.03.03 23:32:49.996405 [ 154 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2645 | 2025.03.03 23:32:49.996532 [ 154 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2646 | 2025.03.03 23:32:49.996603 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2647 | 2025.03.03 23:32:49.997067 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 2648 | 2025.03.03 23:32:50.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.96 MiB, peak 173.82 MiB, free memory in arenas 0.00 B, will set to 167.95 MiB (RSS), difference: -4.02 MiB | ||
| 2649 | 2025.03.03 23:32:50.012054 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2650 | 2025.03.03 23:32:50.013755 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2651 | 2025.03.03 23:32:50.014926 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2652 | 2025.03.03 23:32:50.019794 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2653 | 2025.03.03 23:32:50.024912 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2654 | 2025.03.03 23:32:50.030108 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2655 | 2025.03.03 23:32:50.035590 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2656 | 2025.03.03 23:32:50.039941 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2657 | 2025.03.03 23:32:50.099518 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102770053 sec., 807.6282689082587 rows/sec., 4.18 MiB/sec. | ||
| 2658 | 2025.03.03 23:32:50.101256 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2659 | 2025.03.03 23:32:50.103815 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.03.03 23:32:50.103939 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_11_2} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2661 | 2025.03.03 23:32:50.105535 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2662 | 2025.03.03 23:32:51.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.50 MiB, peak 174.39 MiB, free memory in arenas 0.00 B, will set to 169.45 MiB (RSS), difference: 4.95 MiB | ||
| 2663 | 2025.03.03 23:32:53.537236 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.03.03 23:32:53.537410 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2665 | 2025.03.03 23:32:53.537479 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2666 | 2025.03.03 23:32:53.538215 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.03.03 23:32:53.538257 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2668 | 2025.03.03 23:32:53.538696 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2669 | 2025.03.03 23:32:53.538962 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.03.03 23:32:53.539105 [ 150 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2671 | 2025.03.03 23:32:53.539144 [ 150 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2025.03.03 23:32:53.539163 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.39 MiB/sec. | ||
| 2673 | 2025.03.03 23:32:53.539167 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2674 | 2025.03.03 23:32:53.539277 [ 5 ] {624487a5-c515-40a2-a292-69ad3bb9c072} <Debug> TCPHandler: Processed in 0.002167352 sec. | ||
| 2675 | 2025.03.03 23:32:53.539598 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 2676 | 2025.03.03 23:32:53.539665 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2025.03.03 23:32:53.539918 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2678 | 2025.03.03 23:32:53.539931 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2679 | 2025.03.03 23:32:53.539998 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2680 | 2025.03.03 23:32:53.540026 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1825 rows starting from the beginning of the part | ||
| 2681 | 2025.03.03 23:32:53.540365 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 685 rows starting from the beginning of the part | ||
| 2682 | 2025.03.03 23:32:53.540724 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2683 | 2025.03.03 23:32:53.541112 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1830 rows starting from the beginning of the part | ||
| 2684 | 2025.03.03 23:32:53.541486 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2685 | 2025.03.03 23:32:53.541870 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2686 | 2025.03.03 23:32:53.543024 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.03.03 23:32:53.543111 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2688 | 2025.03.03 23:32:53.544315 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2689 | 2025.03.03 23:32:53.544939 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.03.03 23:32:53.545235 [ 150 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2691 | 2025.03.03 23:32:53.545294 [ 150 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.03.03 23:32:53.545327 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2693 | 2025.03.03 23:32:53.545343 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005501 sec., 11634.248318487547 rows/sec., 929.87 KiB/sec. | ||
| 2694 | 2025.03.03 23:32:53.545597 [ 5 ] {54bd6dec-a1e9-4649-b6f1-80524c34c3ea} <Debug> TCPHandler: Processed in 0.006038062 sec. | ||
| 2695 | 2025.03.03 23:32:53.545649 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 2696 | 2025.03.03 23:32:53.545840 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2025.03.03 23:32:53.545897 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2698 | 2025.03.03 23:32:53.545945 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 882 rows starting from the beginning of the part | ||
| 2699 | 2025.03.03 23:32:53.546335 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 416 rows starting from the beginning of the part | ||
| 2700 | 2025.03.03 23:32:53.546776 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2701 | 2025.03.03 23:32:53.546927 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2702 | 2025.03.03 23:32:53.547394 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2703 | 2025.03.03 23:32:53.547419 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 882 rows starting from the beginning of the part | ||
| 2704 | 2025.03.03 23:32:53.547507 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4508 rows, containing 5 columns (5 merged, 0 gathered) in 0.008199714 sec., 549775.2726497534 rows/sec., 46.67 MiB/sec. | ||
| 2705 | 2025.03.03 23:32:53.547820 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 2706 | 2025.03.03 23:32:53.548085 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2707 | 2025.03.03 23:32:53.548181 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2708 | 2025.03.03 23:32:53.549220 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2709 | 2025.03.03 23:32:53.549535 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_16_3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2710 | 2025.03.03 23:32:53.549813 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2711 | 2025.03.03 23:32:53.550799 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.03.03 23:32:53.550867 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2713 | 2025.03.03 23:32:53.551733 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2714 | 2025.03.03 23:32:53.552115 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.006698371 sec., 354115.9484895656 rows/sec., 27.08 MiB/sec. | ||
| 2715 | 2025.03.03 23:32:53.552217 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2025.03.03 23:32:53.552411 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2717 | 2025.03.03 23:32:53.552481 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2718 | 2025.03.03 23:32:53.552493 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.03.03 23:32:53.552568 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2720 | 2025.03.03 23:32:53.552608 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006576 sec., 24330.900243309003 rows/sec., 1.69 MiB/sec. | ||
| 2721 | 2025.03.03 23:32:53.552981 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 2722 | 2025.03.03 23:32:53.553064 [ 5 ] {32f76539-a52d-48a2-8ee3-6fc55a10545c} <Debug> TCPHandler: Processed in 0.007329679 sec. | ||
| 2723 | 2025.03.03 23:32:53.553395 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2724 | 2025.03.03 23:32:53.553460 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2025.03.03 23:32:53.553495 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3740 rows starting from the beginning of the part | ||
| 2726 | 2025.03.03 23:32:53.553488 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2025.03.03 23:32:53.553876 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_16_3} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2728 | 2025.03.03 23:32:53.553897 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2729 | 2025.03.03 23:32:53.554265 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2730 | 2025.03.03 23:32:53.554283 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2731 | 2025.03.03 23:32:53.554239 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2732 | 2025.03.03 23:32:53.554573 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2733 | 2025.03.03 23:32:53.554615 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 992 rows starting from the beginning of the part | ||
| 2734 | 2025.03.03 23:32:53.554889 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part | ||
| 2735 | 2025.03.03 23:32:53.555200 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 2736 | 2025.03.03 23:32:53.556578 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.03.03 23:32:53.556627 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2738 | 2025.03.03 23:32:53.557656 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2739 | 2025.03.03 23:32:53.558086 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.03.03 23:32:53.558283 [ 150 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2741 | 2025.03.03 23:32:53.558355 [ 150 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2025.03.03 23:32:53.558426 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2743 | 2025.03.03 23:32:53.558508 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004541 sec., 13212.948689715922 rows/sec., 911.83 KiB/sec. | ||
| 2744 | 2025.03.03 23:32:53.558815 [ 5 ] {1e63a0a6-d700-48ec-9ebc-0cfa9aa4edf1} <Debug> TCPHandler: Processed in 0.005503637 sec. | ||
| 2745 | 2025.03.03 23:32:53.558853 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2746 | 2025.03.03 23:32:53.559061 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2747 | 2025.03.03 23:32:53.559119 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 544 rows starting from the beginning of the part | ||
| 2748 | 2025.03.03 23:32:53.559265 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2749 | 2025.03.03 23:32:53.559490 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2750 | 2025.03.03 23:32:53.559854 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 2751 | 2025.03.03 23:32:53.560212 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5385 rows, containing 5 columns (5 merged, 0 gathered) in 0.007501354 sec., 717870.400463703 rows/sec., 48.34 MiB/sec. | ||
| 2752 | 2025.03.03 23:32:53.560281 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 2753 | 2025.03.03 23:32:53.560415 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 2754 | 2025.03.03 23:32:53.560860 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2755 | 2025.03.03 23:32:53.561392 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.03.03 23:32:53.561566 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2757 | 2025.03.03 23:32:53.561735 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
| 2758 | 2025.03.03 23:32:53.562286 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.003726816 sec., 222173.56585353287 rows/sec., 14.42 MiB/sec. | ||
| 2759 | 2025.03.03 23:32:53.562483 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2760 | 2025.03.03 23:32:53.562792 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2025.03.03 23:32:53.562869 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_16_3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2762 | 2025.03.03 23:32:53.562951 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2763 | 2025.03.03 23:32:57.051579 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2764 | 2025.03.03 23:32:57.051646 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2765 | 2025.03.03 23:32:57.073477 [ 145 ] {} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2766 | 2025.03.03 23:32:57.073543 [ 145 ] {} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2025.03.03 23:32:57.073565 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2768 | 2025.03.03 23:32:57.073827 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::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 | ||
| 2769 | 2025.03.03 23:32:57.074219 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2770 | 2025.03.03 23:32:57.074268 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2771 | 2025.03.03 23:32:57.074362 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2772 | 2025.03.03 23:32:57.074452 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2773 | 2025.03.03 23:32:57.074537 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2774 | 2025.03.03 23:32:57.074618 [ 187 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::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 | ||
| 2775 | 2025.03.03 23:32:57.076711 [ 200 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003054067 sec., 13424.721854497626 rows/sec., 2.84 MiB/sec. | ||
| 2776 | 2025.03.03 23:32:57.076958 [ 197 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2777 | 2025.03.03 23:32:57.077465 [ 197 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.03.03 23:32:57.077563 [ 197 ] {d9e55f3c-f667-4a6a-b810-7fd66390e0e9::all_1_5_1} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2779 | 2025.03.03 23:32:57.077671 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2780 | 2025.03.03 23:32:57.141469 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2781 | 2025.03.03 23:32:57.142111 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2025.03.03 23:32:57.142153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2783 | 2025.03.03 23:32:57.142676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2784 | 2025.03.03 23:32:57.142935 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2025.03.03 23:32:57.143263 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2786 | 2025.03.03 23:32:57.146593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 396 | ||
| 2787 | 2025.03.03 23:32:57.149345 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.03.03 23:32:57.149397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2789 | 2025.03.03 23:32:57.150852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2790 | 2025.03.03 23:32:57.151173 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.03.03 23:32:57.151812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
| 2792 | 2025.03.03 23:32:57.513104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2793 | 2025.03.03 23:32:57.531714 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2025.03.03 23:32:57.531765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2795 | 2025.03.03 23:32:57.538947 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2796 | 2025.03.03 23:32:57.539677 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2025.03.03 23:32:57.542802 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2798 | 2025.03.03 23:32:58.545493 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2025.03.03 23:32:58.545683 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2800 | 2025.03.03 23:32:58.545752 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2801 | 2025.03.03 23:32:58.546643 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2025.03.03 23:32:58.546694 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2803 | 2025.03.03 23:32:58.547158 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2804 | 2025.03.03 23:32:58.547423 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.03.03 23:32:58.547633 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001991 sec., 106479.1562029131 rows/sec., 6.77 MiB/sec. | ||
| 2806 | 2025.03.03 23:32:58.547742 [ 5 ] {03fc4014-fde5-4b98-82bc-ceb8f3808978} <Debug> TCPHandler: Processed in 0.002379678 sec. | ||
| 2807 | 2025.03.03 23:32:58.547977 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2025.03.03 23:32:58.548087 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2809 | 2025.03.03 23:32:58.548134 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2810 | 2025.03.03 23:32:58.549095 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.03.03 23:32:58.549135 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2812 | 2025.03.03 23:32:58.549562 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2813 | 2025.03.03 23:32:58.549820 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.03.03 23:32:58.550035 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.00197 sec., 351776.6497461929 rows/sec., 28.07 MiB/sec. | ||
| 2815 | 2025.03.03 23:32:58.550194 [ 5 ] {40891dce-9bec-4a01-9d1c-0f37ec5c8df1} <Debug> TCPHandler: Processed in 0.002291065 sec. | ||
| 2816 | 2025.03.03 23:32:58.550376 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.03.03 23:32:58.550482 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2818 | 2025.03.03 23:32:58.550527 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2819 | 2025.03.03 23:32:58.551161 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.03.03 23:32:58.551201 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2821 | 2025.03.03 23:32:58.551559 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2822 | 2025.03.03 23:32:58.551818 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.03.03 23:32:58.552067 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.001609 sec., 89496.58172778123 rows/sec., 5.61 MiB/sec. | ||
| 2824 | 2025.03.03 23:32:58.552121 [ 5 ] {995e8ca1-0b2e-49bf-a050-947157e5d9e9} <Debug> TCPHandler: Processed in 0.001801292 sec. | ||
| 2825 | 2025.03.03 23:32:58.552237 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.03.03 23:32:58.552341 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2827 | 2025.03.03 23:32:58.552385 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2828 | 2025.03.03 23:32:58.552936 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.03.03 23:32:58.552975 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2830 | 2025.03.03 23:32:58.553331 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2831 | 2025.03.03 23:32:58.553577 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.03.03 23:32:58.553826 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001492 sec., 75737.2654155496 rows/sec., 4.90 MiB/sec. | ||
| 2833 | 2025.03.03 23:32:58.553888 [ 5 ] {0173f722-2ec6-41b6-9ba1-c46069de0766} <Debug> TCPHandler: Processed in 0.001701868 sec. | ||
| 2834 | 2025.03.03 23:32:58.554003 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.03.03 23:32:58.554110 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.03.03 23:32:58.554154 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2837 | 2025.03.03 23:32:58.554713 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.03.03 23:32:58.554752 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2839 | 2025.03.03 23:32:58.555106 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2840 | 2025.03.03 23:32:58.555359 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.03.03 23:32:58.555531 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001444 sec., 77562.3268698061 rows/sec., 4.42 MiB/sec. | ||
| 2842 | 2025.03.03 23:32:58.555581 [ 5 ] {e0529b09-89e5-440c-9e1d-8c4b496761b4} <Debug> TCPHandler: Processed in 0.001630157 sec. | ||
| 2843 | 2025.03.03 23:32:58.555695 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.03.03 23:32:58.555803 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2845 | 2025.03.03 23:32:58.555848 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2846 | 2025.03.03 23:32:58.556528 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.03.03 23:32:58.556566 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2848 | 2025.03.03 23:32:58.556948 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2849 | 2025.03.03 23:32:58.557194 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.03.03 23:32:58.557369 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Debug> executeQuery: Read 429 rows, 31.35 KiB in 0.001587 sec., 270321.3610586011 rows/sec., 19.29 MiB/sec. | ||
| 2851 | 2025.03.03 23:32:58.557420 [ 5 ] {0bbaeea8-8d70-44fe-9a53-6efc38bbcd96} <Debug> TCPHandler: Processed in 0.001775011 sec. | ||
| 2852 | 2025.03.03 23:32:58.557535 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2025.03.03 23:32:58.557641 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2854 | 2025.03.03 23:32:58.557687 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2855 | 2025.03.03 23:32:58.558127 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.03.03 23:32:58.558163 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2857 | 2025.03.03 23:32:58.558514 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2858 | 2025.03.03 23:32:58.558754 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.03.03 23:32:58.559004 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
| 2860 | 2025.03.03 23:32:58.559124 [ 5 ] {b3f906db-c6f0-4a20-add7-c896da16ff94} <Debug> TCPHandler: Processed in 0.001638997 sec. | ||
| 2861 | 2025.03.03 23:32:58.559229 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.03.03 23:32:58.559333 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.03.03 23:32:58.559380 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2864 | 2025.03.03 23:32:58.559930 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.03.03 23:32:58.559968 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2866 | 2025.03.03 23:32:58.560350 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2867 | 2025.03.03 23:32:58.560603 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.03.03 23:32:58.560782 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001472 sec., 161005.4347826087 rows/sec., 10.79 MiB/sec. | ||
| 2869 | 2025.03.03 23:32:58.560832 [ 5 ] {5518fbd9-21a5-42b0-82ed-a1d574cbe36c} <Debug> TCPHandler: Processed in 0.001652967 sec. | ||
| 2870 | 2025.03.03 23:32:58.560952 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.03.03 23:32:58.561058 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.03.03 23:32:58.561103 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2873 | 2025.03.03 23:32:58.561519 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.03.03 23:32:58.561555 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2875 | 2025.03.03 23:32:58.561909 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2876 | 2025.03.03 23:32:58.562146 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.03.03 23:32:58.562370 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 2878 | 2025.03.03 23:32:58.562555 [ 5 ] {c7477a07-7be2-4cb2-82d5-6dce6f685b4b} <Debug> TCPHandler: Processed in 0.001650377 sec. | ||
| 2879 | 2025.03.03 23:32:58.562683 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.03.03 23:32:58.562789 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2881 | 2025.03.03 23:32:58.562859 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2882 | 2025.03.03 23:32:58.564008 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.03.03 23:32:58.564047 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2884 | 2025.03.03 23:32:58.564708 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2885 | 2025.03.03 23:32:58.564979 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.03.03 23:32:58.565250 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002474 sec., 15359.741309620049 rows/sec., 27.52 MiB/sec. | ||
| 2887 | 2025.03.03 23:32:58.565374 [ 5 ] {333a878e-b51a-4904-8715-028babe5fbac} <Debug> TCPHandler: Processed in 0.002741008 sec. | ||
| 2888 | 2025.03.03 23:32:58.565491 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.03.03 23:32:58.565612 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2890 | 2025.03.03 23:32:58.565660 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2891 | 2025.03.03 23:32:58.566173 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.03.03 23:32:58.566211 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2893 | 2025.03.03 23:32:58.566569 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2894 | 2025.03.03 23:32:58.566820 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.03.03 23:32:58.567053 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001438 sec., 6258.692628650904 rows/sec., 442.10 KiB/sec. | ||
| 2896 | 2025.03.03 23:32:58.567140 [ 5 ] {f3a76967-ff71-469c-9848-81ec70d6560d} <Debug> TCPHandler: Processed in 0.001700739 sec. | ||
| 2897 | 2025.03.03 23:32:58.567245 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.03.03 23:32:58.567349 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2899 | 2025.03.03 23:32:58.567393 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2900 | 2025.03.03 23:32:58.567843 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.03.03 23:32:58.567881 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2902 | 2025.03.03 23:32:58.568246 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2903 | 2025.03.03 23:32:58.568488 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.03.03 23:32:58.568666 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001339 sec., 61239.731142643766 rows/sec., 3.89 MiB/sec. | ||
| 2905 | 2025.03.03 23:32:58.568713 [ 5 ] {dc69d1c1-a1be-40c8-a4fd-c54fff860c20} <Debug> TCPHandler: Processed in 0.001517603 sec. | ||
| 2906 | 2025.03.03 23:33:03.536668 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.03.03 23:33:03.536871 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2908 | 2025.03.03 23:33:03.536944 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2909 | 2025.03.03 23:33:03.537681 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.03.03 23:33:03.537733 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2911 | 2025.03.03 23:33:03.538169 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2912 | 2025.03.03 23:33:03.538426 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.03.03 23:33:03.538665 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 2914 | 2025.03.03 23:33:03.538731 [ 5 ] {d656fcf8-73af-4f68-86b3-5104828b43db} <Debug> TCPHandler: Processed in 0.002191643 sec. | ||
| 2915 | 2025.03.03 23:33:03.538846 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.03.03 23:33:03.538956 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2917 | 2025.03.03 23:33:03.539005 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2918 | 2025.03.03 23:33:03.539547 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.03.03 23:33:03.539590 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2920 | 2025.03.03 23:33:03.539953 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2921 | 2025.03.03 23:33:03.540196 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.03.03 23:33:03.540410 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 2923 | 2025.03.03 23:33:03.540461 [ 5 ] {3c7b74b8-84da-4be5-a711-c0796bf7e9ff} <Debug> TCPHandler: Processed in 0.001667387 sec. | ||
| 2924 | 2025.03.03 23:33:03.540562 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.03.03 23:33:03.540667 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.03.03 23:33:03.540717 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2927 | 2025.03.03 23:33:03.541216 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.03.03 23:33:03.541255 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2929 | 2025.03.03 23:33:03.541648 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2930 | 2025.03.03 23:33:03.541894 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.03.03 23:33:03.542100 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 2932 | 2025.03.03 23:33:03.542152 [ 5 ] {780115e6-f4bb-442b-b2a3-0e64d8f944f6} <Debug> TCPHandler: Processed in 0.001639607 sec. | ||
| 2933 | 2025.03.03 23:33:03.542255 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2025.03.03 23:33:03.542358 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2935 | 2025.03.03 23:33:03.542404 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2936 | 2025.03.03 23:33:03.542821 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.03.03 23:33:03.542861 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2938 | 2025.03.03 23:33:03.543214 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2939 | 2025.03.03 23:33:03.543449 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.03.03 23:33:03.543655 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
| 2941 | 2025.03.03 23:33:03.543704 [ 5 ] {55c5d817-4eba-4af9-b48d-3f3b6b36ad05} <Debug> TCPHandler: Processed in 0.001499873 sec. | ||
| 2942 | 2025.03.03 23:33:04.644375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2943 | 2025.03.03 23:33:04.645024 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2025.03.03 23:33:04.645070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2945 | 2025.03.03 23:33:04.645696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2946 | 2025.03.03 23:33:04.645969 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2025.03.03 23:33:04.646150 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2948 | 2025.03.03 23:33:05.042860 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2949 | 2025.03.03 23:33:05.063795 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.03.03 23:33:05.063877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2951 | 2025.03.03 23:33:05.073099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2952 | 2025.03.03 23:33:05.074388 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2025.03.03 23:33:05.082101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2954 | 2025.03.03 23:33:07.152914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 428 | ||
| 2955 | 2025.03.03 23:33:07.155907 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.03.03 23:33:07.155956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2957 | 2025.03.03 23:33:07.157444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2958 | 2025.03.03 23:33:07.157759 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.03.03 23:33:07.158674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 2960 | 2025.03.03 23:33:08.544980 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2025.03.03 23:33:08.545165 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2962 | 2025.03.03 23:33:08.545237 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2963 | 2025.03.03 23:33:08.546017 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2964 | 2025.03.03 23:33:08.546068 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2965 | 2025.03.03 23:33:08.546507 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2966 | 2025.03.03 23:33:08.546765 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2025.03.03 23:33:08.547025 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001897 sec., 111755.40326831839 rows/sec., 7.11 MiB/sec. | ||
| 2968 | 2025.03.03 23:33:08.547133 [ 5 ] {7bd1e013-2ddd-4f82-998c-4c0b64d43a22} <Debug> TCPHandler: Processed in 0.002280435 sec. | ||
| 2969 | 2025.03.03 23:33:08.547371 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2970 | 2025.03.03 23:33:08.547482 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2971 | 2025.03.03 23:33:08.547529 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2972 | 2025.03.03 23:33:08.548276 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.03.03 23:33:08.548317 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2974 | 2025.03.03 23:33:08.548722 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2975 | 2025.03.03 23:33:08.548972 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.03.03 23:33:08.549211 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001745 sec., 397134.670487106 rows/sec., 31.69 MiB/sec. | ||
| 2977 | 2025.03.03 23:33:08.549376 [ 5 ] {014357af-8893-4387-aea9-c99839c26471} <Debug> TCPHandler: Processed in 0.002080519 sec. | ||
| 2978 | 2025.03.03 23:33:08.549544 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.03.03 23:33:08.549651 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2980 | 2025.03.03 23:33:08.549697 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2981 | 2025.03.03 23:33:08.550265 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.03.03 23:33:08.550305 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2983 | 2025.03.03 23:33:08.550650 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2984 | 2025.03.03 23:33:08.550894 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): 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.03.03 23:33:08.551188 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.00153 sec., 94117.64705882354 rows/sec., 5.90 MiB/sec. | ||
| 2986 | 2025.03.03 23:33:08.551316 [ 5 ] {549d56ee-7806-4bb0-af07-2cb06068166a} <Debug> TCPHandler: Processed in 0.001830362 sec. | ||
| 2987 | 2025.03.03 23:33:08.551432 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2988 | 2025.03.03 23:33:08.551543 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2989 | 2025.03.03 23:33:08.551587 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2990 | 2025.03.03 23:33:08.552141 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2025.03.03 23:33:08.552182 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 2992 | 2025.03.03 23:33:08.552536 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2993 | 2025.03.03 23:33:08.552775 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2025.03.03 23:33:08.553040 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001514 sec., 74636.72391017173 rows/sec., 4.83 MiB/sec. | ||
| 2995 | 2025.03.03 23:33:08.553202 [ 5 ] {e21d0ccb-88b3-49b9-9687-36c40414d968} <Debug> TCPHandler: Processed in 0.001817592 sec. | ||
| 2996 | 2025.03.03 23:33:08.553311 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2025.03.03 23:33:08.553412 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2998 | 2025.03.03 23:33:08.553457 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2999 | 2025.03.03 23:33:08.554088 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.03.03 23:33:08.554127 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3001 | 2025.03.03 23:33:08.554465 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3002 | 2025.03.03 23:33:08.554695 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2025.03.03 23:33:08.554907 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001518 sec., 73781.29117259552 rows/sec., 4.20 MiB/sec. | ||
| 3004 | 2025.03.03 23:33:08.554961 [ 5 ] {29790a38-0893-486b-a5f5-07303bd14709} <Debug> TCPHandler: Processed in 0.001699568 sec. | ||
| 3005 | 2025.03.03 23:33:08.555072 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3006 | 2025.03.03 23:33:08.555177 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3007 | 2025.03.03 23:33:08.555221 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3008 | 2025.03.03 23:33:08.555839 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.03.03 23:33:08.555879 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3010 | 2025.03.03 23:33:08.556238 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3011 | 2025.03.03 23:33:08.556466 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3012 | 2025.03.03 23:33:08.556673 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001517 sec., 276862.2280817403 rows/sec., 19.72 MiB/sec. | ||
| 3013 | 2025.03.03 23:33:08.556726 [ 5 ] {ed762226-3076-42f8-9241-15dd8eab9c27} <Debug> TCPHandler: Processed in 0.001702919 sec. | ||
| 3014 | 2025.03.03 23:33:08.556855 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3015 | 2025.03.03 23:33:08.557021 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3016 | 2025.03.03 23:33:08.557080 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3017 | 2025.03.03 23:33:08.557605 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.03.03 23:33:08.557654 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3019 | 2025.03.03 23:33:08.558023 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3020 | 2025.03.03 23:33:08.558264 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.03.03 23:33:08.558472 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 3022 | 2025.03.03 23:33:08.558523 [ 5 ] {29022245-8491-4864-9099-aadc60a47044} <Debug> TCPHandler: Processed in 0.001734159 sec. | ||
| 3023 | 2025.03.03 23:33:08.558626 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2025.03.03 23:33:08.558757 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3025 | 2025.03.03 23:33:08.558806 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3026 | 2025.03.03 23:33:08.559315 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2025.03.03 23:33:08.559357 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3028 | 2025.03.03 23:33:08.559732 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3029 | 2025.03.03 23:33:08.559972 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2025.03.03 23:33:08.560179 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001444 sec., 164127.42382271469 rows/sec., 11.00 MiB/sec. | ||
| 3031 | 2025.03.03 23:33:08.560232 [ 5 ] {b47b035c-5cee-418d-8838-0eec3076b5c0} <Debug> TCPHandler: Processed in 0.001655297 sec. | ||
| 3032 | 2025.03.03 23:33:08.560331 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.03.03 23:33:08.560433 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3034 | 2025.03.03 23:33:08.560478 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3035 | 2025.03.03 23:33:08.560876 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.03.03 23:33:08.560914 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3037 | 2025.03.03 23:33:08.561245 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3038 | 2025.03.03 23:33:08.561470 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2025.03.03 23:33:08.561723 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001311 sec., 762.7765064836002 rows/sec., 51.40 KiB/sec. | ||
| 3040 | 2025.03.03 23:33:08.561934 [ 5 ] {f44b70b3-87a1-4f05-ac83-0b5703d95793} <Debug> TCPHandler: Processed in 0.001641717 sec. | ||
| 3041 | 2025.03.03 23:33:08.562067 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.03.03 23:33:08.562169 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.03.03 23:33:08.562236 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3044 | 2025.03.03 23:33:08.563301 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.03.03 23:33:08.563341 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3046 | 2025.03.03 23:33:08.563971 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3047 | 2025.03.03 23:33:08.564218 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.03.03 23:33:08.564574 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002403 sec., 15813.566375364127 rows/sec., 28.34 MiB/sec. | ||
| 3049 | 2025.03.03 23:33:08.564758 [ 5 ] {7b6da7e4-7d0b-4173-8048-d590f170b940} <Debug> TCPHandler: Processed in 0.002741098 sec. | ||
| 3050 | 2025.03.03 23:33:08.564873 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2025.03.03 23:33:08.564975 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3052 | 2025.03.03 23:33:08.565021 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3053 | 2025.03.03 23:33:08.565442 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2025.03.03 23:33:08.565482 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3055 | 2025.03.03 23:33:08.565834 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3056 | 2025.03.03 23:33:08.566063 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.03.03 23:33:08.566267 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001313 sec., 62452.399086062454 rows/sec., 3.97 MiB/sec. | ||
| 3058 | 2025.03.03 23:33:08.566317 [ 5 ] {3af3914a-6f46-47fd-90fa-64a491867b53} <Debug> TCPHandler: Processed in 0.001494433 sec. | ||
| 3059 | 2025.03.03 23:33:12.051900 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3060 | 2025.03.03 23:33:12.051973 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3061 | 2025.03.03 23:33:12.147243 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3062 | 2025.03.03 23:33:12.147912 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.03.03 23:33:12.147953 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3064 | 2025.03.03 23:33:12.148539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3065 | 2025.03.03 23:33:12.148812 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.03.03 23:33:12.148987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3067 | 2025.03.03 23:33:12.583187 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3068 | 2025.03.03 23:33:12.603332 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.03.03 23:33:12.603388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3070 | 2025.03.03 23:33:12.610854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3071 | 2025.03.03 23:33:12.611594 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.03.03 23:33:12.614142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3073 | 2025.03.03 23:33:13.537114 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.03.03 23:33:13.537295 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3075 | 2025.03.03 23:33:13.537366 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3076 | 2025.03.03 23:33:13.538104 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.03.03 23:33:13.538155 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3078 | 2025.03.03 23:33:13.538583 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3079 | 2025.03.03 23:33:13.538833 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3080 | 2025.03.03 23:33:13.539105 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec. | ||
| 3081 | 2025.03.03 23:33:13.539293 [ 5 ] {545f54cc-f5ea-4e1c-a16e-ef8827cab36e} <Debug> TCPHandler: Processed in 0.002302605 sec. | ||
| 3082 | 2025.03.03 23:33:13.539473 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3083 | 2025.03.03 23:33:13.539579 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3084 | 2025.03.03 23:33:13.539627 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3085 | 2025.03.03 23:33:13.540200 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2025.03.03 23:33:13.540240 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3087 | 2025.03.03 23:33:13.540591 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3088 | 2025.03.03 23:33:13.540821 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.03.03 23:33:13.541077 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00152 sec., 42105.26315789473 rows/sec., 3.29 MiB/sec. | ||
| 3090 | 2025.03.03 23:33:13.541279 [ 5 ] {cb791469-699e-409b-87df-905500230678} <Debug> TCPHandler: Processed in 0.001859583 sec. | ||
| 3091 | 2025.03.03 23:33:13.541427 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3092 | 2025.03.03 23:33:13.541530 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3093 | 2025.03.03 23:33:13.541580 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3094 | 2025.03.03 23:33:13.542106 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3095 | 2025.03.03 23:33:13.542145 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3096 | 2025.03.03 23:33:13.542525 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3097 | 2025.03.03 23:33:13.542760 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3098 | 2025.03.03 23:33:13.542965 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 7.68 MiB/sec. | ||
| 3099 | 2025.03.03 23:33:13.543029 [ 5 ] {a1663d4a-b1e5-47f5-b8aa-e73c5080f7d3} <Debug> TCPHandler: Processed in 0.001652327 sec. | ||
| 3100 | 2025.03.03 23:33:13.543133 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3101 | 2025.03.03 23:33:13.543236 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3102 | 2025.03.03 23:33:13.543282 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3103 | 2025.03.03 23:33:13.543702 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2025.03.03 23:33:13.543745 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3105 | 2025.03.03 23:33:13.544098 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3106 | 2025.03.03 23:33:13.544327 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.03.03 23:33:13.544536 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
| 3108 | 2025.03.03 23:33:13.544585 [ 5 ] {db45a388-7231-4ce8-b45f-2840dba02b9d} <Debug> TCPHandler: Processed in 0.001502233 sec. | ||
| 3109 | 2025.03.03 23:33:15.030883 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3110 | 2025.03.03 23:33:15.031068 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3111 | 2025.03.03 23:33:15.031142 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3112 | 2025.03.03 23:33:15.032018 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2025.03.03 23:33:15.032073 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3114 | 2025.03.03 23:33:15.032529 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3115 | 2025.03.03 23:33:15.032797 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.03.03 23:33:15.032953 [ 122 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3117 | 2025.03.03 23:33:15.032995 [ 122 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.03.03 23:33:15.033011 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00199 sec., 106532.66331658291 rows/sec., 6.78 MiB/sec. | ||
| 3119 | 2025.03.03 23:33:15.033019 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3120 | 2025.03.03 23:33:15.033150 [ 5 ] {f2ff1b5f-ed08-4ed6-9f01-0526eae1c616} <Debug> TCPHandler: Processed in 0.002391638 sec. | ||
| 3121 | 2025.03.03 23:33:15.033334 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3122 | 2025.03.03 23:33:15.033454 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.03.03 23:33:15.033589 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3124 | 2025.03.03 23:33:15.033671 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3125 | 2025.03.03 23:33:15.033671 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3126 | 2025.03.03 23:33:15.033833 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3127 | 2025.03.03 23:33:15.033915 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3128 | 2025.03.03 23:33:15.034255 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3129 | 2025.03.03 23:33:15.034633 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3130 | 2025.03.03 23:33:15.034997 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 3131 | 2025.03.03 23:33:15.036534 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.03.03 23:33:15.036607 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3133 | 2025.03.03 23:33:15.037687 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3134 | 2025.03.03 23:33:15.038147 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004989202 sec., 212458.8260808041 rows/sec., 14.32 MiB/sec. | ||
| 3135 | 2025.03.03 23:33:15.038193 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2025.03.03 23:33:15.038474 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3137 | 2025.03.03 23:33:15.038608 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00498 sec., 803.2128514056225 rows/sec., 65.50 KiB/sec. | ||
| 3138 | 2025.03.03 23:33:15.038784 [ 5 ] {6869821a-55e7-4002-97ea-1912e759828f} <Debug> TCPHandler: Processed in 0.005407484 sec. | ||
| 3139 | 2025.03.03 23:33:15.038948 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2025.03.03 23:33:15.039116 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3141 | 2025.03.03 23:33:15.039131 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_9_2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.03.03 23:33:15.039186 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3143 | 2025.03.03 23:33:15.039322 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_9_2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3144 | 2025.03.03 23:33:15.039501 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3145 | 2025.03.03 23:33:15.040951 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3146 | 2025.03.03 23:33:15.040994 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3147 | 2025.03.03 23:33:15.041462 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3148 | 2025.03.03 23:33:15.041710 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2025.03.03 23:33:15.041845 [ 122 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3150 | 2025.03.03 23:33:15.041882 [ 122 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3151 | 2025.03.03 23:33:15.041900 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Debug> executeQuery: Read 1835 rows, 153.33 KiB in 0.002835 sec., 647266.3139329806 rows/sec., 52.82 MiB/sec. | ||
| 3152 | 2025.03.03 23:33:15.041906 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3153 | 2025.03.03 23:33:15.041988 [ 5 ] {3c2ffd64-62d6-432f-8eb4-095c8dc7b809} <Debug> TCPHandler: Processed in 0.003104588 sec. | ||
| 3154 | 2025.03.03 23:33:15.042241 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 3155 | 2025.03.03 23:33:15.042287 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3156 | 2025.03.03 23:33:15.042612 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3157 | 2025.03.03 23:33:15.042685 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3158 | 2025.03.03 23:33:15.042714 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3159 | 2025.03.03 23:33:15.042734 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1830 rows starting from the beginning of the part | ||
| 3160 | 2025.03.03 23:33:15.042972 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 693 rows starting from the beginning of the part | ||
| 3161 | 2025.03.03 23:33:15.043400 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3162 | 2025.03.03 23:33:15.043718 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 693 rows starting from the beginning of the part | ||
| 3163 | 2025.03.03 23:33:15.044111 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3164 | 2025.03.03 23:33:15.044467 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1835 rows starting from the beginning of the part | ||
| 3165 | 2025.03.03 23:33:15.045176 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.03.03 23:33:15.045221 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3167 | 2025.03.03 23:33:15.045739 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3168 | 2025.03.03 23:33:15.046061 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): 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.03.03 23:33:15.046255 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Debug> executeQuery: Read 148 rows, 9.52 KiB in 0.003739 sec., 39582.77614335384 rows/sec., 2.49 MiB/sec. | ||
| 3170 | 2025.03.03 23:33:15.046314 [ 5 ] {134d1291-7d4f-46f3-bf32-34cd21cb91bd} <Debug> TCPHandler: Processed in 0.004129738 sec. | ||
| 3171 | 2025.03.03 23:33:15.046449 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.03.03 23:33:15.046560 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.03.03 23:33:15.046606 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3174 | 2025.03.03 23:33:15.046965 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5163 rows, containing 5 columns (5 merged, 0 gathered) in 0.004974402 sec., 1037913.7029938473 rows/sec., 88.01 MiB/sec. | ||
| 3175 | 2025.03.03 23:33:15.047177 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3176 | 2025.03.03 23:33:15.047532 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2025.03.03 23:33:15.047586 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.03.03 23:33:15.047621 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_21_4} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3179 | 2025.03.03 23:33:15.047628 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3180 | 2025.03.03 23:33:15.047698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3181 | 2025.03.03 23:33:15.048033 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3182 | 2025.03.03 23:33:15.048274 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2025.03.03 23:33:15.048445 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001907 sec., 178814.89250131094 rows/sec., 11.93 MiB/sec. | ||
| 3184 | 2025.03.03 23:33:15.048527 [ 5 ] {cd9943bd-fedc-471e-b455-417270960be6} <Debug> TCPHandler: Processed in 0.002140891 sec. | ||
| 3185 | 2025.03.03 23:33:15.048648 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2025.03.03 23:33:15.048758 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3187 | 2025.03.03 23:33:15.048803 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3188 | 2025.03.03 23:33:15.049366 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.03.03 23:33:15.049404 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3190 | 2025.03.03 23:33:15.049764 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3191 | 2025.03.03 23:33:15.050019 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2025.03.03 23:33:15.050143 [ 122 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3193 | 2025.03.03 23:33:15.050184 [ 122 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3194 | 2025.03.03 23:33:15.050211 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3195 | 2025.03.03 23:33:15.050212 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001477 sec., 75829.38388625592 rows/sec., 4.32 MiB/sec. | ||
| 3196 | 2025.03.03 23:33:15.050306 [ 5 ] {19167cc5-5d22-4ca1-a144-cfcff46f0e94} <Debug> TCPHandler: Processed in 0.001708409 sec. | ||
| 3197 | 2025.03.03 23:33:15.050325 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3198 | 2025.03.03 23:33:15.050440 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3199 | 2025.03.03 23:33:15.050444 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3200 | 2025.03.03 23:33:15.050482 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3201 | 2025.03.03 23:33:15.050666 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3202 | 2025.03.03 23:33:15.050677 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3203 | 2025.03.03 23:33:15.050791 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3204 | 2025.03.03 23:33:15.050995 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3205 | 2025.03.03 23:33:15.051249 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3206 | 2025.03.03 23:33:15.051453 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 3207 | 2025.03.03 23:33:15.052917 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2025.03.03 23:33:15.052969 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3209 | 2025.03.03 23:33:15.053088 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002825651 sec., 198184.41838712565 rows/sec., 12.05 MiB/sec. | ||
| 3210 | 2025.03.03 23:33:15.053228 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3211 | 2025.03.03 23:33:15.053588 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3212 | 2025.03.03 23:33:15.053591 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_9_2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.03.03 23:33:15.053689 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_9_2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3214 | 2025.03.03 23:33:15.053784 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3215 | 2025.03.03 23:33:15.053920 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.03.03 23:33:15.054102 [ 120 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3217 | 2025.03.03 23:33:15.054165 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Debug> executeQuery: Read 880 rows, 65.24 KiB in 0.003597 sec., 244648.31804281345 rows/sec., 17.71 MiB/sec. | ||
| 3218 | 2025.03.03 23:33:15.054172 [ 120 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.03.03 23:33:15.054260 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3220 | 2025.03.03 23:33:15.054317 [ 5 ] {3ab76030-0a66-4798-b343-c531dc58b932} <Debug> TCPHandler: Processed in 0.003935352 sec. | ||
| 3221 | 2025.03.03 23:33:15.054461 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 3222 | 2025.03.03 23:33:15.054499 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2025.03.03 23:33:15.054574 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3224 | 2025.03.03 23:33:15.054611 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 892 rows starting from the beginning of the part | ||
| 3225 | 2025.03.03 23:33:15.054632 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3226 | 2025.03.03 23:33:15.054773 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3227 | 2025.03.03 23:33:15.054777 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 429 rows starting from the beginning of the part | ||
| 3228 | 2025.03.03 23:33:15.055247 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3229 | 2025.03.03 23:33:15.055628 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 420 rows starting from the beginning of the part | ||
| 3230 | 2025.03.03 23:33:15.056047 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3231 | 2025.03.03 23:33:15.056346 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 880 rows starting from the beginning of the part | ||
| 3232 | 2025.03.03 23:33:15.056983 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2025.03.03 23:33:15.057028 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3234 | 2025.03.03 23:33:15.057549 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3235 | 2025.03.03 23:33:15.057927 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2025.03.03 23:33:15.058191 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003589 sec., 1671.7748676511562 rows/sec., 87.34 KiB/sec. | ||
| 3237 | 2025.03.03 23:33:15.058263 [ 5 ] {92140890-7e67-4b78-8cc6-8949981abc62} <Debug> TCPHandler: Processed in 0.003832239 sec. | ||
| 3238 | 2025.03.03 23:33:15.058398 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2025.03.03 23:33:15.058565 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3240 | 2025.03.03 23:33:15.058577 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.004214081 sec., 652336.7728337448 rows/sec., 49.69 MiB/sec. | ||
| 3241 | 2025.03.03 23:33:15.058646 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3242 | 2025.03.03 23:33:15.058885 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3243 | 2025.03.03 23:33:15.059420 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.03.03 23:33:15.059625 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_21_4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3245 | 2025.03.03 23:33:15.059847 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3246 | 2025.03.03 23:33:15.059991 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.03.03 23:33:15.060036 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3248 | 2025.03.03 23:33:15.060471 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3249 | 2025.03.03 23:33:15.060703 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.03.03 23:33:15.060875 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3251 | 2025.03.03 23:33:15.060931 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2025.03.03 23:33:15.060960 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3253 | 2025.03.03 23:33:15.060977 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.002443 sec., 404830.1268931642 rows/sec., 26.94 MiB/sec. | ||
| 3254 | 2025.03.03 23:33:15.061196 [ 5 ] {e5413ce7-971c-45ec-88e4-d1cdf054658b} <Debug> TCPHandler: Processed in 0.002857841 sec. | ||
| 3255 | 2025.03.03 23:33:15.061238 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 3256 | 2025.03.03 23:33:15.061354 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2025.03.03 23:33:15.061431 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3258 | 2025.03.03 23:33:15.061516 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5385 rows starting from the beginning of the part | ||
| 3259 | 2025.03.03 23:33:15.061549 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3260 | 2025.03.03 23:33:15.061706 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3261 | 2025.03.03 23:33:15.061751 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3262 | 2025.03.03 23:33:15.062202 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 3263 | 2025.03.03 23:33:15.062549 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 3264 | 2025.03.03 23:33:15.062904 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3265 | 2025.03.03 23:33:15.063261 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 989 rows starting from the beginning of the part | ||
| 3266 | 2025.03.03 23:33:15.064317 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.03.03 23:33:15.064381 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3268 | 2025.03.03 23:33:15.064877 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3269 | 2025.03.03 23:33:15.065412 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2025.03.03 23:33:15.065935 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004433 sec., 225.58087074216104 rows/sec., 15.20 KiB/sec. | ||
| 3271 | 2025.03.03 23:33:15.066108 [ 5 ] {2a9afe64-e1f9-4301-bd62-0b9a8cb3e178} <Debug> TCPHandler: Processed in 0.004818548 sec. | ||
| 3272 | 2025.03.03 23:33:15.066250 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.03.03 23:33:15.066380 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3274 | 2025.03.03 23:33:15.066453 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3275 | 2025.03.03 23:33:15.067561 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006499946 sec., 1102778.3923127977 rows/sec., 74.23 MiB/sec. | ||
| 3276 | 2025.03.03 23:33:15.068161 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3277 | 2025.03.03 23:33:15.068420 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.03.03 23:33:15.068474 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3279 | 2025.03.03 23:33:15.068883 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.03.03 23:33:15.069079 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3281 | 2025.03.03 23:33:15.069252 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3282 | 2025.03.03 23:33:15.069630 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3283 | 2025.03.03 23:33:15.069901 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2025.03.03 23:33:15.070136 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.003803 sec., 9992.111490928215 rows/sec., 17.91 MiB/sec. | ||
| 3285 | 2025.03.03 23:33:15.070252 [ 5 ] {a9797faa-b5a0-402a-802d-cbc2bad741a4} <Debug> TCPHandler: Processed in 0.004079736 sec. | ||
| 3286 | 2025.03.03 23:33:15.070387 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2025.03.03 23:33:15.070503 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3288 | 2025.03.03 23:33:15.070551 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3289 | 2025.03.03 23:33:15.070984 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.03.03 23:33:15.071024 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3291 | 2025.03.03 23:33:15.071383 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3292 | 2025.03.03 23:33:15.071615 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.03.03 23:33:15.071774 [ 120 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3294 | 2025.03.03 23:33:15.071831 [ 120 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2025.03.03 23:33:15.071869 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001375 sec., 33454.545454545456 rows/sec., 2.02 MiB/sec. | ||
| 3296 | 2025.03.03 23:33:15.071877 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3297 | 2025.03.03 23:33:15.071983 [ 5 ] {adea0c2f-ecd2-48ee-aeba-93a74beecd1f} <Debug> TCPHandler: Processed in 0.001645286 sec. | ||
| 3298 | 2025.03.03 23:33:15.072150 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3299 | 2025.03.03 23:33:15.072257 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3300 | 2025.03.03 23:33:15.072290 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part | ||
| 3301 | 2025.03.03 23:33:15.072389 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3302 | 2025.03.03 23:33:15.072663 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3303 | 2025.03.03 23:33:15.072859 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3304 | 2025.03.03 23:33:15.073033 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3305 | 2025.03.03 23:33:15.073327 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 3306 | 2025.03.03 23:33:15.074934 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.002920354 sec., 396527.27032407717 rows/sec., 25.69 MiB/sec. | ||
| 3307 | 2025.03.03 23:33:15.075122 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3308 | 2025.03.03 23:33:15.075492 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.03.03 23:33:15.075586 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_21_4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3310 | 2025.03.03 23:33:15.075667 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3311 | 2025.03.03 23:33:17.159826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 482 | ||
| 3312 | 2025.03.03 23:33:17.163255 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.03.03 23:33:17.163306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3314 | 2025.03.03 23:33:17.164827 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3315 | 2025.03.03 23:33:17.165148 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.03.03 23:33:17.166178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
| 3317 | 2025.03.03 23:33:18.534350 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.03.03 23:33:18.534556 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3319 | 2025.03.03 23:33:18.534635 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3320 | 2025.03.03 23:33:18.535736 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.03.03 23:33:18.535789 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3322 | 2025.03.03 23:33:18.536221 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3323 | 2025.03.03 23:33:18.536484 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.03.03 23:33:18.536719 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002219 sec., 25236.59305993691 rows/sec., 1.94 MiB/sec. | ||
| 3325 | 2025.03.03 23:33:18.536788 [ 5 ] {bc8eb8ae-f611-4b3b-a0c6-2301a806d26a} <Debug> TCPHandler: Processed in 0.002575913 sec. | ||
| 3326 | 2025.03.03 23:33:18.536899 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.03.03 23:33:18.537006 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3328 | 2025.03.03 23:33:18.537054 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3329 | 2025.03.03 23:33:18.537603 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.03.03 23:33:18.537644 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3331 | 2025.03.03 23:33:18.537999 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3332 | 2025.03.03 23:33:18.538232 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.03.03 23:33:18.538471 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec. | ||
| 3334 | 2025.03.03 23:33:18.538617 [ 5 ] {3a29b324-8a30-4692-9217-cf21a403cb7d} <Debug> TCPHandler: Processed in 0.00176372 sec. | ||
| 3335 | 2025.03.03 23:33:18.538823 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.03.03 23:33:18.538931 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.03.03 23:33:18.538982 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3338 | 2025.03.03 23:33:18.539479 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.03.03 23:33:18.539518 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3340 | 2025.03.03 23:33:18.539891 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3341 | 2025.03.03 23:33:18.540117 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.03.03 23:33:18.540328 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001422 sec., 67510.54852320674 rows/sec., 4.70 MiB/sec. | ||
| 3343 | 2025.03.03 23:33:18.540380 [ 5 ] {f8a70c58-a1b1-4078-830d-d984dfe4eded} <Debug> TCPHandler: Processed in 0.001621486 sec. | ||
| 3344 | 2025.03.03 23:33:18.540480 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.03.03 23:33:18.540581 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.03.03 23:33:18.540626 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3347 | 2025.03.03 23:33:18.541038 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.03.03 23:33:18.541076 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3349 | 2025.03.03 23:33:18.541426 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3350 | 2025.03.03 23:33:18.541655 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.03.03 23:33:18.541901 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001343 sec., 26805.65897244974 rows/sec., 1.81 MiB/sec. | ||
| 3352 | 2025.03.03 23:33:18.542100 [ 5 ] {6b654298-3e44-4df3-97ec-23cc3b5dbe81} <Debug> TCPHandler: Processed in 0.001666438 sec. | ||
| 3353 | 2025.03.03 23:33:19.650113 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3354 | 2025.03.03 23:33:19.650764 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.03.03 23:33:19.650809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3356 | 2025.03.03 23:33:19.651345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3357 | 2025.03.03 23:33:19.651607 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.03.03 23:33:19.651848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3359 | 2025.03.03 23:33:20.115180 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3360 | 2025.03.03 23:33:20.135351 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.03.03 23:33:20.135402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3362 | 2025.03.03 23:33:20.142978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3363 | 2025.03.03 23:33:20.143763 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.03.03 23:33:20.146294 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3365 | 2025.03.03 23:33:23.537476 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3366 | 2025.03.03 23:33:23.537697 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3367 | 2025.03.03 23:33:23.537776 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3368 | 2025.03.03 23:33:23.538557 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.03.03 23:33:23.538606 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3370 | 2025.03.03 23:33:23.539056 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3371 | 2025.03.03 23:33:23.539302 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.03.03 23:33:23.539522 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 3373 | 2025.03.03 23:33:23.539579 [ 5 ] {9e8a5c46-adbd-44df-bf67-e617ee99408f} <Debug> TCPHandler: Processed in 0.002242874 sec. | ||
| 3374 | 2025.03.03 23:33:23.539686 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2025.03.03 23:33:23.539788 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3376 | 2025.03.03 23:33:23.539833 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3377 | 2025.03.03 23:33:23.540357 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.03.03 23:33:23.540397 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3379 | 2025.03.03 23:33:23.540738 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3380 | 2025.03.03 23:33:23.540970 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.03.03 23:33:23.541186 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 3382 | 2025.03.03 23:33:23.541240 [ 5 ] {f600cb63-0ea5-4d72-a8c2-3e601b5674e0} <Debug> TCPHandler: Processed in 0.001603156 sec. | ||
| 3383 | 2025.03.03 23:33:23.541341 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2025.03.03 23:33:23.541441 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3385 | 2025.03.03 23:33:23.541488 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3386 | 2025.03.03 23:33:23.541986 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2025.03.03 23:33:23.542025 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3388 | 2025.03.03 23:33:23.542396 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3389 | 2025.03.03 23:33:23.542628 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2025.03.03 23:33:23.542834 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001415 sec., 113074.20494699647 rows/sec., 7.88 MiB/sec. | ||
| 3391 | 2025.03.03 23:33:23.542886 [ 5 ] {10eec5ad-301a-4f6e-8375-ddbc7bb82c4c} <Debug> TCPHandler: Processed in 0.001595206 sec. | ||
| 3392 | 2025.03.03 23:33:23.542990 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.03.03 23:33:23.543091 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3394 | 2025.03.03 23:33:23.543137 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3395 | 2025.03.03 23:33:23.543552 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.03.03 23:33:23.543591 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3397 | 2025.03.03 23:33:23.543950 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3398 | 2025.03.03 23:33:23.544178 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.03.03 23:33:23.544382 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 3400 | 2025.03.03 23:33:23.544431 [ 5 ] {e19ec246-fcc1-4455-8599-cb43ad2574c6} <Debug> TCPHandler: Processed in 0.001490863 sec. | ||
| 3401 | 2025.03.03 23:33:26.416404 [ 37 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3402 | 2025.03.03 23:33:26.416486 [ 37 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2025.03.03 23:33:26.416512 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3404 | 2025.03.03 23:33:26.416679 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::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 | ||
| 3405 | 2025.03.03 23:33:26.416837 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3406 | 2025.03.03 23:33:26.416877 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3407 | 2025.03.03 23:33:26.416955 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3408 | 2025.03.03 23:33:26.417076 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3409 | 2025.03.03 23:33:26.417305 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3410 | 2025.03.03 23:33:26.417430 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3411 | 2025.03.03 23:33:26.418493 [ 188 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001896394 sec., 4745.84922753394 rows/sec., 319.79 KiB/sec. | ||
| 3412 | 2025.03.03 23:33:26.418696 [ 186 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3413 | 2025.03.03 23:33:26.419046 [ 186 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.03.03 23:33:26.419132 [ 186 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_9_2} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3415 | 2025.03.03 23:33:26.419233 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3416 | 2025.03.03 23:33:27.052229 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3417 | 2025.03.03 23:33:27.052288 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3418 | 2025.03.03 23:33:27.152940 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3419 | 2025.03.03 23:33:27.153614 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.03.03 23:33:27.153659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3421 | 2025.03.03 23:33:27.154207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3422 | 2025.03.03 23:33:27.154468 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.03.03 23:33:27.154715 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3424 | 2025.03.03 23:33:27.154724 [ 37 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3425 | 2025.03.03 23:33:27.154797 [ 37 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.03.03 23:33:27.154839 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3427 | 2025.03.03 23:33:27.154996 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 3428 | 2025.03.03 23:33:27.155145 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3429 | 2025.03.03 23:33:27.155185 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3430 | 2025.03.03 23:33:27.155261 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3431 | 2025.03.03 23:33:27.155477 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3432 | 2025.03.03 23:33:27.155726 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3433 | 2025.03.03 23:33:27.155894 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3434 | 2025.03.03 23:33:27.155988 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3435 | 2025.03.03 23:33:27.157806 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002872132 sec., 2569867.9587149895 rows/sec., 36.76 MiB/sec. | ||
| 3436 | 2025.03.03 23:33:27.158694 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3437 | 2025.03.03 23:33:27.159020 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.03.03 23:33:27.159107 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_16_3} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3439 | 2025.03.03 23:33:27.159214 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3440 | 2025.03.03 23:33:27.167393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 498 | ||
| 3441 | 2025.03.03 23:33:27.170047 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.03.03 23:33:27.170094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3443 | 2025.03.03 23:33:27.171559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3444 | 2025.03.03 23:33:27.171862 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.03.03 23:33:27.172084 [ 37 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3446 | 2025.03.03 23:33:27.172181 [ 37 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.03.03 23:33:27.172247 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3448 | 2025.03.03 23:33:27.172992 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 3449 | 2025.03.03 23:33:27.173849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3450 | 2025.03.03 23:33:27.174267 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3451 | 2025.03.03 23:33:27.174420 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3452 | 2025.03.03 23:33:27.175039 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3453 | 2025.03.03 23:33:27.175754 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3454 | 2025.03.03 23:33:27.176455 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 3455 | 2025.03.03 23:33:27.177184 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3456 | 2025.03.03 23:33:27.177811 [ 188 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3457 | 2025.03.03 23:33:27.185328 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 72 columns (72 merged, 0 gathered) in 0.012896528 sec., 38615.04429719379 rows/sec., 35.10 MiB/sec. | ||
| 3458 | 2025.03.03 23:33:27.186342 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3459 | 2025.03.03 23:33:27.187131 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.03.03 23:33:27.187220 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_11_2} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3461 | 2025.03.03 23:33:27.187520 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3462 | 2025.03.03 23:33:27.647342 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3463 | 2025.03.03 23:33:27.668261 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.03.03 23:33:27.668326 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3465 | 2025.03.03 23:33:27.675961 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3466 | 2025.03.03 23:33:27.676729 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.03.03 23:33:27.677102 [ 61 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3468 | 2025.03.03 23:33:27.677239 [ 61 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.03.03 23:33:27.677311 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3470 | 2025.03.03 23:33:27.677792 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3471 | 2025.03.03 23:33:27.691849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3472 | 2025.03.03 23:33:27.693691 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3473 | 2025.03.03 23:33:27.695257 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3474 | 2025.03.03 23:33:27.700938 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3475 | 2025.03.03 23:33:27.706549 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3476 | 2025.03.03 23:33:27.712160 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3477 | 2025.03.03 23:33:27.718052 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3478 | 2025.03.03 23:33:27.722838 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 3479 | 2025.03.03 23:33:27.781002 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103545165 sec., 1168.5721877984356 rows/sec., 6.04 MiB/sec. | ||
| 3480 | 2025.03.03 23:33:27.783560 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3481 | 2025.03.03 23:33:27.786470 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_16_3} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2025.03.03 23:33:27.786591 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_16_3} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3483 | 2025.03.03 23:33:27.789035 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3484 | 2025.03.03 23:33:28.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.29 MiB, peak 185.26 MiB, free memory in arenas 0.00 B, will set to 177.08 MiB (RSS), difference: 1.79 MiB | ||
| 3485 | 2025.03.03 23:33:28.001389 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000936146 sec. | ||
| 3486 | 2025.03.03 23:33:28.544608 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2025.03.03 23:33:28.544811 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3488 | 2025.03.03 23:33:28.544890 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3489 | 2025.03.03 23:33:28.545725 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2025.03.03 23:33:28.545776 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3491 | 2025.03.03 23:33:28.546213 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3492 | 2025.03.03 23:33:28.546472 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2025.03.03 23:33:28.546744 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec. | ||
| 3494 | 2025.03.03 23:33:28.546945 [ 5 ] {f0a390b1-a585-4d15-90e1-9fab42f331b1} <Debug> TCPHandler: Processed in 0.002470661 sec. | ||
| 3495 | 2025.03.03 23:33:28.547089 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3496 | 2025.03.03 23:33:28.547194 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3497 | 2025.03.03 23:33:28.547239 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3498 | 2025.03.03 23:33:28.548006 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.03.03 23:33:28.548045 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3500 | 2025.03.03 23:33:28.548436 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3501 | 2025.03.03 23:33:28.548679 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2025.03.03 23:33:28.548889 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001718 sec., 403376.0186263097 rows/sec., 32.18 MiB/sec. | ||
| 3503 | 2025.03.03 23:33:28.548944 [ 5 ] {e7d83b87-8de2-420f-a037-92285d7d06cf} <Debug> TCPHandler: Processed in 0.001903145 sec. | ||
| 3504 | 2025.03.03 23:33:28.549053 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2025.03.03 23:33:28.549157 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3506 | 2025.03.03 23:33:28.549202 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3507 | 2025.03.03 23:33:28.549745 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.03.03 23:33:28.549785 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3509 | 2025.03.03 23:33:28.550131 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3510 | 2025.03.03 23:33:28.550367 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.03.03 23:33:28.550599 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.001458 sec., 98765.43209876542 rows/sec., 6.19 MiB/sec. | ||
| 3512 | 2025.03.03 23:33:28.550787 [ 5 ] {7d8d5b1e-d28f-4493-9bfb-e1c85efda9b0} <Debug> TCPHandler: Processed in 0.00177818 sec. | ||
| 3513 | 2025.03.03 23:33:28.550953 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.03.03 23:33:28.551056 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3515 | 2025.03.03 23:33:28.551102 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3516 | 2025.03.03 23:33:28.551662 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.03.03 23:33:28.551701 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3518 | 2025.03.03 23:33:28.552042 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3519 | 2025.03.03 23:33:28.552272 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.03.03 23:33:28.552481 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001447 sec., 78092.60539046302 rows/sec., 5.06 MiB/sec. | ||
| 3521 | 2025.03.03 23:33:28.552534 [ 5 ] {7de496e8-bd38-4b83-8a96-7329279cdc0b} <Debug> TCPHandler: Processed in 0.001633756 sec. | ||
| 3522 | 2025.03.03 23:33:28.552632 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2025.03.03 23:33:28.552732 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3524 | 2025.03.03 23:33:28.552775 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3525 | 2025.03.03 23:33:28.553307 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2025.03.03 23:33:28.553346 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3527 | 2025.03.03 23:33:28.553692 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3528 | 2025.03.03 23:33:28.553932 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2025.03.03 23:33:28.554140 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001428 sec., 78431.37254901961 rows/sec., 4.47 MiB/sec. | ||
| 3530 | 2025.03.03 23:33:28.554191 [ 5 ] {44a97a46-38ca-40ee-97b7-a7113db8b1ea} <Debug> TCPHandler: Processed in 0.001607856 sec. | ||
| 3531 | 2025.03.03 23:33:28.554289 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2025.03.03 23:33:28.554389 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3533 | 2025.03.03 23:33:28.554434 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3534 | 2025.03.03 23:33:28.555057 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.03.03 23:33:28.555095 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3536 | 2025.03.03 23:33:28.555467 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3537 | 2025.03.03 23:33:28.555705 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.03.03 23:33:28.555915 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001547 sec., 271493.2126696833 rows/sec., 19.33 MiB/sec. | ||
| 3539 | 2025.03.03 23:33:28.555968 [ 5 ] {52a002d5-1e78-4c49-9ae8-d82dd022a776} <Debug> TCPHandler: Processed in 0.001727429 sec. | ||
| 3540 | 2025.03.03 23:33:28.556067 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3541 | 2025.03.03 23:33:28.556167 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3542 | 2025.03.03 23:33:28.556213 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3543 | 2025.03.03 23:33:28.556633 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2025.03.03 23:33:28.556671 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3545 | 2025.03.03 23:33:28.557014 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3546 | 2025.03.03 23:33:28.557241 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.03.03 23:33:28.557446 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 241.14 KiB/sec. | ||
| 3548 | 2025.03.03 23:33:28.557495 [ 5 ] {aa9c5b6b-b3c4-4b23-aec6-8999856f51eb} <Debug> TCPHandler: Processed in 0.001476072 sec. | ||
| 3549 | 2025.03.03 23:33:28.557598 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2025.03.03 23:33:28.557700 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3551 | 2025.03.03 23:33:28.557748 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3552 | 2025.03.03 23:33:28.558244 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2025.03.03 23:33:28.558282 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3554 | 2025.03.03 23:33:28.558651 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3555 | 2025.03.03 23:33:28.558883 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2025.03.03 23:33:28.559110 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001431 sec., 165618.44863731656 rows/sec., 11.10 MiB/sec. | ||
| 3557 | 2025.03.03 23:33:28.559311 [ 5 ] {c30475da-d208-437b-8b4d-ca8a1928f81e} <Debug> TCPHandler: Processed in 0.00175619 sec. | ||
| 3558 | 2025.03.03 23:33:28.559470 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3559 | 2025.03.03 23:33:28.559572 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3560 | 2025.03.03 23:33:28.559620 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3561 | 2025.03.03 23:33:28.560052 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2025.03.03 23:33:28.560091 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3563 | 2025.03.03 23:33:28.560430 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3564 | 2025.03.03 23:33:28.560658 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.03.03 23:33:28.560861 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001311 sec., 762.7765064836002 rows/sec., 51.40 KiB/sec. | ||
| 3566 | 2025.03.03 23:33:28.560911 [ 5 ] {4d3a39f4-7873-42c1-b366-0384b5dc9df0} <Debug> TCPHandler: Processed in 0.001490042 sec. | ||
| 3567 | 2025.03.03 23:33:28.561014 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.03.03 23:33:28.561115 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3569 | 2025.03.03 23:33:28.561181 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3570 | 2025.03.03 23:33:28.562266 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.03.03 23:33:28.562305 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3572 | 2025.03.03 23:33:28.562937 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3573 | 2025.03.03 23:33:28.563188 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.03.03 23:33:28.563514 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002394 sec., 15873.015873015875 rows/sec., 28.44 MiB/sec. | ||
| 3575 | 2025.03.03 23:33:28.563710 [ 5 ] {1126772f-d7de-4179-9c2b-9c083a0649f5} <Debug> TCPHandler: Processed in 0.002745858 sec. | ||
| 3576 | 2025.03.03 23:33:28.563825 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2025.03.03 23:33:28.563925 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3578 | 2025.03.03 23:33:28.563970 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3579 | 2025.03.03 23:33:28.564383 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.03.03 23:33:28.564422 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3581 | 2025.03.03 23:33:28.564772 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3582 | 2025.03.03 23:33:28.565000 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.03.03 23:33:28.565202 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001299 sec., 63125.48113933795 rows/sec., 4.01 MiB/sec. | ||
| 3584 | 2025.03.03 23:33:28.565251 [ 5 ] {e296b2cc-a103-48c8-86f8-c44451a808e6} <Debug> TCPHandler: Processed in 0.001476012 sec. | ||
| 3585 | 2025.03.03 23:33:33.537098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2025.03.03 23:33:33.537295 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3587 | 2025.03.03 23:33:33.537367 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3588 | 2025.03.03 23:33:33.538106 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.03.03 23:33:33.538154 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3590 | 2025.03.03 23:33:33.538577 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3591 | 2025.03.03 23:33:33.538935 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.03.03 23:33:33.539237 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. | ||
| 3593 | 2025.03.03 23:33:33.539378 [ 5 ] {564a61b9-0e05-4d1b-a3b0-9d76ab9dc180} <Debug> TCPHandler: Processed in 0.002403939 sec. | ||
| 3594 | 2025.03.03 23:33:33.539525 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3595 | 2025.03.03 23:33:33.539639 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3596 | 2025.03.03 23:33:33.539686 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3597 | 2025.03.03 23:33:33.540226 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.03.03 23:33:33.540265 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3599 | 2025.03.03 23:33:33.540619 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3600 | 2025.03.03 23:33:33.540867 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.03.03 23:33:33.541130 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001507 sec., 42468.4804246848 rows/sec., 3.31 MiB/sec. | ||
| 3602 | 2025.03.03 23:33:33.541268 [ 5 ] {04c5f2a9-cc91-484f-a8d6-cd5513f7ecf9} <Debug> TCPHandler: Processed in 0.001800301 sec. | ||
| 3603 | 2025.03.03 23:33:33.541469 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3604 | 2025.03.03 23:33:33.541575 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3605 | 2025.03.03 23:33:33.541628 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3606 | 2025.03.03 23:33:33.542174 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.03.03 23:33:33.542215 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3608 | 2025.03.03 23:33:33.542598 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3609 | 2025.03.03 23:33:33.542866 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.03.03 23:33:33.543095 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 3611 | 2025.03.03 23:33:33.543149 [ 5 ] {8eac3423-2217-4b46-80f0-502e5a650af1} <Debug> TCPHandler: Processed in 0.00174843 sec. | ||
| 3612 | 2025.03.03 23:33:33.543254 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.03.03 23:33:33.543358 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.03.03 23:33:33.543405 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3615 | 2025.03.03 23:33:33.543835 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.03.03 23:33:33.543874 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3617 | 2025.03.03 23:33:33.544227 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3618 | 2025.03.03 23:33:33.544458 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.03.03 23:33:33.544679 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 3620 | 2025.03.03 23:33:33.544729 [ 5 ] {18d1da12-f1a6-4db1-bd28-11139f0f9a29} <Debug> TCPHandler: Processed in 0.001524514 sec. | ||
| 3621 | 2025.03.03 23:33:34.655830 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3622 | 2025.03.03 23:33:34.656481 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.03.03 23:33:34.656529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3624 | 2025.03.03 23:33:34.657172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3625 | 2025.03.03 23:33:34.657435 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2025.03.03 23:33:34.657691 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3627 | 2025.03.03 23:33:35.191932 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3628 | 2025.03.03 23:33:35.222525 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.03.03 23:33:35.222610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3630 | 2025.03.03 23:33:35.232178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3631 | 2025.03.03 23:33:35.233520 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.03.03 23:33:35.239981 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3633 | 2025.03.03 23:33:37.174968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 528 | ||
| 3634 | 2025.03.03 23:33:37.177935 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2025.03.03 23:33:37.177986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3636 | 2025.03.03 23:33:37.179451 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3637 | 2025.03.03 23:33:37.179758 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2025.03.03 23:33:37.180636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3639 | 2025.03.03 23:33:38.544545 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.03.03 23:33:38.544755 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3641 | 2025.03.03 23:33:38.544828 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3642 | 2025.03.03 23:33:38.545586 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.03.03 23:33:38.545627 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3644 | 2025.03.03 23:33:38.546060 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3645 | 2025.03.03 23:33:38.546310 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.03.03 23:33:38.546513 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00182 sec., 116483.51648351649 rows/sec., 7.41 MiB/sec. | ||
| 3647 | 2025.03.03 23:33:38.546606 [ 5 ] {08d9e8cd-13e2-4dc2-b017-9d9a7852eefb} <Debug> TCPHandler: Processed in 0.002193782 sec. | ||
| 3648 | 2025.03.03 23:33:38.546728 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2025.03.03 23:33:38.546833 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3650 | 2025.03.03 23:33:38.546877 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3651 | 2025.03.03 23:33:38.547611 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.03.03 23:33:38.547649 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3653 | 2025.03.03 23:33:38.548060 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3654 | 2025.03.03 23:33:38.548300 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2025.03.03 23:33:38.548421 [ 82 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3656 | 2025.03.03 23:33:38.548464 [ 82 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2025.03.03 23:33:38.548484 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001669 sec., 415218.6938286399 rows/sec., 33.13 MiB/sec. | ||
| 3658 | 2025.03.03 23:33:38.548488 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3659 | 2025.03.03 23:33:38.548585 [ 5 ] {4983b23d-98b0-4ba9-996e-ace3c71e0865} <Debug> TCPHandler: Processed in 0.001905655 sec. | ||
| 3660 | 2025.03.03 23:33:38.548936 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2025.03.03 23:33:38.548966 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 3662 | 2025.03.03 23:33:38.549279 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3663 | 2025.03.03 23:33:38.549382 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3664 | 2025.03.03 23:33:38.549392 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3665 | 2025.03.03 23:33:38.549472 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1840 rows starting from the beginning of the part | ||
| 3666 | 2025.03.03 23:33:38.549821 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3667 | 2025.03.03 23:33:38.550218 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 3668 | 2025.03.03 23:33:38.550643 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 693 rows starting from the beginning of the part | ||
| 3669 | 2025.03.03 23:33:38.551035 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 3670 | 2025.03.03 23:33:38.551335 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 693 rows starting from the beginning of the part | ||
| 3671 | 2025.03.03 23:33:38.552234 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2025.03.03 23:33:38.552301 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3673 | 2025.03.03 23:33:38.553286 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3674 | 2025.03.03 23:33:38.553824 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2025.03.03 23:33:38.553983 [ 82 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3676 | 2025.03.03 23:33:38.554040 [ 82 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.03.03 23:33:38.554083 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3678 | 2025.03.03 23:33:38.554120 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.00497 sec., 28973.843058350103 rows/sec., 1.82 MiB/sec. | ||
| 3679 | 2025.03.03 23:33:38.554366 [ 5 ] {2238e047-f373-4bb0-964c-14d679fa774b} <Debug> TCPHandler: Processed in 0.005572809 sec. | ||
| 3680 | 2025.03.03 23:33:38.554450 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::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 | ||
| 3681 | 2025.03.03 23:33:38.554749 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.03.03 23:33:38.554986 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3683 | 2025.03.03 23:33:38.555119 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 150 rows starting from the beginning of the part | ||
| 3684 | 2025.03.03 23:33:38.555137 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3394 rows, containing 5 columns (5 merged, 0 gathered) in 0.006531696 sec., 519620.0190578374 rows/sec., 43.87 MiB/sec. | ||
| 3685 | 2025.03.03 23:33:38.555204 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3686 | 2025.03.03 23:33:38.555342 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 144 rows starting from the beginning of the part | ||
| 3687 | 2025.03.03 23:33:38.555366 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3688 | 2025.03.03 23:33:38.555633 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3689 | 2025.03.03 23:33:38.555904 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 144 rows starting from the beginning of the part | ||
| 3690 | 2025.03.03 23:33:38.556494 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part | ||
| 3691 | 2025.03.03 23:33:38.557040 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 144 rows starting from the beginning of the part | ||
| 3692 | 2025.03.03 23:33:38.557069 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2025.03.03 23:33:38.557493 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_26_5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3694 | 2025.03.03 23:33:38.557501 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 144 rows starting from the beginning of the part | ||
| 3695 | 2025.03.03 23:33:38.557990 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3696 | 2025.03.03 23:33:38.559520 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2025.03.03 23:33:38.559597 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3698 | 2025.03.03 23:33:38.560531 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3699 | 2025.03.03 23:33:38.560864 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 874 rows, containing 5 columns (5 merged, 0 gathered) in 0.00668286 sec., 130782.32972110744 rows/sec., 8.70 MiB/sec. | ||
| 3700 | 2025.03.03 23:33:38.561051 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2025.03.03 23:33:38.561114 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3702 | 2025.03.03 23:33:38.561286 [ 82 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3703 | 2025.03.03 23:33:38.561352 [ 82 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2025.03.03 23:33:38.561418 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3705 | 2025.03.03 23:33:38.561501 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006394 sec., 17672.81826712543 rows/sec., 1.14 MiB/sec. | ||
| 3706 | 2025.03.03 23:33:38.561856 [ 5 ] {2a2b774c-e331-4b18-845e-53efbcf4e17f} <Debug> TCPHandler: Processed in 0.007266398 sec. | ||
| 3707 | 2025.03.03 23:33:38.561877 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 3708 | 2025.03.03 23:33:38.562025 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3709 | 2025.03.03 23:33:38.562154 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3710 | 2025.03.03 23:33:38.562216 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3711 | 2025.03.03 23:33:38.562238 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_11_2} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3712 | 2025.03.03 23:33:38.562265 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 3713 | 2025.03.03 23:33:38.562471 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3714 | 2025.03.03 23:33:38.562547 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3715 | 2025.03.03 23:33:38.562698 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3716 | 2025.03.03 23:33:38.562752 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3717 | 2025.03.03 23:33:38.563085 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 3718 | 2025.03.03 23:33:38.563369 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 3719 | 2025.03.03 23:33:38.563811 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::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 | ||
| 3720 | 2025.03.03 23:33:38.564132 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 3721 | 2025.03.03 23:33:38.565862 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.03.03 23:33:38.565936 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3723 | 2025.03.03 23:33:38.566851 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3724 | 2025.03.03 23:33:38.567173 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005571499 sec., 203535.88863607444 rows/sec., 14.20 MiB/sec. | ||
| 3725 | 2025.03.03 23:33:38.567354 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.03.03 23:33:38.567417 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3727 | 2025.03.03 23:33:38.567886 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005508 sec., 20334.059549745823 rows/sec., 1.16 MiB/sec. | ||
| 3728 | 2025.03.03 23:33:38.568110 [ 5 ] {088ee429-1456-45eb-8b6c-742239b5e80e} <Debug> TCPHandler: Processed in 0.006099564 sec. | ||
| 3729 | 2025.03.03 23:33:38.568227 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.03.03 23:33:38.568283 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2025.03.03 23:33:38.568343 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_11_2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3732 | 2025.03.03 23:33:38.568404 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3733 | 2025.03.03 23:33:38.568455 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3734 | 2025.03.03 23:33:38.568466 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3735 | 2025.03.03 23:33:38.569145 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.03.03 23:33:38.569182 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3737 | 2025.03.03 23:33:38.569555 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3738 | 2025.03.03 23:33:38.569796 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3739 | 2025.03.03 23:33:38.569991 [ 88 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3740 | 2025.03.03 23:33:38.570025 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001653 sec., 254083.48457350273 rows/sec., 18.09 MiB/sec. | ||
| 3741 | 2025.03.03 23:33:38.570100 [ 88 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.03.03 23:33:38.570153 [ 5 ] {bcd65d39-1be9-4a45-ba8a-e2c4eec4f56f} <Debug> TCPHandler: Processed in 0.001926105 sec. | ||
| 3743 | 2025.03.03 23:33:38.570181 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3744 | 2025.03.03 23:33:38.570332 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2025.03.03 23:33:38.570415 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 3746 | 2025.03.03 23:33:38.570560 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3747 | 2025.03.03 23:33:38.570679 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3748 | 2025.03.03 23:33:38.570693 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3749 | 2025.03.03 23:33:38.570748 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 3750 | 2025.03.03 23:33:38.571114 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3751 | 2025.03.03 23:33:38.571531 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 3752 | 2025.03.03 23:33:38.571863 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 420 rows starting from the beginning of the part | ||
| 3753 | 2025.03.03 23:33:38.572142 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 3754 | 2025.03.03 23:33:38.572483 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 420 rows starting from the beginning of the part | ||
| 3755 | 2025.03.03 23:33:38.573217 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.03.03 23:33:38.573286 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3757 | 2025.03.03 23:33:38.574255 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3758 | 2025.03.03 23:33:38.574793 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.03.03 23:33:38.575058 [ 88 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3760 | 2025.03.03 23:33:38.575122 [ 88 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3761 | 2025.03.03 23:33:38.575205 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3762 | 2025.03.03 23:33:38.575226 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004713 sec., 1273.074474856779 rows/sec., 66.51 KiB/sec. | ||
| 3763 | 2025.03.03 23:33:38.575640 [ 5 ] {71ac1ae4-cbed-422d-85bb-cc3e07e51578} <Debug> TCPHandler: Processed in 0.005383374 sec. | ||
| 3764 | 2025.03.03 23:33:38.575757 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3765 | 2025.03.03 23:33:38.576080 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.03.03 23:33:38.576243 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3767 | 2025.03.03 23:33:38.576392 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3768 | 2025.03.03 23:33:38.576407 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.006062213 sec., 320015.14958316373 rows/sec., 24.44 MiB/sec. | ||
| 3769 | 2025.03.03 23:33:38.576457 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3770 | 2025.03.03 23:33:38.576743 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3771 | 2025.03.03 23:33:38.576821 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3772 | 2025.03.03 23:33:38.577015 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3773 | 2025.03.03 23:33:38.577347 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3774 | 2025.03.03 23:33:38.577924 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3775 | 2025.03.03 23:33:38.578622 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3776 | 2025.03.03 23:33:38.578923 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.03.03 23:33:38.579390 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::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 | ||
| 3778 | 2025.03.03 23:33:38.579448 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_26_5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3779 | 2025.03.03 23:33:38.579923 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3780 | 2025.03.03 23:33:38.580606 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2025.03.03 23:33:38.580659 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3782 | 2025.03.03 23:33:38.581309 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00594558 sec., 11100.6831965931 rows/sec., 579.97 KiB/sec. | ||
| 3783 | 2025.03.03 23:33:38.581319 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3784 | 2025.03.03 23:33:38.581543 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3785 | 2025.03.03 23:33:38.581743 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.03.03 23:33:38.581980 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3787 | 2025.03.03 23:33:38.582069 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.03.03 23:33:38.582145 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3789 | 2025.03.03 23:33:38.582241 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005881 sec., 40299.26883183132 rows/sec., 2.70 MiB/sec. | ||
| 3790 | 2025.03.03 23:33:38.582293 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_11_2} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.03.03 23:33:38.582563 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 3792 | 2025.03.03 23:33:38.582578 [ 5 ] {c5a8b2f2-bc31-4d98-853b-533d0af5021d} <Debug> TCPHandler: Processed in 0.006590488 sec. | ||
| 3793 | 2025.03.03 23:33:38.582729 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_11_2} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3794 | 2025.03.03 23:33:38.582925 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3795 | 2025.03.03 23:33:38.582991 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3796 | 2025.03.03 23:33:38.583014 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3797 | 2025.03.03 23:33:38.583092 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7168 rows starting from the beginning of the part | ||
| 3798 | 2025.03.03 23:33:38.583226 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3799 | 2025.03.03 23:33:38.583385 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 96 rows starting from the beginning of the part | ||
| 3800 | 2025.03.03 23:33:38.583492 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3801 | 2025.03.03 23:33:38.583686 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3802 | 2025.03.03 23:33:38.584048 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3803 | 2025.03.03 23:33:38.584440 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3804 | 2025.03.03 23:33:38.584770 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3805 | 2025.03.03 23:33:38.585995 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.03.03 23:33:38.586049 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3807 | 2025.03.03 23:33:38.586597 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3808 | 2025.03.03 23:33:38.587143 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.03.03 23:33:38.587691 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004542 sec., 220.16732716864817 rows/sec., 14.84 KiB/sec. | ||
| 3810 | 2025.03.03 23:33:38.587774 [ 5 ] {f50856fa-6424-497e-8e9b-cffa19c6ce6a} <Debug> TCPHandler: Processed in 0.004962871 sec. | ||
| 3811 | 2025.03.03 23:33:38.587888 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.03.03 23:33:38.587991 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3813 | 2025.03.03 23:33:38.588089 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3814 | 2025.03.03 23:33:38.589149 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8058 rows, containing 5 columns (5 merged, 0 gathered) in 0.006863626 sec., 1174015.01771804 rows/sec., 79.15 MiB/sec. | ||
| 3815 | 2025.03.03 23:33:38.589775 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3816 | 2025.03.03 23:33:38.589787 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2025.03.03 23:33:38.589837 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3818 | 2025.03.03 23:33:38.590161 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3819 | 2025.03.03 23:33:38.590261 [ 198 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3820 | 2025.03.03 23:33:38.590360 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3821 | 2025.03.03 23:33:38.590660 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3822 | 2025.03.03 23:33:38.590924 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2025.03.03 23:33:38.591103 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3824 | 2025.03.03 23:33:38.591164 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.03.03 23:33:38.591198 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3826 | 2025.03.03 23:33:38.591205 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.003225 sec., 11782.945736434109 rows/sec., 21.11 MiB/sec. | ||
| 3827 | 2025.03.03 23:33:38.591614 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 3828 | 2025.03.03 23:33:38.591964 [ 5 ] {e297fbaf-4cf9-4c31-a64a-9f57013f9436} <Debug> TCPHandler: Processed in 0.004131908 sec. | ||
| 3829 | 2025.03.03 23:33:38.592248 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2025.03.03 23:33:38.592310 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3831 | 2025.03.03 23:33:38.592474 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3832 | 2025.03.03 23:33:38.592496 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part | ||
| 3833 | 2025.03.03 23:33:38.592577 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3834 | 2025.03.03 23:33:38.593391 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3835 | 2025.03.03 23:33:38.594124 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3836 | 2025.03.03 23:33:38.594908 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.03.03 23:33:38.594938 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3838 | 2025.03.03 23:33:38.594994 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3839 | 2025.03.03 23:33:38.595543 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part | ||
| 3840 | 2025.03.03 23:33:38.596195 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
| 3841 | 2025.03.03 23:33:38.596789 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3842 | 2025.03.03 23:33:38.597250 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3843 | 2025.03.03 23:33:38.597528 [ 88 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3844 | 2025.03.03 23:33:38.597636 [ 88 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.03.03 23:33:38.597719 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3846 | 2025.03.03 23:33:38.597952 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005527 sec., 14836.25836801158 rows/sec., 964.90 KiB/sec. | ||
| 3847 | 2025.03.03 23:33:38.598324 [ 5 ] {83f0e6a5-3cef-4ec0-93e0-a8901a843a21} <Debug> TCPHandler: Processed in 0.006151196 sec. | ||
| 3848 | 2025.03.03 23:33:38.598356 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 3849 | 2025.03.03 23:33:38.598725 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3850 | 2025.03.03 23:33:38.598776 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1158 rows starting from the beginning of the part | ||
| 3851 | 2025.03.03 23:33:38.598923 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
| 3852 | 2025.03.03 23:33:38.599215 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3853 | 2025.03.03 23:33:38.599468 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3854 | 2025.03.03 23:33:38.599691 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3855 | 2025.03.03 23:33:38.599996 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3856 | 2025.03.03 23:33:38.603275 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 4 columns (4 merged, 0 gathered) in 0.005395124 sec., 273951.07137481915 rows/sec., 17.79 MiB/sec. | ||
| 3857 | 2025.03.03 23:33:38.603532 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3858 | 2025.03.03 23:33:38.604128 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2025.03.03 23:33:38.604300 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_26_5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3860 | 2025.03.03 23:33:38.604418 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3861 | 2025.03.03 23:33:38.605371 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 19 columns (19 merged, 0 gathered) in 0.014092902 sec., 22422.635167689383 rows/sec., 40.18 MiB/sec. | ||
| 3862 | 2025.03.03 23:33:38.606019 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3863 | 2025.03.03 23:33:38.606421 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2025.03.03 23:33:38.606501 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3865 | 2025.03.03 23:33:38.606636 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
| 3866 | 2025.03.03 23:33:42.052349 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3867 | 2025.03.03 23:33:42.052462 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3868 | 2025.03.03 23:33:42.158818 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3869 | 2025.03.03 23:33:42.159727 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.03.03 23:33:42.159765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3871 | 2025.03.03 23:33:42.160310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3872 | 2025.03.03 23:33:42.160565 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.03.03 23:33:42.160758 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3874 | 2025.03.03 23:33:42.740072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3875 | 2025.03.03 23:33:42.759803 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.03.03 23:33:42.759852 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3877 | 2025.03.03 23:33:42.767388 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3878 | 2025.03.03 23:33:42.768135 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.03.03 23:33:42.770954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3880 | 2025.03.03 23:33:43.537177 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2025.03.03 23:33:43.537387 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3882 | 2025.03.03 23:33:43.537467 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3883 | 2025.03.03 23:33:43.538267 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.03.03 23:33:43.538316 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3885 | 2025.03.03 23:33:43.538750 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3886 | 2025.03.03 23:33:43.539008 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.03.03 23:33:43.539261 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.23 MiB/sec. | ||
| 3888 | 2025.03.03 23:33:43.539318 [ 5 ] {6c1ca9af-958b-45f4-9079-3bf87ed1a806} <Debug> TCPHandler: Processed in 0.002281105 sec. | ||
| 3889 | 2025.03.03 23:33:43.539454 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.03.03 23:33:43.539587 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3891 | 2025.03.03 23:33:43.539643 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3892 | 2025.03.03 23:33:43.540239 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.03.03 23:33:43.540278 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3894 | 2025.03.03 23:33:43.540631 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3895 | 2025.03.03 23:33:43.540861 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.03.03 23:33:43.541076 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001518 sec., 42160.73781291173 rows/sec., 3.29 MiB/sec. | ||
| 3897 | 2025.03.03 23:33:43.541130 [ 5 ] {5348e6d4-dfc4-4e30-9f63-758b2ea58e8b} <Debug> TCPHandler: Processed in 0.001741139 sec. | ||
| 3898 | 2025.03.03 23:33:43.541241 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.03.03 23:33:43.541348 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3900 | 2025.03.03 23:33:43.541397 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3901 | 2025.03.03 23:33:43.541893 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.03.03 23:33:43.541933 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3903 | 2025.03.03 23:33:43.542304 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3904 | 2025.03.03 23:33:43.542539 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.03.03 23:33:43.542751 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001424 sec., 112359.55056179776 rows/sec., 7.83 MiB/sec. | ||
| 3906 | 2025.03.03 23:33:43.542869 [ 5 ] {ccd6fe11-777f-4255-8bb0-e03227d9cdf2} <Debug> TCPHandler: Processed in 0.001678598 sec. | ||
| 3907 | 2025.03.03 23:33:43.542995 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3908 | 2025.03.03 23:33:43.543097 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3909 | 2025.03.03 23:33:43.543143 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3910 | 2025.03.03 23:33:43.543565 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.03.03 23:33:43.543604 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3912 | 2025.03.03 23:33:43.543965 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3913 | 2025.03.03 23:33:43.544191 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2025.03.03 23:33:43.544432 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 3915 | 2025.03.03 23:33:43.544611 [ 5 ] {c1e52e65-81e5-4295-a1dc-264ad32da4ac} <Debug> TCPHandler: Processed in 0.001663448 sec. | ||
| 3916 | 2025.03.03 23:33:44.976536 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.03.03 23:33:44.976720 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3918 | 2025.03.03 23:33:44.976790 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3919 | 2025.03.03 23:33:44.977614 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.03.03 23:33:44.977665 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3921 | 2025.03.03 23:33:44.978110 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3922 | 2025.03.03 23:33:44.978364 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.03.03 23:33:44.978618 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001944 sec., 109053.49794238684 rows/sec., 6.94 MiB/sec. | ||
| 3924 | 2025.03.03 23:33:44.978812 [ 5 ] {3765be2c-bc20-46bf-8254-17c11787459d} <Debug> TCPHandler: Processed in 0.002395838 sec. | ||
| 3925 | 2025.03.03 23:33:44.978972 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.03.03 23:33:44.979078 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3927 | 2025.03.03 23:33:44.979124 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3928 | 2025.03.03 23:33:44.979680 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.03.03 23:33:44.979719 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3930 | 2025.03.03 23:33:44.980054 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3931 | 2025.03.03 23:33:44.980298 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.03.03 23:33:44.980570 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001493 sec., 9377.093101138647 rows/sec., 764.64 KiB/sec. | ||
| 3933 | 2025.03.03 23:33:44.980682 [ 5 ] {805c531e-6141-46b1-9913-b4dbb053c413} <Debug> TCPHandler: Processed in 0.00176031 sec. | ||
| 3934 | 2025.03.03 23:33:44.980800 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2025.03.03 23:33:44.980904 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3936 | 2025.03.03 23:33:44.980947 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3937 | 2025.03.03 23:33:44.982293 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.03.03 23:33:44.982331 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3939 | 2025.03.03 23:33:44.982832 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3940 | 2025.03.03 23:33:44.983071 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.03.03 23:33:44.983276 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Debug> executeQuery: Read 1840 rows, 153.70 KiB in 0.002394 sec., 768588.1370091897 rows/sec., 62.70 MiB/sec. | ||
| 3942 | 2025.03.03 23:33:44.983328 [ 5 ] {03dbe298-ad82-40c1-89b8-cd13e14ac776} <Debug> TCPHandler: Processed in 0.002577873 sec. | ||
| 3943 | 2025.03.03 23:33:44.983444 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.03.03 23:33:44.983548 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.03.03 23:33:44.983592 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3946 | 2025.03.03 23:33:44.984322 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.03.03 23:33:44.984374 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3948 | 2025.03.03 23:33:44.984835 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3949 | 2025.03.03 23:33:44.985108 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2025.03.03 23:33:44.985368 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Debug> executeQuery: Read 158 rows, 10.22 KiB in 0.00184 sec., 85869.5652173913 rows/sec., 5.42 MiB/sec. | ||
| 3951 | 2025.03.03 23:33:44.985567 [ 5 ] {50bb6d49-3f6d-46dc-a7b3-80cce3dd1353} <Debug> TCPHandler: Processed in 0.002166702 sec. | ||
| 3952 | 2025.03.03 23:33:44.985755 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2025.03.03 23:33:44.985864 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3954 | 2025.03.03 23:33:44.985911 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3955 | 2025.03.03 23:33:44.986568 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.03.03 23:33:44.986607 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3957 | 2025.03.03 23:33:44.986959 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3958 | 2025.03.03 23:33:44.987193 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.03.03 23:33:44.987393 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001551 sec., 219858.15602836877 rows/sec., 14.67 MiB/sec. | ||
| 3960 | 2025.03.03 23:33:44.987445 [ 5 ] {2f44b464-a2ed-4153-b577-71f4c8f79d29} <Debug> TCPHandler: Processed in 0.001741279 sec. | ||
| 3961 | 2025.03.03 23:33:44.987561 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.03.03 23:33:44.987665 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.03.03 23:33:44.987710 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3964 | 2025.03.03 23:33:44.988263 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.03.03 23:33:44.988302 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3966 | 2025.03.03 23:33:44.988636 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3967 | 2025.03.03 23:33:44.988866 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.03.03 23:33:44.989065 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec. | ||
| 3969 | 2025.03.03 23:33:44.989116 [ 5 ] {58adc244-d49e-40aa-9ff1-18b6aa2cd2fe} <Debug> TCPHandler: Processed in 0.001605656 sec. | ||
| 3970 | 2025.03.03 23:33:44.989233 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.03.03 23:33:44.989337 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3972 | 2025.03.03 23:33:44.989381 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3973 | 2025.03.03 23:33:44.990174 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.03.03 23:33:44.990213 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3975 | 2025.03.03 23:33:44.990589 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3976 | 2025.03.03 23:33:44.990826 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.03.03 23:33:44.991026 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Debug> executeQuery: Read 890 rows, 66.06 KiB in 0.00171 sec., 520467.83625730994 rows/sec., 37.73 MiB/sec. | ||
| 3978 | 2025.03.03 23:33:44.991078 [ 5 ] {fefae903-812f-44bc-81e4-8d9e8bb184f5} <Debug> TCPHandler: Processed in 0.001896364 sec. | ||
| 3979 | 2025.03.03 23:33:44.991192 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.03.03 23:33:44.991297 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3981 | 2025.03.03 23:33:44.991343 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3982 | 2025.03.03 23:33:44.991774 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.03.03 23:33:44.991813 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3984 | 2025.03.03 23:33:44.992148 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3985 | 2025.03.03 23:33:44.992373 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.03.03 23:33:44.992668 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
| 3987 | 2025.03.03 23:33:44.992788 [ 5 ] {dd4a3fec-26ce-408c-bc4d-53888a98d059} <Debug> TCPHandler: Processed in 0.001645977 sec. | ||
| 3988 | 2025.03.03 23:33:44.992895 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2025.03.03 23:33:44.992997 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3990 | 2025.03.03 23:33:44.993045 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3991 | 2025.03.03 23:33:44.993757 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.03.03 23:33:44.993797 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3993 | 2025.03.03 23:33:44.994205 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3994 | 2025.03.03 23:33:44.994438 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.03.03 23:33:44.994617 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.00164 sec., 606097.5609756098 rows/sec., 40.34 MiB/sec. | ||
| 3996 | 2025.03.03 23:33:44.994732 [ 5 ] {de60d37a-4ab3-4525-a789-74b3bb6a9642} <Debug> TCPHandler: Processed in 0.001886753 sec. | ||
| 3997 | 2025.03.03 23:33:44.994865 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.03.03 23:33:44.994966 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.03.03 23:33:44.995012 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4000 | 2025.03.03 23:33:44.995422 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.03.03 23:33:44.995457 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4002 | 2025.03.03 23:33:44.995793 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4003 | 2025.03.03 23:33:44.996029 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.03.03 23:33:44.996275 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 51.67 KiB/sec. | ||
| 4005 | 2025.03.03 23:33:44.996400 [ 5 ] {2174c49e-0d80-4906-b64f-3233af4e0f62} <Debug> TCPHandler: Processed in 0.001586635 sec. | ||
| 4006 | 2025.03.03 23:33:44.996505 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.03.03 23:33:44.996607 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4008 | 2025.03.03 23:33:44.996674 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4009 | 2025.03.03 23:33:44.997806 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.03.03 23:33:44.997844 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4011 | 2025.03.03 23:33:44.998461 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4012 | 2025.03.03 23:33:44.998710 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.03.03 23:33:44.998927 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002335 sec., 16274.089935760172 rows/sec., 29.16 MiB/sec. | ||
| 4014 | 2025.03.03 23:33:44.999041 [ 5 ] {bbb8c8d8-d1aa-4063-80ce-df852b717d14} <Debug> TCPHandler: Processed in 0.002585544 sec. | ||
| 4015 | 2025.03.03 23:33:44.999156 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2025.03.03 23:33:44.999260 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4017 | 2025.03.03 23:33:44.999304 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4018 | 2025.03.03 23:33:44.999732 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.03.03 23:33:44.999769 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4020 | 2025.03.03 23:33:45.000113 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4021 | 2025.03.03 23:33:45.000536 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.03.03 23:33:45.000782 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001545 sec., 29773.462783171522 rows/sec., 1.80 MiB/sec. | ||
| 4023 | 2025.03.03 23:33:45.000830 [ 5 ] {f3d80854-abd7-46dc-b489-e46adaf583ba} <Debug> TCPHandler: Processed in 0.001724249 sec. | ||
| 4024 | 2025.03.03 23:33:47.181788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 582 | ||
| 4025 | 2025.03.03 23:33:47.185254 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.03.03 23:33:47.185300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4027 | 2025.03.03 23:33:47.186809 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4028 | 2025.03.03 23:33:47.187127 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.03.03 23:33:47.187713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582 | ||
| 4030 | 2025.03.03 23:33:48.533966 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2025.03.03 23:33:48.534169 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4032 | 2025.03.03 23:33:48.534264 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4033 | 2025.03.03 23:33:48.535193 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.03.03 23:33:48.535248 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4035 | 2025.03.03 23:33:48.535694 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4036 | 2025.03.03 23:33:48.535966 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.03.03 23:33:48.536210 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002095 sec., 26730.31026252983 rows/sec., 2.05 MiB/sec. | ||
| 4038 | 2025.03.03 23:33:48.536277 [ 5 ] {f695b0c5-84f9-4fe9-bdb3-bea1cd1cc66d} <Debug> TCPHandler: Processed in 0.00245807 sec. | ||
| 4039 | 2025.03.03 23:33:48.536405 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2025.03.03 23:33:48.536520 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4041 | 2025.03.03 23:33:48.536579 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4042 | 2025.03.03 23:33:48.537191 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.03.03 23:33:48.537238 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4044 | 2025.03.03 23:33:48.537630 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4045 | 2025.03.03 23:33:48.537988 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.03.03 23:33:48.538321 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001823 sec., 35106.96653867252 rows/sec., 2.74 MiB/sec. | ||
| 4047 | 2025.03.03 23:33:48.538570 [ 5 ] {7d189d57-ef2f-4e69-a15f-0b1e85e44819} <Debug> TCPHandler: Processed in 0.002207323 sec. | ||
| 4048 | 2025.03.03 23:33:48.538737 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4049 | 2025.03.03 23:33:48.538851 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4050 | 2025.03.03 23:33:48.538905 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4051 | 2025.03.03 23:33:48.539431 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2025.03.03 23:33:48.539471 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4053 | 2025.03.03 23:33:48.539853 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4054 | 2025.03.03 23:33:48.540094 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2025.03.03 23:33:48.540309 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001483 sec., 64733.648010788944 rows/sec., 4.51 MiB/sec. | ||
| 4056 | 2025.03.03 23:33:48.540364 [ 5 ] {f78532fa-bc6b-4bd8-8dc5-db13ac57865e} <Debug> TCPHandler: Processed in 0.001679568 sec. | ||
| 4057 | 2025.03.03 23:33:48.540465 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4058 | 2025.03.03 23:33:48.540576 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4059 | 2025.03.03 23:33:48.540624 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4060 | 2025.03.03 23:33:48.541045 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4061 | 2025.03.03 23:33:48.541085 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4062 | 2025.03.03 23:33:48.541432 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4063 | 2025.03.03 23:33:48.541671 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.03.03 23:33:48.541885 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001332 sec., 27027.027027027027 rows/sec., 1.82 MiB/sec. | ||
| 4065 | 2025.03.03 23:33:48.541935 [ 5 ] {a70fcab6-9741-4f1b-a3fd-62e0d9950bb2} <Debug> TCPHandler: Processed in 0.001520494 sec. | ||
| 4066 | 2025.03.03 23:33:49.661862 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4067 | 2025.03.03 23:33:49.662499 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2025.03.03 23:33:49.662541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4069 | 2025.03.03 23:33:49.663127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4070 | 2025.03.03 23:33:49.663387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2025.03.03 23:33:49.663622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4072 | 2025.03.03 23:33:50.272000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4073 | 2025.03.03 23:33:50.291975 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4074 | 2025.03.03 23:33:50.292023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4075 | 2025.03.03 23:33:50.299575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4076 | 2025.03.03 23:33:50.300329 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2025.03.03 23:33:50.302920 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4078 | 2025.03.03 23:33:53.537791 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2025.03.03 23:33:53.537987 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4080 | 2025.03.03 23:33:53.538056 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4081 | 2025.03.03 23:33:53.538799 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.03.03 23:33:53.538853 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4083 | 2025.03.03 23:33:53.539302 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4084 | 2025.03.03 23:33:53.539556 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2025.03.03 23:33:53.539820 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 4086 | 2025.03.03 23:33:53.539910 [ 5 ] {7e7534a5-4fb7-41c2-a8fb-6bcd63afb64f} <Debug> TCPHandler: Processed in 0.002241774 sec. | ||
| 4087 | 2025.03.03 23:33:53.540136 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2025.03.03 23:33:53.540243 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4089 | 2025.03.03 23:33:53.540290 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4090 | 2025.03.03 23:33:53.540833 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2025.03.03 23:33:53.540873 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4092 | 2025.03.03 23:33:53.541223 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4093 | 2025.03.03 23:33:53.541464 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2025.03.03 23:33:53.541673 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec. | ||
| 4095 | 2025.03.03 23:33:53.541725 [ 5 ] {b82a6d19-ecb0-4cdc-b2a2-aac6776ab741} <Debug> TCPHandler: Processed in 0.001662278 sec. | ||
| 4096 | 2025.03.03 23:33:53.541851 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2025.03.03 23:33:53.541987 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4098 | 2025.03.03 23:33:53.542047 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4099 | 2025.03.03 23:33:53.542608 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.03.03 23:33:53.542647 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4101 | 2025.03.03 23:33:53.543051 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4102 | 2025.03.03 23:33:53.543295 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2025.03.03 23:33:53.543510 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
| 4104 | 2025.03.03 23:33:53.543561 [ 5 ] {1572de5e-f0fb-414b-b946-b46e4b12f759} <Debug> TCPHandler: Processed in 0.001773861 sec. | ||
| 4105 | 2025.03.03 23:33:53.543661 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2025.03.03 23:33:53.543763 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4107 | 2025.03.03 23:33:53.543810 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4108 | 2025.03.03 23:33:53.544228 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2025.03.03 23:33:53.544266 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4110 | 2025.03.03 23:33:53.544625 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4111 | 2025.03.03 23:33:53.544866 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.03.03 23:33:53.545066 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 4113 | 2025.03.03 23:33:53.545115 [ 5 ] {1dc05a38-56f5-4ee2-b77b-afddceb41c16} <Debug> TCPHandler: Processed in 0.001502433 sec. | ||
| 4114 | 2025.03.03 23:33:57.052714 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4115 | 2025.03.03 23:33:57.052779 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4116 | 2025.03.03 23:33:57.164722 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4117 | 2025.03.03 23:33:57.165399 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2025.03.03 23:33:57.165445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4119 | 2025.03.03 23:33:57.166032 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4120 | 2025.03.03 23:33:57.166300 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2025.03.03 23:33:57.166533 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4122 | 2025.03.03 23:33:57.188948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 598 | ||
| 4123 | 2025.03.03 23:33:57.191608 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.03.03 23:33:57.191658 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4125 | 2025.03.03 23:33:57.193112 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4126 | 2025.03.03 23:33:57.193415 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.03.03 23:33:57.194427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598 | ||
| 4128 | 2025.03.03 23:33:57.803969 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4129 | 2025.03.03 23:33:57.824393 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4130 | 2025.03.03 23:33:57.824451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4131 | 2025.03.03 23:33:57.832121 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4132 | 2025.03.03 23:33:57.832902 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4133 | 2025.03.03 23:33:57.836251 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4134 | 2025.03.03 23:33:58.544272 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2025.03.03 23:33:58.544486 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4136 | 2025.03.03 23:33:58.544556 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4137 | 2025.03.03 23:33:58.545342 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.03.03 23:33:58.545395 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4139 | 2025.03.03 23:33:58.545839 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4140 | 2025.03.03 23:33:58.546094 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2025.03.03 23:33:58.546285 [ 87 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4142 | 2025.03.03 23:33:58.546349 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001914 sec., 110762.80041797283 rows/sec., 7.04 MiB/sec. | ||
| 4143 | 2025.03.03 23:33:58.546392 [ 87 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.03.03 23:33:58.546479 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4145 | 2025.03.03 23:33:58.546492 [ 5 ] {8fb81efb-4279-457f-a64a-03ec81de17b2} <Debug> TCPHandler: Processed in 0.002361157 sec. | ||
| 4146 | 2025.03.03 23:33:58.546695 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4147 | 2025.03.03 23:33:58.546752 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4148 | 2025.03.03 23:33:58.546839 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4149 | 2025.03.03 23:33:58.546917 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4150 | 2025.03.03 23:33:58.547281 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4151 | 2025.03.03 23:33:58.547427 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4152 | 2025.03.03 23:33:58.547770 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4153 | 2025.03.03 23:33:58.548136 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4154 | 2025.03.03 23:33:58.548536 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4155 | 2025.03.03 23:33:58.548643 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 4156 | 2025.03.03 23:33:58.549733 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4157 | 2025.03.03 23:33:58.549793 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4158 | 2025.03.03 23:33:58.550929 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4159 | 2025.03.03 23:33:58.551398 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004781766 sec., 221675.4228458691 rows/sec., 14.94 MiB/sec. | ||
| 4160 | 2025.03.03 23:33:58.551413 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2025.03.03 23:33:58.551619 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4162 | 2025.03.03 23:33:58.551692 [ 87 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4163 | 2025.03.03 23:33:58.551824 [ 87 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4164 | 2025.03.03 23:33:58.551914 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4165 | 2025.03.03 23:33:58.552013 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.005162 sec., 134250.29058504457 rows/sec., 10.71 MiB/sec. | ||
| 4166 | 2025.03.03 23:33:58.552390 [ 5 ] {3b0e5b67-9a47-424e-b0ee-005282102840} <Debug> TCPHandler: Processed in 0.005763034 sec. | ||
| 4167 | 2025.03.03 23:33:58.552421 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 4168 | 2025.03.03 23:33:58.552646 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.03.03 23:33:58.552636 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_13_3} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2025.03.03 23:33:58.552718 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4171 | 2025.03.03 23:33:58.552839 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1840 rows starting from the beginning of the part | ||
| 4172 | 2025.03.03 23:33:58.552954 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.03.03 23:33:58.553051 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_13_3} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4174 | 2025.03.03 23:33:58.553184 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4175 | 2025.03.03 23:33:58.553279 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4176 | 2025.03.03 23:33:58.553468 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4177 | 2025.03.03 23:33:58.553792 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1840 rows starting from the beginning of the part | ||
| 4178 | 2025.03.03 23:33:58.554184 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 4179 | 2025.03.03 23:33:58.554567 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4180 | 2025.03.03 23:33:58.554926 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 693 rows starting from the beginning of the part | ||
| 4181 | 2025.03.03 23:33:58.555970 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4182 | 2025.03.03 23:33:58.556015 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4183 | 2025.03.03 23:33:58.556537 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4184 | 2025.03.03 23:33:58.556833 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4185 | 2025.03.03 23:33:58.557129 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.004276 sec., 33676.333021515435 rows/sec., 2.11 MiB/sec. | ||
| 4186 | 2025.03.03 23:33:58.557345 [ 5 ] {9b739093-dc0d-4a10-92c4-ff090a4fe29b} <Debug> TCPHandler: Processed in 0.004797847 sec. | ||
| 4187 | 2025.03.03 23:33:58.557731 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4188 | 2025.03.03 23:33:58.557879 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005803056 sec., 782518.7280632826 rows/sec., 66.47 MiB/sec. | ||
| 4189 | 2025.03.03 23:33:58.557892 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4190 | 2025.03.03 23:33:58.558001 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4191 | 2025.03.03 23:33:58.558289 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4192 | 2025.03.03 23:33:58.558975 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.03.03 23:33:58.559132 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2025.03.03 23:33:58.559172 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_31_6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4195 | 2025.03.03 23:33:58.559194 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4196 | 2025.03.03 23:33:58.559348 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 4197 | 2025.03.03 23:33:58.559679 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4198 | 2025.03.03 23:33:58.559923 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.03.03 23:33:58.560186 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002335 sec., 48394.00428265525 rows/sec., 3.13 MiB/sec. | ||
| 4200 | 2025.03.03 23:33:58.560385 [ 5 ] {cd1b6de9-e69e-4e13-82e3-6921ca72ecc6} <Debug> TCPHandler: Processed in 0.002764579 sec. | ||
| 4201 | 2025.03.03 23:33:58.560535 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.03.03 23:33:58.560640 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4203 | 2025.03.03 23:33:58.560685 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4204 | 2025.03.03 23:33:58.561242 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.03.03 23:33:58.561281 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4206 | 2025.03.03 23:33:58.561627 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4207 | 2025.03.03 23:33:58.561860 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.03.03 23:33:58.562025 [ 87 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4209 | 2025.03.03 23:33:58.562092 [ 87 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2025.03.03 23:33:58.562119 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 4211 | 2025.03.03 23:33:58.562134 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4212 | 2025.03.03 23:33:58.562262 [ 5 ] {ccb09ad5-bd80-4891-9566-0f2ce40c3217} <Debug> TCPHandler: Processed in 0.001777531 sec. | ||
| 4213 | 2025.03.03 23:33:58.562368 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4214 | 2025.03.03 23:33:58.562434 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2025.03.03 23:33:58.562520 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2025.03.03 23:33:58.562598 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4217 | 2025.03.03 23:33:58.562621 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4218 | 2025.03.03 23:33:58.562700 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4219 | 2025.03.03 23:33:58.562997 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4220 | 2025.03.03 23:33:58.563326 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4221 | 2025.03.03 23:33:58.563716 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4222 | 2025.03.03 23:33:58.564094 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 4223 | 2025.03.03 23:33:58.565286 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2025.03.03 23:33:58.565358 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4225 | 2025.03.03 23:33:58.566202 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4226 | 2025.03.03 23:33:58.566718 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2025.03.03 23:33:58.566927 [ 87 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4228 | 2025.03.03 23:33:58.567033 [ 87 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.03.03 23:33:58.567106 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4230 | 2025.03.03 23:33:58.567249 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.004647 sec., 90380.89089735314 rows/sec., 6.44 MiB/sec. | ||
| 4231 | 2025.03.03 23:33:58.567666 [ 5 ] {23faf74f-3b96-45b4-bf11-e7e1e01683e2} <Debug> TCPHandler: Processed in 0.005281151 sec. | ||
| 4232 | 2025.03.03 23:33:58.567663 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 4233 | 2025.03.03 23:33:58.568011 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2025.03.03 23:33:58.568069 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005791415 sec., 96694.84918625241 rows/sec., 5.88 MiB/sec. | ||
| 4235 | 2025.03.03 23:33:58.568096 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4236 | 2025.03.03 23:33:58.568211 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 908 rows starting from the beginning of the part | ||
| 4237 | 2025.03.03 23:33:58.568242 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4238 | 2025.03.03 23:33:58.568417 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4239 | 2025.03.03 23:33:58.568606 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4240 | 2025.03.03 23:33:58.568679 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4241 | 2025.03.03 23:33:58.569057 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 890 rows starting from the beginning of the part | ||
| 4242 | 2025.03.03 23:33:58.569597 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 4243 | 2025.03.03 23:33:58.570027 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4244 | 2025.03.03 23:33:58.570541 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 420 rows starting from the beginning of the part | ||
| 4245 | 2025.03.03 23:33:58.571477 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_13_3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4246 | 2025.03.03 23:33:58.571865 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.03.03 23:33:58.571887 [ 196 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_13_3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4248 | 2025.03.03 23:33:58.571939 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4249 | 2025.03.03 23:33:58.572126 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4250 | 2025.03.03 23:33:58.572722 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4251 | 2025.03.03 23:33:58.573008 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2025.03.03 23:33:58.573387 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005204 sec., 1152.9592621060722 rows/sec., 60.24 KiB/sec. | ||
| 4253 | 2025.03.03 23:33:58.573695 [ 5 ] {85136958-ad2a-43d2-8876-67603804d3ab} <Debug> TCPHandler: Processed in 0.005774925 sec. | ||
| 4254 | 2025.03.03 23:33:58.573870 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006618919 sec., 364107.79464139085 rows/sec., 27.88 MiB/sec. | ||
| 4255 | 2025.03.03 23:33:58.574003 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4256 | 2025.03.03 23:33:58.574103 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4257 | 2025.03.03 23:33:58.574123 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.03.03 23:33:58.574183 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4259 | 2025.03.03 23:33:58.574471 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2025.03.03 23:33:58.574555 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_31_6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4261 | 2025.03.03 23:33:58.574646 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4262 | 2025.03.03 23:33:58.574860 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2025.03.03 23:33:58.574898 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4264 | 2025.03.03 23:33:58.575321 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4265 | 2025.03.03 23:33:58.575558 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2025.03.03 23:33:58.575729 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4267 | 2025.03.03 23:33:58.575796 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4268 | 2025.03.03 23:33:58.575806 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
| 4269 | 2025.03.03 23:33:58.575843 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4270 | 2025.03.03 23:33:58.575974 [ 5 ] {20ede2d7-7734-4898-823d-c4a24c21fdd0} <Debug> TCPHandler: Processed in 0.002041018 sec. | ||
| 4271 | 2025.03.03 23:33:58.576075 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 4272 | 2025.03.03 23:33:58.576145 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4273 | 2025.03.03 23:33:58.576342 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4274 | 2025.03.03 23:33:58.576374 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4275 | 2025.03.03 23:33:58.576407 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8058 rows starting from the beginning of the part | ||
| 4276 | 2025.03.03 23:33:58.576458 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4277 | 2025.03.03 23:33:58.576712 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4278 | 2025.03.03 23:33:58.577035 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 994 rows starting from the beginning of the part | ||
| 4279 | 2025.03.03 23:33:58.577372 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 96 rows starting from the beginning of the part | ||
| 4280 | 2025.03.03 23:33:58.577655 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 4281 | 2025.03.03 23:33:58.577970 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4282 | 2025.03.03 23:33:58.578881 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2025.03.03 23:33:58.578946 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4284 | 2025.03.03 23:33:58.579634 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4285 | 2025.03.03 23:33:58.580013 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.03.03 23:33:58.580779 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00443 sec., 225.73363431151242 rows/sec., 15.21 KiB/sec. | ||
| 4287 | 2025.03.03 23:33:58.581017 [ 5 ] {51f47252-518e-4f92-a867-bf0e234da9b5} <Debug> TCPHandler: Processed in 0.004924101 sec. | ||
| 4288 | 2025.03.03 23:33:58.581230 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2025.03.03 23:33:58.581387 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4290 | 2025.03.03 23:33:58.581486 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4291 | 2025.03.03 23:33:58.582951 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.03.03 23:33:58.583018 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4293 | 2025.03.03 23:33:58.583480 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9705 rows, containing 5 columns (5 merged, 0 gathered) in 0.007514914 sec., 1291431.9445305695 rows/sec., 87.06 MiB/sec. | ||
| 4294 | 2025.03.03 23:33:58.583791 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4295 | 2025.03.03 23:33:58.584463 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2025.03.03 23:33:58.584667 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4297 | 2025.03.03 23:33:58.584717 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4298 | 2025.03.03 23:33:58.584812 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 4299 | 2025.03.03 23:33:58.585060 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2025.03.03 23:33:58.585421 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.004048 sec., 9387.351778656126 rows/sec., 16.82 MiB/sec. | ||
| 4301 | 2025.03.03 23:33:58.585637 [ 5 ] {69a7c23b-99b9-4fcc-9b62-a5d43e9cbf29} <Debug> TCPHandler: Processed in 0.004491658 sec. | ||
| 4302 | 2025.03.03 23:33:58.585755 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2025.03.03 23:33:58.585858 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4304 | 2025.03.03 23:33:58.585904 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4305 | 2025.03.03 23:33:58.586331 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2025.03.03 23:33:58.586370 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4307 | 2025.03.03 23:33:58.586728 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4308 | 2025.03.03 23:33:58.586962 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2025.03.03 23:33:58.587119 [ 87 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4310 | 2025.03.03 23:33:58.587173 [ 87 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.03.03 23:33:58.587209 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001362 sec., 60205.580029368575 rows/sec., 3.82 MiB/sec. | ||
| 4312 | 2025.03.03 23:33:58.587218 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4313 | 2025.03.03 23:33:58.587399 [ 5 ] {09e665b9-21aa-4f24-8017-9f24e5a45b11} <Debug> TCPHandler: Processed in 0.001685558 sec. | ||
| 4314 | 2025.03.03 23:33:58.587566 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4315 | 2025.03.03 23:33:58.587864 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4316 | 2025.03.03 23:33:58.587897 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1478 rows starting from the beginning of the part | ||
| 4317 | 2025.03.03 23:33:58.587996 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4318 | 2025.03.03 23:33:58.588213 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part | ||
| 4319 | 2025.03.03 23:33:58.588403 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4320 | 2025.03.03 23:33:58.588571 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4321 | 2025.03.03 23:33:58.588729 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4322 | 2025.03.03 23:33:58.590000 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1762 rows, containing 4 columns (4 merged, 0 gathered) in 0.002647605 sec., 665507.1281403382 rows/sec., 43.23 MiB/sec. | ||
| 4323 | 2025.03.03 23:33:58.590240 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4324 | 2025.03.03 23:33:58.590569 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2025.03.03 23:33:58.590656 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_31_6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4326 | 2025.03.03 23:33:58.590739 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4327 | 2025.03.03 23:34:03.537243 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4328 | 2025.03.03 23:34:03.537468 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4329 | 2025.03.03 23:34:03.537549 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4330 | 2025.03.03 23:34:03.538295 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2025.03.03 23:34:03.538349 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4332 | 2025.03.03 23:34:03.538782 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4333 | 2025.03.03 23:34:03.539037 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.03.03 23:34:03.539300 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec. | ||
| 4335 | 2025.03.03 23:34:03.539403 [ 5 ] {a74c0e86-167b-444f-8735-72c5e79c0825} <Debug> TCPHandler: Processed in 0.002297205 sec. | ||
| 4336 | 2025.03.03 23:34:03.539626 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2025.03.03 23:34:03.539760 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4338 | 2025.03.03 23:34:03.539808 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4339 | 2025.03.03 23:34:03.540350 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2025.03.03 23:34:03.540390 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4341 | 2025.03.03 23:34:03.540757 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4342 | 2025.03.03 23:34:03.540994 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.03.03 23:34:03.541245 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec. | ||
| 4344 | 2025.03.03 23:34:03.541443 [ 5 ] {d00ec540-d76b-473a-bc97-279233a548d0} <Debug> TCPHandler: Processed in 0.001898564 sec. | ||
| 4345 | 2025.03.03 23:34:03.541646 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2025.03.03 23:34:03.541752 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4347 | 2025.03.03 23:34:03.541804 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4348 | 2025.03.03 23:34:03.542334 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2025.03.03 23:34:03.542373 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4350 | 2025.03.03 23:34:03.542753 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4351 | 2025.03.03 23:34:03.542988 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2025.03.03 23:34:03.543187 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
| 4353 | 2025.03.03 23:34:03.543237 [ 5 ] {9ced1713-56d9-41b1-91c6-71982b9435df} <Debug> TCPHandler: Processed in 0.001657688 sec. | ||
| 4354 | 2025.03.03 23:34:03.543340 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2025.03.03 23:34:03.543443 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4356 | 2025.03.03 23:34:03.543489 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4357 | 2025.03.03 23:34:03.543905 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2025.03.03 23:34:03.543943 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4359 | 2025.03.03 23:34:03.544291 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4360 | 2025.03.03 23:34:03.544519 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2025.03.03 23:34:03.544758 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 4362 | 2025.03.03 23:34:03.544824 [ 5 ] {82a3ebf2-10a1-4ada-81f2-f67cb2431696} <Debug> TCPHandler: Processed in 0.001533534 sec. | ||
| 4363 | 2025.03.03 23:34:04.667650 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4364 | 2025.03.03 23:34:04.668305 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4365 | 2025.03.03 23:34:04.668356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4366 | 2025.03.03 23:34:04.668902 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4367 | 2025.03.03 23:34:04.669165 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2025.03.03 23:34:04.669386 [ 76 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4369 | 2025.03.03 23:34:04.669423 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4370 | 2025.03.03 23:34:04.669474 [ 76 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4371 | 2025.03.03 23:34:04.669506 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4372 | 2025.03.03 23:34:04.669722 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 4373 | 2025.03.03 23:34:04.669940 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4374 | 2025.03.03 23:34:04.669981 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 4375 | 2025.03.03 23:34:04.670061 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4376 | 2025.03.03 23:34:04.670272 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4377 | 2025.03.03 23:34:04.670494 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4378 | 2025.03.03 23:34:04.670659 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4379 | 2025.03.03 23:34:04.670803 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4380 | 2025.03.03 23:34:04.673372 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003785768 sec., 2545850.6701942645 rows/sec., 36.42 MiB/sec. | ||
| 4381 | 2025.03.03 23:34:04.673642 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4382 | 2025.03.03 23:34:04.673963 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4383 | 2025.03.03 23:34:04.674044 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_21_4} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4384 | 2025.03.03 23:34:04.674148 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4385 | 2025.03.03 23:34:05.337301 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4386 | 2025.03.03 23:34:05.358225 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4387 | 2025.03.03 23:34:05.358276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4388 | 2025.03.03 23:34:05.365942 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4389 | 2025.03.03 23:34:05.366763 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2025.03.03 23:34:05.367127 [ 76 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4391 | 2025.03.03 23:34:05.367191 [ 76 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.03.03 23:34:05.367227 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4393 | 2025.03.03 23:34:05.367697 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4394 | 2025.03.03 23:34:05.382098 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4395 | 2025.03.03 23:34:05.383745 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4396 | 2025.03.03 23:34:05.385051 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4397 | 2025.03.03 23:34:05.390754 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4398 | 2025.03.03 23:34:05.396606 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4399 | 2025.03.03 23:34:05.402406 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4400 | 2025.03.03 23:34:05.408306 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4401 | 2025.03.03 23:34:05.413170 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 4402 | 2025.03.03 23:34:05.478998 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111636777 sec., 1424.2618272650418 rows/sec., 7.36 MiB/sec. | ||
| 4403 | 2025.03.03 23:34:05.481777 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4404 | 2025.03.03 23:34:05.484599 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_21_4} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.03.03 23:34:05.484722 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_21_4} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4406 | 2025.03.03 23:34:05.486835 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4407 | 2025.03.03 23:34:06.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.25 MiB, peak 192.79 MiB, free memory in arenas 0.00 B, will set to 184.36 MiB (RSS), difference: 2.10 MiB | ||
| 4408 | 2025.03.03 23:34:07.195527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 628 | ||
| 4409 | 2025.03.03 23:34:07.198697 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.03.03 23:34:07.198753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4411 | 2025.03.03 23:34:07.200272 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4412 | 2025.03.03 23:34:07.200602 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.03.03 23:34:07.201207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
| 4414 | 2025.03.03 23:34:08.545259 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2025.03.03 23:34:08.545447 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4416 | 2025.03.03 23:34:08.545520 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4417 | 2025.03.03 23:34:08.546287 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.03.03 23:34:08.546341 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4419 | 2025.03.03 23:34:08.546793 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4420 | 2025.03.03 23:34:08.547047 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2025.03.03 23:34:08.547316 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00191 sec., 110994.76439790576 rows/sec., 7.06 MiB/sec. | ||
| 4422 | 2025.03.03 23:34:08.547419 [ 5 ] {ce0dbf7b-b460-4f3d-9c21-ab775f12a3f0} <Debug> TCPHandler: Processed in 0.002297475 sec. | ||
| 4423 | 2025.03.03 23:34:08.547668 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4424 | 2025.03.03 23:34:08.547796 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4425 | 2025.03.03 23:34:08.547845 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4426 | 2025.03.03 23:34:08.548606 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2025.03.03 23:34:08.548647 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4428 | 2025.03.03 23:34:08.549065 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4429 | 2025.03.03 23:34:08.549305 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2025.03.03 23:34:08.549552 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001769 sec., 391746.74957603164 rows/sec., 31.26 MiB/sec. | ||
| 4431 | 2025.03.03 23:34:08.549622 [ 5 ] {ed64c61e-77ca-4dcc-a6e0-4c14e875b028} <Debug> TCPHandler: Processed in 0.002044328 sec. | ||
| 4432 | 2025.03.03 23:34:08.549863 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4433 | 2025.03.03 23:34:08.549971 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4434 | 2025.03.03 23:34:08.550017 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4435 | 2025.03.03 23:34:08.550578 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.03.03 23:34:08.550617 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4437 | 2025.03.03 23:34:08.550967 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4438 | 2025.03.03 23:34:08.551206 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2025.03.03 23:34:08.551411 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.001461 sec., 98562.62833675565 rows/sec., 6.18 MiB/sec. | ||
| 4440 | 2025.03.03 23:34:08.551463 [ 5 ] {3b0004de-b017-425c-9df9-f6735b9ca11a} <Debug> TCPHandler: Processed in 0.001687868 sec. | ||
| 4441 | 2025.03.03 23:34:08.551589 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.03.03 23:34:08.551728 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.03.03 23:34:08.551784 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4444 | 2025.03.03 23:34:08.552355 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.03.03 23:34:08.552396 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4446 | 2025.03.03 23:34:08.552767 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4447 | 2025.03.03 23:34:08.553013 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.03.03 23:34:08.553287 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001589 sec., 71113.90811831341 rows/sec., 4.60 MiB/sec. | ||
| 4449 | 2025.03.03 23:34:08.553484 [ 5 ] {d582ce80-8019-4f65-9109-c99bdf851473} <Debug> TCPHandler: Processed in 0.001953696 sec. | ||
| 4450 | 2025.03.03 23:34:08.553619 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2025.03.03 23:34:08.553728 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4452 | 2025.03.03 23:34:08.553775 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4453 | 2025.03.03 23:34:08.554350 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.03.03 23:34:08.554390 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4455 | 2025.03.03 23:34:08.554744 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4456 | 2025.03.03 23:34:08.554985 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.03.03 23:34:08.555244 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. | ||
| 4458 | 2025.03.03 23:34:08.555433 [ 5 ] {fe9c78bd-78c7-4c66-916d-0602ce1a642c} <Debug> TCPHandler: Processed in 0.001859163 sec. | ||
| 4459 | 2025.03.03 23:34:08.555543 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2025.03.03 23:34:08.555644 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4461 | 2025.03.03 23:34:08.555690 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4462 | 2025.03.03 23:34:08.556353 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.03.03 23:34:08.556393 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4464 | 2025.03.03 23:34:08.556774 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4465 | 2025.03.03 23:34:08.557016 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.03.03 23:34:08.557197 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001574 sec., 266836.08640406607 rows/sec., 19.00 MiB/sec. | ||
| 4467 | 2025.03.03 23:34:08.557251 [ 5 ] {72cccde7-73a8-443f-b1f4-d6eb1720c43c} <Debug> TCPHandler: Processed in 0.0017567 sec. | ||
| 4468 | 2025.03.03 23:34:08.557351 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4469 | 2025.03.03 23:34:08.557454 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4470 | 2025.03.03 23:34:08.557502 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4471 | 2025.03.03 23:34:08.557926 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.03.03 23:34:08.557964 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4473 | 2025.03.03 23:34:08.558311 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4474 | 2025.03.03 23:34:08.558540 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.03.03 23:34:08.558764 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
| 4476 | 2025.03.03 23:34:08.558977 [ 5 ] {78ccae85-0c27-43d2-9527-e97525e9a9f9} <Debug> TCPHandler: Processed in 0.001671468 sec. | ||
| 4477 | 2025.03.03 23:34:08.559134 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.03.03 23:34:08.559241 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.03.03 23:34:08.559291 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4480 | 2025.03.03 23:34:08.559839 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.03.03 23:34:08.559877 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4482 | 2025.03.03 23:34:08.560260 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4483 | 2025.03.03 23:34:08.560492 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.03.03 23:34:08.560670 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001453 sec., 163110.80523055745 rows/sec., 10.93 MiB/sec. | ||
| 4485 | 2025.03.03 23:34:08.560721 [ 5 ] {af20740d-842d-4947-90e0-d13d13f3c178} <Debug> TCPHandler: Processed in 0.001635907 sec. | ||
| 4486 | 2025.03.03 23:34:08.560821 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.03.03 23:34:08.560923 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4488 | 2025.03.03 23:34:08.560969 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4489 | 2025.03.03 23:34:08.561368 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.03.03 23:34:08.561405 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4491 | 2025.03.03 23:34:08.561744 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4492 | 2025.03.03 23:34:08.561979 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.03.03 23:34:08.562096 [ 38 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4494 | 2025.03.03 23:34:08.562138 [ 38 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.03.03 23:34:08.562158 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001253 sec., 798.0845969672786 rows/sec., 53.78 KiB/sec. | ||
| 4496 | 2025.03.03 23:34:08.562162 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4497 | 2025.03.03 23:34:08.562228 [ 5 ] {510ca505-1400-485b-be14-007428dcd198} <Debug> TCPHandler: Processed in 0.001448502 sec. | ||
| 4498 | 2025.03.03 23:34:08.562456 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4499 | 2025.03.03 23:34:08.562494 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4500 | 2025.03.03 23:34:08.562609 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4501 | 2025.03.03 23:34:08.562809 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4502 | 2025.03.03 23:34:08.563014 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4503 | 2025.03.03 23:34:08.563142 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4504 | 2025.03.03 23:34:08.563459 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4505 | 2025.03.03 23:34:08.563776 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4506 | 2025.03.03 23:34:08.564146 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4507 | 2025.03.03 23:34:08.564501 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4508 | 2025.03.03 23:34:08.564912 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4509 | 2025.03.03 23:34:08.568725 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006446054 sec., 2171.871349510879 rows/sec., 146.35 KiB/sec. | ||
| 4510 | 2025.03.03 23:34:08.568909 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2025.03.03 23:34:08.568970 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4512 | 2025.03.03 23:34:08.568971 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4513 | 2025.03.03 23:34:08.569633 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.03.03 23:34:08.569887 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_14_3} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4515 | 2025.03.03 23:34:08.570075 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4516 | 2025.03.03 23:34:08.570413 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2025.03.03 23:34:08.570685 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.03.03 23:34:08.570888 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.008336 sec., 4558.541266794626 rows/sec., 8.17 MiB/sec. | ||
| 4519 | 2025.03.03 23:34:08.571013 [ 5 ] {9d0c7ac8-0233-401b-baa2-f97fc038d45d} <Debug> TCPHandler: Processed in 0.008644237 sec. | ||
| 4520 | 2025.03.03 23:34:08.571129 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.03.03 23:34:08.571233 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.03.03 23:34:08.571279 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4523 | 2025.03.03 23:34:08.571704 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.03.03 23:34:08.571741 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4525 | 2025.03.03 23:34:08.572098 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4526 | 2025.03.03 23:34:08.572329 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.03.03 23:34:08.572500 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00129 sec., 63565.89147286822 rows/sec., 4.04 MiB/sec. | ||
| 4528 | 2025.03.03 23:34:08.572548 [ 5 ] {c24b2e95-f1fa-4042-b77e-4914ce46f4a5} <Debug> TCPHandler: Processed in 0.001468601 sec. | ||
| 4529 | 2025.03.03 23:34:12.052835 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4530 | 2025.03.03 23:34:12.052904 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4531 | 2025.03.03 23:34:12.170547 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4532 | 2025.03.03 23:34:12.171232 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2025.03.03 23:34:12.171281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4534 | 2025.03.03 23:34:12.171811 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4535 | 2025.03.03 23:34:12.172083 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.03.03 23:34:12.172320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4537 | 2025.03.03 23:34:12.883162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4538 | 2025.03.03 23:34:12.902310 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2025.03.03 23:34:12.902374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4540 | 2025.03.03 23:34:12.909868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4541 | 2025.03.03 23:34:12.910627 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.03.03 23:34:12.913505 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4543 | 2025.03.03 23:34:13.536719 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4544 | 2025.03.03 23:34:13.536925 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4545 | 2025.03.03 23:34:13.537004 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4546 | 2025.03.03 23:34:13.537737 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.03.03 23:34:13.537788 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4548 | 2025.03.03 23:34:13.538231 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4549 | 2025.03.03 23:34:13.538489 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.03.03 23:34:13.538712 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.34 MiB/sec. | ||
| 4551 | 2025.03.03 23:34:13.538822 [ 5 ] {9a20e00b-1097-486a-8a30-421ba5abe1e5} <Debug> TCPHandler: Processed in 0.002239724 sec. | ||
| 4552 | 2025.03.03 23:34:13.538997 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4553 | 2025.03.03 23:34:13.539127 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4554 | 2025.03.03 23:34:13.539176 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4555 | 2025.03.03 23:34:13.539733 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2025.03.03 23:34:13.539773 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4557 | 2025.03.03 23:34:13.540129 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4558 | 2025.03.03 23:34:13.540369 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.03.03 23:34:13.540595 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. | ||
| 4560 | 2025.03.03 23:34:13.540649 [ 5 ] {858e9146-dbce-4a8c-b93f-10b3d93e5505} <Debug> TCPHandler: Processed in 0.00175206 sec. | ||
| 4561 | 2025.03.03 23:34:13.540749 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.03.03 23:34:13.540851 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4563 | 2025.03.03 23:34:13.540900 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4564 | 2025.03.03 23:34:13.541404 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2025.03.03 23:34:13.541443 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4566 | 2025.03.03 23:34:13.541827 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4567 | 2025.03.03 23:34:13.542062 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.03.03 23:34:13.542274 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 4569 | 2025.03.03 23:34:13.542335 [ 5 ] {da9ec9f5-9484-4483-bcb4-e445543b8ca8} <Debug> TCPHandler: Processed in 0.001634436 sec. | ||
| 4570 | 2025.03.03 23:34:13.542441 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4571 | 2025.03.03 23:34:13.542544 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4572 | 2025.03.03 23:34:13.542591 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4573 | 2025.03.03 23:34:13.543014 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2025.03.03 23:34:13.543053 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4575 | 2025.03.03 23:34:13.543405 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4576 | 2025.03.03 23:34:13.543647 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2025.03.03 23:34:13.543859 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 4578 | 2025.03.03 23:34:13.543909 [ 5 ] {ca2c1096-94b8-4c24-bd13-d1f4f2830dd6} <Debug> TCPHandler: Processed in 0.001518123 sec. | ||
| 4579 | 2025.03.03 23:34:14.977202 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2025.03.03 23:34:14.977412 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4581 | 2025.03.03 23:34:14.977492 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4582 | 2025.03.03 23:34:14.978422 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2025.03.03 23:34:14.978473 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4584 | 2025.03.03 23:34:14.978906 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4585 | 2025.03.03 23:34:14.979163 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4586 | 2025.03.03 23:34:14.979436 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002071 sec., 102366.00676001931 rows/sec., 6.51 MiB/sec. | ||
| 4587 | 2025.03.03 23:34:14.979633 [ 5 ] {d1878308-05c0-45b0-9571-5c6a12cc0337} <Debug> TCPHandler: Processed in 0.002565514 sec. | ||
| 4588 | 2025.03.03 23:34:14.979789 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2025.03.03 23:34:14.979893 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4590 | 2025.03.03 23:34:14.979940 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4591 | 2025.03.03 23:34:14.980482 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.03.03 23:34:14.980522 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4593 | 2025.03.03 23:34:14.980861 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4594 | 2025.03.03 23:34:14.981086 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.03.03 23:34:14.981290 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001419 sec., 2818.8865398167727 rows/sec., 229.86 KiB/sec. | ||
| 4596 | 2025.03.03 23:34:14.981341 [ 5 ] {aad14177-339a-4ee2-ac64-b0f76cc4ab5d} <Debug> TCPHandler: Processed in 0.001604005 sec. | ||
| 4597 | 2025.03.03 23:34:14.981476 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.03.03 23:34:14.981617 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4599 | 2025.03.03 23:34:14.981673 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4600 | 2025.03.03 23:34:14.983245 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.03.03 23:34:14.983286 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4602 | 2025.03.03 23:34:14.983799 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4603 | 2025.03.03 23:34:14.984034 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.03.03 23:34:14.984280 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Debug> executeQuery: Read 1835 rows, 153.33 KiB in 0.002685 sec., 683426.4432029795 rows/sec., 55.77 MiB/sec. | ||
| 4605 | 2025.03.03 23:34:14.984376 [ 5 ] {affbe6bc-e3d9-4bfd-a9a3-ea184f48bcd3} <Debug> TCPHandler: Processed in 0.002964964 sec. | ||
| 4606 | 2025.03.03 23:34:14.984601 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.03.03 23:34:14.984719 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4608 | 2025.03.03 23:34:14.984763 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4609 | 2025.03.03 23:34:14.985389 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.03.03 23:34:14.985429 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4611 | 2025.03.03 23:34:14.985771 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4612 | 2025.03.03 23:34:14.985999 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.03.03 23:34:14.986254 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Debug> executeQuery: Read 148 rows, 9.52 KiB in 0.00155 sec., 95483.87096774194 rows/sec., 6.00 MiB/sec. | ||
| 4614 | 2025.03.03 23:34:14.986438 [ 5 ] {6c77165f-520c-4e75-8389-5983df50de70} <Debug> TCPHandler: Processed in 0.001922435 sec. | ||
| 4615 | 2025.03.03 23:34:14.986561 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.03.03 23:34:14.986666 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.03.03 23:34:14.986710 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2025.03.03 23:34:14.987422 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.03.03 23:34:14.987462 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4620 | 2025.03.03 23:34:14.987812 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4621 | 2025.03.03 23:34:14.988041 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.03.03 23:34:14.988266 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001622 sec., 210234.27866831073 rows/sec., 14.03 MiB/sec. | ||
| 4623 | 2025.03.03 23:34:14.988319 [ 5 ] {89da5752-acc0-44d4-9596-26abbb57e7d5} <Debug> TCPHandler: Processed in 0.001809262 sec. | ||
| 4624 | 2025.03.03 23:34:14.988453 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.03.03 23:34:14.988589 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4626 | 2025.03.03 23:34:14.988643 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4627 | 2025.03.03 23:34:14.989304 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.03.03 23:34:14.989344 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4629 | 2025.03.03 23:34:14.989693 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4630 | 2025.03.03 23:34:14.989923 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.03.03 23:34:14.990131 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001571 sec., 71292.17059197964 rows/sec., 4.06 MiB/sec. | ||
| 4632 | 2025.03.03 23:34:14.990185 [ 5 ] {3382f75c-1f21-4996-b2e8-ad5201b6b254} <Debug> TCPHandler: Processed in 0.001797471 sec. | ||
| 4633 | 2025.03.03 23:34:14.990304 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.03.03 23:34:14.990411 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4635 | 2025.03.03 23:34:14.990456 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4636 | 2025.03.03 23:34:14.991399 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.03.03 23:34:14.991439 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4638 | 2025.03.03 23:34:14.991826 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4639 | 2025.03.03 23:34:14.992055 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.03.03 23:34:14.992261 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Debug> executeQuery: Read 880 rows, 65.24 KiB in 0.001872 sec., 470085.4700854701 rows/sec., 34.04 MiB/sec. | ||
| 4641 | 2025.03.03 23:34:14.992314 [ 5 ] {14c6229f-c4b6-4c80-9d6c-3f3b0c3f55de} <Debug> TCPHandler: Processed in 0.002060919 sec. | ||
| 4642 | 2025.03.03 23:34:14.992430 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.03.03 23:34:14.992535 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4644 | 2025.03.03 23:34:14.992582 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4645 | 2025.03.03 23:34:14.993016 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.03.03 23:34:14.993055 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4647 | 2025.03.03 23:34:14.993403 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4648 | 2025.03.03 23:34:14.993630 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.03.03 23:34:14.993888 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. | ||
| 4650 | 2025.03.03 23:34:14.994077 [ 5 ] {ff213809-0d2a-434f-bb2c-0bd2c44fae31} <Debug> TCPHandler: Processed in 0.001694909 sec. | ||
| 4651 | 2025.03.03 23:34:14.994243 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.03.03 23:34:14.994349 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.03.03 23:34:14.994398 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4654 | 2025.03.03 23:34:14.995211 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.03.03 23:34:14.995251 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4656 | 2025.03.03 23:34:14.995663 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4657 | 2025.03.03 23:34:14.995891 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.03.03 23:34:14.996089 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001764 sec., 560657.5963718821 rows/sec., 37.31 MiB/sec. | ||
| 4659 | 2025.03.03 23:34:14.996140 [ 5 ] {f49bbd0d-9077-40cc-9932-01076939464a} <Debug> TCPHandler: Processed in 0.001947986 sec. | ||
| 4660 | 2025.03.03 23:34:14.996255 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.03.03 23:34:14.996361 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4662 | 2025.03.03 23:34:14.996407 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4663 | 2025.03.03 23:34:14.996817 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.03.03 23:34:14.996856 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4665 | 2025.03.03 23:34:14.997187 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4666 | 2025.03.03 23:34:14.997417 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.03.03 23:34:14.997618 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec. | ||
| 4668 | 2025.03.03 23:34:14.997668 [ 5 ] {aff0adda-2750-4314-b9a1-79f0849fc21a} <Debug> TCPHandler: Processed in 0.001463512 sec. | ||
| 4669 | 2025.03.03 23:34:14.997770 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.03.03 23:34:14.997873 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.03.03 23:34:14.997937 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4672 | 2025.03.03 23:34:14.999093 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.03.03 23:34:14.999133 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4674 | 2025.03.03 23:34:14.999758 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.03.03 23:34:15.000006 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.03.03 23:34:15.000912 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.003021 sec., 12578.61635220126 rows/sec., 22.54 MiB/sec. | ||
| 4677 | 2025.03.03 23:34:15.001599 [ 5 ] {7029a240-3814-4556-90d7-d1a16e342e93} <Debug> TCPHandler: Processed in 0.003876081 sec. | ||
| 4678 | 2025.03.03 23:34:15.001748 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.03.03 23:34:15.001856 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.03.03 23:34:15.001904 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4681 | 2025.03.03 23:34:15.002463 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.03.03 23:34:15.002511 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4683 | 2025.03.03 23:34:15.002949 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4684 | 2025.03.03 23:34:15.003247 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.03.03 23:34:15.003499 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001664 sec., 27644.23076923077 rows/sec., 1.67 MiB/sec. | ||
| 4686 | 2025.03.03 23:34:15.003563 [ 5 ] {272ec8b0-8c42-4e5e-89f8-b0656a19db1a} <Debug> TCPHandler: Processed in 0.001865704 sec. | ||
| 4687 | 2025.03.03 23:34:17.202436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 682 | ||
| 4688 | 2025.03.03 23:34:17.206191 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.03.03 23:34:17.206251 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4690 | 2025.03.03 23:34:17.207802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4691 | 2025.03.03 23:34:17.208133 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2025.03.03 23:34:17.208317 [ 62 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4693 | 2025.03.03 23:34:17.208377 [ 62 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2025.03.03 23:34:17.208411 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4695 | 2025.03.03 23:34:17.208850 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 4696 | 2025.03.03 23:34:17.209522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4697 | 2025.03.03 23:34:17.209988 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4698 | 2025.03.03 23:34:17.210153 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 498 rows starting from the beginning of the part | ||
| 4699 | 2025.03.03 23:34:17.210827 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 4700 | 2025.03.03 23:34:17.211457 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4701 | 2025.03.03 23:34:17.212124 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4702 | 2025.03.03 23:34:17.212723 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 4703 | 2025.03.03 23:34:17.213413 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4704 | 2025.03.03 23:34:17.221316 [ 191 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.012785865 sec., 53340.153364672624 rows/sec., 45.58 MiB/sec. | ||
| 4705 | 2025.03.03 23:34:17.222524 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4706 | 2025.03.03 23:34:17.223308 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2025.03.03 23:34:17.223394 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_16_3} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4708 | 2025.03.03 23:34:17.223689 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4709 | 2025.03.03 23:34:18.534045 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2025.03.03 23:34:18.534250 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4711 | 2025.03.03 23:34:18.534320 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4712 | 2025.03.03 23:34:18.535059 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2025.03.03 23:34:18.535109 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4714 | 2025.03.03 23:34:18.535536 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4715 | 2025.03.03 23:34:18.535799 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2025.03.03 23:34:18.535995 [ 60 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4717 | 2025.03.03 23:34:18.536034 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001838 sec., 30467.899891186073 rows/sec., 2.34 MiB/sec. | ||
| 4718 | 2025.03.03 23:34:18.536097 [ 60 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.03.03 23:34:18.536159 [ 5 ] {9ef5d447-d8dc-4402-a73d-cf19934631aa} <Debug> TCPHandler: Processed in 0.002252254 sec. | ||
| 4720 | 2025.03.03 23:34:18.536181 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4721 | 2025.03.03 23:34:18.536361 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.03.03 23:34:18.536538 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 4723 | 2025.03.03 23:34:18.536562 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4724 | 2025.03.03 23:34:18.536692 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4725 | 2025.03.03 23:34:18.537079 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4726 | 2025.03.03 23:34:18.537232 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1842 rows starting from the beginning of the part | ||
| 4727 | 2025.03.03 23:34:18.537607 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4728 | 2025.03.03 23:34:18.537907 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 693 rows starting from the beginning of the part | ||
| 4729 | 2025.03.03 23:34:18.538261 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4730 | 2025.03.03 23:34:18.538414 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1835 rows starting from the beginning of the part | ||
| 4731 | 2025.03.03 23:34:18.538705 [ 191 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4732 | 2025.03.03 23:34:18.539646 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.03.03 23:34:18.539716 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4734 | 2025.03.03 23:34:18.540869 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4735 | 2025.03.03 23:34:18.541582 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2025.03.03 23:34:18.541890 [ 60 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4737 | 2025.03.03 23:34:18.542052 [ 60 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.03.03 23:34:18.542138 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4739 | 2025.03.03 23:34:18.542206 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005677 sec., 11273.559978862075 rows/sec., 901.05 KiB/sec. | ||
| 4740 | 2025.03.03 23:34:18.542477 [ 5 ] {666ffe6e-ef23-4a18-8b99-35ddc3452f75} <Debug> TCPHandler: Processed in 0.006204548 sec. | ||
| 4741 | 2025.03.03 23:34:18.542559 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 4742 | 2025.03.03 23:34:18.542698 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.03.03 23:34:18.542947 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4744 | 2025.03.03 23:34:18.543049 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4745 | 2025.03.03 23:34:18.543092 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part | ||
| 4746 | 2025.03.03 23:34:18.543559 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4747 | 2025.03.03 23:34:18.543699 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4748 | 2025.03.03 23:34:18.543934 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4538 rows, containing 5 columns (5 merged, 0 gathered) in 0.007583817 sec., 598379.417646813 rows/sec., 50.83 MiB/sec. | ||
| 4749 | 2025.03.03 23:34:18.544021 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 420 rows starting from the beginning of the part | ||
| 4750 | 2025.03.03 23:34:18.544449 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4751 | 2025.03.03 23:34:18.544567 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4752 | 2025.03.03 23:34:18.544923 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 880 rows starting from the beginning of the part | ||
| 4753 | 2025.03.03 23:34:18.545395 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4754 | 2025.03.03 23:34:18.545971 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.03.03 23:34:18.546276 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_36_7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4756 | 2025.03.03 23:34:18.546545 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4757 | 2025.03.03 23:34:18.547542 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.03.03 23:34:18.547617 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4759 | 2025.03.03 23:34:18.548515 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4760 | 2025.03.03 23:34:18.548990 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.03.03 23:34:18.549197 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 5 columns (5 merged, 0 gathered) in 0.006918857 sec., 347456.2344618483 rows/sec., 26.60 MiB/sec. | ||
| 4762 | 2025.03.03 23:34:18.549381 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4763 | 2025.03.03 23:34:18.549515 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.03.03 23:34:18.549561 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.006673 sec., 14386.332983665518 rows/sec., 1.00 MiB/sec. | ||
| 4765 | 2025.03.03 23:34:18.549573 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4766 | 2025.03.03 23:34:18.549604 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4767 | 2025.03.03 23:34:18.549866 [ 5 ] {be790fe3-c89a-4ea8-9db3-f198058b2f7b} <Debug> TCPHandler: Processed in 0.007269688 sec. | ||
| 4768 | 2025.03.03 23:34:18.550325 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4769 | 2025.03.03 23:34:18.550621 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2025.03.03 23:34:18.550905 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4771 | 2025.03.03 23:34:18.550968 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_36_7} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4772 | 2025.03.03 23:34:18.551145 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 4773 | 2025.03.03 23:34:18.551287 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4774 | 2025.03.03 23:34:18.551402 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4775 | 2025.03.03 23:34:18.551524 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4776 | 2025.03.03 23:34:18.551629 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9705 rows starting from the beginning of the part | ||
| 4777 | 2025.03.03 23:34:18.552037 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4778 | 2025.03.03 23:34:18.552385 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 4779 | 2025.03.03 23:34:18.552714 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 4780 | 2025.03.03 23:34:18.552905 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 989 rows starting from the beginning of the part | ||
| 4781 | 2025.03.03 23:34:18.553325 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 96 rows starting from the beginning of the part | ||
| 4782 | 2025.03.03 23:34:18.554067 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.03.03 23:34:18.554135 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4784 | 2025.03.03 23:34:18.555197 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4785 | 2025.03.03 23:34:18.555676 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4786 | 2025.03.03 23:34:18.555987 [ 60 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4787 | 2025.03.03 23:34:18.556102 [ 60 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2025.03.03 23:34:18.556191 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4789 | 2025.03.03 23:34:18.556413 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00568 sec., 6338.028169014085 rows/sec., 437.39 KiB/sec. | ||
| 4790 | 2025.03.03 23:34:18.557041 [ 5 ] {b3d37fc8-dada-4cb3-9ca4-4ac938e8d497} <Debug> TCPHandler: Processed in 0.006885546 sec. | ||
| 4791 | 2025.03.03 23:34:18.557673 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4792 | 2025.03.03 23:34:18.557841 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4793 | 2025.03.03 23:34:18.557878 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1762 rows starting from the beginning of the part | ||
| 4794 | 2025.03.03 23:34:18.557999 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4795 | 2025.03.03 23:34:18.558357 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 4796 | 2025.03.03 23:34:18.558709 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 4797 | 2025.03.03 23:34:18.558905 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 4798 | 2025.03.03 23:34:18.559153 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 4799 | 2025.03.03 23:34:18.560099 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11347 rows, containing 5 columns (5 merged, 0 gathered) in 0.009977485 sec., 1137260.542110562 rows/sec., 76.67 MiB/sec. | ||
| 4800 | 2025.03.03 23:34:18.560434 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4801 | 2025.03.03 23:34:18.561128 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.03.03 23:34:18.561342 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4803 | 2025.03.03 23:34:18.561451 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4804 | 2025.03.03 23:34:18.561748 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2046 rows, containing 4 columns (4 merged, 0 gathered) in 0.005379754 sec., 380314.7876278358 rows/sec., 24.71 MiB/sec. | ||
| 4805 | 2025.03.03 23:34:18.562018 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4806 | 2025.03.03 23:34:18.562308 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.03.03 23:34:18.562381 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_36_7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4808 | 2025.03.03 23:34:18.562460 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4809 | 2025.03.03 23:34:19.673446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4810 | 2025.03.03 23:34:19.674102 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4811 | 2025.03.03 23:34:19.674155 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4812 | 2025.03.03 23:34:19.674731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4813 | 2025.03.03 23:34:19.675009 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4814 | 2025.03.03 23:34:19.675262 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4815 | 2025.03.03 23:34:20.414553 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4816 | 2025.03.03 23:34:20.434399 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.03.03 23:34:20.434456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4818 | 2025.03.03 23:34:20.442103 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4819 | 2025.03.03 23:34:20.442860 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.03.03 23:34:20.445450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4821 | 2025.03.03 23:34:23.537077 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2025.03.03 23:34:23.537276 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4823 | 2025.03.03 23:34:23.537347 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4824 | 2025.03.03 23:34:23.538074 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.03.03 23:34:23.538126 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4826 | 2025.03.03 23:34:23.538568 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4827 | 2025.03.03 23:34:23.538842 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.03.03 23:34:23.539088 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 4829 | 2025.03.03 23:34:23.539147 [ 5 ] {7c87dee4-264f-452d-aadc-f4318d9e41b2} <Debug> TCPHandler: Processed in 0.002199283 sec. | ||
| 4830 | 2025.03.03 23:34:23.539281 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.03.03 23:34:23.539416 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4832 | 2025.03.03 23:34:23.539472 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4833 | 2025.03.03 23:34:23.540120 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.03.03 23:34:23.540168 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4835 | 2025.03.03 23:34:23.540566 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4836 | 2025.03.03 23:34:23.540797 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.03.03 23:34:23.541016 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec. | ||
| 4838 | 2025.03.03 23:34:23.541110 [ 5 ] {5dbc8d3d-45f9-4ebb-b593-9d959d7e4322} <Debug> TCPHandler: Processed in 0.001890914 sec. | ||
| 4839 | 2025.03.03 23:34:23.541258 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2025.03.03 23:34:23.541363 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.03.03 23:34:23.541412 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4842 | 2025.03.03 23:34:23.541905 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.03.03 23:34:23.541943 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4844 | 2025.03.03 23:34:23.542325 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4845 | 2025.03.03 23:34:23.542554 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.03.03 23:34:23.542773 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 4847 | 2025.03.03 23:34:23.542826 [ 5 ] {dd0a3c4b-5758-42aa-9d94-6e0fabac4d6b} <Debug> TCPHandler: Processed in 0.001625867 sec. | ||
| 4848 | 2025.03.03 23:34:23.542929 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.03.03 23:34:23.543031 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4850 | 2025.03.03 23:34:23.543078 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4851 | 2025.03.03 23:34:23.543496 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.03.03 23:34:23.543534 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4853 | 2025.03.03 23:34:23.543889 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4854 | 2025.03.03 23:34:23.544124 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.03.03 23:34:23.544368 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
| 4856 | 2025.03.03 23:34:23.544539 [ 5 ] {88fe8fde-aff6-4284-be60-a604a4dc8fc5} <Debug> TCPHandler: Processed in 0.001654057 sec. | ||
| 4857 | 2025.03.03 23:34:25.390898 [ 53 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4858 | 2025.03.03 23:34:25.390966 [ 53 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2025.03.03 23:34:25.390995 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4860 | 2025.03.03 23:34:25.391156 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4861 | 2025.03.03 23:34:25.391322 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4862 | 2025.03.03 23:34:25.391362 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 4863 | 2025.03.03 23:34:25.391443 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4864 | 2025.03.03 23:34:25.391665 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4865 | 2025.03.03 23:34:25.391893 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4866 | 2025.03.03 23:34:25.392092 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 4867 | 2025.03.03 23:34:25.393226 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147521 sec., 581600.8318428551 rows/sec., 40.82 MiB/sec. | ||
| 4868 | 2025.03.03 23:34:25.393452 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4869 | 2025.03.03 23:34:25.393779 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2025.03.03 23:34:25.393870 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_15_3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4871 | 2025.03.03 23:34:25.393971 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4872 | 2025.03.03 23:34:25.426459 [ 53 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4873 | 2025.03.03 23:34:25.426525 [ 53 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4874 | 2025.03.03 23:34:25.426564 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4875 | 2025.03.03 23:34:25.426788 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4876 | 2025.03.03 23:34:25.427151 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4877 | 2025.03.03 23:34:25.427204 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part | ||
| 4878 | 2025.03.03 23:34:25.427313 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 158 rows starting from the beginning of the part | ||
| 4879 | 2025.03.03 23:34:25.427614 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 144 rows starting from the beginning of the part | ||
| 4880 | 2025.03.03 23:34:25.427783 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 144 rows starting from the beginning of the part | ||
| 4881 | 2025.03.03 23:34:25.428004 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part | ||
| 4882 | 2025.03.03 23:34:25.429182 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.002528983 sec., 297352.73032677564 rows/sec., 19.84 MiB/sec. | ||
| 4883 | 2025.03.03 23:34:25.429390 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4884 | 2025.03.03 23:34:25.429706 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.03.03 23:34:25.429795 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_15_3} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4886 | 2025.03.03 23:34:25.429892 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4887 | 2025.03.03 23:34:26.984902 [ 51 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4888 | 2025.03.03 23:34:26.984996 [ 51 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2025.03.03 23:34:26.985020 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4890 | 2025.03.03 23:34:26.985251 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4891 | 2025.03.03 23:34:26.985455 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4892 | 2025.03.03 23:34:26.985501 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4893 | 2025.03.03 23:34:26.985586 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4894 | 2025.03.03 23:34:26.985669 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4895 | 2025.03.03 23:34:26.985864 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4896 | 2025.03.03 23:34:26.986083 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4897 | 2025.03.03 23:34:26.987084 [ 196 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001974047 sec., 45591.61965241962 rows/sec., 2.33 MiB/sec. | ||
| 4898 | 2025.03.03 23:34:26.987315 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4899 | 2025.03.03 23:34:26.987698 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.03.03 23:34:26.987792 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_15_3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4901 | 2025.03.03 23:34:26.987895 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4902 | 2025.03.03 23:34:27.052958 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4903 | 2025.03.03 23:34:27.053012 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4904 | 2025.03.03 23:34:27.176364 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4905 | 2025.03.03 23:34:27.177071 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2025.03.03 23:34:27.177116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4907 | 2025.03.03 23:34:27.177700 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4908 | 2025.03.03 23:34:27.178000 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2025.03.03 23:34:27.178185 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4910 | 2025.03.03 23:34:27.210757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 698 | ||
| 4911 | 2025.03.03 23:34:27.213432 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.03.03 23:34:27.213478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4913 | 2025.03.03 23:34:27.214962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4914 | 2025.03.03 23:34:27.215280 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.03.03 23:34:27.215790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 4916 | 2025.03.03 23:34:27.946503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4917 | 2025.03.03 23:34:27.967510 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.03.03 23:34:27.967563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4919 | 2025.03.03 23:34:27.974958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4920 | 2025.03.03 23:34:27.975748 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.03.03 23:34:27.978586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4922 | 2025.03.03 23:34:28.544901 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2025.03.03 23:34:28.545108 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4924 | 2025.03.03 23:34:28.545190 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4925 | 2025.03.03 23:34:28.546037 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4926 | 2025.03.03 23:34:28.546091 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4927 | 2025.03.03 23:34:28.546530 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4928 | 2025.03.03 23:34:28.546788 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4929 | 2025.03.03 23:34:28.547052 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001996 sec., 106212.4248496994 rows/sec., 6.76 MiB/sec. | ||
| 4930 | 2025.03.03 23:34:28.547157 [ 5 ] {0bc074ed-db41-40a6-b6ee-1fc8f406f09c} <Debug> TCPHandler: Processed in 0.002392458 sec. | ||
| 4931 | 2025.03.03 23:34:28.547416 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2025.03.03 23:34:28.547553 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4933 | 2025.03.03 23:34:28.547598 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4934 | 2025.03.03 23:34:28.548339 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.03.03 23:34:28.548379 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4936 | 2025.03.03 23:34:28.548776 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4937 | 2025.03.03 23:34:28.549010 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.03.03 23:34:28.549236 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001698 sec., 408127.20848056534 rows/sec., 32.56 MiB/sec. | ||
| 4939 | 2025.03.03 23:34:28.549305 [ 5 ] {98074c86-d6e8-4734-bd11-082c907261e3} <Debug> TCPHandler: Processed in 0.001990557 sec. | ||
| 4940 | 2025.03.03 23:34:28.549537 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2025.03.03 23:34:28.549671 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4942 | 2025.03.03 23:34:28.549718 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4943 | 2025.03.03 23:34:28.550265 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.03.03 23:34:28.550304 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4945 | 2025.03.03 23:34:28.550655 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4946 | 2025.03.03 23:34:28.550882 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2025.03.03 23:34:28.551156 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.00148 sec., 97297.2972972973 rows/sec., 6.10 MiB/sec. | ||
| 4948 | 2025.03.03 23:34:28.551317 [ 5 ] {abed32f8-b51e-459c-a9ba-a342dde40eb7} <Debug> TCPHandler: Processed in 0.001874173 sec. | ||
| 4949 | 2025.03.03 23:34:28.551420 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.03.03 23:34:28.551521 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4951 | 2025.03.03 23:34:28.551564 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4952 | 2025.03.03 23:34:28.552111 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.03.03 23:34:28.552150 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4954 | 2025.03.03 23:34:28.552487 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4955 | 2025.03.03 23:34:28.552731 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.03.03 23:34:28.553016 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001492 sec., 75737.2654155496 rows/sec., 4.90 MiB/sec. | ||
| 4957 | 2025.03.03 23:34:28.553182 [ 5 ] {88d50a81-bf45-40bd-84ff-ff93bd988961} <Debug> TCPHandler: Processed in 0.001810172 sec. | ||
| 4958 | 2025.03.03 23:34:28.553285 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2025.03.03 23:34:28.553387 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4960 | 2025.03.03 23:34:28.553431 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4961 | 2025.03.03 23:34:28.553980 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2025.03.03 23:34:28.554019 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4963 | 2025.03.03 23:34:28.554355 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4964 | 2025.03.03 23:34:28.554585 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2025.03.03 23:34:28.554840 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001468 sec., 76294.27792915532 rows/sec., 4.35 MiB/sec. | ||
| 4966 | 2025.03.03 23:34:28.555087 [ 5 ] {03e7d4e7-7ebd-447a-86c9-3df9e3a49271} <Debug> TCPHandler: Processed in 0.001849153 sec. | ||
| 4967 | 2025.03.03 23:34:28.555283 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2025.03.03 23:34:28.555387 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4969 | 2025.03.03 23:34:28.555434 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4970 | 2025.03.03 23:34:28.556090 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.03.03 23:34:28.556129 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4972 | 2025.03.03 23:34:28.556487 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4973 | 2025.03.03 23:34:28.556722 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.03.03 23:34:28.556971 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001597 sec., 262993.1120851597 rows/sec., 18.73 MiB/sec. | ||
| 4975 | 2025.03.03 23:34:28.557040 [ 5 ] {a96d79fa-b11c-4040-9dfa-fa9d08f61bd9} <Debug> TCPHandler: Processed in 0.001814522 sec. | ||
| 4976 | 2025.03.03 23:34:28.557321 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2025.03.03 23:34:28.557462 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4978 | 2025.03.03 23:34:28.557513 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4979 | 2025.03.03 23:34:28.557940 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2025.03.03 23:34:28.557978 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4981 | 2025.03.03 23:34:28.558314 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4982 | 2025.03.03 23:34:28.558548 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2025.03.03 23:34:28.558852 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 4984 | 2025.03.03 23:34:28.559000 [ 5 ] {76eac73f-8bb6-4d01-a8b3-4344b2b1bda7} <Debug> TCPHandler: Processed in 0.00178088 sec. | ||
| 4985 | 2025.03.03 23:34:28.559106 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.03.03 23:34:28.559207 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4987 | 2025.03.03 23:34:28.559255 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4988 | 2025.03.03 23:34:28.559772 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.03.03 23:34:28.559811 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4990 | 2025.03.03 23:34:28.560172 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4991 | 2025.03.03 23:34:28.560397 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.03.03 23:34:28.560652 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001463 sec., 161995.8988380041 rows/sec., 10.86 MiB/sec. | ||
| 4993 | 2025.03.03 23:34:28.560908 [ 5 ] {1ef10be0-1309-44cd-b4b5-e049cef39c12} <Debug> TCPHandler: Processed in 0.001846853 sec. | ||
| 4994 | 2025.03.03 23:34:28.561187 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2025.03.03 23:34:28.561300 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4996 | 2025.03.03 23:34:28.561349 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4997 | 2025.03.03 23:34:28.561790 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.03.03 23:34:28.561828 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4999 | 2025.03.03 23:34:28.562160 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5000 | 2025.03.03 23:34:28.562387 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2025.03.03 23:34:28.562577 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
| 5002 | 2025.03.03 23:34:28.562633 [ 5 ] {39a16935-99a1-4190-8105-000eadf0ede6} <Debug> TCPHandler: Processed in 0.001548614 sec. | ||
| 5003 | 2025.03.03 23:34:28.562737 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5004 | 2025.03.03 23:34:28.562838 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5005 | 2025.03.03 23:34:28.562902 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5006 | 2025.03.03 23:34:28.564008 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.03.03 23:34:28.564047 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5008 | 2025.03.03 23:34:28.564683 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5009 | 2025.03.03 23:34:28.564938 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2025.03.03 23:34:28.565106 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5011 | 2025.03.03 23:34:28.565190 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5012 | 2025.03.03 23:34:28.565202 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002376 sec., 15993.265993265994 rows/sec., 28.66 MiB/sec. | ||
| 5013 | 2025.03.03 23:34:28.565227 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5014 | 2025.03.03 23:34:28.565708 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 5015 | 2025.03.03 23:34:28.565777 [ 5 ] {d03c82c2-a371-4359-b051-e97e39cc2461} <Debug> TCPHandler: Processed in 0.003086298 sec. | ||
| 5016 | 2025.03.03 23:34:28.566221 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5017 | 2025.03.03 23:34:28.566470 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5018 | 2025.03.03 23:34:28.566584 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5019 | 2025.03.03 23:34:28.566620 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5020 | 2025.03.03 23:34:28.566861 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 316 rows starting from the beginning of the part | ||
| 5021 | 2025.03.03 23:34:28.567669 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part | ||
| 5022 | 2025.03.03 23:34:28.568514 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
| 5023 | 2025.03.03 23:34:28.568596 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.03.03 23:34:28.568694 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5025 | 2025.03.03 23:34:28.569150 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part | ||
| 5026 | 2025.03.03 23:34:28.569809 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part | ||
| 5027 | 2025.03.03 23:34:28.570119 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5028 | 2025.03.03 23:34:28.570373 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part | ||
| 5029 | 2025.03.03 23:34:28.570979 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2025.03.03 23:34:28.571679 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005257 sec., 15598.24995244436 rows/sec., 1014.46 KiB/sec. | ||
| 5031 | 2025.03.03 23:34:28.572180 [ 5 ] {692a9d82-66bb-431e-b0f3-2ff4a64383de} <Debug> TCPHandler: Processed in 0.006078794 sec. | ||
| 5032 | 2025.03.03 23:34:28.576008 [ 190 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 19 columns (19 merged, 0 gathered) in 0.010631724 sec., 47593.41006218747 rows/sec., 85.29 MiB/sec. | ||
| 5033 | 2025.03.03 23:34:28.576723 [ 190 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5034 | 2025.03.03 23:34:28.577126 [ 190 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2025.03.03 23:34:28.577200 [ 190 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5036 | 2025.03.03 23:34:28.577342 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 5037 | 2025.03.03 23:34:33.536999 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.03.03 23:34:33.537220 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5039 | 2025.03.03 23:34:33.537300 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5040 | 2025.03.03 23:34:33.538083 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.03.03 23:34:33.538133 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5042 | 2025.03.03 23:34:33.538555 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5043 | 2025.03.03 23:34:33.538806 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.03.03 23:34:33.539041 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec. | ||
| 5045 | 2025.03.03 23:34:33.539098 [ 5 ] {70b17c18-1c3b-4de5-a80c-aeb4d5030ca2} <Debug> TCPHandler: Processed in 0.002233734 sec. | ||
| 5046 | 2025.03.03 23:34:33.539203 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.03.03 23:34:33.539305 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5048 | 2025.03.03 23:34:33.539350 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5049 | 2025.03.03 23:34:33.539876 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.03.03 23:34:33.539914 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5051 | 2025.03.03 23:34:33.540259 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5052 | 2025.03.03 23:34:33.540492 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.03.03 23:34:33.540691 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. | ||
| 5054 | 2025.03.03 23:34:33.540743 [ 5 ] {4816eade-3f0e-4a7b-8680-ffc9f90a1aee} <Debug> TCPHandler: Processed in 0.001589006 sec. | ||
| 5055 | 2025.03.03 23:34:33.540842 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5056 | 2025.03.03 23:34:33.540942 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5057 | 2025.03.03 23:34:33.540990 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5058 | 2025.03.03 23:34:33.541479 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.03.03 23:34:33.541517 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5060 | 2025.03.03 23:34:33.541905 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5061 | 2025.03.03 23:34:33.542134 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.03.03 23:34:33.542344 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec. | ||
| 5063 | 2025.03.03 23:34:33.542396 [ 5 ] {1713cffe-4990-4659-998f-27f68cf96aec} <Debug> TCPHandler: Processed in 0.001603106 sec. | ||
| 5064 | 2025.03.03 23:34:33.542501 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.03.03 23:34:33.542602 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5066 | 2025.03.03 23:34:33.542648 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5067 | 2025.03.03 23:34:33.543060 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.03.03 23:34:33.543098 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5069 | 2025.03.03 23:34:33.543446 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5070 | 2025.03.03 23:34:33.543679 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.03.03 23:34:33.543906 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 5072 | 2025.03.03 23:34:33.543955 [ 5 ] {76fa414f-f11d-470a-97ab-51656cc3d12a} <Debug> TCPHandler: Processed in 0.001503713 sec. | ||
| 5073 | 2025.03.03 23:34:34.678323 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5074 | 2025.03.03 23:34:34.679031 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2025.03.03 23:34:34.679069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5076 | 2025.03.03 23:34:34.679656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5077 | 2025.03.03 23:34:34.679924 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2025.03.03 23:34:34.680176 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5079 | 2025.03.03 23:34:35.478649 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5080 | 2025.03.03 23:34:35.500503 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2025.03.03 23:34:35.500572 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5082 | 2025.03.03 23:34:35.508203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5083 | 2025.03.03 23:34:35.508995 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2025.03.03 23:34:35.512778 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5085 | 2025.03.03 23:34:37.215918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 728 | ||
| 5086 | 2025.03.03 23:34:37.219137 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.03.03 23:34:37.219197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5088 | 2025.03.03 23:34:37.220670 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5089 | 2025.03.03 23:34:37.221019 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.03.03 23:34:37.222497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5091 | 2025.03.03 23:34:38.544933 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.03.03 23:34:38.545123 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.03.03 23:34:38.545195 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5094 | 2025.03.03 23:34:38.545985 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.03.03 23:34:38.546038 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5096 | 2025.03.03 23:34:38.546492 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5097 | 2025.03.03 23:34:38.546749 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.03.03 23:34:38.546936 [ 40 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5099 | 2025.03.03 23:34:38.547010 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00193 sec., 109844.55958549223 rows/sec., 6.99 MiB/sec. | ||
| 5100 | 2025.03.03 23:34:38.547020 [ 40 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.03.03 23:34:38.547097 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5102 | 2025.03.03 23:34:38.547149 [ 5 ] {efadfce9-d1b1-4b26-8c1e-aa1dbb392f41} <Debug> TCPHandler: Processed in 0.002342887 sec. | ||
| 5103 | 2025.03.03 23:34:38.547501 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5104 | 2025.03.03 23:34:38.547504 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2025.03.03 23:34:38.547802 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5106 | 2025.03.03 23:34:38.547823 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5107 | 2025.03.03 23:34:38.547906 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5108 | 2025.03.03 23:34:38.547915 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5109 | 2025.03.03 23:34:38.548223 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5110 | 2025.03.03 23:34:38.548565 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5111 | 2025.03.03 23:34:38.548986 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5112 | 2025.03.03 23:34:38.549370 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 5113 | 2025.03.03 23:34:38.551687 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2025.03.03 23:34:38.551771 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5115 | 2025.03.03 23:34:38.552576 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005362123 sec., 197682.89537558166 rows/sec., 13.33 MiB/sec. | ||
| 5116 | 2025.03.03 23:34:38.552727 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5117 | 2025.03.03 23:34:38.552805 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5118 | 2025.03.03 23:34:38.553201 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.03.03 23:34:38.553581 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_17_4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2025.03.03 23:34:38.553672 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00593 sec., 117200.67453625632 rows/sec., 9.36 MiB/sec. | ||
| 5121 | 2025.03.03 23:34:38.553851 [ 5 ] {588228ac-a8fb-4674-a0d6-d3dfeac762d9} <Debug> TCPHandler: Processed in 0.006464475 sec. | ||
| 5122 | 2025.03.03 23:34:38.553862 [ 195 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_17_4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5123 | 2025.03.03 23:34:38.554074 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5124 | 2025.03.03 23:34:38.554078 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.03.03 23:34:38.554226 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.03.03 23:34:38.554275 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5127 | 2025.03.03 23:34:38.554907 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.03.03 23:34:38.554948 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5129 | 2025.03.03 23:34:38.555327 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5130 | 2025.03.03 23:34:38.555577 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.03.03 23:34:38.555791 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001589 sec., 91252.35997482693 rows/sec., 5.73 MiB/sec. | ||
| 5132 | 2025.03.03 23:34:38.555847 [ 5 ] {144cdb62-a604-4bb3-9771-5f0d7d16a300} <Debug> TCPHandler: Processed in 0.001865943 sec. | ||
| 5133 | 2025.03.03 23:34:38.555960 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2025.03.03 23:34:38.556067 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5135 | 2025.03.03 23:34:38.556112 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5136 | 2025.03.03 23:34:38.556661 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.03.03 23:34:38.556701 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5138 | 2025.03.03 23:34:38.557053 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5139 | 2025.03.03 23:34:38.557302 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.03.03 23:34:38.557557 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001508 sec., 74933.68700265251 rows/sec., 4.85 MiB/sec. | ||
| 5141 | 2025.03.03 23:34:38.557721 [ 5 ] {c2f21cfd-7c37-4c9e-8925-80178270d9ce} <Debug> TCPHandler: Processed in 0.001806532 sec. | ||
| 5142 | 2025.03.03 23:34:38.557915 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5143 | 2025.03.03 23:34:38.558023 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5144 | 2025.03.03 23:34:38.558070 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5145 | 2025.03.03 23:34:38.558650 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.03.03 23:34:38.558690 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5147 | 2025.03.03 23:34:38.559055 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5148 | 2025.03.03 23:34:38.559315 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.03.03 23:34:38.559479 [ 40 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5150 | 2025.03.03 23:34:38.559543 [ 40 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.03.03 23:34:38.559560 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001547 sec., 72398.19004524886 rows/sec., 4.12 MiB/sec. | ||
| 5152 | 2025.03.03 23:34:38.559587 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5153 | 2025.03.03 23:34:38.559725 [ 5 ] {faef2178-ce5f-4c32-a558-d3bbaac71bfa} <Debug> TCPHandler: Processed in 0.001869804 sec. | ||
| 5154 | 2025.03.03 23:34:38.559813 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5155 | 2025.03.03 23:34:38.559893 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2025.03.03 23:34:38.559972 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5157 | 2025.03.03 23:34:38.560052 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5158 | 2025.03.03 23:34:38.560088 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5159 | 2025.03.03 23:34:38.560256 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5160 | 2025.03.03 23:34:38.560307 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5161 | 2025.03.03 23:34:38.560647 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5162 | 2025.03.03 23:34:38.560959 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5163 | 2025.03.03 23:34:38.561262 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 5164 | 2025.03.03 23:34:38.563229 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.03.03 23:34:38.563319 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5166 | 2025.03.03 23:34:38.563872 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004154568 sec., 134791.3910664117 rows/sec., 8.19 MiB/sec. | ||
| 5167 | 2025.03.03 23:34:38.564033 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5168 | 2025.03.03 23:34:38.564060 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5169 | 2025.03.03 23:34:38.564379 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_17_4} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.03.03 23:34:38.564387 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2025.03.03 23:34:38.564489 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_17_4} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5172 | 2025.03.03 23:34:38.564731 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5173 | 2025.03.03 23:34:38.564831 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004801 sec., 87690.06456988127 rows/sec., 6.25 MiB/sec. | ||
| 5174 | 2025.03.03 23:34:38.565034 [ 5 ] {ce656b1e-32cd-4dc8-b4f3-65d87e945f0c} <Debug> TCPHandler: Processed in 0.005191208 sec. | ||
| 5175 | 2025.03.03 23:34:38.565255 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2025.03.03 23:34:38.565362 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5177 | 2025.03.03 23:34:38.565412 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5178 | 2025.03.03 23:34:38.565875 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2025.03.03 23:34:38.565916 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5180 | 2025.03.03 23:34:38.566279 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5181 | 2025.03.03 23:34:38.566519 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2025.03.03 23:34:38.566765 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
| 5183 | 2025.03.03 23:34:38.566968 [ 5 ] {5d861732-8ffa-49ca-956a-3b6d6781f9ed} <Debug> TCPHandler: Processed in 0.001772071 sec. | ||
| 5184 | 2025.03.03 23:34:38.567118 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5185 | 2025.03.03 23:34:38.567221 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5186 | 2025.03.03 23:34:38.567271 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5187 | 2025.03.03 23:34:38.567810 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2025.03.03 23:34:38.567850 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5189 | 2025.03.03 23:34:38.568239 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5190 | 2025.03.03 23:34:38.568490 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.03.03 23:34:38.568706 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001506 sec., 157370.51792828686 rows/sec., 10.55 MiB/sec. | ||
| 5192 | 2025.03.03 23:34:38.568763 [ 5 ] {80927fa6-3bf6-45f8-9aa1-d59cf3be0a72} <Debug> TCPHandler: Processed in 0.001695498 sec. | ||
| 5193 | 2025.03.03 23:34:38.568866 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2025.03.03 23:34:38.568968 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.03.03 23:34:38.569017 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5196 | 2025.03.03 23:34:38.569421 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2025.03.03 23:34:38.569461 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5198 | 2025.03.03 23:34:38.569812 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5199 | 2025.03.03 23:34:38.570061 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2025.03.03 23:34:38.570322 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 5201 | 2025.03.03 23:34:38.570509 [ 5 ] {0ae571e3-a178-4152-9edf-232aac589ff8} <Debug> TCPHandler: Processed in 0.001689929 sec. | ||
| 5202 | 2025.03.03 23:34:38.570655 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.03.03 23:34:38.570758 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5204 | 2025.03.03 23:34:38.570829 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5205 | 2025.03.03 23:34:38.571971 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.03.03 23:34:38.572013 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5207 | 2025.03.03 23:34:38.572658 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5208 | 2025.03.03 23:34:38.572917 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.03.03 23:34:38.573157 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00242 sec., 16115.702479338845 rows/sec., 28.88 MiB/sec. | ||
| 5210 | 2025.03.03 23:34:38.573264 [ 5 ] {e04c9b59-ac10-43a9-9954-ca65bffb96e3} <Debug> TCPHandler: Processed in 0.002667726 sec. | ||
| 5211 | 2025.03.03 23:34:38.573379 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.03.03 23:34:38.573480 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5213 | 2025.03.03 23:34:38.573527 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5214 | 2025.03.03 23:34:38.573953 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.03.03 23:34:38.573992 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5216 | 2025.03.03 23:34:38.574347 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5217 | 2025.03.03 23:34:38.574598 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.03.03 23:34:38.574844 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
| 5219 | 2025.03.03 23:34:38.574990 [ 5 ] {88eed6a2-c98d-4170-82d3-a53648c6eb5b} <Debug> TCPHandler: Processed in 0.001655757 sec. | ||
| 5220 | 2025.03.03 23:34:42.053048 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5221 | 2025.03.03 23:34:42.053116 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5222 | 2025.03.03 23:34:42.180347 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5223 | 2025.03.03 23:34:42.181529 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.03.03 23:34:42.181584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5225 | 2025.03.03 23:34:42.182110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5226 | 2025.03.03 23:34:42.182381 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.03.03 23:34:42.182592 [ 24 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5228 | 2025.03.03 23:34:42.182626 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5229 | 2025.03.03 23:34:42.182674 [ 24 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.03.03 23:34:42.182707 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5231 | 2025.03.03 23:34:42.182848 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 5232 | 2025.03.03 23:34:42.182966 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5233 | 2025.03.03 23:34:42.183005 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5234 | 2025.03.03 23:34:42.183086 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5235 | 2025.03.03 23:34:42.183249 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5236 | 2025.03.03 23:34:42.183497 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5237 | 2025.03.03 23:34:42.183698 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5238 | 2025.03.03 23:34:42.183858 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5239 | 2025.03.03 23:34:42.188791 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006008061 sec., 1989993.1109221426 rows/sec., 28.47 MiB/sec. | ||
| 5240 | 2025.03.03 23:34:42.189238 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5241 | 2025.03.03 23:34:42.189596 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2025.03.03 23:34:42.189690 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_26_5} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5243 | 2025.03.03 23:34:42.189809 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5244 | 2025.03.03 23:34:43.012858 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5245 | 2025.03.03 23:34:43.033258 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.03.03 23:34:43.033303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5247 | 2025.03.03 23:34:43.040942 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5248 | 2025.03.03 23:34:43.041699 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.03.03 23:34:43.042072 [ 23 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5250 | 2025.03.03 23:34:43.042201 [ 23 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.03.03 23:34:43.042280 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5252 | 2025.03.03 23:34:43.042757 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5253 | 2025.03.03 23:34:43.056522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5254 | 2025.03.03 23:34:43.058322 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5255 | 2025.03.03 23:34:43.059737 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5256 | 2025.03.03 23:34:43.064734 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5257 | 2025.03.03 23:34:43.069957 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5258 | 2025.03.03 23:34:43.075245 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5259 | 2025.03.03 23:34:43.080918 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5260 | 2025.03.03 23:34:43.085352 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 5261 | 2025.03.03 23:34:43.146924 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104492703 sec., 1875.7290640667989 rows/sec., 9.70 MiB/sec. | ||
| 5262 | 2025.03.03 23:34:43.149590 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5263 | 2025.03.03 23:34:43.152466 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_26_5} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.03.03 23:34:43.152580 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_26_5} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5265 | 2025.03.03 23:34:43.154771 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5266 | 2025.03.03 23:34:43.536929 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.03.03 23:34:43.537139 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5268 | 2025.03.03 23:34:43.537218 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5269 | 2025.03.03 23:34:43.537950 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.03.03 23:34:43.538002 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5271 | 2025.03.03 23:34:43.538430 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5272 | 2025.03.03 23:34:43.538685 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.03.03 23:34:43.538882 [ 23 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5274 | 2025.03.03 23:34:43.538950 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. | ||
| 5275 | 2025.03.03 23:34:43.538978 [ 23 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2025.03.03 23:34:43.539059 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5277 | 2025.03.03 23:34:43.539084 [ 5 ] {fffaf750-6ba3-45f2-bb94-b4493422bb33} <Debug> TCPHandler: Processed in 0.002297505 sec. | ||
| 5278 | 2025.03.03 23:34:43.539340 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5279 | 2025.03.03 23:34:43.539341 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 5280 | 2025.03.03 23:34:43.539692 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5281 | 2025.03.03 23:34:43.539856 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5282 | 2025.03.03 23:34:43.539890 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5283 | 2025.03.03 23:34:43.540021 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1842 rows starting from the beginning of the part | ||
| 5284 | 2025.03.03 23:34:43.540462 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 5285 | 2025.03.03 23:34:43.540921 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 693 rows starting from the beginning of the part | ||
| 5286 | 2025.03.03 23:34:43.541330 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5287 | 2025.03.03 23:34:43.541695 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 695 rows starting from the beginning of the part | ||
| 5288 | 2025.03.03 23:34:43.542070 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 5289 | 2025.03.03 23:34:43.542936 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5290 | 2025.03.03 23:34:43.542986 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5291 | 2025.03.03 23:34:43.543595 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5292 | 2025.03.03 23:34:43.543937 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2025.03.03 23:34:43.544183 [ 23 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5294 | 2025.03.03 23:34:43.544284 [ 23 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2025.03.03 23:34:43.544320 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5296 | 2025.03.03 23:34:43.544344 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004774 sec., 13405.948889819858 rows/sec., 1.05 MiB/sec. | ||
| 5297 | 2025.03.03 23:34:43.544907 [ 5 ] {b635b98d-6422-4356-8c7b-6c78dcbfe322} <Debug> TCPHandler: Processed in 0.00563683 sec. | ||
| 5298 | 2025.03.03 23:34:43.544956 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 5299 | 2025.03.03 23:34:43.545616 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5300 | 2025.03.03 23:34:43.545804 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5301 | 2025.03.03 23:34:43.546023 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 912 rows starting from the beginning of the part | ||
| 5302 | 2025.03.03 23:34:43.546205 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3398 rows, containing 5 columns (5 merged, 0 gathered) in 0.00702992 sec., 483362.54182124406 rows/sec., 40.81 MiB/sec. | ||
| 5303 | 2025.03.03 23:34:43.546302 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5304 | 2025.03.03 23:34:43.546583 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 5305 | 2025.03.03 23:34:43.546892 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5306 | 2025.03.03 23:34:43.546943 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5307 | 2025.03.03 23:34:43.547038 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 420 rows starting from the beginning of the part | ||
| 5308 | 2025.03.03 23:34:43.547469 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5309 | 2025.03.03 23:34:43.547867 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5310 | 2025.03.03 23:34:43.548185 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5311 | 2025.03.03 23:34:43.548234 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 5312 | 2025.03.03 23:34:43.548735 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_41_8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5313 | 2025.03.03 23:34:43.549047 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5314 | 2025.03.03 23:34:43.550411 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.03.03 23:34:43.550485 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5316 | 2025.03.03 23:34:43.551362 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5317 | 2025.03.03 23:34:43.551758 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1945 rows, containing 5 columns (5 merged, 0 gathered) in 0.007331529 sec., 265292.54675252596 rows/sec., 20.26 MiB/sec. | ||
| 5318 | 2025.03.03 23:34:43.551876 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.03.03 23:34:43.552056 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5320 | 2025.03.03 23:34:43.552129 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5321 | 2025.03.03 23:34:43.552226 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.03.03 23:34:43.552308 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5323 | 2025.03.03 23:34:43.552483 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006407 sec., 24972.68612455127 rows/sec., 1.74 MiB/sec. | ||
| 5324 | 2025.03.03 23:34:43.552782 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 5325 | 2025.03.03 23:34:43.553121 [ 5 ] {f3687f19-3f22-44d6-9314-9576b726dfba} <Debug> TCPHandler: Processed in 0.007746411 sec. | ||
| 5326 | 2025.03.03 23:34:43.553408 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5327 | 2025.03.03 23:34:43.553602 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11347 rows starting from the beginning of the part | ||
| 5328 | 2025.03.03 23:34:43.553908 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5329 | 2025.03.03 23:34:43.554043 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5330 | 2025.03.03 23:34:43.554199 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5331 | 2025.03.03 23:34:43.554435 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5332 | 2025.03.03 23:34:43.554549 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5333 | 2025.03.03 23:34:43.554743 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5334 | 2025.03.03 23:34:43.554847 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5335 | 2025.03.03 23:34:43.555090 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5336 | 2025.03.03 23:34:43.555436 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5337 | 2025.03.03 23:34:43.555554 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_41_8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5338 | 2025.03.03 23:34:43.556440 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5339 | 2025.03.03 23:34:43.557112 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2025.03.03 23:34:43.557228 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5341 | 2025.03.03 23:34:43.557783 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5342 | 2025.03.03 23:34:43.558231 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2025.03.03 23:34:43.558522 [ 23 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5344 | 2025.03.03 23:34:43.558627 [ 23 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5345 | 2025.03.03 23:34:43.558704 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5346 | 2025.03.03 23:34:43.558962 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004619 sec., 12989.824637367396 rows/sec., 896.43 KiB/sec. | ||
| 5347 | 2025.03.03 23:34:43.559187 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 5348 | 2025.03.03 23:34:43.559732 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5349 | 2025.03.03 23:34:43.559904 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2046 rows starting from the beginning of the part | ||
| 5350 | 2025.03.03 23:34:43.560673 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5351 | 2025.03.03 23:34:43.561053 [ 5 ] {b00ea690-6476-49cd-b7d0-3c32803235ce} <Debug> TCPHandler: Processed in 0.00735381 sec. | ||
| 5352 | 2025.03.03 23:34:43.561073 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5353 | 2025.03.03 23:34:43.561480 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5354 | 2025.03.03 23:34:43.561637 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5355 | 2025.03.03 23:34:43.561832 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5356 | 2025.03.03 23:34:43.563732 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12301 rows, containing 5 columns (5 merged, 0 gathered) in 0.011269682 sec., 1091512.6087852346 rows/sec., 73.66 MiB/sec. | ||
| 5357 | 2025.03.03 23:34:43.564115 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2390 rows, containing 4 columns (4 merged, 0 gathered) in 0.00526255 sec., 454152.4546085072 rows/sec., 29.55 MiB/sec. | ||
| 5358 | 2025.03.03 23:34:43.564223 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5359 | 2025.03.03 23:34:43.564438 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5360 | 2025.03.03 23:34:43.564711 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5361 | 2025.03.03 23:34:43.564871 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5362 | 2025.03.03 23:34:43.565018 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.03.03 23:34:43.565053 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5364 | 2025.03.03 23:34:43.565166 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_41_8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5365 | 2025.03.03 23:34:43.565257 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5366 | 2025.03.03 23:34:44.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.98 MiB, peak 201.14 MiB, free memory in arenas 0.00 B, will set to 193.11 MiB (RSS), difference: 2.13 MiB | ||
| 5367 | 2025.03.03 23:34:44.981769 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.03.03 23:34:44.981956 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5369 | 2025.03.03 23:34:44.982027 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5370 | 2025.03.03 23:34:44.982871 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.03.03 23:34:44.982913 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5372 | 2025.03.03 23:34:44.983352 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5373 | 2025.03.03 23:34:44.983615 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.03.03 23:34:44.983813 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00191 sec., 110994.76439790576 rows/sec., 7.06 MiB/sec. | ||
| 5375 | 2025.03.03 23:34:44.983869 [ 5 ] {e4541df3-1621-4396-b0d6-cf79cfffed3d} <Debug> TCPHandler: Processed in 0.002224303 sec. | ||
| 5376 | 2025.03.03 23:34:44.983995 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2025.03.03 23:34:44.984104 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5378 | 2025.03.03 23:34:44.984151 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5379 | 2025.03.03 23:34:44.984672 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.03.03 23:34:44.984711 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5381 | 2025.03.03 23:34:44.985058 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5382 | 2025.03.03 23:34:44.985291 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.03.03 23:34:44.985480 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001398 sec., 10014.306151645207 rows/sec., 816.60 KiB/sec. | ||
| 5384 | 2025.03.03 23:34:44.985565 [ 5 ] {31032ec0-f94f-445f-80fc-61ee75d36533} <Debug> TCPHandler: Processed in 0.001620116 sec. | ||
| 5385 | 2025.03.03 23:34:44.985668 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2025.03.03 23:34:44.985772 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5387 | 2025.03.03 23:34:44.985816 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5388 | 2025.03.03 23:34:44.987248 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2025.03.03 23:34:44.987286 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5390 | 2025.03.03 23:34:44.987751 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5391 | 2025.03.03 23:34:44.987996 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2025.03.03 23:34:44.988179 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.00243 sec., 758024.6913580247 rows/sec., 61.85 MiB/sec. | ||
| 5393 | 2025.03.03 23:34:44.988231 [ 5 ] {a753a3cf-d5fe-4504-a00e-1b3f325aedcb} <Debug> TCPHandler: Processed in 0.002611625 sec. | ||
| 5394 | 2025.03.03 23:34:44.988344 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5395 | 2025.03.03 23:34:44.988449 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5396 | 2025.03.03 23:34:44.988492 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5397 | 2025.03.03 23:34:44.989065 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.03.03 23:34:44.989102 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5399 | 2025.03.03 23:34:44.989448 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5400 | 2025.03.03 23:34:44.989685 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.03.03 23:34:44.989897 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.001465 sec., 108532.42320819113 rows/sec., 6.86 MiB/sec. | ||
| 5402 | 2025.03.03 23:34:44.990102 [ 5 ] {25468c93-588a-4ce1-9abb-91e1c3585292} <Debug> TCPHandler: Processed in 0.001805922 sec. | ||
| 5403 | 2025.03.03 23:34:44.990251 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5404 | 2025.03.03 23:34:44.990356 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5405 | 2025.03.03 23:34:44.990399 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5406 | 2025.03.03 23:34:44.991075 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.03.03 23:34:44.991113 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5408 | 2025.03.03 23:34:44.991464 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5409 | 2025.03.03 23:34:44.991699 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.03.03 23:34:44.991872 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001538 sec., 221716.51495448634 rows/sec., 14.79 MiB/sec. | ||
| 5411 | 2025.03.03 23:34:44.991922 [ 5 ] {90eb9e3d-5893-4d40-916e-27012e59b2f6} <Debug> TCPHandler: Processed in 0.00172063 sec. | ||
| 5412 | 2025.03.03 23:34:44.992039 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5413 | 2025.03.03 23:34:44.992150 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5414 | 2025.03.03 23:34:44.992195 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5415 | 2025.03.03 23:34:44.992764 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5416 | 2025.03.03 23:34:44.992802 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5417 | 2025.03.03 23:34:44.993161 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5418 | 2025.03.03 23:34:44.993398 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2025.03.03 23:34:44.993573 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001445 sec., 77508.65051903113 rows/sec., 4.42 MiB/sec. | ||
| 5420 | 2025.03.03 23:34:44.993624 [ 5 ] {ab95d962-15ec-445f-93fd-22355d8bbfda} <Debug> TCPHandler: Processed in 0.001638597 sec. | ||
| 5421 | 2025.03.03 23:34:44.993732 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2025.03.03 23:34:44.993833 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5423 | 2025.03.03 23:34:44.993878 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5424 | 2025.03.03 23:34:44.994716 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5425 | 2025.03.03 23:34:44.994754 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5426 | 2025.03.03 23:34:44.995143 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5427 | 2025.03.03 23:34:44.995384 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.03.03 23:34:44.995561 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.00175 sec., 509142.85714285716 rows/sec., 36.91 MiB/sec. | ||
| 5429 | 2025.03.03 23:34:44.995613 [ 5 ] {0f137239-df2e-4eb9-8266-53e337a00cc2} <Debug> TCPHandler: Processed in 0.001930505 sec. | ||
| 5430 | 2025.03.03 23:34:44.995720 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5431 | 2025.03.03 23:34:44.995821 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5432 | 2025.03.03 23:34:44.995867 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5433 | 2025.03.03 23:34:44.996282 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.03.03 23:34:44.996319 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5435 | 2025.03.03 23:34:44.996675 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5436 | 2025.03.03 23:34:44.996903 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.03.03 23:34:44.997079 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. | ||
| 5438 | 2025.03.03 23:34:44.997127 [ 5 ] {3b268202-a780-4f30-b89f-4bbc4f82f169} <Debug> TCPHandler: Processed in 0.001457451 sec. | ||
| 5439 | 2025.03.03 23:34:44.997229 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.03.03 23:34:44.997331 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.03.03 23:34:44.997376 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5442 | 2025.03.03 23:34:44.998065 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.03.03 23:34:44.998102 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5444 | 2025.03.03 23:34:44.998514 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5445 | 2025.03.03 23:34:44.998751 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.03.03 23:34:44.998922 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001613 sec., 616243.0254184749 rows/sec., 41.01 MiB/sec. | ||
| 5447 | 2025.03.03 23:34:44.998972 [ 5 ] {81bc14d2-942a-4cc2-a320-4095f5dd9e85} <Debug> TCPHandler: Processed in 0.001794022 sec. | ||
| 5448 | 2025.03.03 23:34:44.999070 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2025.03.03 23:34:44.999172 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5450 | 2025.03.03 23:34:44.999217 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5451 | 2025.03.03 23:34:44.999611 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2025.03.03 23:34:44.999657 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5453 | 2025.03.03 23:34:44.999990 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5454 | 2025.03.03 23:34:45.000518 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2025.03.03 23:34:45.000825 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001674 sec., 597.3715651135007 rows/sec., 40.25 KiB/sec. | ||
| 5456 | 2025.03.03 23:34:45.000875 [ 5 ] {0ed3d92d-b0ad-43ee-86ce-51dfc471c69e} <Debug> TCPHandler: Processed in 0.001854593 sec. | ||
| 5457 | 2025.03.03 23:34:45.000977 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5458 | 2025.03.03 23:34:45.001078 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5459 | 2025.03.03 23:34:45.001143 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5460 | 2025.03.03 23:34:45.002278 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2025.03.03 23:34:45.002314 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5462 | 2025.03.03 23:34:45.002948 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5463 | 2025.03.03 23:34:45.003199 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2025.03.03 23:34:45.003392 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002335 sec., 16702.35546038544 rows/sec., 29.93 MiB/sec. | ||
| 5465 | 2025.03.03 23:34:45.003483 [ 5 ] {a37e4abc-67c9-45b6-b349-4c9bed10fcaa} <Debug> TCPHandler: Processed in 0.002556173 sec. | ||
| 5466 | 2025.03.03 23:34:45.003595 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.03.03 23:34:45.003710 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5468 | 2025.03.03 23:34:45.003757 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5469 | 2025.03.03 23:34:45.004171 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.03.03 23:34:45.004207 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5471 | 2025.03.03 23:34:45.004545 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5472 | 2025.03.03 23:34:45.004786 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.03.03 23:34:45.004954 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001266 sec., 36334.9131121643 rows/sec., 2.20 MiB/sec. | ||
| 5474 | 2025.03.03 23:34:45.005004 [ 5 ] {31543f9a-7ef8-4e43-acfc-208c4c0d819d} <Debug> TCPHandler: Processed in 0.001457412 sec. | ||
| 5475 | 2025.03.03 23:34:47.222689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 782 | ||
| 5476 | 2025.03.03 23:34:47.226139 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2025.03.03 23:34:47.226193 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5478 | 2025.03.03 23:34:47.227711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5479 | 2025.03.03 23:34:47.228036 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2025.03.03 23:34:47.229192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782 | ||
| 5481 | 2025.03.03 23:34:48.533898 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.03.03 23:34:48.534093 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5483 | 2025.03.03 23:34:48.534163 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5484 | 2025.03.03 23:34:48.534988 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.03.03 23:34:48.535043 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5486 | 2025.03.03 23:34:48.535497 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5487 | 2025.03.03 23:34:48.535772 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.03.03 23:34:48.536001 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec. | ||
| 5489 | 2025.03.03 23:34:48.536060 [ 5 ] {9594aa87-4bab-466d-be5e-80690d8eaa43} <Debug> TCPHandler: Processed in 0.002295315 sec. | ||
| 5490 | 2025.03.03 23:34:48.536184 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2025.03.03 23:34:48.536291 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5492 | 2025.03.03 23:34:48.536338 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5493 | 2025.03.03 23:34:48.536872 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.03.03 23:34:48.536913 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5495 | 2025.03.03 23:34:48.537273 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5496 | 2025.03.03 23:34:48.537680 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.03.03 23:34:48.537911 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
| 5498 | 2025.03.03 23:34:48.537994 [ 5 ] {2da49aa6-9131-421e-b4ad-654d102e8504} <Debug> TCPHandler: Processed in 0.001862283 sec. | ||
| 5499 | 2025.03.03 23:34:48.538227 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.03.03 23:34:48.538359 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5501 | 2025.03.03 23:34:48.538410 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5502 | 2025.03.03 23:34:48.538931 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.03.03 23:34:48.538973 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5504 | 2025.03.03 23:34:48.539372 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5505 | 2025.03.03 23:34:48.539617 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.03.03 23:34:48.539821 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001485 sec., 64646.46464646465 rows/sec., 4.50 MiB/sec. | ||
| 5507 | 2025.03.03 23:34:48.539874 [ 5 ] {d805e66d-7349-40d7-93cf-e62b7e1d2c65} <Debug> TCPHandler: Processed in 0.00173753 sec. | ||
| 5508 | 2025.03.03 23:34:48.539990 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2025.03.03 23:34:48.540096 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5510 | 2025.03.03 23:34:48.540142 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5511 | 2025.03.03 23:34:48.540562 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.03.03 23:34:48.540601 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5513 | 2025.03.03 23:34:48.540958 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5514 | 2025.03.03 23:34:48.541195 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.03.03 23:34:48.541395 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001321 sec., 27252.081756245272 rows/sec., 1.84 MiB/sec. | ||
| 5516 | 2025.03.03 23:34:48.541444 [ 5 ] {f52a9e2f-ff81-4ed0-94a6-21bbcd00a851} <Debug> TCPHandler: Processed in 0.001505533 sec. | ||
| 5517 | 2025.03.03 23:34:49.682773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5518 | 2025.03.03 23:34:49.683506 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5519 | 2025.03.03 23:34:49.683544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5520 | 2025.03.03 23:34:49.684085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5521 | 2025.03.03 23:34:49.684364 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2025.03.03 23:34:49.684552 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5523 | 2025.03.03 23:34:50.556617 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5524 | 2025.03.03 23:34:50.575150 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2025.03.03 23:34:50.575205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5526 | 2025.03.03 23:34:50.582392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5527 | 2025.03.03 23:34:50.583134 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2025.03.03 23:34:50.586577 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5529 | 2025.03.03 23:34:53.536572 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2025.03.03 23:34:53.536778 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5531 | 2025.03.03 23:34:53.536848 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5532 | 2025.03.03 23:34:53.537778 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2025.03.03 23:34:53.537825 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5534 | 2025.03.03 23:34:53.538251 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5535 | 2025.03.03 23:34:53.538516 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2025.03.03 23:34:53.538769 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.11 MiB/sec. | ||
| 5537 | 2025.03.03 23:34:53.538826 [ 5 ] {da7eafcd-6ef3-4f6a-9cc2-c9eaab0ccee5} <Debug> TCPHandler: Processed in 0.002390198 sec. | ||
| 5538 | 2025.03.03 23:34:53.538944 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5539 | 2025.03.03 23:34:53.539057 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5540 | 2025.03.03 23:34:53.539103 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5541 | 2025.03.03 23:34:53.539647 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2025.03.03 23:34:53.539686 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5543 | 2025.03.03 23:34:53.540045 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5544 | 2025.03.03 23:34:53.540281 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5545 | 2025.03.03 23:34:53.540509 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001472 sec., 43478.260869565216 rows/sec., 3.39 MiB/sec. | ||
| 5546 | 2025.03.03 23:34:53.540613 [ 5 ] {4b5c230c-9923-4c48-9999-64390c853ae5} <Debug> TCPHandler: Processed in 0.001719919 sec. | ||
| 5547 | 2025.03.03 23:34:53.540763 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5548 | 2025.03.03 23:34:53.540867 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5549 | 2025.03.03 23:34:53.540914 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5550 | 2025.03.03 23:34:53.541413 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2025.03.03 23:34:53.541450 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5552 | 2025.03.03 23:34:53.541826 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5553 | 2025.03.03 23:34:53.542069 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2025.03.03 23:34:53.542317 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 5555 | 2025.03.03 23:34:53.542436 [ 5 ] {a5b42529-9e42-4eb6-b32f-8f01a8dd499b} <Debug> TCPHandler: Processed in 0.00172702 sec. | ||
| 5556 | 2025.03.03 23:34:53.542681 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5557 | 2025.03.03 23:34:53.542788 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5558 | 2025.03.03 23:34:53.542837 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5559 | 2025.03.03 23:34:53.543272 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2025.03.03 23:34:53.543312 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5561 | 2025.03.03 23:34:53.543674 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5562 | 2025.03.03 23:34:53.543918 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2025.03.03 23:34:53.544152 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 5564 | 2025.03.03 23:34:53.544247 [ 5 ] {bfb6eaa6-dcba-43ff-b80e-68a0df642c0e} <Debug> TCPHandler: Processed in 0.001647407 sec. | ||
| 5565 | 2025.03.03 23:34:56.037761 [ 147 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5566 | 2025.03.03 23:34:56.037838 [ 147 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.03.03 23:34:56.037862 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5568 | 2025.03.03 23:34:56.038120 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 5569 | 2025.03.03 23:34:56.038291 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5570 | 2025.03.03 23:34:56.038330 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 5571 | 2025.03.03 23:34:56.038420 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 5572 | 2025.03.03 23:34:56.038626 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 5573 | 2025.03.03 23:34:56.038728 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 5574 | 2025.03.03 23:34:56.038839 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 5575 | 2025.03.03 23:34:56.039768 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001824552 sec., 25211.66839859867 rows/sec., 2.10 MiB/sec. | ||
| 5576 | 2025.03.03 23:34:56.039938 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5577 | 2025.03.03 23:34:56.040248 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.03.03 23:34:56.040335 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_5_1} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5579 | 2025.03.03 23:34:56.040433 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5580 | 2025.03.03 23:34:57.053388 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5581 | 2025.03.03 23:34:57.053449 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5582 | 2025.03.03 23:34:57.184766 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5583 | 2025.03.03 23:34:57.185951 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.03.03 23:34:57.186023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5585 | 2025.03.03 23:34:57.186855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5586 | 2025.03.03 23:34:57.187253 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5587 | 2025.03.03 23:34:57.187586 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5588 | 2025.03.03 23:34:57.229596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 798 | ||
| 5589 | 2025.03.03 23:34:57.234638 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.03.03 23:34:57.234728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5591 | 2025.03.03 23:34:57.237293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5592 | 2025.03.03 23:34:57.237688 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.03.03 23:34:57.238460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
| 5594 | 2025.03.03 23:34:57.672396 [ 149 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5595 | 2025.03.03 23:34:57.672472 [ 149 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2025.03.03 23:34:57.672497 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5597 | 2025.03.03 23:34:57.672673 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5598 | 2025.03.03 23:34:57.672865 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5599 | 2025.03.03 23:34:57.672910 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5600 | 2025.03.03 23:34:57.672998 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5601 | 2025.03.03 23:34:57.673273 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5602 | 2025.03.03 23:34:57.673493 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5603 | 2025.03.03 23:34:57.673680 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5604 | 2025.03.03 23:34:57.674776 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002196343 sec., 8195.441240279866 rows/sec., 552.23 KiB/sec. | ||
| 5605 | 2025.03.03 23:34:57.674943 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5606 | 2025.03.03 23:34:57.675282 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2025.03.03 23:34:57.675376 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_18_4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5608 | 2025.03.03 23:34:57.675471 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5609 | 2025.03.03 23:34:58.086643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5610 | 2025.03.03 23:34:58.106469 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.03.03 23:34:58.106516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5612 | 2025.03.03 23:34:58.113765 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5613 | 2025.03.03 23:34:58.114541 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2025.03.03 23:34:58.117130 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5615 | 2025.03.03 23:34:58.545117 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5616 | 2025.03.03 23:34:58.545313 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5617 | 2025.03.03 23:34:58.545390 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5618 | 2025.03.03 23:34:58.546255 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2025.03.03 23:34:58.546303 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5620 | 2025.03.03 23:34:58.546801 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5621 | 2025.03.03 23:34:58.547069 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5622 | 2025.03.03 23:34:58.547299 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002038 sec., 104023.55250245339 rows/sec., 6.62 MiB/sec. | ||
| 5623 | 2025.03.03 23:34:58.547358 [ 5 ] {8a57fd3e-f753-456f-97d9-cff367cf8acb} <Debug> TCPHandler: Processed in 0.002411698 sec. | ||
| 5624 | 2025.03.03 23:34:58.547487 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5625 | 2025.03.03 23:34:58.547593 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5626 | 2025.03.03 23:34:58.547641 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5627 | 2025.03.03 23:34:58.548482 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5628 | 2025.03.03 23:34:58.548521 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5629 | 2025.03.03 23:34:58.548932 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5630 | 2025.03.03 23:34:58.549175 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5631 | 2025.03.03 23:34:58.549413 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001838 sec., 378128.4004352557 rows/sec., 30.19 MiB/sec. | ||
| 5632 | 2025.03.03 23:34:58.549499 [ 5 ] {1e40bbf6-dc8a-40e6-b6d4-96d5adb1fd12} <Debug> TCPHandler: Processed in 0.00206445 sec. | ||
| 5633 | 2025.03.03 23:34:58.549713 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5634 | 2025.03.03 23:34:58.549852 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5635 | 2025.03.03 23:34:58.549898 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5636 | 2025.03.03 23:34:58.550476 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2025.03.03 23:34:58.550515 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5638 | 2025.03.03 23:34:58.550865 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5639 | 2025.03.03 23:34:58.551134 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2025.03.03 23:34:58.551343 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001515 sec., 95709.57095709571 rows/sec., 6.01 MiB/sec. | ||
| 5641 | 2025.03.03 23:34:58.551395 [ 5 ] {844901d8-3905-4330-afe9-ef5e04302dd6} <Debug> TCPHandler: Processed in 0.001774521 sec. | ||
| 5642 | 2025.03.03 23:34:58.551522 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5643 | 2025.03.03 23:34:58.551657 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5644 | 2025.03.03 23:34:58.551713 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5645 | 2025.03.03 23:34:58.552353 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2025.03.03 23:34:58.552393 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5647 | 2025.03.03 23:34:58.552766 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5648 | 2025.03.03 23:34:58.553011 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2025.03.03 23:34:58.553232 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001604 sec., 70448.87780548629 rows/sec., 4.56 MiB/sec. | ||
| 5650 | 2025.03.03 23:34:58.553354 [ 5 ] {0af6ec47-75fd-457b-afb3-542764e14a3c} <Debug> TCPHandler: Processed in 0.001898485 sec. | ||
| 5651 | 2025.03.03 23:34:58.553463 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5652 | 2025.03.03 23:34:58.553565 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5653 | 2025.03.03 23:34:58.553609 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5654 | 2025.03.03 23:34:58.554181 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5655 | 2025.03.03 23:34:58.554219 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5656 | 2025.03.03 23:34:58.554562 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5657 | 2025.03.03 23:34:58.554798 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2025.03.03 23:34:58.555002 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001459 sec., 76764.90747087046 rows/sec., 4.37 MiB/sec. | ||
| 5659 | 2025.03.03 23:34:58.555052 [ 5 ] {0dd3341a-6519-4963-b68d-091e1e8972b7} <Debug> TCPHandler: Processed in 0.001640297 sec. | ||
| 5660 | 2025.03.03 23:34:58.555162 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5661 | 2025.03.03 23:34:58.555266 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5662 | 2025.03.03 23:34:58.555309 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5663 | 2025.03.03 23:34:58.555962 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2025.03.03 23:34:58.556001 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5665 | 2025.03.03 23:34:58.556364 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5666 | 2025.03.03 23:34:58.556595 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2025.03.03 23:34:58.556855 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.0016 sec., 263125 rows/sec., 18.74 MiB/sec. | ||
| 5668 | 2025.03.03 23:34:58.556971 [ 5 ] {40ef51a3-dda5-4631-af9b-12dd2f2a2bcd} <Debug> TCPHandler: Processed in 0.001857053 sec. | ||
| 5669 | 2025.03.03 23:34:58.557193 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2025.03.03 23:34:58.557315 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5671 | 2025.03.03 23:34:58.557363 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5672 | 2025.03.03 23:34:58.557810 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2025.03.03 23:34:58.557848 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5674 | 2025.03.03 23:34:58.558192 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5675 | 2025.03.03 23:34:58.558431 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2025.03.03 23:34:58.558634 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 5677 | 2025.03.03 23:34:58.558681 [ 5 ] {fefcd60d-f691-47f3-ba03-1745b59a2934} <Debug> TCPHandler: Processed in 0.001573835 sec. | ||
| 5678 | 2025.03.03 23:34:58.558783 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5679 | 2025.03.03 23:34:58.558884 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5680 | 2025.03.03 23:34:58.558931 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5681 | 2025.03.03 23:34:58.559447 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5682 | 2025.03.03 23:34:58.559485 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5683 | 2025.03.03 23:34:58.559858 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5684 | 2025.03.03 23:34:58.560089 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5685 | 2025.03.03 23:34:58.560303 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001439 sec., 164697.70674079223 rows/sec., 11.04 MiB/sec. | ||
| 5686 | 2025.03.03 23:34:58.560354 [ 5 ] {9d87caa7-7cee-4263-b193-d7f8874d4ad3} <Debug> TCPHandler: Processed in 0.001621506 sec. | ||
| 5687 | 2025.03.03 23:34:58.560453 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5688 | 2025.03.03 23:34:58.560553 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5689 | 2025.03.03 23:34:58.560604 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5690 | 2025.03.03 23:34:58.561006 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2025.03.03 23:34:58.561044 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5692 | 2025.03.03 23:34:58.561378 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5693 | 2025.03.03 23:34:58.561610 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2025.03.03 23:34:58.561811 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec. | ||
| 5695 | 2025.03.03 23:34:58.561859 [ 5 ] {5992250a-f77e-4104-90a6-2e85c0403751} <Debug> TCPHandler: Processed in 0.001456551 sec. | ||
| 5696 | 2025.03.03 23:34:58.561960 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2025.03.03 23:34:58.562060 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5698 | 2025.03.03 23:34:58.562126 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5699 | 2025.03.03 23:34:58.563253 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.03.03 23:34:58.563292 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5701 | 2025.03.03 23:34:58.563940 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5702 | 2025.03.03 23:34:58.564201 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.03.03 23:34:58.564431 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002392 sec., 16304.347826086956 rows/sec., 29.22 MiB/sec. | ||
| 5704 | 2025.03.03 23:34:58.564522 [ 5 ] {79a831e9-0de1-441a-9640-eb7243c043ff} <Debug> TCPHandler: Processed in 0.002611454 sec. | ||
| 5705 | 2025.03.03 23:34:58.564633 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2025.03.03 23:34:58.564735 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5707 | 2025.03.03 23:34:58.564780 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5708 | 2025.03.03 23:34:58.565199 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.03.03 23:34:58.565236 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5710 | 2025.03.03 23:34:58.565586 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5711 | 2025.03.03 23:34:58.565815 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.03.03 23:34:58.566033 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001321 sec., 62074.186222558674 rows/sec., 3.94 MiB/sec. | ||
| 5713 | 2025.03.03 23:34:58.566082 [ 5 ] {6103864e-065d-49ab-b546-14c46fa08d98} <Debug> TCPHandler: Processed in 0.001499593 sec. | ||
| 5714 | 2025.03.03 23:34:59.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.95 MiB, peak 201.14 MiB, free memory in arenas 0.00 B, will set to 193.78 MiB (RSS), difference: -1.17 MiB | ||
| 5715 | 2025.03.03 23:35:03.537218 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5716 | 2025.03.03 23:35:03.537449 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5717 | 2025.03.03 23:35:03.537531 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5718 | 2025.03.03 23:35:03.538371 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2025.03.03 23:35:03.538428 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5720 | 2025.03.03 23:35:03.538866 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5721 | 2025.03.03 23:35:03.539120 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2025.03.03 23:35:03.539368 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.18 MiB/sec. | ||
| 5723 | 2025.03.03 23:35:03.539374 [ 141 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5724 | 2025.03.03 23:35:03.539455 [ 5 ] {2625a393-d40d-482e-acf8-5e0d519db1e9} <Debug> TCPHandler: Processed in 0.002377198 sec. | ||
| 5725 | 2025.03.03 23:35:03.539494 [ 141 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2025.03.03 23:35:03.539573 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5727 | 2025.03.03 23:35:03.539623 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5728 | 2025.03.03 23:35:03.540061 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5729 | 2025.03.03 23:35:03.540109 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 5730 | 2025.03.03 23:35:03.540266 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5731 | 2025.03.03 23:35:03.540696 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5732 | 2025.03.03 23:35:03.540854 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1844 rows starting from the beginning of the part | ||
| 5733 | 2025.03.03 23:35:03.541377 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1842 rows starting from the beginning of the part | ||
| 5734 | 2025.03.03 23:35:03.541758 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 5735 | 2025.03.03 23:35:03.542139 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5736 | 2025.03.03 23:35:03.542497 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 695 rows starting from the beginning of the part | ||
| 5737 | 2025.03.03 23:35:03.542776 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5738 | 2025.03.03 23:35:03.543663 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.03.03 23:35:03.543727 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5740 | 2025.03.03 23:35:03.544619 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5741 | 2025.03.03 23:35:03.545183 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.03.03 23:35:03.545423 [ 141 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5743 | 2025.03.03 23:35:03.545500 [ 141 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.03.03 23:35:03.545537 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5745 | 2025.03.03 23:35:03.545540 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005665 sec., 11297.440423654016 rows/sec., 902.95 KiB/sec. | ||
| 5746 | 2025.03.03 23:35:03.545881 [ 5 ] {26da6232-6890-4d70-9b07-50d5d9ae3214} <Debug> TCPHandler: Processed in 0.00630878 sec. | ||
| 5747 | 2025.03.03 23:35:03.545928 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 5748 | 2025.03.03 23:35:03.546052 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5749 | 2025.03.03 23:35:03.546195 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5750 | 2025.03.03 23:35:03.546347 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 5751 | 2025.03.03 23:35:03.546562 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5752 | 2025.03.03 23:35:03.546941 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5753 | 2025.03.03 23:35:03.547058 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 891 rows starting from the beginning of the part | ||
| 5754 | 2025.03.03 23:35:03.547329 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.007617747 sec., 597158.1886350387 rows/sec., 50.73 MiB/sec. | ||
| 5755 | 2025.03.03 23:35:03.547664 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 5756 | 2025.03.03 23:35:03.547917 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5757 | 2025.03.03 23:35:03.548373 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5758 | 2025.03.03 23:35:03.549007 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 5759 | 2025.03.03 23:35:03.549341 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5760 | 2025.03.03 23:35:03.549386 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.03.03 23:35:03.550000 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_46_9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5762 | 2025.03.03 23:35:03.550266 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 5763 | 2025.03.03 23:35:03.550713 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.03.03 23:35:03.550772 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5765 | 2025.03.03 23:35:03.551851 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5766 | 2025.03.03 23:35:03.552314 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.03.03 23:35:03.552556 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5768 | 2025.03.03 23:35:03.552681 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2025.03.03 23:35:03.552771 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5770 | 2025.03.03 23:35:03.552887 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006498 sec., 24622.96091104955 rows/sec., 1.71 MiB/sec. | ||
| 5771 | 2025.03.03 23:35:03.553345 [ 5 ] {e1f88069-2248-41e2-985a-55872a120241} <Debug> TCPHandler: Processed in 0.0073654 sec. | ||
| 5772 | 2025.03.03 23:35:03.553431 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 5773 | 2025.03.03 23:35:03.553513 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.007869235 sec., 307145.4849168947 rows/sec., 23.52 MiB/sec. | ||
| 5774 | 2025.03.03 23:35:03.553605 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.03.03 23:35:03.553735 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5776 | 2025.03.03 23:35:03.553829 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12301 rows starting from the beginning of the part | ||
| 5777 | 2025.03.03 23:35:03.553843 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5778 | 2025.03.03 23:35:03.553844 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5779 | 2025.03.03 23:35:03.554040 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5780 | 2025.03.03 23:35:03.554285 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 994 rows starting from the beginning of the part | ||
| 5781 | 2025.03.03 23:35:03.554955 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 96 rows starting from the beginning of the part | ||
| 5782 | 2025.03.03 23:35:03.555258 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2025.03.03 23:35:03.555637 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5784 | 2025.03.03 23:35:03.555714 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_46_9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5785 | 2025.03.03 23:35:03.556069 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 5786 | 2025.03.03 23:35:03.556110 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5787 | 2025.03.03 23:35:03.556489 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 5788 | 2025.03.03 23:35:03.557167 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.03.03 23:35:03.557211 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5790 | 2025.03.03 23:35:03.557713 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5791 | 2025.03.03 23:35:03.557996 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.03.03 23:35:03.558244 [ 141 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5793 | 2025.03.03 23:35:03.558410 [ 141 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2025.03.03 23:35:03.558466 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004672 sec., 12842.465753424658 rows/sec., 886.26 KiB/sec. | ||
| 5795 | 2025.03.03 23:35:03.558514 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5796 | 2025.03.03 23:35:03.558789 [ 5 ] {4bd0a438-c99b-4549-adaa-eaa1b922cca2} <Debug> TCPHandler: Processed in 0.005279191 sec. | ||
| 5797 | 2025.03.03 23:35:03.559009 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 5798 | 2025.03.03 23:35:03.559210 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5799 | 2025.03.03 23:35:03.559259 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2390 rows starting from the beginning of the part | ||
| 5800 | 2025.03.03 23:35:03.559384 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 5801 | 2025.03.03 23:35:03.559678 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 5802 | 2025.03.03 23:35:03.559975 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 5803 | 2025.03.03 23:35:03.560314 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 5804 | 2025.03.03 23:35:03.560706 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 5805 | 2025.03.03 23:35:03.562397 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13948 rows, containing 5 columns (5 merged, 0 gathered) in 0.00945584 sec., 1475067.26002132 rows/sec., 99.53 MiB/sec. | ||
| 5806 | 2025.03.03 23:35:03.562484 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2674 rows, containing 4 columns (4 merged, 0 gathered) in 0.003690305 sec., 724601.3540886187 rows/sec., 47.15 MiB/sec. | ||
| 5807 | 2025.03.03 23:35:03.562862 [ 201 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5808 | 2025.03.03 23:35:03.562936 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5809 | 2025.03.03 23:35:03.563460 [ 201 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.03.03 23:35:03.563552 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.03.03 23:35:03.563643 [ 201 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5812 | 2025.03.03 23:35:03.563754 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_46_9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5813 | 2025.03.03 23:35:03.563822 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
| 5814 | 2025.03.03 23:35:03.563961 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5815 | 2025.03.03 23:35:04.687739 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5816 | 2025.03.03 23:35:04.688587 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.03.03 23:35:04.688629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5818 | 2025.03.03 23:35:04.689207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5819 | 2025.03.03 23:35:04.689478 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2025.03.03 23:35:04.689779 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5821 | 2025.03.03 23:35:05.617186 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5822 | 2025.03.03 23:35:05.638056 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2025.03.03 23:35:05.638115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5824 | 2025.03.03 23:35:05.645492 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5825 | 2025.03.03 23:35:05.646258 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.03.03 23:35:05.649163 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5827 | 2025.03.03 23:35:07.238590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 828 | ||
| 5828 | 2025.03.03 23:35:07.241645 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2025.03.03 23:35:07.241695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5830 | 2025.03.03 23:35:07.243167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5831 | 2025.03.03 23:35:07.243485 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5832 | 2025.03.03 23:35:07.243680 [ 137 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5833 | 2025.03.03 23:35:07.243827 [ 137 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5834 | 2025.03.03 23:35:07.243897 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5835 | 2025.03.03 23:35:07.244430 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 5836 | 2025.03.03 23:35:07.245900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 5837 | 2025.03.03 23:35:07.246235 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5838 | 2025.03.03 23:35:07.246405 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 5839 | 2025.03.03 23:35:07.247032 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 5840 | 2025.03.03 23:35:07.247679 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 5841 | 2025.03.03 23:35:07.248345 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 5842 | 2025.03.03 23:35:07.248950 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 5843 | 2025.03.03 23:35:07.249546 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 5844 | 2025.03.03 23:35:07.257311 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 72 columns (72 merged, 0 gathered) in 0.013276769 sec., 62364.570777724606 rows/sec., 51.67 MiB/sec. | ||
| 5845 | 2025.03.03 23:35:07.258476 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5846 | 2025.03.03 23:35:07.259265 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.03.03 23:35:07.259348 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_21_4} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5848 | 2025.03.03 23:35:07.259647 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5849 | 2025.03.03 23:35:08.544085 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2025.03.03 23:35:08.544272 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5851 | 2025.03.03 23:35:08.544343 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5852 | 2025.03.03 23:35:08.545169 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2025.03.03 23:35:08.545220 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5854 | 2025.03.03 23:35:08.545661 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5855 | 2025.03.03 23:35:08.545916 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.03.03 23:35:08.546142 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00192 sec., 110416.66666666666 rows/sec., 7.02 MiB/sec. | ||
| 5857 | 2025.03.03 23:35:08.546201 [ 5 ] {a122984f-3385-4d03-a9b4-6bb5b5f79fae} <Debug> TCPHandler: Processed in 0.002248765 sec. | ||
| 5858 | 2025.03.03 23:35:08.546320 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5859 | 2025.03.03 23:35:08.546427 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5860 | 2025.03.03 23:35:08.546474 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5861 | 2025.03.03 23:35:08.547301 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2025.03.03 23:35:08.547341 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5863 | 2025.03.03 23:35:08.547749 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5864 | 2025.03.03 23:35:08.547996 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2025.03.03 23:35:08.548216 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001811 sec., 383765.87520706793 rows/sec., 30.64 MiB/sec. | ||
| 5866 | 2025.03.03 23:35:08.548269 [ 5 ] {936c04ff-9bd5-471e-b7f3-0091b67da057} <Debug> TCPHandler: Processed in 0.002001848 sec. | ||
| 5867 | 2025.03.03 23:35:08.548381 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5868 | 2025.03.03 23:35:08.548486 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5869 | 2025.03.03 23:35:08.548530 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5870 | 2025.03.03 23:35:08.549107 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2025.03.03 23:35:08.549147 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5872 | 2025.03.03 23:35:08.549500 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5873 | 2025.03.03 23:35:08.549742 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.03.03 23:35:08.549900 [ 136 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5875 | 2025.03.03 23:35:08.549972 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001505 sec., 96345.5149501661 rows/sec., 6.05 MiB/sec. | ||
| 5876 | 2025.03.03 23:35:08.549980 [ 136 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.03.03 23:35:08.550053 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5878 | 2025.03.03 23:35:08.550096 [ 5 ] {97e447bd-909a-450a-b277-2004f37f6a6e} <Debug> TCPHandler: Processed in 0.001761921 sec. | ||
| 5879 | 2025.03.03 23:35:08.550300 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.03.03 23:35:08.550302 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5881 | 2025.03.03 23:35:08.550467 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5882 | 2025.03.03 23:35:08.550567 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5883 | 2025.03.03 23:35:08.550636 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5884 | 2025.03.03 23:35:08.550724 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 162 rows starting from the beginning of the part | ||
| 5885 | 2025.03.03 23:35:08.551017 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 144 rows starting from the beginning of the part | ||
| 5886 | 2025.03.03 23:35:08.551315 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 145 rows starting from the beginning of the part | ||
| 5887 | 2025.03.03 23:35:08.551672 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 159 rows starting from the beginning of the part | ||
| 5888 | 2025.03.03 23:35:08.551973 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 145 rows starting from the beginning of the part | ||
| 5889 | 2025.03.03 23:35:08.552330 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part | ||
| 5890 | 2025.03.03 23:35:08.553456 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.03.03 23:35:08.553520 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5892 | 2025.03.03 23:35:08.554533 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5893 | 2025.03.03 23:35:08.555044 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2025.03.03 23:35:08.555311 [ 199 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.005141617 sec., 175042.2094839036 rows/sec., 11.68 MiB/sec. | ||
| 5895 | 2025.03.03 23:35:08.555454 [ 136 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5896 | 2025.03.03 23:35:08.555580 [ 136 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.03.03 23:35:08.555662 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5898 | 2025.03.03 23:35:08.555705 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005265 sec., 21462.488129154797 rows/sec., 1.39 MiB/sec. | ||
| 5899 | 2025.03.03 23:35:08.555763 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5900 | 2025.03.03 23:35:08.556173 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5901 | 2025.03.03 23:35:08.556677 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5902 | 2025.03.03 23:35:08.556771 [ 5 ] {cff8e0b3-bf64-4776-a70a-63296301d743} <Debug> TCPHandler: Processed in 0.006540497 sec. | ||
| 5903 | 2025.03.03 23:35:08.556806 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part | ||
| 5904 | 2025.03.03 23:35:08.557201 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5905 | 2025.03.03 23:35:08.557200 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.03.03 23:35:08.557476 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5907 | 2025.03.03 23:35:08.557537 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_20_4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5908 | 2025.03.03 23:35:08.557789 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.03.03 23:35:08.557947 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5910 | 2025.03.03 23:35:08.557955 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 5911 | 2025.03.03 23:35:08.558265 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5912 | 2025.03.03 23:35:08.558297 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 5913 | 2025.03.03 23:35:08.558407 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5914 | 2025.03.03 23:35:08.558544 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5915 | 2025.03.03 23:35:08.560754 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.03.03 23:35:08.560848 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5917 | 2025.03.03 23:35:08.561716 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5918 | 2025.03.03 23:35:08.561737 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00595496 sec., 190429.49071026506 rows/sec., 13.28 MiB/sec. | ||
| 5919 | 2025.03.03 23:35:08.561942 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5920 | 2025.03.03 23:35:08.562158 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2025.03.03 23:35:08.562523 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5922 | 2025.03.03 23:35:08.562565 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004452 sec., 25157.232704402515 rows/sec., 1.43 MiB/sec. | ||
| 5923 | 2025.03.03 23:35:08.562708 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_20_4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5924 | 2025.03.03 23:35:08.562725 [ 5 ] {87953adb-896f-4d91-a230-58cfde2672d2} <Debug> TCPHandler: Processed in 0.005485326 sec. | ||
| 5925 | 2025.03.03 23:35:08.562913 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5926 | 2025.03.03 23:35:08.562983 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5927 | 2025.03.03 23:35:08.563092 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5928 | 2025.03.03 23:35:08.563139 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5929 | 2025.03.03 23:35:08.563868 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.03.03 23:35:08.563909 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5931 | 2025.03.03 23:35:08.564295 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5932 | 2025.03.03 23:35:08.564543 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2025.03.03 23:35:08.564778 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001697 sec., 248084.8556275781 rows/sec., 17.67 MiB/sec. | ||
| 5934 | 2025.03.03 23:35:08.564841 [ 5 ] {da47e13a-c642-4811-bd4f-e8dd0a8c8dcc} <Debug> TCPHandler: Processed in 0.001922544 sec. | ||
| 5935 | 2025.03.03 23:35:08.565100 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2025.03.03 23:35:08.565227 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5937 | 2025.03.03 23:35:08.565276 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5938 | 2025.03.03 23:35:08.565710 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2025.03.03 23:35:08.565749 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5940 | 2025.03.03 23:35:08.566104 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5941 | 2025.03.03 23:35:08.566340 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2025.03.03 23:35:08.566511 [ 136 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5943 | 2025.03.03 23:35:08.566565 [ 136 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2025.03.03 23:35:08.566584 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
| 5945 | 2025.03.03 23:35:08.566600 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5946 | 2025.03.03 23:35:08.566740 [ 5 ] {e7133416-18e9-4972-8fb6-d240cae50ef6} <Debug> TCPHandler: Processed in 0.00173378 sec. | ||
| 5947 | 2025.03.03 23:35:08.566837 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5948 | 2025.03.03 23:35:08.566905 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2025.03.03 23:35:08.567007 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5950 | 2025.03.03 23:35:08.567097 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 5951 | 2025.03.03 23:35:08.567108 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5952 | 2025.03.03 23:35:08.567303 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5953 | 2025.03.03 23:35:08.567330 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5954 | 2025.03.03 23:35:08.567560 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 5955 | 2025.03.03 23:35:08.567805 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 5956 | 2025.03.03 23:35:08.568121 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 5957 | 2025.03.03 23:35:08.568461 [ 191 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 5958 | 2025.03.03 23:35:08.570157 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5959 | 2025.03.03 23:35:08.570238 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5960 | 2025.03.03 23:35:08.571341 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004617202 sec., 25989.76609643676 rows/sec., 1.33 MiB/sec. | ||
| 5961 | 2025.03.03 23:35:08.571409 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5962 | 2025.03.03 23:35:08.571523 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5963 | 2025.03.03 23:35:08.571889 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.03.03 23:35:08.572215 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.03.03 23:35:08.572319 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005261 sec., 45048.46987264779 rows/sec., 3.02 MiB/sec. | ||
| 5966 | 2025.03.03 23:35:08.572400 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_20_4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5967 | 2025.03.03 23:35:08.572466 [ 5 ] {cff8c3e4-25b8-4ae2-828d-dbd6659005b7} <Debug> TCPHandler: Processed in 0.00560606 sec. | ||
| 5968 | 2025.03.03 23:35:08.572615 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5969 | 2025.03.03 23:35:08.572693 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.03.03 23:35:08.572803 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.03.03 23:35:08.572851 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5972 | 2025.03.03 23:35:08.573293 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.03.03 23:35:08.573332 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5974 | 2025.03.03 23:35:08.573724 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5975 | 2025.03.03 23:35:08.573962 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.03.03 23:35:08.574215 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 5977 | 2025.03.03 23:35:08.574411 [ 5 ] {94a8bcf9-6fea-4858-bda5-e50ad38fb28d} <Debug> TCPHandler: Processed in 0.00177324 sec. | ||
| 5978 | 2025.03.03 23:35:08.574582 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.03.03 23:35:08.574689 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5980 | 2025.03.03 23:35:08.574766 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5981 | 2025.03.03 23:35:08.575886 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.03.03 23:35:08.575925 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5983 | 2025.03.03 23:35:08.576567 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5984 | 2025.03.03 23:35:08.576821 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.03.03 23:35:08.577055 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002389 sec., 16324.822101297614 rows/sec., 29.25 MiB/sec. | ||
| 5986 | 2025.03.03 23:35:08.577148 [ 5 ] {5455330d-ac07-4705-9346-984cad82eec3} <Debug> TCPHandler: Processed in 0.002620385 sec. | ||
| 5987 | 2025.03.03 23:35:08.577260 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2025.03.03 23:35:08.577362 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5989 | 2025.03.03 23:35:08.577407 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5990 | 2025.03.03 23:35:08.577836 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2025.03.03 23:35:08.577876 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 5992 | 2025.03.03 23:35:08.578237 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5993 | 2025.03.03 23:35:08.578471 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2025.03.03 23:35:08.578662 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001322 sec., 62027.231467473524 rows/sec., 3.94 MiB/sec. | ||
| 5995 | 2025.03.03 23:35:08.578711 [ 5 ] {0feb7fa1-0d0f-48da-87ea-82d7ff8f808b} <Debug> TCPHandler: Processed in 0.001501012 sec. | ||
| 5996 | 2025.03.03 23:35:12.053499 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5997 | 2025.03.03 23:35:12.053592 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5998 | 2025.03.03 23:35:12.189907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5999 | 2025.03.03 23:35:12.190659 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.03.03 23:35:12.190699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6001 | 2025.03.03 23:35:12.191269 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6002 | 2025.03.03 23:35:12.191536 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.03.03 23:35:12.191726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6004 | 2025.03.03 23:35:13.149219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6005 | 2025.03.03 23:35:13.169927 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2025.03.03 23:35:13.169983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6007 | 2025.03.03 23:35:13.177812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6008 | 2025.03.03 23:35:13.178607 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2025.03.03 23:35:13.181211 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6010 | 2025.03.03 23:35:13.537260 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6011 | 2025.03.03 23:35:13.537448 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6012 | 2025.03.03 23:35:13.537520 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6013 | 2025.03.03 23:35:13.538270 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6014 | 2025.03.03 23:35:13.538326 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6015 | 2025.03.03 23:35:13.538768 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6016 | 2025.03.03 23:35:13.539051 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.03.03 23:35:13.539296 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 6018 | 2025.03.03 23:35:13.539366 [ 5 ] {7facdab3-7568-478d-bddf-b8456b6dd605} <Debug> TCPHandler: Processed in 0.002239084 sec. | ||
| 6019 | 2025.03.03 23:35:13.539482 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6020 | 2025.03.03 23:35:13.539591 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6021 | 2025.03.03 23:35:13.539640 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6022 | 2025.03.03 23:35:13.540193 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2025.03.03 23:35:13.540237 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6024 | 2025.03.03 23:35:13.540598 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6025 | 2025.03.03 23:35:13.540841 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2025.03.03 23:35:13.541063 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001495 sec., 42809.36454849498 rows/sec., 3.34 MiB/sec. | ||
| 6027 | 2025.03.03 23:35:13.541165 [ 5 ] {841f1b82-ba8d-4ca4-85e2-9e17cff309a3} <Debug> TCPHandler: Processed in 0.00173603 sec. | ||
| 6028 | 2025.03.03 23:35:13.541371 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6029 | 2025.03.03 23:35:13.541519 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6030 | 2025.03.03 23:35:13.541569 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6031 | 2025.03.03 23:35:13.542078 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6032 | 2025.03.03 23:35:13.542117 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6033 | 2025.03.03 23:35:13.542504 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6034 | 2025.03.03 23:35:13.542771 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6035 | 2025.03.03 23:35:13.543005 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec. | ||
| 6036 | 2025.03.03 23:35:13.543071 [ 5 ] {708a0aa2-8188-4e8e-884b-1d21aa7602f3} <Debug> TCPHandler: Processed in 0.001794561 sec. | ||
| 6037 | 2025.03.03 23:35:13.543312 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2025.03.03 23:35:13.543428 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6039 | 2025.03.03 23:35:13.543476 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6040 | 2025.03.03 23:35:13.543907 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6041 | 2025.03.03 23:35:13.543947 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6042 | 2025.03.03 23:35:13.544302 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6043 | 2025.03.03 23:35:13.544541 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2025.03.03 23:35:13.544751 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
| 6045 | 2025.03.03 23:35:13.544799 [ 5 ] {e03f72db-d2d2-4498-b003-e65aff302e9e} <Debug> TCPHandler: Processed in 0.001578025 sec. | ||
| 6046 | 2025.03.03 23:35:14.980129 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2025.03.03 23:35:14.980334 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6048 | 2025.03.03 23:35:14.980411 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6049 | 2025.03.03 23:35:14.981220 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.03.03 23:35:14.981262 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6051 | 2025.03.03 23:35:14.981696 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6052 | 2025.03.03 23:35:14.981952 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.03.03 23:35:14.982093 [ 130 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6054 | 2025.03.03 23:35:14.982140 [ 130 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2025.03.03 23:35:14.982165 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001884 sec., 112526.53927813163 rows/sec., 7.16 MiB/sec. | ||
| 6056 | 2025.03.03 23:35:14.982169 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6057 | 2025.03.03 23:35:14.982270 [ 5 ] {2ee9bbd2-4b95-4746-864f-ed03d09eb230} <Debug> TCPHandler: Processed in 0.002272875 sec. | ||
| 6058 | 2025.03.03 23:35:14.982443 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6059 | 2025.03.03 23:35:14.982474 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6060 | 2025.03.03 23:35:14.982683 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6061 | 2025.03.03 23:35:14.982745 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6062 | 2025.03.03 23:35:14.982771 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6063 | 2025.03.03 23:35:14.982812 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6064 | 2025.03.03 23:35:14.983236 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6065 | 2025.03.03 23:35:14.983678 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6066 | 2025.03.03 23:35:14.984077 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6067 | 2025.03.03 23:35:14.984362 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::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 | ||
| 6068 | 2025.03.03 23:35:14.985198 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2025.03.03 23:35:14.985256 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6070 | 2025.03.03 23:35:14.986283 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6071 | 2025.03.03 23:35:14.986805 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2025.03.03 23:35:14.987203 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00490197 sec., 216239.59346956428 rows/sec., 14.58 MiB/sec. | ||
| 6073 | 2025.03.03 23:35:14.987414 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004767 sec., 839.1021606880637 rows/sec., 68.42 KiB/sec. | ||
| 6074 | 2025.03.03 23:35:14.987564 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6075 | 2025.03.03 23:35:14.987587 [ 5 ] {760675f1-f0a1-41b8-bf3a-b3091d42041a} <Debug> TCPHandler: Processed in 0.005167747 sec. | ||
| 6076 | 2025.03.03 23:35:14.987758 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2025.03.03 23:35:14.987918 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6078 | 2025.03.03 23:35:14.987992 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6079 | 2025.03.03 23:35:14.988036 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_21_5} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2025.03.03 23:35:14.988252 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_21_5} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6081 | 2025.03.03 23:35:14.988444 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6082 | 2025.03.03 23:35:14.989749 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2025.03.03 23:35:14.989791 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6084 | 2025.03.03 23:35:14.990271 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6085 | 2025.03.03 23:35:14.990518 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2025.03.03 23:35:14.990698 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002827 sec., 649805.4474708171 rows/sec., 53.04 MiB/sec. | ||
| 6087 | 2025.03.03 23:35:14.990756 [ 5 ] {1d6e4945-c732-453b-888b-0fce32c158ae} <Debug> TCPHandler: Processed in 0.003052647 sec. | ||
| 6088 | 2025.03.03 23:35:14.990859 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2025.03.03 23:35:14.990961 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6090 | 2025.03.03 23:35:14.991005 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6091 | 2025.03.03 23:35:14.991560 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6092 | 2025.03.03 23:35:14.991598 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6093 | 2025.03.03 23:35:14.991962 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6094 | 2025.03.03 23:35:14.992204 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6095 | 2025.03.03 23:35:14.992420 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.00148 sec., 100675.67567567568 rows/sec., 6.33 MiB/sec. | ||
| 6096 | 2025.03.03 23:35:14.992641 [ 5 ] {5381a920-2f63-439b-8036-7401104c73a2} <Debug> TCPHandler: Processed in 0.001826573 sec. | ||
| 6097 | 2025.03.03 23:35:14.992803 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2025.03.03 23:35:14.992908 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6099 | 2025.03.03 23:35:14.992954 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6100 | 2025.03.03 23:35:14.993598 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2025.03.03 23:35:14.993636 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6102 | 2025.03.03 23:35:14.993997 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6103 | 2025.03.03 23:35:14.994254 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.03.03 23:35:14.994423 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001536 sec., 222005.2083333333 rows/sec., 14.81 MiB/sec. | ||
| 6105 | 2025.03.03 23:35:14.994474 [ 5 ] {f486c27f-e540-458f-bf38-1f3271234f9e} <Debug> TCPHandler: Processed in 0.001730259 sec. | ||
| 6106 | 2025.03.03 23:35:14.994575 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2025.03.03 23:35:14.994675 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6108 | 2025.03.03 23:35:14.994719 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6109 | 2025.03.03 23:35:14.995244 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.03.03 23:35:14.995281 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6111 | 2025.03.03 23:35:14.995629 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6112 | 2025.03.03 23:35:14.995863 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2025.03.03 23:35:14.995981 [ 130 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6114 | 2025.03.03 23:35:14.996016 [ 130 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2025.03.03 23:35:14.996037 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6116 | 2025.03.03 23:35:14.996046 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001389 sec., 80633.54931605472 rows/sec., 4.59 MiB/sec. | ||
| 6117 | 2025.03.03 23:35:14.996332 [ 5 ] {b1fc9efb-9e73-45ae-94ae-aa96da04f10a} <Debug> TCPHandler: Processed in 0.001799222 sec. | ||
| 6118 | 2025.03.03 23:35:14.996545 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6119 | 2025.03.03 23:35:14.996645 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2025.03.03 23:35:14.996871 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6121 | 2025.03.03 23:35:14.996879 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6122 | 2025.03.03 23:35:14.996934 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6123 | 2025.03.03 23:35:14.996975 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6124 | 2025.03.03 23:35:14.997245 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6125 | 2025.03.03 23:35:14.997550 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6126 | 2025.03.03 23:35:14.997880 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6127 | 2025.03.03 23:35:14.998170 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::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 | ||
| 6128 | 2025.03.03 23:35:15.000130 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2025.03.03 23:35:15.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.45 MiB, peak 203.43 MiB, free memory in arenas 0.00 B, will set to 195.79 MiB (RSS), difference: -3.67 MiB | ||
| 6130 | 2025.03.03 23:35:15.000184 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6131 | 2025.03.03 23:35:15.000814 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004680584 sec., 119643.18982417579 rows/sec., 7.27 MiB/sec. | ||
| 6132 | 2025.03.03 23:35:15.001163 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6133 | 2025.03.03 23:35:15.001694 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6134 | 2025.03.03 23:35:15.001754 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_21_5} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6135 | 2025.03.03 23:35:15.001883 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_21_5} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6136 | 2025.03.03 23:35:15.002024 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6137 | 2025.03.03 23:35:15.002124 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6138 | 2025.03.03 23:35:15.002370 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.005576 sec., 157998.56527977044 rows/sec., 11.44 MiB/sec. | ||
| 6139 | 2025.03.03 23:35:15.002596 [ 5 ] {db8172ec-4b0d-418a-945e-a479aca7bdec} <Debug> TCPHandler: Processed in 0.006036443 sec. | ||
| 6140 | 2025.03.03 23:35:15.002848 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2025.03.03 23:35:15.002959 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6142 | 2025.03.03 23:35:15.003010 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6143 | 2025.03.03 23:35:15.003480 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.03.03 23:35:15.003520 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6145 | 2025.03.03 23:35:15.003883 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6146 | 2025.03.03 23:35:15.004128 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.03.03 23:35:15.004313 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 6148 | 2025.03.03 23:35:15.004376 [ 5 ] {7d84dc37-d9ed-4794-87fc-bbb6c327d78f} <Debug> TCPHandler: Processed in 0.001617666 sec. | ||
| 6149 | 2025.03.03 23:35:15.004483 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.03.03 23:35:15.004586 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.03.03 23:35:15.004633 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6152 | 2025.03.03 23:35:15.005364 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2025.03.03 23:35:15.005401 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6154 | 2025.03.03 23:35:15.005867 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6155 | 2025.03.03 23:35:15.006117 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2025.03.03 23:35:15.006312 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001747 sec., 566113.337149399 rows/sec., 37.67 MiB/sec. | ||
| 6157 | 2025.03.03 23:35:15.006429 [ 5 ] {0ad0dba5-6a31-46e9-b96e-777d5ded420e} <Debug> TCPHandler: Processed in 0.001995187 sec. | ||
| 6158 | 2025.03.03 23:35:15.006586 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.03.03 23:35:15.006688 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.03.03 23:35:15.006735 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6161 | 2025.03.03 23:35:15.007147 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.03.03 23:35:15.007185 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6163 | 2025.03.03 23:35:15.007534 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6164 | 2025.03.03 23:35:15.007778 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.03.03 23:35:15.007955 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
| 6166 | 2025.03.03 23:35:15.008003 [ 5 ] {27366f6d-1a95-457d-ac04-543da7cc3435} <Debug> TCPHandler: Processed in 0.001474472 sec. | ||
| 6167 | 2025.03.03 23:35:15.008134 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6168 | 2025.03.03 23:35:15.008272 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6169 | 2025.03.03 23:35:15.008354 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6170 | 2025.03.03 23:35:15.009539 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2025.03.03 23:35:15.009576 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6172 | 2025.03.03 23:35:15.010234 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6173 | 2025.03.03 23:35:15.010495 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2025.03.03 23:35:15.010631 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6175 | 2025.03.03 23:35:15.010675 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2025.03.03 23:35:15.010697 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6177 | 2025.03.03 23:35:15.010701 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002458 sec., 15866.558177379982 rows/sec., 28.43 MiB/sec. | ||
| 6178 | 2025.03.03 23:35:15.011005 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 6179 | 2025.03.03 23:35:15.011063 [ 5 ] {c1119896-2606-414b-8abb-48a3c52aaa58} <Debug> TCPHandler: Processed in 0.002991006 sec. | ||
| 6180 | 2025.03.03 23:35:15.011300 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2025.03.03 23:35:15.011560 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6182 | 2025.03.03 23:35:15.011575 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6183 | 2025.03.03 23:35:15.011691 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6184 | 2025.03.03 23:35:15.011737 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 506 rows starting from the beginning of the part | ||
| 6185 | 2025.03.03 23:35:15.012671 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 6186 | 2025.03.03 23:35:15.013253 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 6187 | 2025.03.03 23:35:15.013980 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 6188 | 2025.03.03 23:35:15.014054 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6189 | 2025.03.03 23:35:15.014126 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6190 | 2025.03.03 23:35:15.014596 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6191 | 2025.03.03 23:35:15.015143 [ 192 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6192 | 2025.03.03 23:35:15.015995 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6193 | 2025.03.03 23:35:15.016505 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.03.03 23:35:15.017036 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005558 sec., 8276.358402302987 rows/sec., 512.53 KiB/sec. | ||
| 6195 | 2025.03.03 23:35:15.017134 [ 5 ] {44651f4f-5765-4e58-90fa-32e3331ad866} <Debug> TCPHandler: Processed in 0.005920999 sec. | ||
| 6196 | 2025.03.03 23:35:15.030237 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 701 rows, containing 19 columns (19 merged, 0 gathered) in 0.019453066 sec., 36035.45065852344 rows/sec., 64.57 MiB/sec. | ||
| 6197 | 2025.03.03 23:35:15.031416 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6198 | 2025.03.03 23:35:15.031883 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.03.03 23:35:15.031972 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6200 | 2025.03.03 23:35:15.032132 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
| 6201 | 2025.03.03 23:35:16.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.07 MiB, peak 203.43 MiB, free memory in arenas 0.00 B, will set to 197.19 MiB (RSS), difference: 4.12 MiB | ||
| 6202 | 2025.03.03 23:35:17.246098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 882 | ||
| 6203 | 2025.03.03 23:35:17.249604 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2025.03.03 23:35:17.249667 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6205 | 2025.03.03 23:35:17.251181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6206 | 2025.03.03 23:35:17.251516 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.03.03 23:35:17.252817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6208 | 2025.03.03 23:35:18.533637 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6209 | 2025.03.03 23:35:18.533843 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6210 | 2025.03.03 23:35:18.533922 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6211 | 2025.03.03 23:35:18.534722 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6212 | 2025.03.03 23:35:18.534766 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6213 | 2025.03.03 23:35:18.535186 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6214 | 2025.03.03 23:35:18.535446 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2025.03.03 23:35:18.535641 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001855 sec., 30188.679245283016 rows/sec., 2.32 MiB/sec. | ||
| 6216 | 2025.03.03 23:35:18.535694 [ 5 ] {1a8a4b53-7511-4877-8cdf-1b7dcdd6ae70} <Debug> TCPHandler: Processed in 0.002193142 sec. | ||
| 6217 | 2025.03.03 23:35:18.535814 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6218 | 2025.03.03 23:35:18.535930 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6219 | 2025.03.03 23:35:18.535975 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6220 | 2025.03.03 23:35:18.536517 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6221 | 2025.03.03 23:35:18.536555 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6222 | 2025.03.03 23:35:18.536909 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6223 | 2025.03.03 23:35:18.537155 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.03.03 23:35:18.537326 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 6225 | 2025.03.03 23:35:18.537378 [ 5 ] {d9206fc0-c8a2-4d7b-be91-2bf6731b75cd} <Debug> TCPHandler: Processed in 0.001617437 sec. | ||
| 6226 | 2025.03.03 23:35:18.537478 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6227 | 2025.03.03 23:35:18.537580 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6228 | 2025.03.03 23:35:18.537628 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6229 | 2025.03.03 23:35:18.538096 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2025.03.03 23:35:18.538133 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6231 | 2025.03.03 23:35:18.538503 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6232 | 2025.03.03 23:35:18.538738 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6233 | 2025.03.03 23:35:18.538930 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001367 sec., 70226.77395757132 rows/sec., 4.89 MiB/sec. | ||
| 6234 | 2025.03.03 23:35:18.539020 [ 5 ] {9de19e0a-1b1b-47e9-8fc3-480605a9a8f4} <Debug> TCPHandler: Processed in 0.001591696 sec. | ||
| 6235 | 2025.03.03 23:35:18.539219 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6236 | 2025.03.03 23:35:18.539381 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6237 | 2025.03.03 23:35:18.539431 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6238 | 2025.03.03 23:35:18.539860 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2025.03.03 23:35:18.539899 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6240 | 2025.03.03 23:35:18.540252 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6241 | 2025.03.03 23:35:18.540484 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6242 | 2025.03.03 23:35:18.540652 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001295 sec., 27799.2277992278 rows/sec., 1.87 MiB/sec. | ||
| 6243 | 2025.03.03 23:35:18.540700 [ 5 ] {2d6cce81-ef63-4824-adcd-026398ca5c5f} <Debug> TCPHandler: Processed in 0.001575254 sec. | ||
| 6244 | 2025.03.03 23:35:19.691855 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6245 | 2025.03.03 23:35:19.692524 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.03.03 23:35:19.692576 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6247 | 2025.03.03 23:35:19.693123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6248 | 2025.03.03 23:35:19.693392 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.03.03 23:35:19.693606 [ 120 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6250 | 2025.03.03 23:35:19.693644 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6251 | 2025.03.03 23:35:19.693695 [ 120 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.03.03 23:35:19.693728 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6253 | 2025.03.03 23:35:19.693884 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 6254 | 2025.03.03 23:35:19.694044 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6255 | 2025.03.03 23:35:19.694088 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 6256 | 2025.03.03 23:35:19.694169 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6257 | 2025.03.03 23:35:19.694369 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6258 | 2025.03.03 23:35:19.694611 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6259 | 2025.03.03 23:35:19.694765 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6260 | 2025.03.03 23:35:19.694904 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6261 | 2025.03.03 23:35:19.697488 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003674825 sec., 3867667.167824318 rows/sec., 55.33 MiB/sec. | ||
| 6262 | 2025.03.03 23:35:19.697789 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6263 | 2025.03.03 23:35:19.698110 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2025.03.03 23:35:19.698201 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_31_6} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6265 | 2025.03.03 23:35:19.698298 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6266 | 2025.03.03 23:35:20.681263 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6267 | 2025.03.03 23:35:20.701978 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6268 | 2025.03.03 23:35:20.702035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6269 | 2025.03.03 23:35:20.709449 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6270 | 2025.03.03 23:35:20.710223 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2025.03.03 23:35:20.710590 [ 117 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6272 | 2025.03.03 23:35:20.710773 [ 117 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2025.03.03 23:35:20.710882 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6274 | 2025.03.03 23:35:20.711437 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 6275 | 2025.03.03 23:35:20.726163 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6276 | 2025.03.03 23:35:20.727926 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6277 | 2025.03.03 23:35:20.729182 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 6278 | 2025.03.03 23:35:20.734878 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 6279 | 2025.03.03 23:35:20.740377 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6280 | 2025.03.03 23:35:20.745776 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6281 | 2025.03.03 23:35:20.751505 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 6282 | 2025.03.03 23:35:20.755899 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 6283 | 2025.03.03 23:35:20.814272 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103194326 sec., 2267.5665326793255 rows/sec., 11.73 MiB/sec. | ||
| 6284 | 2025.03.03 23:35:20.817103 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6285 | 2025.03.03 23:35:20.820184 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.03.03 23:35:20.820314 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_31_6} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6287 | 2025.03.03 23:35:20.823065 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6288 | 2025.03.03 23:35:21.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.69 MiB, peak 209.25 MiB, free memory in arenas 0.00 B, will set to 199.81 MiB (RSS), difference: 1.12 MiB | ||
| 6289 | 2025.03.03 23:35:23.537577 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6290 | 2025.03.03 23:35:23.537777 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6291 | 2025.03.03 23:35:23.537844 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6292 | 2025.03.03 23:35:23.538605 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6293 | 2025.03.03 23:35:23.538645 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6294 | 2025.03.03 23:35:23.539070 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6295 | 2025.03.03 23:35:23.539324 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2025.03.03 23:35:23.539469 [ 114 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6297 | 2025.03.03 23:35:23.539511 [ 114 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.03.03 23:35:23.539522 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.39 MiB/sec. | ||
| 6299 | 2025.03.03 23:35:23.539535 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6300 | 2025.03.03 23:35:23.539635 [ 5 ] {e5c2c578-8d9c-4b93-b057-3faaa8474822} <Debug> TCPHandler: Processed in 0.002186413 sec. | ||
| 6301 | 2025.03.03 23:35:23.539771 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 6302 | 2025.03.03 23:35:23.539816 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.03.03 23:35:23.540041 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6304 | 2025.03.03 23:35:23.540060 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6305 | 2025.03.03 23:35:23.540135 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6306 | 2025.03.03 23:35:23.540147 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1844 rows starting from the beginning of the part | ||
| 6307 | 2025.03.03 23:35:23.540457 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 695 rows starting from the beginning of the part | ||
| 6308 | 2025.03.03 23:35:23.540814 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6309 | 2025.03.03 23:35:23.541139 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1837 rows starting from the beginning of the part | ||
| 6310 | 2025.03.03 23:35:23.541431 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6311 | 2025.03.03 23:35:23.541736 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6312 | 2025.03.03 23:35:23.543152 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6313 | 2025.03.03 23:35:23.543210 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6314 | 2025.03.03 23:35:23.544189 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6315 | 2025.03.03 23:35:23.544610 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2025.03.03 23:35:23.544770 [ 114 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6317 | 2025.03.03 23:35:23.544808 [ 114 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2025.03.03 23:35:23.544833 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6319 | 2025.03.03 23:35:23.544842 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004887 sec., 13095.96889707387 rows/sec., 1.02 MiB/sec. | ||
| 6320 | 2025.03.03 23:35:23.545156 [ 5 ] {30ab50ca-278d-4814-94b6-08dde7089c20} <Debug> TCPHandler: Processed in 0.005394625 sec. | ||
| 6321 | 2025.03.03 23:35:23.545220 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 6322 | 2025.03.03 23:35:23.545347 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6323 | 2025.03.03 23:35:23.545807 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6324 | 2025.03.03 23:35:23.545910 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6325 | 2025.03.03 23:35:23.545986 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6326 | 2025.03.03 23:35:23.546094 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.006448734 sec., 704634.4290212621 rows/sec., 59.87 MiB/sec. | ||
| 6327 | 2025.03.03 23:35:23.546168 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6328 | 2025.03.03 23:35:23.546364 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 421 rows starting from the beginning of the part | ||
| 6329 | 2025.03.03 23:35:23.546614 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6330 | 2025.03.03 23:35:23.547285 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6331 | 2025.03.03 23:35:23.547953 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 881 rows starting from the beginning of the part | ||
| 6332 | 2025.03.03 23:35:23.548513 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2025.03.03 23:35:23.548541 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6334 | 2025.03.03 23:35:23.548950 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_51_10} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6335 | 2025.03.03 23:35:23.549023 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6336 | 2025.03.03 23:35:23.549333 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 6337 | 2025.03.03 23:35:23.550115 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6338 | 2025.03.03 23:35:23.550182 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6339 | 2025.03.03 23:35:23.551193 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6340 | 2025.03.03 23:35:23.551637 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2025.03.03 23:35:23.551818 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6342 | 2025.03.03 23:35:23.551894 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.03.03 23:35:23.551923 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6344 | 2025.03.03 23:35:23.551967 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006317 sec., 25328.47870824759 rows/sec., 1.76 MiB/sec. | ||
| 6345 | 2025.03.03 23:35:23.552384 [ 5 ] {aa4d5970-c197-4b83-8b6d-56e8575faca1} <Debug> TCPHandler: Processed in 0.007117393 sec. | ||
| 6346 | 2025.03.03 23:35:23.552769 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6347 | 2025.03.03 23:35:23.552771 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007845644 sec., 306794.445427297 rows/sec., 23.49 MiB/sec. | ||
| 6348 | 2025.03.03 23:35:23.552918 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 6349 | 2025.03.03 23:35:23.553030 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6350 | 2025.03.03 23:35:23.553085 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6351 | 2025.03.03 23:35:23.553209 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6352 | 2025.03.03 23:35:23.553637 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6353 | 2025.03.03 23:35:23.553820 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13948 rows starting from the beginning of the part | ||
| 6354 | 2025.03.03 23:35:23.554086 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.03.03 23:35:23.554261 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6356 | 2025.03.03 23:35:23.554448 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_51_10} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6357 | 2025.03.03 23:35:23.554852 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6358 | 2025.03.03 23:35:23.555061 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 6359 | 2025.03.03 23:35:23.555444 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 989 rows starting from the beginning of the part | ||
| 6360 | 2025.03.03 23:35:23.555754 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 96 rows starting from the beginning of the part | ||
| 6361 | 2025.03.03 23:35:23.556072 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6362 | 2025.03.03 23:35:23.556301 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2025.03.03 23:35:23.556447 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6364 | 2025.03.03 23:35:23.557333 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6365 | 2025.03.03 23:35:23.557746 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2025.03.03 23:35:23.557886 [ 114 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6367 | 2025.03.03 23:35:23.557936 [ 114 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6368 | 2025.03.03 23:35:23.557958 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6369 | 2025.03.03 23:35:23.557978 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005039 sec., 11907.124429450287 rows/sec., 821.72 KiB/sec. | ||
| 6370 | 2025.03.03 23:35:23.558380 [ 5 ] {04a61daf-8e97-4754-8c07-791157de606d} <Debug> TCPHandler: Processed in 0.005750284 sec. | ||
| 6371 | 2025.03.03 23:35:23.558458 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 6372 | 2025.03.03 23:35:23.558970 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6373 | 2025.03.03 23:35:23.559096 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2674 rows starting from the beginning of the part | ||
| 6374 | 2025.03.03 23:35:23.559303 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 6375 | 2025.03.03 23:35:23.559663 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 6376 | 2025.03.03 23:35:23.560091 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part | ||
| 6377 | 2025.03.03 23:35:23.560419 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 6378 | 2025.03.03 23:35:23.560729 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6379 | 2025.03.03 23:35:23.563835 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2958 rows, containing 4 columns (4 merged, 0 gathered) in 0.005785065 sec., 511316.6403488984 rows/sec., 33.28 MiB/sec. | ||
| 6380 | 2025.03.03 23:35:23.564274 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6381 | 2025.03.03 23:35:23.564692 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2025.03.03 23:35:23.564811 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_51_10} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6383 | 2025.03.03 23:35:23.565006 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6384 | 2025.03.03 23:35:23.565467 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15590 rows, containing 5 columns (5 merged, 0 gathered) in 0.013357421 sec., 1167141.4713963124 rows/sec., 78.74 MiB/sec. | ||
| 6385 | 2025.03.03 23:35:23.565866 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6386 | 2025.03.03 23:35:23.566201 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6387 | 2025.03.03 23:35:23.566293 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6388 | 2025.03.03 23:35:23.566381 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 6389 | 2025.03.03 23:35:24.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.18 MiB, peak 209.25 MiB, free memory in arenas 0.00 B, will set to 201.85 MiB (RSS), difference: 1.67 MiB | ||
| 6390 | 2025.03.03 23:35:27.053643 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6391 | 2025.03.03 23:35:27.053708 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6392 | 2025.03.03 23:35:27.193769 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6393 | 2025.03.03 23:35:27.194569 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.03.03 23:35:27.194623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6395 | 2025.03.03 23:35:27.195218 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6396 | 2025.03.03 23:35:27.195490 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2025.03.03 23:35:27.195730 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6398 | 2025.03.03 23:35:27.253044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 898 | ||
| 6399 | 2025.03.03 23:35:27.255702 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.03.03 23:35:27.255742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6401 | 2025.03.03 23:35:27.257217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6402 | 2025.03.03 23:35:27.257526 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.03.03 23:35:27.258577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898 | ||
| 6404 | 2025.03.03 23:35:28.001433 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001006329 sec. | ||
| 6405 | 2025.03.03 23:35:28.226233 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6406 | 2025.03.03 23:35:28.244711 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2025.03.03 23:35:28.244761 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6408 | 2025.03.03 23:35:28.251560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6409 | 2025.03.03 23:35:28.252291 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.03.03 23:35:28.254792 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6411 | 2025.03.03 23:35:28.545649 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6412 | 2025.03.03 23:35:28.545860 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6413 | 2025.03.03 23:35:28.545940 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6414 | 2025.03.03 23:35:28.546724 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6415 | 2025.03.03 23:35:28.546774 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6416 | 2025.03.03 23:35:28.547203 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6417 | 2025.03.03 23:35:28.547449 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2025.03.03 23:35:28.547703 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001893 sec., 111991.54780771263 rows/sec., 7.12 MiB/sec. | ||
| 6419 | 2025.03.03 23:35:28.547883 [ 5 ] {c8af2fb0-89c0-4003-91ca-90c3d221d09d} <Debug> TCPHandler: Processed in 0.002396378 sec. | ||
| 6420 | 2025.03.03 23:35:28.548061 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6421 | 2025.03.03 23:35:28.548168 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6422 | 2025.03.03 23:35:28.548216 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6423 | 2025.03.03 23:35:28.549072 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2025.03.03 23:35:28.549113 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6425 | 2025.03.03 23:35:28.549504 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6426 | 2025.03.03 23:35:28.549738 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.03.03 23:35:28.549949 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001804 sec., 385254.9889135255 rows/sec., 30.76 MiB/sec. | ||
| 6428 | 2025.03.03 23:35:28.550001 [ 5 ] {b79f322d-736f-4645-bac5-9365d7c6832b} <Debug> TCPHandler: Processed in 0.001995597 sec. | ||
| 6429 | 2025.03.03 23:35:28.550102 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2025.03.03 23:35:28.550203 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6431 | 2025.03.03 23:35:28.550247 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6432 | 2025.03.03 23:35:28.550797 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.03.03 23:35:28.550836 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6434 | 2025.03.03 23:35:28.551182 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6435 | 2025.03.03 23:35:28.551411 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2025.03.03 23:35:28.551660 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001473 sec., 98438.56076035302 rows/sec., 6.18 MiB/sec. | ||
| 6437 | 2025.03.03 23:35:28.551871 [ 5 ] {2a0c0148-7bec-464b-b46d-dc4d17d30ab5} <Debug> TCPHandler: Processed in 0.001814322 sec. | ||
| 6438 | 2025.03.03 23:35:28.552046 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2025.03.03 23:35:28.552153 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6440 | 2025.03.03 23:35:28.552198 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6441 | 2025.03.03 23:35:28.552764 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2025.03.03 23:35:28.552804 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6443 | 2025.03.03 23:35:28.553164 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6444 | 2025.03.03 23:35:28.553396 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.03.03 23:35:28.553637 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001495 sec., 75585.28428093645 rows/sec., 4.89 MiB/sec. | ||
| 6446 | 2025.03.03 23:35:28.553828 [ 5 ] {b30acde3-a4ea-4153-ac7d-30491e3b7306} <Debug> TCPHandler: Processed in 0.001838512 sec. | ||
| 6447 | 2025.03.03 23:35:28.553991 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2025.03.03 23:35:28.554095 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6449 | 2025.03.03 23:35:28.554141 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6450 | 2025.03.03 23:35:28.554710 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.03.03 23:35:28.554750 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6452 | 2025.03.03 23:35:28.555092 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6453 | 2025.03.03 23:35:28.555347 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.03.03 23:35:28.555583 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001506 sec., 74369.18990703851 rows/sec., 4.24 MiB/sec. | ||
| 6455 | 2025.03.03 23:35:28.555794 [ 5 ] {ae5b074c-15af-4851-9cab-ee5fafa41005} <Debug> TCPHandler: Processed in 0.001858303 sec. | ||
| 6456 | 2025.03.03 23:35:28.555973 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2025.03.03 23:35:28.556079 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6458 | 2025.03.03 23:35:28.556124 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6459 | 2025.03.03 23:35:28.556802 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.03.03 23:35:28.556842 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6461 | 2025.03.03 23:35:28.557224 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6462 | 2025.03.03 23:35:28.557459 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.03.03 23:35:28.557702 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001634 sec., 257649.9388004896 rows/sec., 18.35 MiB/sec. | ||
| 6464 | 2025.03.03 23:35:28.557830 [ 5 ] {ad1066d2-61a4-4bff-bedf-b013b10bbc44} <Debug> TCPHandler: Processed in 0.001903764 sec. | ||
| 6465 | 2025.03.03 23:35:28.558052 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2025.03.03 23:35:28.558180 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6467 | 2025.03.03 23:35:28.558229 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6468 | 2025.03.03 23:35:28.558675 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2025.03.03 23:35:28.558714 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6470 | 2025.03.03 23:35:28.559060 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6471 | 2025.03.03 23:35:28.559302 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2025.03.03 23:35:28.559546 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 6473 | 2025.03.03 23:35:28.559751 [ 5 ] {56e85b2d-f9b5-4cde-a670-0c703e01a879} <Debug> TCPHandler: Processed in 0.001773921 sec. | ||
| 6474 | 2025.03.03 23:35:28.559885 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2025.03.03 23:35:28.559988 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6476 | 2025.03.03 23:35:28.560036 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6477 | 2025.03.03 23:35:28.560571 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2025.03.03 23:35:28.560609 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6479 | 2025.03.03 23:35:28.560981 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6480 | 2025.03.03 23:35:28.561216 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2025.03.03 23:35:28.561446 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00147 sec., 161224.48979591837 rows/sec., 10.81 MiB/sec. | ||
| 6482 | 2025.03.03 23:35:28.561638 [ 5 ] {3e6ccb82-ffde-4023-a61a-649284c4d9f4} <Debug> TCPHandler: Processed in 0.001796851 sec. | ||
| 6483 | 2025.03.03 23:35:28.561872 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6484 | 2025.03.03 23:35:28.561988 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6485 | 2025.03.03 23:35:28.562036 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6486 | 2025.03.03 23:35:28.562465 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2025.03.03 23:35:28.562504 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6488 | 2025.03.03 23:35:28.562843 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6489 | 2025.03.03 23:35:28.563074 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2025.03.03 23:35:28.563329 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 6491 | 2025.03.03 23:35:28.563492 [ 5 ] {a6db7665-e73f-492a-a1d6-41dc8e6eda6e} <Debug> TCPHandler: Processed in 0.001705959 sec. | ||
| 6492 | 2025.03.03 23:35:28.563719 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2025.03.03 23:35:28.563839 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6494 | 2025.03.03 23:35:28.563917 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6495 | 2025.03.03 23:35:28.565031 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.03.03 23:35:28.565070 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6497 | 2025.03.03 23:35:28.565724 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6498 | 2025.03.03 23:35:28.565987 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2025.03.03 23:35:28.566312 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002489 sec., 15668.943350743271 rows/sec., 28.08 MiB/sec. | ||
| 6500 | 2025.03.03 23:35:28.566890 [ 5 ] {2cfdeae6-9ae1-482e-8367-39980595425e} <Debug> TCPHandler: Processed in 0.003264464 sec. | ||
| 6501 | 2025.03.03 23:35:28.567062 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2025.03.03 23:35:28.567166 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6503 | 2025.03.03 23:35:28.567212 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6504 | 2025.03.03 23:35:28.567661 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2025.03.03 23:35:28.567700 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6506 | 2025.03.03 23:35:28.568055 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6507 | 2025.03.03 23:35:28.568287 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2025.03.03 23:35:28.568481 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001338 sec., 61285.500747384154 rows/sec., 3.89 MiB/sec. | ||
| 6509 | 2025.03.03 23:35:28.568530 [ 5 ] {bcdcacbc-ba76-47d1-930a-bbe551944572} <Debug> TCPHandler: Processed in 0.001518834 sec. | ||
| 6510 | 2025.03.03 23:35:29.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.16 MiB, peak 209.25 MiB, free memory in arenas 0.00 B, will set to 201.87 MiB (RSS), difference: -1.29 MiB | ||
| 6511 | 2025.03.03 23:35:33.536823 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6512 | 2025.03.03 23:35:33.537048 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6513 | 2025.03.03 23:35:33.537130 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6514 | 2025.03.03 23:35:33.537868 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2025.03.03 23:35:33.537920 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6516 | 2025.03.03 23:35:33.538353 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6517 | 2025.03.03 23:35:33.538608 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2025.03.03 23:35:33.538849 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.32 MiB/sec. | ||
| 6519 | 2025.03.03 23:35:33.538904 [ 5 ] {3316f1f1-1e35-4cbc-81e4-17eacd441de8} <Debug> TCPHandler: Processed in 0.002222693 sec. | ||
| 6520 | 2025.03.03 23:35:33.539037 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2025.03.03 23:35:33.539175 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6522 | 2025.03.03 23:35:33.539231 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6523 | 2025.03.03 23:35:33.539888 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.03.03 23:35:33.539937 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6525 | 2025.03.03 23:35:33.540328 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6526 | 2025.03.03 23:35:33.540568 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.03.03 23:35:33.540777 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00163 sec., 39263.8036809816 rows/sec., 3.06 MiB/sec. | ||
| 6528 | 2025.03.03 23:35:33.540833 [ 5 ] {b9210114-b4ae-42fb-8444-5968ef9045dc} <Debug> TCPHandler: Processed in 0.001861113 sec. | ||
| 6529 | 2025.03.03 23:35:33.540988 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6530 | 2025.03.03 23:35:33.541092 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6531 | 2025.03.03 23:35:33.541142 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6532 | 2025.03.03 23:35:33.541637 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2025.03.03 23:35:33.541676 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6534 | 2025.03.03 23:35:33.542056 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6535 | 2025.03.03 23:35:33.542296 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6536 | 2025.03.03 23:35:33.542516 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec. | ||
| 6537 | 2025.03.03 23:35:33.542569 [ 5 ] {c62ae10c-b3b2-4397-abed-4f2e973debb9} <Debug> TCPHandler: Processed in 0.001642127 sec. | ||
| 6538 | 2025.03.03 23:35:33.542674 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6539 | 2025.03.03 23:35:33.542776 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6540 | 2025.03.03 23:35:33.542822 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6541 | 2025.03.03 23:35:33.543240 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2025.03.03 23:35:33.543279 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6543 | 2025.03.03 23:35:33.543627 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6544 | 2025.03.03 23:35:33.543863 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.03.03 23:35:33.544063 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
| 6546 | 2025.03.03 23:35:33.544111 [ 5 ] {12fb9513-c589-4a65-8a3c-af8c509097ce} <Debug> TCPHandler: Processed in 0.001487163 sec. | ||
| 6547 | 2025.03.03 23:35:34.695854 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6548 | 2025.03.03 23:35:34.696545 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.03.03 23:35:34.696591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6550 | 2025.03.03 23:35:34.697127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6551 | 2025.03.03 23:35:34.697394 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.03.03 23:35:34.697642 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6553 | 2025.03.03 23:35:35.754846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6554 | 2025.03.03 23:35:35.773798 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.03.03 23:35:35.773849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6556 | 2025.03.03 23:35:35.781001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6557 | 2025.03.03 23:35:35.781769 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.03.03 23:35:35.785623 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6559 | 2025.03.03 23:35:37.258695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 928 | ||
| 6560 | 2025.03.03 23:35:37.261679 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2025.03.03 23:35:37.261730 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6562 | 2025.03.03 23:35:37.263181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6563 | 2025.03.03 23:35:37.263483 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2025.03.03 23:35:37.264591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
| 6565 | 2025.03.03 23:35:38.544020 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6566 | 2025.03.03 23:35:38.544206 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6567 | 2025.03.03 23:35:38.544276 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6568 | 2025.03.03 23:35:38.545062 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2025.03.03 23:35:38.545113 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6570 | 2025.03.03 23:35:38.545548 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6571 | 2025.03.03 23:35:38.545810 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2025.03.03 23:35:38.546071 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001907 sec., 111169.37598321971 rows/sec., 7.07 MiB/sec. | ||
| 6573 | 2025.03.03 23:35:38.546202 [ 5 ] {f194968e-6110-495e-b1d7-41528c06ed11} <Debug> TCPHandler: Processed in 0.002309146 sec. | ||
| 6574 | 2025.03.03 23:35:38.546420 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6575 | 2025.03.03 23:35:38.546528 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6576 | 2025.03.03 23:35:38.546576 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6577 | 2025.03.03 23:35:38.547387 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.03.03 23:35:38.547427 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6579 | 2025.03.03 23:35:38.547838 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6580 | 2025.03.03 23:35:38.548074 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2025.03.03 23:35:38.548299 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001794 sec., 387402.45261984394 rows/sec., 30.93 MiB/sec. | ||
| 6582 | 2025.03.03 23:35:38.548377 [ 5 ] {46b8fd23-4f65-4342-8b8e-47194c0c46c8} <Debug> TCPHandler: Processed in 0.002028508 sec. | ||
| 6583 | 2025.03.03 23:35:38.548613 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.03.03 23:35:38.548750 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6585 | 2025.03.03 23:35:38.548796 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6586 | 2025.03.03 23:35:38.549371 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2025.03.03 23:35:38.549411 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6588 | 2025.03.03 23:35:38.549763 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6589 | 2025.03.03 23:35:38.549991 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2025.03.03 23:35:38.550257 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001519 sec., 95457.53785385122 rows/sec., 5.99 MiB/sec. | ||
| 6591 | 2025.03.03 23:35:38.550459 [ 5 ] {e09b7712-b402-49a5-91a5-5a3692be8ad7} <Debug> TCPHandler: Processed in 0.001931735 sec. | ||
| 6592 | 2025.03.03 23:35:38.550592 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2025.03.03 23:35:38.550703 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6594 | 2025.03.03 23:35:38.550746 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6595 | 2025.03.03 23:35:38.551298 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.03.03 23:35:38.551338 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6597 | 2025.03.03 23:35:38.551684 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6598 | 2025.03.03 23:35:38.551915 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2025.03.03 23:35:38.552166 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001485 sec., 76094.2760942761 rows/sec., 4.93 MiB/sec. | ||
| 6600 | 2025.03.03 23:35:38.552353 [ 5 ] {e6388425-d639-4c62-abd2-8890c2c8c840} <Debug> TCPHandler: Processed in 0.001809441 sec. | ||
| 6601 | 2025.03.03 23:35:38.552507 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2025.03.03 23:35:38.552611 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6603 | 2025.03.03 23:35:38.552667 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6604 | 2025.03.03 23:35:38.553222 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2025.03.03 23:35:38.553262 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6606 | 2025.03.03 23:35:38.553600 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6607 | 2025.03.03 23:35:38.553840 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2025.03.03 23:35:38.554092 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001502 sec., 74567.24367509986 rows/sec., 4.25 MiB/sec. | ||
| 6609 | 2025.03.03 23:35:38.554289 [ 5 ] {14e662f5-b845-4ba2-9661-5379d0a7bc44} <Debug> TCPHandler: Processed in 0.001827222 sec. | ||
| 6610 | 2025.03.03 23:35:38.554457 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2025.03.03 23:35:38.554561 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6612 | 2025.03.03 23:35:38.554607 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6613 | 2025.03.03 23:35:38.555287 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2025.03.03 23:35:38.555327 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6615 | 2025.03.03 23:35:38.555696 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6616 | 2025.03.03 23:35:38.555924 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2025.03.03 23:35:38.556133 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001594 sec., 264115.4328732748 rows/sec., 18.81 MiB/sec. | ||
| 6618 | 2025.03.03 23:35:38.556187 [ 5 ] {efda71b2-baf0-47de-abc1-51d5c03f8380} <Debug> TCPHandler: Processed in 0.001785411 sec. | ||
| 6619 | 2025.03.03 23:35:38.556300 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.03.03 23:35:38.556413 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6621 | 2025.03.03 23:35:38.556461 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6622 | 2025.03.03 23:35:38.556901 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.03.03 23:35:38.556940 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6624 | 2025.03.03 23:35:38.557319 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6625 | 2025.03.03 23:35:38.557556 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.03.03 23:35:38.557785 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec. | ||
| 6627 | 2025.03.03 23:35:38.557948 [ 5 ] {e3ac92b9-1b30-470c-9712-183173681f1e} <Debug> TCPHandler: Processed in 0.001696989 sec. | ||
| 6628 | 2025.03.03 23:35:38.558122 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2025.03.03 23:35:38.558227 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6630 | 2025.03.03 23:35:38.558277 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6631 | 2025.03.03 23:35:38.558841 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.03.03 23:35:38.558880 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6633 | 2025.03.03 23:35:38.559254 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6634 | 2025.03.03 23:35:38.559486 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2025.03.03 23:35:38.559691 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001487 sec., 159381.30464021518 rows/sec., 10.68 MiB/sec. | ||
| 6636 | 2025.03.03 23:35:38.559743 [ 5 ] {223a1ea3-c80e-409e-9e37-b60a2ae3bc3c} <Debug> TCPHandler: Processed in 0.001674858 sec. | ||
| 6637 | 2025.03.03 23:35:38.559853 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.03.03 23:35:38.559957 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.03.03 23:35:38.560004 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6640 | 2025.03.03 23:35:38.560405 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.03.03 23:35:38.560445 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6642 | 2025.03.03 23:35:38.560788 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6643 | 2025.03.03 23:35:38.561012 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.03.03 23:35:38.561172 [ 25 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6645 | 2025.03.03 23:35:38.561232 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
| 6646 | 2025.03.03 23:35:38.561254 [ 25 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2025.03.03 23:35:38.561317 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6648 | 2025.03.03 23:35:38.561357 [ 5 ] {bb84ca4a-60ea-49d6-88da-d54b39e1703b} <Debug> TCPHandler: Processed in 0.001551674 sec. | ||
| 6649 | 2025.03.03 23:35:38.561762 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6650 | 2025.03.03 23:35:38.561832 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.03.03 23:35:38.562088 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.03.03 23:35:38.562105 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6653 | 2025.03.03 23:35:38.562197 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 6654 | 2025.03.03 23:35:38.562256 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6655 | 2025.03.03 23:35:38.562564 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6656 | 2025.03.03 23:35:38.562959 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6657 | 2025.03.03 23:35:38.563331 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6658 | 2025.03.03 23:35:38.563669 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6659 | 2025.03.03 23:35:38.564025 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6660 | 2025.03.03 23:35:38.568060 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.006610069 sec., 3479.540077418254 rows/sec., 234.46 KiB/sec. | ||
| 6661 | 2025.03.03 23:35:38.568128 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2025.03.03 23:35:38.568194 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6663 | 2025.03.03 23:35:38.568257 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6664 | 2025.03.03 23:35:38.568978 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2025.03.03 23:35:38.569174 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_23_5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6666 | 2025.03.03 23:35:38.569384 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6667 | 2025.03.03 23:35:38.569657 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6668 | 2025.03.03 23:35:38.569936 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.03.03 23:35:38.570196 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008191 sec., 4761.323403735807 rows/sec., 8.53 MiB/sec. | ||
| 6670 | 2025.03.03 23:35:38.570313 [ 5 ] {f384ee60-bae2-40dd-9a01-c6247deaab4c} <Debug> TCPHandler: Processed in 0.008605126 sec. | ||
| 6671 | 2025.03.03 23:35:38.570431 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.03.03 23:35:38.570535 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6673 | 2025.03.03 23:35:38.570581 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6674 | 2025.03.03 23:35:38.571016 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.03.03 23:35:38.571054 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6676 | 2025.03.03 23:35:38.571408 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6677 | 2025.03.03 23:35:38.571640 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.03.03 23:35:38.571852 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 6679 | 2025.03.03 23:35:38.571902 [ 5 ] {d733950d-2f9e-41d8-b6d1-9f0ba98c3ac8} <Debug> TCPHandler: Processed in 0.001519913 sec. | ||
| 6680 | 2025.03.03 23:35:42.053755 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6681 | 2025.03.03 23:35:42.053854 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6682 | 2025.03.03 23:35:42.197748 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6683 | 2025.03.03 23:35:42.198527 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.03.03 23:35:42.198569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6685 | 2025.03.03 23:35:42.199098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6686 | 2025.03.03 23:35:42.199360 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.03.03 23:35:42.199591 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6688 | 2025.03.03 23:35:43.285671 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6689 | 2025.03.03 23:35:43.307325 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2025.03.03 23:35:43.307391 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6691 | 2025.03.03 23:35:43.315795 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6692 | 2025.03.03 23:35:43.316632 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.03.03 23:35:43.319680 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6694 | 2025.03.03 23:35:43.536898 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.03.03 23:35:43.537099 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6696 | 2025.03.03 23:35:43.537176 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6697 | 2025.03.03 23:35:43.537947 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.03.03 23:35:43.537986 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6699 | 2025.03.03 23:35:43.538403 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6700 | 2025.03.03 23:35:43.538657 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2025.03.03 23:35:43.538877 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.35 MiB/sec. | ||
| 6702 | 2025.03.03 23:35:43.538998 [ 5 ] {be7a7885-7acc-44a5-883b-a450258d4717} <Debug> TCPHandler: Processed in 0.002223273 sec. | ||
| 6703 | 2025.03.03 23:35:43.539188 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2025.03.03 23:35:43.539482 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6705 | 2025.03.03 23:35:43.539561 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6706 | 2025.03.03 23:35:43.540109 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.03.03 23:35:43.540147 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6708 | 2025.03.03 23:35:43.540494 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6709 | 2025.03.03 23:35:43.540743 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.03.03 23:35:43.540920 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.22 MiB/sec. | ||
| 6711 | 2025.03.03 23:35:43.540971 [ 5 ] {23c52cf1-3bae-4c1e-9bf3-ad3e399cce12} <Debug> TCPHandler: Processed in 0.001882073 sec. | ||
| 6712 | 2025.03.03 23:35:43.541097 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.03.03 23:35:43.541239 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6714 | 2025.03.03 23:35:43.541299 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6715 | 2025.03.03 23:35:43.541841 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.03.03 23:35:43.541878 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6717 | 2025.03.03 23:35:43.542269 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6718 | 2025.03.03 23:35:43.542516 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.03.03 23:35:43.542697 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec. | ||
| 6720 | 2025.03.03 23:35:43.542746 [ 5 ] {11b2c77b-4eb3-4be2-b4e4-143dfd4095b6} <Debug> TCPHandler: Processed in 0.001715139 sec. | ||
| 6721 | 2025.03.03 23:35:43.542859 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2025.03.03 23:35:43.542964 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6723 | 2025.03.03 23:35:43.543010 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6724 | 2025.03.03 23:35:43.543431 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.03.03 23:35:43.543467 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6726 | 2025.03.03 23:35:43.543841 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6727 | 2025.03.03 23:35:43.544083 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.03.03 23:35:43.544252 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. | ||
| 6729 | 2025.03.03 23:35:43.544299 [ 5 ] {986fe5f7-4261-415f-a89a-9ac65d428b48} <Debug> TCPHandler: Processed in 0.001490653 sec. | ||
| 6730 | 2025.03.03 23:35:44.978012 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.03.03 23:35:44.978220 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6732 | 2025.03.03 23:35:44.978298 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6733 | 2025.03.03 23:35:44.979100 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2025.03.03 23:35:44.979156 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6735 | 2025.03.03 23:35:44.979596 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6736 | 2025.03.03 23:35:44.979850 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.03.03 23:35:44.980089 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001924 sec., 110187.11018711019 rows/sec., 7.01 MiB/sec. | ||
| 6738 | 2025.03.03 23:35:44.980147 [ 5 ] {0f6f134a-ab39-461a-b25c-30e0c3477142} <Debug> TCPHandler: Processed in 0.002270294 sec. | ||
| 6739 | 2025.03.03 23:35:44.980253 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.03.03 23:35:44.980357 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6741 | 2025.03.03 23:35:44.980405 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6742 | 2025.03.03 23:35:44.980918 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.03.03 23:35:44.980959 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6744 | 2025.03.03 23:35:44.981294 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6745 | 2025.03.03 23:35:44.981527 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.03.03 23:35:44.981789 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001453 sec., 9635.237439779765 rows/sec., 785.69 KiB/sec. | ||
| 6747 | 2025.03.03 23:35:44.981953 [ 5 ] {5a421726-05fe-42c4-ab2e-934ec0d86f93} <Debug> TCPHandler: Processed in 0.00174494 sec. | ||
| 6748 | 2025.03.03 23:35:44.982069 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.03.03 23:35:44.982172 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6750 | 2025.03.03 23:35:44.982216 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6751 | 2025.03.03 23:35:44.983439 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.03.03 23:35:44.983479 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6753 | 2025.03.03 23:35:44.983938 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6754 | 2025.03.03 23:35:44.984187 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.03.03 23:35:44.984390 [ 109 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6756 | 2025.03.03 23:35:44.984396 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002239 sec., 822688.7003126396 rows/sec., 67.12 MiB/sec. | ||
| 6757 | 2025.03.03 23:35:44.984482 [ 109 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2025.03.03 23:35:44.984558 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6759 | 2025.03.03 23:35:44.984560 [ 5 ] {100e56a6-d1b1-41ee-ab37-d28511ca7918} <Debug> TCPHandler: Processed in 0.002541533 sec. | ||
| 6760 | 2025.03.03 23:35:44.984777 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2025.03.03 23:35:44.984781 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 6762 | 2025.03.03 23:35:44.984966 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.03.03 23:35:44.985066 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6764 | 2025.03.03 23:35:44.985082 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6765 | 2025.03.03 23:35:44.985184 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1844 rows starting from the beginning of the part | ||
| 6766 | 2025.03.03 23:35:44.985497 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 695 rows starting from the beginning of the part | ||
| 6767 | 2025.03.03 23:35:44.985973 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 6768 | 2025.03.03 23:35:44.986308 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 695 rows starting from the beginning of the part | ||
| 6769 | 2025.03.03 23:35:44.986633 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 6770 | 2025.03.03 23:35:44.986915 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1842 rows starting from the beginning of the part | ||
| 6771 | 2025.03.03 23:35:44.987659 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2025.03.03 23:35:44.987730 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6773 | 2025.03.03 23:35:44.988505 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6774 | 2025.03.03 23:35:44.989035 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2025.03.03 23:35:44.989641 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.004695 sec., 33865.81469648562 rows/sec., 2.14 MiB/sec. | ||
| 6776 | 2025.03.03 23:35:44.990026 [ 5 ] {3a8b9826-a3b1-498e-a349-9d942e47f811} <Debug> TCPHandler: Processed in 0.005326822 sec. | ||
| 6777 | 2025.03.03 23:35:44.990213 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2025.03.03 23:35:44.990325 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6779 | 2025.03.03 23:35:44.990372 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6780 | 2025.03.03 23:35:44.991355 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5188 rows, containing 5 columns (5 merged, 0 gathered) in 0.006684351 sec., 776141.1691277134 rows/sec., 65.84 MiB/sec. | ||
| 6781 | 2025.03.03 23:35:44.991510 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2025.03.03 23:35:44.991552 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6783 | 2025.03.03 23:35:44.991613 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6784 | 2025.03.03 23:35:44.991963 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2025.03.03 23:35:44.991997 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6786 | 2025.03.03 23:35:44.992060 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_56_11} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6787 | 2025.03.03 23:35:44.992163 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6788 | 2025.03.03 23:35:44.992276 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2025.03.03 23:35:44.992512 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00221 sec., 154298.64253393665 rows/sec., 10.30 MiB/sec. | ||
| 6790 | 2025.03.03 23:35:44.992573 [ 5 ] {7198a063-b58e-47e2-aced-8e1cb1c79994} <Debug> TCPHandler: Processed in 0.002413869 sec. | ||
| 6791 | 2025.03.03 23:35:44.992679 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6792 | 2025.03.03 23:35:44.992781 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6793 | 2025.03.03 23:35:44.992824 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6794 | 2025.03.03 23:35:44.993355 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2025.03.03 23:35:44.993394 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6796 | 2025.03.03 23:35:44.993738 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6797 | 2025.03.03 23:35:44.993983 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2025.03.03 23:35:44.994201 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001442 sec., 77669.90291262136 rows/sec., 4.42 MiB/sec. | ||
| 6799 | 2025.03.03 23:35:44.994256 [ 5 ] {e13772dc-dc75-4f12-8f8f-adb6b2935e1e} <Debug> TCPHandler: Processed in 0.001626656 sec. | ||
| 6800 | 2025.03.03 23:35:44.994355 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6801 | 2025.03.03 23:35:44.994456 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6802 | 2025.03.03 23:35:44.994501 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6803 | 2025.03.03 23:35:44.995280 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2025.03.03 23:35:44.995320 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6805 | 2025.03.03 23:35:44.995712 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6806 | 2025.03.03 23:35:44.995962 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2025.03.03 23:35:44.996129 [ 109 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6808 | 2025.03.03 23:35:44.996198 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001752 sec., 508561.6438356164 rows/sec., 36.87 MiB/sec. | ||
| 6809 | 2025.03.03 23:35:44.996204 [ 109 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.03.03 23:35:44.996295 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6811 | 2025.03.03 23:35:44.996329 [ 5 ] {5d556dd1-b9e0-492a-87a1-2d03205a9569} <Debug> TCPHandler: Processed in 0.002017867 sec. | ||
| 6812 | 2025.03.03 23:35:44.996486 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 6813 | 2025.03.03 23:35:44.996501 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6814 | 2025.03.03 23:35:44.996616 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6815 | 2025.03.03 23:35:44.996635 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6816 | 2025.03.03 23:35:44.996653 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 6817 | 2025.03.03 23:35:44.996690 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6818 | 2025.03.03 23:35:44.996906 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 6819 | 2025.03.03 23:35:44.997310 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 6820 | 2025.03.03 23:35:44.997731 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 6821 | 2025.03.03 23:35:44.998094 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 6822 | 2025.03.03 23:35:44.998321 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 891 rows starting from the beginning of the part | ||
| 6823 | 2025.03.03 23:35:44.999039 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.03.03 23:35:44.999087 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6825 | 2025.03.03 23:35:44.999600 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6826 | 2025.03.03 23:35:44.999900 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.03.03 23:35:45.000133 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003529 sec., 1700.198356474922 rows/sec., 88.83 KiB/sec. | ||
| 6828 | 2025.03.03 23:35:45.000203 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.19 MiB, peak 209.25 MiB, free memory in arenas 0.00 B, will set to 202.44 MiB (RSS), difference: -3.75 MiB | ||
| 6829 | 2025.03.03 23:35:45.000287 [ 5 ] {28fc590c-6c51-4a01-9a8c-d964de082b52} <Debug> TCPHandler: Processed in 0.003844499 sec. | ||
| 6830 | 2025.03.03 23:35:45.000534 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6831 | 2025.03.03 23:35:45.000875 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6832 | 2025.03.03 23:35:45.001083 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6833 | 2025.03.03 23:35:45.001227 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.004817278 sec., 575843.8686743841 rows/sec., 43.90 MiB/sec. | ||
| 6834 | 2025.03.03 23:35:45.001485 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6835 | 2025.03.03 23:35:45.001816 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.03.03 23:35:45.001952 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_56_11} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6837 | 2025.03.03 23:35:45.002042 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6838 | 2025.03.03 23:35:45.002229 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2025.03.03 23:35:45.002266 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6840 | 2025.03.03 23:35:45.002686 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6841 | 2025.03.03 23:35:45.002931 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2025.03.03 23:35:45.003106 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6843 | 2025.03.03 23:35:45.003162 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.002436 sec., 408045.9770114943 rows/sec., 27.16 MiB/sec. | ||
| 6844 | 2025.03.03 23:35:45.003171 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2025.03.03 23:35:45.003255 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6846 | 2025.03.03 23:35:45.003292 [ 5 ] {b63ed2cf-f1ce-4e9d-a6bf-4e7ba011b7a9} <Debug> TCPHandler: Processed in 0.002881082 sec. | ||
| 6847 | 2025.03.03 23:35:45.003506 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 6848 | 2025.03.03 23:35:45.003528 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6849 | 2025.03.03 23:35:45.003777 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6850 | 2025.03.03 23:35:45.003794 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6851 | 2025.03.03 23:35:45.003878 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6852 | 2025.03.03 23:35:45.003885 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15590 rows starting from the beginning of the part | ||
| 6853 | 2025.03.03 23:35:45.004315 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6854 | 2025.03.03 23:35:45.004718 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6855 | 2025.03.03 23:35:45.005028 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 6856 | 2025.03.03 23:35:45.005421 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 6857 | 2025.03.03 23:35:45.005699 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 994 rows starting from the beginning of the part | ||
| 6858 | 2025.03.03 23:35:45.006230 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2025.03.03 23:35:45.006299 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6860 | 2025.03.03 23:35:45.007016 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6861 | 2025.03.03 23:35:45.007390 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2025.03.03 23:35:45.007751 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004073 sec., 245.51927326295112 rows/sec., 16.54 KiB/sec. | ||
| 6863 | 2025.03.03 23:35:45.007883 [ 5 ] {c74c5965-3ead-436a-9ed9-f77827ef04b7} <Debug> TCPHandler: Processed in 0.004426896 sec. | ||
| 6864 | 2025.03.03 23:35:45.008063 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2025.03.03 23:35:45.008293 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6866 | 2025.03.03 23:35:45.008526 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6867 | 2025.03.03 23:35:45.010889 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6868 | 2025.03.03 23:35:45.010936 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6869 | 2025.03.03 23:35:45.011734 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6870 | 2025.03.03 23:35:45.012026 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2025.03.03 23:35:45.012375 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00416 sec., 9375 rows/sec., 16.80 MiB/sec. | ||
| 6872 | 2025.03.03 23:35:45.012483 [ 5 ] {70da43f5-6725-4daf-a79d-eebe7cde9e2f} <Debug> TCPHandler: Processed in 0.004487077 sec. | ||
| 6873 | 2025.03.03 23:35:45.012600 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6874 | 2025.03.03 23:35:45.012722 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6875 | 2025.03.03 23:35:45.012770 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6876 | 2025.03.03 23:35:45.013510 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17378 rows, containing 5 columns (5 merged, 0 gathered) in 0.0101299 sec., 1715515.4542493015 rows/sec., 115.70 MiB/sec. | ||
| 6877 | 2025.03.03 23:35:45.013638 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2025.03.03 23:35:45.013690 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6879 | 2025.03.03 23:35:45.013891 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6880 | 2025.03.03 23:35:45.014340 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6881 | 2025.03.03 23:35:45.014671 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2025.03.03 23:35:45.014830 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.03.03 23:35:45.014909 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6884 | 2025.03.03 23:35:45.015087 [ 109 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6885 | 2025.03.03 23:35:45.015147 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 6886 | 2025.03.03 23:35:45.015222 [ 109 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.03.03 23:35:45.015281 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6888 | 2025.03.03 23:35:45.015296 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.0026 sec., 17692.30769230769 rows/sec., 1.07 MiB/sec. | ||
| 6889 | 2025.03.03 23:35:45.015498 [ 5 ] {04adbf92-cc0b-451b-bfa1-442c6f4fe407} <Debug> TCPHandler: Processed in 0.002939894 sec. | ||
| 6890 | 2025.03.03 23:35:45.015568 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 6891 | 2025.03.03 23:35:45.015733 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6892 | 2025.03.03 23:35:45.015771 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2958 rows starting from the beginning of the part | ||
| 6893 | 2025.03.03 23:35:45.015885 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 6894 | 2025.03.03 23:35:45.016068 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6895 | 2025.03.03 23:35:45.016199 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 6896 | 2025.03.03 23:35:45.016343 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6897 | 2025.03.03 23:35:45.016461 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 6898 | 2025.03.03 23:35:45.018098 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002736388 sec., 1201583.9858967368 rows/sec., 78.13 MiB/sec. | ||
| 6899 | 2025.03.03 23:35:45.018389 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6900 | 2025.03.03 23:35:45.018698 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.03.03 23:35:45.018777 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_56_11} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6902 | 2025.03.03 23:35:45.018859 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6903 | 2025.03.03 23:35:46.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.66 MiB, peak 209.25 MiB, free memory in arenas 0.00 B, will set to 203.98 MiB (RSS), difference: 4.32 MiB | ||
| 6904 | 2025.03.03 23:35:47.264764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 982 | ||
| 6905 | 2025.03.03 23:35:47.268329 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6906 | 2025.03.03 23:35:47.268379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6907 | 2025.03.03 23:35:47.269859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6908 | 2025.03.03 23:35:47.270172 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2025.03.03 23:35:47.271454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6910 | 2025.03.03 23:35:48.534545 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6911 | 2025.03.03 23:35:48.534748 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6912 | 2025.03.03 23:35:48.534827 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6913 | 2025.03.03 23:35:48.535647 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.03.03 23:35:48.535703 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6915 | 2025.03.03 23:35:48.536135 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6916 | 2025.03.03 23:35:48.536381 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2025.03.03 23:35:48.536605 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 6918 | 2025.03.03 23:35:48.536665 [ 5 ] {9b944ded-1808-4337-aa32-18be0c19acba} <Debug> TCPHandler: Processed in 0.002258495 sec. | ||
| 6919 | 2025.03.03 23:35:48.536773 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6920 | 2025.03.03 23:35:48.536875 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6921 | 2025.03.03 23:35:48.536919 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6922 | 2025.03.03 23:35:48.537442 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6923 | 2025.03.03 23:35:48.537481 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6924 | 2025.03.03 23:35:48.537834 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6925 | 2025.03.03 23:35:48.538072 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6926 | 2025.03.03 23:35:48.538283 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00143 sec., 44755.244755244756 rows/sec., 3.49 MiB/sec. | ||
| 6927 | 2025.03.03 23:35:48.538335 [ 5 ] {93934ed3-6ae1-4722-8628-ea5b0151fbf0} <Debug> TCPHandler: Processed in 0.001611337 sec. | ||
| 6928 | 2025.03.03 23:35:48.538444 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6929 | 2025.03.03 23:35:48.538548 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6930 | 2025.03.03 23:35:48.538597 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6931 | 2025.03.03 23:35:48.539072 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6932 | 2025.03.03 23:35:48.539111 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6933 | 2025.03.03 23:35:48.539498 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6934 | 2025.03.03 23:35:48.539738 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6935 | 2025.03.03 23:35:48.539944 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001417 sec., 67748.76499647142 rows/sec., 4.72 MiB/sec. | ||
| 6936 | 2025.03.03 23:35:48.539995 [ 5 ] {618a88ad-1c95-445b-abbd-de2f20a8c076} <Debug> TCPHandler: Processed in 0.001600106 sec. | ||
| 6937 | 2025.03.03 23:35:48.540093 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6938 | 2025.03.03 23:35:48.540193 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6939 | 2025.03.03 23:35:48.540238 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6940 | 2025.03.03 23:35:48.540647 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6941 | 2025.03.03 23:35:48.540686 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6942 | 2025.03.03 23:35:48.541042 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6943 | 2025.03.03 23:35:48.541279 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6944 | 2025.03.03 23:35:48.541501 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001328 sec., 27108.43373493976 rows/sec., 1.83 MiB/sec. | ||
| 6945 | 2025.03.03 23:35:48.541585 [ 5 ] {287c8150-a75f-471c-86e4-ff0ca06c9497} <Debug> TCPHandler: Processed in 0.001540704 sec. | ||
| 6946 | 2025.03.03 23:35:49.699719 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6947 | 2025.03.03 23:35:49.700539 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6948 | 2025.03.03 23:35:49.700594 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6949 | 2025.03.03 23:35:49.701163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6950 | 2025.03.03 23:35:49.701448 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6951 | 2025.03.03 23:35:49.701673 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6952 | 2025.03.03 23:35:50.819737 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6953 | 2025.03.03 23:35:50.841027 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6954 | 2025.03.03 23:35:50.841072 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6955 | 2025.03.03 23:35:50.848676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6956 | 2025.03.03 23:35:50.849462 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6957 | 2025.03.03 23:35:50.853072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6958 | 2025.03.03 23:35:53.536936 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.03.03 23:35:53.537159 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6960 | 2025.03.03 23:35:53.537238 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6961 | 2025.03.03 23:35:53.538045 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2025.03.03 23:35:53.538097 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6963 | 2025.03.03 23:35:53.538524 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6964 | 2025.03.03 23:35:53.538776 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.03.03 23:35:53.539021 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
| 6966 | 2025.03.03 23:35:53.539076 [ 5 ] {4311a003-dbc7-43a7-802e-398d412b4242} <Debug> TCPHandler: Processed in 0.002276814 sec. | ||
| 6967 | 2025.03.03 23:35:53.539181 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6968 | 2025.03.03 23:35:53.539282 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6969 | 2025.03.03 23:35:53.539326 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6970 | 2025.03.03 23:35:53.539853 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2025.03.03 23:35:53.539893 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6972 | 2025.03.03 23:35:53.540585 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6973 | 2025.03.03 23:35:53.540848 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2025.03.03 23:35:53.541059 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001798 sec., 35595.10567296997 rows/sec., 2.78 MiB/sec. | ||
| 6975 | 2025.03.03 23:35:53.541111 [ 5 ] {57c39363-df98-4902-85f7-a3acfd71483b} <Debug> TCPHandler: Processed in 0.001978577 sec. | ||
| 6976 | 2025.03.03 23:35:53.541210 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6977 | 2025.03.03 23:35:53.541310 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6978 | 2025.03.03 23:35:53.541359 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6979 | 2025.03.03 23:35:53.541854 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2025.03.03 23:35:53.541892 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6981 | 2025.03.03 23:35:53.542274 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6982 | 2025.03.03 23:35:53.542503 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2025.03.03 23:35:53.542707 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec. | ||
| 6984 | 2025.03.03 23:35:53.542757 [ 5 ] {11aa7987-1237-4559-84bc-fc2c943e08d0} <Debug> TCPHandler: Processed in 0.001596425 sec. | ||
| 6985 | 2025.03.03 23:35:53.542860 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6986 | 2025.03.03 23:35:53.542961 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6987 | 2025.03.03 23:35:53.543007 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6988 | 2025.03.03 23:35:53.543426 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6989 | 2025.03.03 23:35:53.543464 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6990 | 2025.03.03 23:35:53.543820 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6991 | 2025.03.03 23:35:53.544055 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2025.03.03 23:35:53.544258 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 6993 | 2025.03.03 23:35:53.544305 [ 5 ] {8426a892-27ba-4092-bb38-fe4ccb860270} <Debug> TCPHandler: Processed in 0.001493663 sec. | ||
| 6994 | 2025.03.03 23:35:55.239393 [ 98 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6995 | 2025.03.03 23:35:55.239467 [ 98 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2025.03.03 23:35:55.239494 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6997 | 2025.03.03 23:35:55.239656 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 6998 | 2025.03.03 23:35:55.239948 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6999 | 2025.03.03 23:35:55.239988 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7000 | 2025.03.03 23:35:55.240066 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7001 | 2025.03.03 23:35:55.240203 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7002 | 2025.03.03 23:35:55.240469 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7003 | 2025.03.03 23:35:55.240805 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7004 | 2025.03.03 23:35:55.241955 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002397148 sec., 60071.384828971764 rows/sec., 3.06 MiB/sec. | ||
| 7005 | 2025.03.03 23:35:55.242143 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7006 | 2025.03.03 23:35:55.242515 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.03.03 23:35:55.242617 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_24_5} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7008 | 2025.03.03 23:35:55.242730 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7009 | 2025.03.03 23:35:55.315997 [ 98 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7010 | 2025.03.03 23:35:55.316034 [ 98 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.03.03 23:35:55.316054 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7012 | 2025.03.03 23:35:55.316165 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7013 | 2025.03.03 23:35:55.316521 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7014 | 2025.03.03 23:35:55.316597 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
| 7015 | 2025.03.03 23:35:55.316684 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 7016 | 2025.03.03 23:35:55.316923 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7017 | 2025.03.03 23:35:55.317065 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7018 | 2025.03.03 23:35:55.317254 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 7019 | 2025.03.03 23:35:55.318418 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002309806 sec., 540738.0533256906 rows/sec., 37.95 MiB/sec. | ||
| 7020 | 2025.03.03 23:35:55.318598 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7021 | 2025.03.03 23:35:55.318880 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.03.03 23:35:55.318963 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_24_5} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7023 | 2025.03.03 23:35:55.319037 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7024 | 2025.03.03 23:35:55.406388 [ 97 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7025 | 2025.03.03 23:35:55.406439 [ 97 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.03.03 23:35:55.406465 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7027 | 2025.03.03 23:35:55.406631 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7028 | 2025.03.03 23:35:55.406891 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7029 | 2025.03.03 23:35:55.406927 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 7030 | 2025.03.03 23:35:55.407018 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part | ||
| 7031 | 2025.03.03 23:35:55.407118 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 145 rows starting from the beginning of the part | ||
| 7032 | 2025.03.03 23:35:55.407209 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 145 rows starting from the beginning of the part | ||
| 7033 | 2025.03.03 23:35:55.407316 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 159 rows starting from the beginning of the part | ||
| 7034 | 2025.03.03 23:35:55.408549 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002018217 sec., 377065.49890323984 rows/sec., 25.20 MiB/sec. | ||
| 7035 | 2025.03.03 23:35:55.408869 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7036 | 2025.03.03 23:35:55.409248 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2025.03.03 23:35:55.409345 [ 196 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_24_5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7038 | 2025.03.03 23:35:55.409449 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7039 | 2025.03.03 23:35:57.053912 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7040 | 2025.03.03 23:35:57.053976 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7041 | 2025.03.03 23:35:57.201788 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7042 | 2025.03.03 23:35:57.202511 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2025.03.03 23:35:57.202562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7044 | 2025.03.03 23:35:57.204108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7045 | 2025.03.03 23:35:57.204409 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7046 | 2025.03.03 23:35:57.204600 [ 95 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7047 | 2025.03.03 23:35:57.204649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7048 | 2025.03.03 23:35:57.204655 [ 95 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.03.03 23:35:57.204685 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7050 | 2025.03.03 23:35:57.204834 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 7051 | 2025.03.03 23:35:57.205009 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7052 | 2025.03.03 23:35:57.205056 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7053 | 2025.03.03 23:35:57.205132 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7054 | 2025.03.03 23:35:57.205229 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7055 | 2025.03.03 23:35:57.205359 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7056 | 2025.03.03 23:35:57.205441 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7057 | 2025.03.03 23:35:57.205517 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7058 | 2025.03.03 23:35:57.208085 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003326995 sec., 4968748.074463592 rows/sec., 71.08 MiB/sec. | ||
| 7059 | 2025.03.03 23:35:57.208201 [ 197 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7060 | 2025.03.03 23:35:57.208545 [ 197 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2025.03.03 23:35:57.208641 [ 197 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_36_7} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7062 | 2025.03.03 23:35:57.208742 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7063 | 2025.03.03 23:35:57.272703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 998 | ||
| 7064 | 2025.03.03 23:35:57.275434 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7065 | 2025.03.03 23:35:57.275484 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7066 | 2025.03.03 23:35:57.276973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7067 | 2025.03.03 23:35:57.277284 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7068 | 2025.03.03 23:35:57.277551 [ 95 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7069 | 2025.03.03 23:35:57.277692 [ 95 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7070 | 2025.03.03 23:35:57.277792 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7071 | 2025.03.03 23:35:57.278337 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 7072 | 2025.03.03 23:35:57.279257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7073 | 2025.03.03 23:35:57.279695 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7074 | 2025.03.03 23:35:57.279866 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 828 rows starting from the beginning of the part | ||
| 7075 | 2025.03.03 23:35:57.280565 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7076 | 2025.03.03 23:35:57.281238 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7077 | 2025.03.03 23:35:57.281837 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 7078 | 2025.03.03 23:35:57.282431 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 7079 | 2025.03.03 23:35:57.283042 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7080 | 2025.03.03 23:35:57.291296 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 72 columns (72 merged, 0 gathered) in 0.013339011 sec., 74818.14056529378 rows/sec., 60.44 MiB/sec. | ||
| 7081 | 2025.03.03 23:35:57.292424 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7082 | 2025.03.03 23:35:57.293119 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.03.03 23:35:57.293202 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_26_5} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7084 | 2025.03.03 23:35:57.293399 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 7085 | 2025.03.03 23:35:58.353128 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7086 | 2025.03.03 23:35:58.375024 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.03.03 23:35:58.375089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7088 | 2025.03.03 23:35:58.382513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7089 | 2025.03.03 23:35:58.383283 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2025.03.03 23:35:58.383718 [ 94 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7091 | 2025.03.03 23:35:58.383850 [ 94 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2025.03.03 23:35:58.383922 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7093 | 2025.03.03 23:35:58.384210 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7094 | 2025.03.03 23:35:58.392717 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7095 | 2025.03.03 23:35:58.393992 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7096 | 2025.03.03 23:35:58.394889 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7097 | 2025.03.03 23:35:58.399764 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7098 | 2025.03.03 23:35:58.404461 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7099 | 2025.03.03 23:35:58.409664 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7100 | 2025.03.03 23:35:58.415062 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7101 | 2025.03.03 23:35:58.419716 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7102 | 2025.03.03 23:35:58.478961 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.094896319 sec., 2866.2860990424715 rows/sec., 14.82 MiB/sec. | ||
| 7103 | 2025.03.03 23:35:58.481888 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7104 | 2025.03.03 23:35:58.484827 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_36_7} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.03.03 23:35:58.484950 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_36_7} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7106 | 2025.03.03 23:35:58.487363 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7107 | 2025.03.03 23:35:58.545202 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.03.03 23:35:58.545396 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7109 | 2025.03.03 23:35:58.545476 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7110 | 2025.03.03 23:35:58.546366 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.03.03 23:35:58.546413 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7112 | 2025.03.03 23:35:58.546868 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7113 | 2025.03.03 23:35:58.547127 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.03.03 23:35:58.547314 [ 96 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7115 | 2025.03.03 23:35:58.547372 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002029 sec., 104484.96796451454 rows/sec., 6.65 MiB/sec. | ||
| 7116 | 2025.03.03 23:35:58.547382 [ 96 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.03.03 23:35:58.547457 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7118 | 2025.03.03 23:35:58.547507 [ 5 ] {3a350949-c84a-4ff9-aeb8-2652ac0ea6bd} <Debug> TCPHandler: Processed in 0.002433159 sec. | ||
| 7119 | 2025.03.03 23:35:58.547827 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7120 | 2025.03.03 23:35:58.547904 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7121 | 2025.03.03 23:35:58.548254 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7122 | 2025.03.03 23:35:58.548413 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7123 | 2025.03.03 23:35:58.548432 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7124 | 2025.03.03 23:35:58.548541 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 7125 | 2025.03.03 23:35:58.548849 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 7126 | 2025.03.03 23:35:58.549246 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 7127 | 2025.03.03 23:35:58.549603 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 7128 | 2025.03.03 23:35:58.549919 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 7129 | 2025.03.03 23:35:58.551793 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7130 | 2025.03.03 23:35:58.551863 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7131 | 2025.03.03 23:35:58.552648 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005048974 sec., 209943.64399579001 rows/sec., 14.15 MiB/sec. | ||
| 7132 | 2025.03.03 23:35:58.552777 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7133 | 2025.03.03 23:35:58.552825 [ 194 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7134 | 2025.03.03 23:35:58.553071 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2025.03.03 23:35:58.553263 [ 194 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.03.03 23:35:58.553385 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00533 sec., 130393.9962476548 rows/sec., 10.41 MiB/sec. | ||
| 7137 | 2025.03.03 23:35:58.553396 [ 194 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_25_6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7138 | 2025.03.03 23:35:58.553476 [ 5 ] {4607c9b1-a6da-4156-9f1d-dce3d21bc169} <Debug> TCPHandler: Processed in 0.005769805 sec. | ||
| 7139 | 2025.03.03 23:35:58.553527 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7140 | 2025.03.03 23:35:58.553613 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2025.03.03 23:35:58.553750 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7142 | 2025.03.03 23:35:58.553795 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7143 | 2025.03.03 23:35:58.554366 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2025.03.03 23:35:58.554404 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7145 | 2025.03.03 23:35:58.554755 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7146 | 2025.03.03 23:35:58.555007 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.03.03 23:35:58.555209 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00148 sec., 97972.97297297297 rows/sec., 6.15 MiB/sec. | ||
| 7148 | 2025.03.03 23:35:58.555261 [ 5 ] {4b034eb3-b5eb-4eea-96f8-cfe472a17bab} <Debug> TCPHandler: Processed in 0.001705499 sec. | ||
| 7149 | 2025.03.03 23:35:58.555372 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7150 | 2025.03.03 23:35:58.555504 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7151 | 2025.03.03 23:35:58.555549 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7152 | 2025.03.03 23:35:58.556095 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.03.03 23:35:58.556134 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7154 | 2025.03.03 23:35:58.556486 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7155 | 2025.03.03 23:35:58.556726 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.03.03 23:35:58.556975 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001479 sec., 76402.97498309669 rows/sec., 4.95 MiB/sec. | ||
| 7157 | 2025.03.03 23:35:58.557070 [ 5 ] {459a6b08-6e05-4b73-b792-981564901ff2} <Debug> TCPHandler: Processed in 0.001742219 sec. | ||
| 7158 | 2025.03.03 23:35:58.557341 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.03.03 23:35:58.557484 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7160 | 2025.03.03 23:35:58.557531 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7161 | 2025.03.03 23:35:58.558105 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.03.03 23:35:58.558145 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7163 | 2025.03.03 23:35:58.558490 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7164 | 2025.03.03 23:35:58.558730 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.03.03 23:35:58.558887 [ 96 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7166 | 2025.03.03 23:35:58.558940 [ 96 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2025.03.03 23:35:58.558973 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001504 sec., 74468.08510638298 rows/sec., 4.24 MiB/sec. | ||
| 7168 | 2025.03.03 23:35:58.558979 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7169 | 2025.03.03 23:35:58.559170 [ 5 ] {b0d48d45-7d51-4c61-b9f1-3a01f5e18661} <Debug> TCPHandler: Processed in 0.001923765 sec. | ||
| 7170 | 2025.03.03 23:35:58.559572 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.03.03 23:35:58.559586 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7172 | 2025.03.03 23:35:58.559793 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7173 | 2025.03.03 23:35:58.559910 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7174 | 2025.03.03 23:35:58.560139 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7175 | 2025.03.03 23:35:58.560215 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 7176 | 2025.03.03 23:35:58.560590 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 7177 | 2025.03.03 23:35:58.560978 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 7178 | 2025.03.03 23:35:58.561334 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 7179 | 2025.03.03 23:35:58.561521 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 7180 | 2025.03.03 23:35:58.562591 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2025.03.03 23:35:58.562659 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7182 | 2025.03.03 23:35:58.563629 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7183 | 2025.03.03 23:35:58.563945 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004819488 sec., 116194.91531050601 rows/sec., 7.06 MiB/sec. | ||
| 7184 | 2025.03.03 23:35:58.564100 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2025.03.03 23:35:58.564105 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7186 | 2025.03.03 23:35:58.564490 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004738 sec., 88856.05740818911 rows/sec., 6.33 MiB/sec. | ||
| 7187 | 2025.03.03 23:35:58.564652 [ 5 ] {d27b0ed2-22bc-41b3-8234-19a07cd3f125} <Debug> TCPHandler: Processed in 0.005187368 sec. | ||
| 7188 | 2025.03.03 23:35:58.564830 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2025.03.03 23:35:58.565064 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7190 | 2025.03.03 23:35:58.565169 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_25_6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7191 | 2025.03.03 23:35:58.565491 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7192 | 2025.03.03 23:35:58.565503 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7193 | 2025.03.03 23:35:58.565660 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7194 | 2025.03.03 23:35:58.566171 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.03.03 23:35:58.566210 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7196 | 2025.03.03 23:35:58.566561 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7197 | 2025.03.03 23:35:58.566798 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.03.03 23:35:58.567014 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001698 sec., 3533.568904593639 rows/sec., 184.62 KiB/sec. | ||
| 7199 | 2025.03.03 23:35:58.567132 [ 5 ] {5b77eb94-73d8-43e2-a25f-c58fb784abba} <Debug> TCPHandler: Processed in 0.002207813 sec. | ||
| 7200 | 2025.03.03 23:35:58.567255 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2025.03.03 23:35:58.567357 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7202 | 2025.03.03 23:35:58.567405 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7203 | 2025.03.03 23:35:58.567921 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.03.03 23:35:58.567960 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7205 | 2025.03.03 23:35:58.568342 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7206 | 2025.03.03 23:35:58.568577 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.03.03 23:35:58.568784 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001449 sec., 163561.07660455487 rows/sec., 10.96 MiB/sec. | ||
| 7208 | 2025.03.03 23:35:58.568835 [ 5 ] {5071aa63-5509-41f1-8594-50e7b53d116e} <Debug> TCPHandler: Processed in 0.001630106 sec. | ||
| 7209 | 2025.03.03 23:35:58.568948 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2025.03.03 23:35:58.569054 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7211 | 2025.03.03 23:35:58.569109 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7212 | 2025.03.03 23:35:58.569613 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.03.03 23:35:58.569660 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7214 | 2025.03.03 23:35:58.570081 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7215 | 2025.03.03 23:35:58.570316 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.03.03 23:35:58.570559 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 7217 | 2025.03.03 23:35:58.570756 [ 5 ] {fcace94a-3fed-4389-b7e6-44b6c27a8a03} <Debug> TCPHandler: Processed in 0.001855793 sec. | ||
| 7218 | 2025.03.03 23:35:58.570946 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2025.03.03 23:35:58.571051 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7220 | 2025.03.03 23:35:58.571130 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7221 | 2025.03.03 23:35:58.572265 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.03.03 23:35:58.572303 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7223 | 2025.03.03 23:35:58.572978 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7224 | 2025.03.03 23:35:58.573229 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.03.03 23:35:58.573479 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002452 sec., 15905.383360522022 rows/sec., 28.50 MiB/sec. | ||
| 7226 | 2025.03.03 23:35:58.573574 [ 5 ] {8df2914b-47e3-4306-9e82-c00f3a153bda} <Debug> TCPHandler: Processed in 0.002687826 sec. | ||
| 7227 | 2025.03.03 23:35:58.573689 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2025.03.03 23:35:58.573790 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7229 | 2025.03.03 23:35:58.573836 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7230 | 2025.03.03 23:35:58.574258 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.03.03 23:35:58.574296 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7232 | 2025.03.03 23:35:58.574661 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7233 | 2025.03.03 23:35:58.574900 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.03.03 23:35:58.575097 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001328 sec., 61746.987951807234 rows/sec., 3.92 MiB/sec. | ||
| 7235 | 2025.03.03 23:35:58.575147 [ 5 ] {8b40d181-6e15-4b21-b40a-3a17c4acb43d} <Debug> TCPHandler: Processed in 0.001509813 sec. | ||
| 7236 | 2025.03.03 23:36:03.536448 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2025.03.03 23:36:03.536668 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7238 | 2025.03.03 23:36:03.536745 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7239 | 2025.03.03 23:36:03.537532 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2025.03.03 23:36:03.537577 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7241 | 2025.03.03 23:36:03.537993 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7242 | 2025.03.03 23:36:03.538239 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2025.03.03 23:36:03.538509 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. | ||
| 7244 | 2025.03.03 23:36:03.538583 [ 5 ] {5b38afd9-f190-4555-a5fb-9e65b900fcbf} <Debug> TCPHandler: Processed in 0.002264625 sec. | ||
| 7245 | 2025.03.03 23:36:03.538732 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7246 | 2025.03.03 23:36:03.538852 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7247 | 2025.03.03 23:36:03.538897 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7248 | 2025.03.03 23:36:03.539431 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2025.03.03 23:36:03.539470 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7250 | 2025.03.03 23:36:03.539816 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7251 | 2025.03.03 23:36:03.540045 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7252 | 2025.03.03 23:36:03.540253 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001423 sec., 44975.404075895996 rows/sec., 3.51 MiB/sec. | ||
| 7253 | 2025.03.03 23:36:03.540306 [ 5 ] {0dafccf0-3fd7-406a-a43b-3f8f4b2878bd} <Debug> TCPHandler: Processed in 0.001637427 sec. | ||
| 7254 | 2025.03.03 23:36:03.540405 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2025.03.03 23:36:03.540506 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7256 | 2025.03.03 23:36:03.540553 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7257 | 2025.03.03 23:36:03.541041 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7258 | 2025.03.03 23:36:03.541081 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7259 | 2025.03.03 23:36:03.541454 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7260 | 2025.03.03 23:36:03.541696 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2025.03.03 23:36:03.541903 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec. | ||
| 7262 | 2025.03.03 23:36:03.541954 [ 5 ] {9bce5ec6-a965-437f-b162-763e8e8e1bed} <Debug> TCPHandler: Processed in 0.001599366 sec. | ||
| 7263 | 2025.03.03 23:36:03.542057 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7264 | 2025.03.03 23:36:03.542159 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7265 | 2025.03.03 23:36:03.542204 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7266 | 2025.03.03 23:36:03.542618 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7267 | 2025.03.03 23:36:03.542657 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7268 | 2025.03.03 23:36:03.543001 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7269 | 2025.03.03 23:36:03.543227 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7270 | 2025.03.03 23:36:03.543448 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
| 7271 | 2025.03.03 23:36:03.543497 [ 5 ] {449fb18c-5b73-4009-b30a-a2b07fc1840a} <Debug> TCPHandler: Processed in 0.001488902 sec. | ||
| 7272 | 2025.03.03 23:36:04.704759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7273 | 2025.03.03 23:36:04.705477 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2025.03.03 23:36:04.705521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7275 | 2025.03.03 23:36:04.706056 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7276 | 2025.03.03 23:36:04.706327 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2025.03.03 23:36:04.706581 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7278 | 2025.03.03 23:36:05.892775 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7279 | 2025.03.03 23:36:05.912086 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2025.03.03 23:36:05.912161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7281 | 2025.03.03 23:36:05.919112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7282 | 2025.03.03 23:36:05.919873 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2025.03.03 23:36:05.923392 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7284 | 2025.03.03 23:36:07.279395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1028 | ||
| 7285 | 2025.03.03 23:36:07.282405 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.03.03 23:36:07.282466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7287 | 2025.03.03 23:36:07.283983 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7288 | 2025.03.03 23:36:07.284306 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.03.03 23:36:07.284977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7290 | 2025.03.03 23:36:08.544575 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7291 | 2025.03.03 23:36:08.544761 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7292 | 2025.03.03 23:36:08.544831 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7293 | 2025.03.03 23:36:08.545603 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7294 | 2025.03.03 23:36:08.545654 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7295 | 2025.03.03 23:36:08.546086 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7296 | 2025.03.03 23:36:08.546349 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7297 | 2025.03.03 23:36:08.546570 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001859 sec., 114039.80634749866 rows/sec., 7.25 MiB/sec. | ||
| 7298 | 2025.03.03 23:36:08.546626 [ 5 ] {b018328b-bea7-45bf-9f4d-48ccfd95edb9} <Debug> TCPHandler: Processed in 0.002177092 sec. | ||
| 7299 | 2025.03.03 23:36:08.546749 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7300 | 2025.03.03 23:36:08.546864 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7301 | 2025.03.03 23:36:08.546912 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7302 | 2025.03.03 23:36:08.547692 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2025.03.03 23:36:08.547732 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7304 | 2025.03.03 23:36:08.548157 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7305 | 2025.03.03 23:36:08.548397 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2025.03.03 23:36:08.548566 [ 81 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7307 | 2025.03.03 23:36:08.548636 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001793 sec., 387618.51645287225 rows/sec., 30.95 MiB/sec. | ||
| 7308 | 2025.03.03 23:36:08.548662 [ 81 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2025.03.03 23:36:08.548739 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7310 | 2025.03.03 23:36:08.548760 [ 5 ] {4ce04d66-d9df-4975-902c-3c6fff321edc} <Debug> TCPHandler: Processed in 0.002059359 sec. | ||
| 7311 | 2025.03.03 23:36:08.548964 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7312 | 2025.03.03 23:36:08.549077 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 7313 | 2025.03.03 23:36:08.549123 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7314 | 2025.03.03 23:36:08.549223 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7315 | 2025.03.03 23:36:08.549542 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7316 | 2025.03.03 23:36:08.549617 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1844 rows starting from the beginning of the part | ||
| 7317 | 2025.03.03 23:36:08.549984 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7318 | 2025.03.03 23:36:08.550414 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7319 | 2025.03.03 23:36:08.550717 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 695 rows starting from the beginning of the part | ||
| 7320 | 2025.03.03 23:36:08.550914 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7321 | 2025.03.03 23:36:08.551327 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 695 rows starting from the beginning of the part | ||
| 7322 | 2025.03.03 23:36:08.552059 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7323 | 2025.03.03 23:36:08.552120 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7324 | 2025.03.03 23:36:08.552961 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7325 | 2025.03.03 23:36:08.553506 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7326 | 2025.03.03 23:36:08.554000 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004904 sec., 29567.69983686786 rows/sec., 1.86 MiB/sec. | ||
| 7327 | 2025.03.03 23:36:08.554094 [ 5 ] {2d56fdfb-6bb5-4282-b4b4-6d4c39dc9f9a} <Debug> TCPHandler: Processed in 0.005214009 sec. | ||
| 7328 | 2025.03.03 23:36:08.554256 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7329 | 2025.03.03 23:36:08.554392 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7330 | 2025.03.03 23:36:08.554484 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7331 | 2025.03.03 23:36:08.554970 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006088454 sec., 558762.5364337154 rows/sec., 47.19 MiB/sec. | ||
| 7332 | 2025.03.03 23:36:08.555218 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7333 | 2025.03.03 23:36:08.555585 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2025.03.03 23:36:08.555622 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7335 | 2025.03.03 23:36:08.555636 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7336 | 2025.03.03 23:36:08.555736 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_61_12} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7337 | 2025.03.03 23:36:08.555851 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7338 | 2025.03.03 23:36:08.556090 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7339 | 2025.03.03 23:36:08.556335 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7340 | 2025.03.03 23:36:08.556551 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002188 sec., 51645.338208409514 rows/sec., 3.34 MiB/sec. | ||
| 7341 | 2025.03.03 23:36:08.556611 [ 5 ] {3c68622c-2552-448c-b503-d0c63e8406dd} <Debug> TCPHandler: Processed in 0.002424829 sec. | ||
| 7342 | 2025.03.03 23:36:08.556712 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7343 | 2025.03.03 23:36:08.556815 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7344 | 2025.03.03 23:36:08.556859 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7345 | 2025.03.03 23:36:08.557406 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2025.03.03 23:36:08.557446 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7347 | 2025.03.03 23:36:08.557791 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7348 | 2025.03.03 23:36:08.558026 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2025.03.03 23:36:08.558235 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001442 sec., 77669.90291262136 rows/sec., 4.42 MiB/sec. | ||
| 7350 | 2025.03.03 23:36:08.558287 [ 5 ] {575e0286-93db-40c5-8e9f-fe06ebf0039b} <Debug> TCPHandler: Processed in 0.001624186 sec. | ||
| 7351 | 2025.03.03 23:36:08.558385 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7352 | 2025.03.03 23:36:08.558488 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7353 | 2025.03.03 23:36:08.558533 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7354 | 2025.03.03 23:36:08.559200 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7355 | 2025.03.03 23:36:08.559239 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7356 | 2025.03.03 23:36:08.559604 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7357 | 2025.03.03 23:36:08.559837 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7358 | 2025.03.03 23:36:08.559996 [ 80 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7359 | 2025.03.03 23:36:08.560059 [ 80 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2025.03.03 23:36:08.560066 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001591 sec., 264613.4506599623 rows/sec., 18.85 MiB/sec. | ||
| 7361 | 2025.03.03 23:36:08.560093 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7362 | 2025.03.03 23:36:08.560200 [ 5 ] {cb4c2af5-a860-4c88-9659-3ce58bcbba9e} <Debug> TCPHandler: Processed in 0.001859703 sec. | ||
| 7363 | 2025.03.03 23:36:08.560455 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 7364 | 2025.03.03 23:36:08.560542 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.03.03 23:36:08.561062 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7366 | 2025.03.03 23:36:08.561104 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7367 | 2025.03.03 23:36:08.561225 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7368 | 2025.03.03 23:36:08.561632 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7369 | 2025.03.03 23:36:08.561459 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7370 | 2025.03.03 23:36:08.561988 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7371 | 2025.03.03 23:36:08.562305 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 421 rows starting from the beginning of the part | ||
| 7372 | 2025.03.03 23:36:08.562586 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7373 | 2025.03.03 23:36:08.562880 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 7374 | 2025.03.03 23:36:08.564231 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.03.03 23:36:08.564284 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7376 | 2025.03.03 23:36:08.565272 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7377 | 2025.03.03 23:36:08.565617 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.03.03 23:36:08.566136 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005236 sec., 1145.912910618793 rows/sec., 59.87 KiB/sec. | ||
| 7379 | 2025.03.03 23:36:08.566211 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005990051 sec., 325038.9687834044 rows/sec., 24.83 MiB/sec. | ||
| 7380 | 2025.03.03 23:36:08.566231 [ 5 ] {854e0c4b-0134-4bdc-b4df-85a295f923bd} <Debug> TCPHandler: Processed in 0.005790745 sec. | ||
| 7381 | 2025.03.03 23:36:08.566346 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7382 | 2025.03.03 23:36:08.566408 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7383 | 2025.03.03 23:36:08.566474 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7384 | 2025.03.03 23:36:08.566528 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7385 | 2025.03.03 23:36:08.566815 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7386 | 2025.03.03 23:36:08.566901 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_61_12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7387 | 2025.03.03 23:36:08.567008 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7388 | 2025.03.03 23:36:08.567213 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2025.03.03 23:36:08.567250 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7390 | 2025.03.03 23:36:08.567633 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7391 | 2025.03.03 23:36:08.567867 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2025.03.03 23:36:08.568042 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7393 | 2025.03.03 23:36:08.568111 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7394 | 2025.03.03 23:36:08.568111 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 7395 | 2025.03.03 23:36:08.568154 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7396 | 2025.03.03 23:36:08.568293 [ 5 ] {a6f63e71-a639-4933-ae2f-7035f191fc34} <Debug> TCPHandler: Processed in 0.001995827 sec. | ||
| 7397 | 2025.03.03 23:36:08.568431 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 7398 | 2025.03.03 23:36:08.568482 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.03.03 23:36:08.568703 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7400 | 2025.03.03 23:36:08.568737 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7401 | 2025.03.03 23:36:08.568795 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7402 | 2025.03.03 23:36:08.568810 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17378 rows starting from the beginning of the part | ||
| 7403 | 2025.03.03 23:36:08.569219 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 96 rows starting from the beginning of the part | ||
| 7404 | 2025.03.03 23:36:08.569646 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 7405 | 2025.03.03 23:36:08.569975 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7406 | 2025.03.03 23:36:08.570171 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 7407 | 2025.03.03 23:36:08.570562 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7408 | 2025.03.03 23:36:08.571399 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2025.03.03 23:36:08.571472 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7410 | 2025.03.03 23:36:08.572127 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7411 | 2025.03.03 23:36:08.572419 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2025.03.03 23:36:08.572909 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004284 sec., 233.42670401493933 rows/sec., 15.73 KiB/sec. | ||
| 7413 | 2025.03.03 23:36:08.573527 [ 5 ] {fe5f85a8-b1bd-4e8a-952b-6f9079a04047} <Debug> TCPHandler: Processed in 0.005088356 sec. | ||
| 7414 | 2025.03.03 23:36:08.573771 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7415 | 2025.03.03 23:36:08.574009 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7416 | 2025.03.03 23:36:08.574243 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7417 | 2025.03.03 23:36:08.576463 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7418 | 2025.03.03 23:36:08.576508 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7419 | 2025.03.03 23:36:08.577415 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7420 | 2025.03.03 23:36:08.577862 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7421 | 2025.03.03 23:36:08.578163 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7422 | 2025.03.03 23:36:08.578315 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2025.03.03 23:36:08.578372 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7424 | 2025.03.03 23:36:08.578384 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004439 sec., 8785.76255913494 rows/sec., 15.74 MiB/sec. | ||
| 7425 | 2025.03.03 23:36:08.578622 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 7426 | 2025.03.03 23:36:08.578762 [ 5 ] {c10706eb-da6b-4819-a18f-2acee0bc805d} <Debug> TCPHandler: Processed in 0.005055915 sec. | ||
| 7427 | 2025.03.03 23:36:08.578991 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2025.03.03 23:36:08.579356 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7429 | 2025.03.03 23:36:08.579513 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7430 | 2025.03.03 23:36:08.580029 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18268 rows, containing 5 columns (5 merged, 0 gathered) in 0.011723024 sec., 1558300.9981042433 rows/sec., 105.16 MiB/sec. | ||
| 7431 | 2025.03.03 23:36:08.580075 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7432 | 2025.03.03 23:36:08.580317 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 701 rows starting from the beginning of the part | ||
| 7433 | 2025.03.03 23:36:08.580554 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7434 | 2025.03.03 23:36:08.581391 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7435 | 2025.03.03 23:36:08.581974 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7436 | 2025.03.03 23:36:08.582472 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2025.03.03 23:36:08.582529 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7438 | 2025.03.03 23:36:08.582557 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7439 | 2025.03.03 23:36:08.582565 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7440 | 2025.03.03 23:36:08.582957 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.12 MiB. | ||
| 7441 | 2025.03.03 23:36:08.583447 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7442 | 2025.03.03 23:36:08.583955 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7443 | 2025.03.03 23:36:08.583964 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7444 | 2025.03.03 23:36:08.584451 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7445 | 2025.03.03 23:36:08.584508 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2025.03.03 23:36:08.585138 [ 80 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7447 | 2025.03.03 23:36:08.585196 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005939 sec., 13807.038221922883 rows/sec., 897.96 KiB/sec. | ||
| 7448 | 2025.03.03 23:36:08.585316 [ 80 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2025.03.03 23:36:08.585416 [ 5 ] {fd4f1f21-15c5-480f-b04f-02500917853b} <Debug> TCPHandler: Processed in 0.006538946 sec. | ||
| 7450 | 2025.03.03 23:36:08.585435 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7451 | 2025.03.03 23:36:08.585975 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 7452 | 2025.03.03 23:36:08.586315 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7453 | 2025.03.03 23:36:08.586371 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3288 rows starting from the beginning of the part | ||
| 7454 | 2025.03.03 23:36:08.586637 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 7455 | 2025.03.03 23:36:08.586969 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 7456 | 2025.03.03 23:36:08.587265 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 7457 | 2025.03.03 23:36:08.587620 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 7458 | 2025.03.03 23:36:08.587905 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7459 | 2025.03.03 23:36:08.589979 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3608 rows, containing 4 columns (4 merged, 0 gathered) in 0.004317924 sec., 835586.7310309306 rows/sec., 54.36 MiB/sec. | ||
| 7460 | 2025.03.03 23:36:08.590367 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7461 | 2025.03.03 23:36:08.591003 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7462 | 2025.03.03 23:36:08.591230 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_61_12} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7463 | 2025.03.03 23:36:08.591385 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7464 | 2025.03.03 23:36:08.599111 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 19 columns (19 merged, 0 gathered) in 0.02065463 sec., 43380.10412193295 rows/sec., 77.74 MiB/sec. | ||
| 7465 | 2025.03.03 23:36:08.599931 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7466 | 2025.03.03 23:36:08.600354 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2025.03.03 23:36:08.600438 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7468 | 2025.03.03 23:36:08.600575 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
| 7469 | 2025.03.03 23:36:09.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.19 MiB, peak 217.94 MiB, free memory in arenas 0.00 B, will set to 211.11 MiB (RSS), difference: 2.93 MiB | ||
| 7470 | 2025.03.03 23:36:12.054228 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7471 | 2025.03.03 23:36:12.054311 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7472 | 2025.03.03 23:36:12.206710 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7473 | 2025.03.03 23:36:12.207755 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.03.03 23:36:12.207797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7475 | 2025.03.03 23:36:12.208359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7476 | 2025.03.03 23:36:12.208640 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.03.03 23:36:12.208887 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7478 | 2025.03.03 23:36:13.423454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7479 | 2025.03.03 23:36:13.443492 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7480 | 2025.03.03 23:36:13.443536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7481 | 2025.03.03 23:36:13.450935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7482 | 2025.03.03 23:36:13.451757 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2025.03.03 23:36:13.454628 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7484 | 2025.03.03 23:36:13.537190 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7485 | 2025.03.03 23:36:13.537398 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7486 | 2025.03.03 23:36:13.537474 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7487 | 2025.03.03 23:36:13.538241 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.03.03 23:36:13.538281 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7489 | 2025.03.03 23:36:13.538730 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7490 | 2025.03.03 23:36:13.539016 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.03.03 23:36:13.539217 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.29 MiB/sec. | ||
| 7492 | 2025.03.03 23:36:13.539272 [ 5 ] {7862ff10-5f73-4ccb-acd3-9399841924e9} <Debug> TCPHandler: Processed in 0.002217264 sec. | ||
| 7493 | 2025.03.03 23:36:13.539377 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2025.03.03 23:36:13.539478 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7495 | 2025.03.03 23:36:13.539523 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7496 | 2025.03.03 23:36:13.540044 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.03.03 23:36:13.540081 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7498 | 2025.03.03 23:36:13.540435 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7499 | 2025.03.03 23:36:13.540683 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.03.03 23:36:13.540857 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
| 7501 | 2025.03.03 23:36:13.540908 [ 5 ] {a3ca5fd9-c73c-4ae5-a1aa-8aea2bfdef8c} <Debug> TCPHandler: Processed in 0.001579675 sec. | ||
| 7502 | 2025.03.03 23:36:13.541006 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2025.03.03 23:36:13.541107 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7504 | 2025.03.03 23:36:13.541156 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7505 | 2025.03.03 23:36:13.541642 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2025.03.03 23:36:13.541678 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7507 | 2025.03.03 23:36:13.542061 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7508 | 2025.03.03 23:36:13.542303 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2025.03.03 23:36:13.542474 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001389 sec., 115190.78473722102 rows/sec., 8.02 MiB/sec. | ||
| 7510 | 2025.03.03 23:36:13.542523 [ 5 ] {1e0b3d3c-1925-4094-8611-a25c9b24367e} <Debug> TCPHandler: Processed in 0.001566374 sec. | ||
| 7511 | 2025.03.03 23:36:13.542624 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7512 | 2025.03.03 23:36:13.542727 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7513 | 2025.03.03 23:36:13.542772 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7514 | 2025.03.03 23:36:13.543180 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.03.03 23:36:13.543217 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7516 | 2025.03.03 23:36:13.543570 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7517 | 2025.03.03 23:36:13.543828 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2025.03.03 23:36:13.544022 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
| 7519 | 2025.03.03 23:36:13.544106 [ 5 ] {ccda26ac-5471-4de3-96e5-925dd9529af1} <Debug> TCPHandler: Processed in 0.001529903 sec. | ||
| 7520 | 2025.03.03 23:36:14.976518 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2025.03.03 23:36:14.976724 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7522 | 2025.03.03 23:36:14.976793 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7523 | 2025.03.03 23:36:14.977627 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2025.03.03 23:36:14.977680 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7525 | 2025.03.03 23:36:14.978135 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7526 | 2025.03.03 23:36:14.978391 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2025.03.03 23:36:14.978673 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001994 sec., 106318.95687061183 rows/sec., 6.76 MiB/sec. | ||
| 7528 | 2025.03.03 23:36:14.978872 [ 5 ] {9bc5d5e1-7231-4f96-88ff-94f475b911d2} <Debug> TCPHandler: Processed in 0.002485501 sec. | ||
| 7529 | 2025.03.03 23:36:14.979071 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7530 | 2025.03.03 23:36:14.979178 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7531 | 2025.03.03 23:36:14.979223 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7532 | 2025.03.03 23:36:14.979771 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7533 | 2025.03.03 23:36:14.979810 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7534 | 2025.03.03 23:36:14.980169 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7535 | 2025.03.03 23:36:14.980418 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7536 | 2025.03.03 23:36:14.980667 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001508 sec., 2652.5198938992044 rows/sec., 216.29 KiB/sec. | ||
| 7537 | 2025.03.03 23:36:14.980812 [ 5 ] {340c32ee-1d14-417d-8b24-831f4aebe368} <Debug> TCPHandler: Processed in 0.001799441 sec. | ||
| 7538 | 2025.03.03 23:36:14.980926 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7539 | 2025.03.03 23:36:14.981027 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7540 | 2025.03.03 23:36:14.981070 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7541 | 2025.03.03 23:36:14.982554 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7542 | 2025.03.03 23:36:14.982607 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7543 | 2025.03.03 23:36:14.983100 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7544 | 2025.03.03 23:36:14.983335 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7545 | 2025.03.03 23:36:14.983560 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002554 sec., 719263.8997650745 rows/sec., 58.70 MiB/sec. | ||
| 7546 | 2025.03.03 23:36:14.983616 [ 5 ] {f28d8740-ec49-4dd5-9621-3e66a97362f7} <Debug> TCPHandler: Processed in 0.002739168 sec. | ||
| 7547 | 2025.03.03 23:36:14.983739 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7548 | 2025.03.03 23:36:14.983846 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7549 | 2025.03.03 23:36:14.983890 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7550 | 2025.03.03 23:36:14.984509 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.03.03 23:36:14.984552 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7552 | 2025.03.03 23:36:14.984921 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7553 | 2025.03.03 23:36:14.985164 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2025.03.03 23:36:14.985378 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.001553 sec., 95943.33547971668 rows/sec., 6.04 MiB/sec. | ||
| 7555 | 2025.03.03 23:36:14.985430 [ 5 ] {d6894441-b7f2-4bc2-a364-581b3f0cd1a5} <Debug> TCPHandler: Processed in 0.00173923 sec. | ||
| 7556 | 2025.03.03 23:36:14.985544 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7557 | 2025.03.03 23:36:14.985651 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7558 | 2025.03.03 23:36:14.985694 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7559 | 2025.03.03 23:36:14.986338 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7560 | 2025.03.03 23:36:14.986378 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7561 | 2025.03.03 23:36:14.986745 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7562 | 2025.03.03 23:36:14.987021 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7563 | 2025.03.03 23:36:14.987285 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001656 sec., 205917.87439613527 rows/sec., 13.74 MiB/sec. | ||
| 7564 | 2025.03.03 23:36:14.987494 [ 5 ] {3e1756bb-31a4-4d61-9df6-5e9d551e66d4} <Debug> TCPHandler: Processed in 0.001996427 sec. | ||
| 7565 | 2025.03.03 23:36:14.987671 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7566 | 2025.03.03 23:36:14.987777 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7567 | 2025.03.03 23:36:14.987822 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7568 | 2025.03.03 23:36:14.988642 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7569 | 2025.03.03 23:36:14.988727 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7570 | 2025.03.03 23:36:14.989120 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7571 | 2025.03.03 23:36:14.989357 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7572 | 2025.03.03 23:36:14.989564 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001808 sec., 61946.902654867255 rows/sec., 3.53 MiB/sec. | ||
| 7573 | 2025.03.03 23:36:14.989619 [ 5 ] {2657b140-8f10-4029-8312-0e8223c7782e} <Debug> TCPHandler: Processed in 0.001998326 sec. | ||
| 7574 | 2025.03.03 23:36:14.989741 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2025.03.03 23:36:14.989845 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7576 | 2025.03.03 23:36:14.989890 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7577 | 2025.03.03 23:36:14.990733 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2025.03.03 23:36:14.990773 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7579 | 2025.03.03 23:36:14.991169 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7580 | 2025.03.03 23:36:14.991411 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2025.03.03 23:36:14.991587 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.001763 sec., 499716.39251276234 rows/sec., 36.18 MiB/sec. | ||
| 7582 | 2025.03.03 23:36:14.991641 [ 5 ] {2fc1cd67-f32b-423d-b31f-46018efbf446} <Debug> TCPHandler: Processed in 0.001949976 sec. | ||
| 7583 | 2025.03.03 23:36:14.991756 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7584 | 2025.03.03 23:36:14.991861 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7585 | 2025.03.03 23:36:14.991906 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7586 | 2025.03.03 23:36:14.992337 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7587 | 2025.03.03 23:36:14.992373 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7588 | 2025.03.03 23:36:14.992726 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7589 | 2025.03.03 23:36:14.992963 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7590 | 2025.03.03 23:36:14.993131 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 242.63 KiB/sec. | ||
| 7591 | 2025.03.03 23:36:14.993179 [ 5 ] {857bc923-76ed-4a98-880d-0f66fd5d1b7a} <Debug> TCPHandler: Processed in 0.001473322 sec. | ||
| 7592 | 2025.03.03 23:36:14.993283 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7593 | 2025.03.03 23:36:14.993385 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7594 | 2025.03.03 23:36:14.993432 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7595 | 2025.03.03 23:36:14.994131 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7596 | 2025.03.03 23:36:14.994168 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7597 | 2025.03.03 23:36:14.994621 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7598 | 2025.03.03 23:36:14.994862 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2025.03.03 23:36:14.995034 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001671 sec., 591861.1609814483 rows/sec., 39.39 MiB/sec. | ||
| 7600 | 2025.03.03 23:36:14.995083 [ 5 ] {282921e0-040f-489d-ae6f-f71e8c4c669d} <Debug> TCPHandler: Processed in 0.001850163 sec. | ||
| 7601 | 2025.03.03 23:36:14.995194 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7602 | 2025.03.03 23:36:14.995300 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7603 | 2025.03.03 23:36:14.995345 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7604 | 2025.03.03 23:36:14.995765 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7605 | 2025.03.03 23:36:14.995802 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7606 | 2025.03.03 23:36:14.996141 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7607 | 2025.03.03 23:36:14.996380 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7608 | 2025.03.03 23:36:14.996576 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec. | ||
| 7609 | 2025.03.03 23:36:14.996660 [ 5 ] {8078b0c2-2866-4abf-b8f9-2eae94c20993} <Debug> TCPHandler: Processed in 0.001516463 sec. | ||
| 7610 | 2025.03.03 23:36:14.996901 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7611 | 2025.03.03 23:36:14.997019 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7612 | 2025.03.03 23:36:14.997091 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7613 | 2025.03.03 23:36:14.998225 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2025.03.03 23:36:14.998262 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7615 | 2025.03.03 23:36:14.998907 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7616 | 2025.03.03 23:36:14.999166 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2025.03.03 23:36:14.999352 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002357 sec., 16546.457361052184 rows/sec., 29.65 MiB/sec. | ||
| 7618 | 2025.03.03 23:36:14.999441 [ 5 ] {4761a321-cd3b-46da-8187-9a43035139f6} <Debug> TCPHandler: Processed in 0.002630645 sec. | ||
| 7619 | 2025.03.03 23:36:14.999577 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7620 | 2025.03.03 23:36:14.999688 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7621 | 2025.03.03 23:36:14.999735 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7622 | 2025.03.03 23:36:15.000174 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7623 | 2025.03.03 23:36:15.000220 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7624 | 2025.03.03 23:36:15.000950 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7625 | 2025.03.03 23:36:15.001197 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7626 | 2025.03.03 23:36:15.001371 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001706 sec., 26963.65767878077 rows/sec., 1.63 MiB/sec. | ||
| 7627 | 2025.03.03 23:36:15.001420 [ 5 ] {495f5577-f894-45a3-b600-16518cc30b7f} <Debug> TCPHandler: Processed in 0.001893464 sec. | ||
| 7628 | 2025.03.03 23:36:17.285130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1082 | ||
| 7629 | 2025.03.03 23:36:17.288598 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.03.03 23:36:17.288637 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7631 | 2025.03.03 23:36:17.290134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7632 | 2025.03.03 23:36:17.290461 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.03.03 23:36:17.291018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7634 | 2025.03.03 23:36:18.534335 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7635 | 2025.03.03 23:36:18.534521 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7636 | 2025.03.03 23:36:18.534589 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7637 | 2025.03.03 23:36:18.535314 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.03.03 23:36:18.535365 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7639 | 2025.03.03 23:36:18.535814 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7640 | 2025.03.03 23:36:18.536077 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.03.03 23:36:18.536314 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec. | ||
| 7642 | 2025.03.03 23:36:18.536372 [ 5 ] {9e04e871-dadf-492b-a70f-21ddb992276d} <Debug> TCPHandler: Processed in 0.002162012 sec. | ||
| 7643 | 2025.03.03 23:36:18.536489 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2025.03.03 23:36:18.536599 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7645 | 2025.03.03 23:36:18.536645 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7646 | 2025.03.03 23:36:18.537170 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2025.03.03 23:36:18.537210 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7648 | 2025.03.03 23:36:18.537569 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7649 | 2025.03.03 23:36:18.537823 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.03.03 23:36:18.538027 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec. | ||
| 7651 | 2025.03.03 23:36:18.538079 [ 5 ] {fa72e488-591a-4c29-b283-582f7530d4f4} <Debug> TCPHandler: Processed in 0.001641037 sec. | ||
| 7652 | 2025.03.03 23:36:18.538189 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7653 | 2025.03.03 23:36:18.538295 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7654 | 2025.03.03 23:36:18.538344 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7655 | 2025.03.03 23:36:18.538822 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7656 | 2025.03.03 23:36:18.538861 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7657 | 2025.03.03 23:36:18.539236 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7658 | 2025.03.03 23:36:18.539501 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7659 | 2025.03.03 23:36:18.539718 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001442 sec., 66574.2024965326 rows/sec., 4.64 MiB/sec. | ||
| 7660 | 2025.03.03 23:36:18.539796 [ 5 ] {697a1742-03f0-4267-8bd7-2c50acfabbb6} <Debug> TCPHandler: Processed in 0.001655937 sec. | ||
| 7661 | 2025.03.03 23:36:18.539960 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2025.03.03 23:36:18.540068 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7663 | 2025.03.03 23:36:18.540114 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7664 | 2025.03.03 23:36:18.540547 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.03.03 23:36:18.540584 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7666 | 2025.03.03 23:36:18.540945 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7667 | 2025.03.03 23:36:18.541185 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.03.03 23:36:18.541415 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001367 sec., 26335.040234089247 rows/sec., 1.77 MiB/sec. | ||
| 7669 | 2025.03.03 23:36:18.541481 [ 5 ] {ab18c4ad-e4a1-4e55-9fd1-ae736f2a6555} <Debug> TCPHandler: Processed in 0.001580925 sec. | ||
| 7670 | 2025.03.03 23:36:19.709034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7671 | 2025.03.03 23:36:19.710039 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2025.03.03 23:36:19.710092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7673 | 2025.03.03 23:36:19.710631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7674 | 2025.03.03 23:36:19.710912 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7675 | 2025.03.03 23:36:19.711224 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7676 | 2025.03.03 23:36:20.954677 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7677 | 2025.03.03 23:36:20.976025 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.03.03 23:36:20.976077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7679 | 2025.03.03 23:36:20.983533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7680 | 2025.03.03 23:36:20.984366 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.03.03 23:36:20.986991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7682 | 2025.03.03 23:36:23.537022 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2025.03.03 23:36:23.537212 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7684 | 2025.03.03 23:36:23.537281 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7685 | 2025.03.03 23:36:23.538001 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.03.03 23:36:23.538052 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7687 | 2025.03.03 23:36:23.538494 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7688 | 2025.03.03 23:36:23.538762 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.03.03 23:36:23.538985 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec. | ||
| 7690 | 2025.03.03 23:36:23.539094 [ 5 ] {8f9c8ade-5c25-4b77-9cd1-ec267b21726f} <Debug> TCPHandler: Processed in 0.002202843 sec. | ||
| 7691 | 2025.03.03 23:36:23.539247 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2025.03.03 23:36:23.539509 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7693 | 2025.03.03 23:36:23.539648 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7694 | 2025.03.03 23:36:23.540277 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2025.03.03 23:36:23.540318 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7696 | 2025.03.03 23:36:23.540678 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7697 | 2025.03.03 23:36:23.540934 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.03.03 23:36:23.541149 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00173 sec., 36994.21965317919 rows/sec., 2.89 MiB/sec. | ||
| 7699 | 2025.03.03 23:36:23.541203 [ 5 ] {a45758e5-1fb7-4951-a45d-22ae6ad8d72b} <Debug> TCPHandler: Processed in 0.002028178 sec. | ||
| 7700 | 2025.03.03 23:36:23.541316 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7701 | 2025.03.03 23:36:23.541430 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7702 | 2025.03.03 23:36:23.541480 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7703 | 2025.03.03 23:36:23.541987 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2025.03.03 23:36:23.542027 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7705 | 2025.03.03 23:36:23.542431 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7706 | 2025.03.03 23:36:23.542669 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2025.03.03 23:36:23.542887 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec. | ||
| 7708 | 2025.03.03 23:36:23.542939 [ 5 ] {95bc037e-340f-4f7a-b036-dd23edc9acbd} <Debug> TCPHandler: Processed in 0.001675548 sec. | ||
| 7709 | 2025.03.03 23:36:23.543043 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7710 | 2025.03.03 23:36:23.543146 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7711 | 2025.03.03 23:36:23.543192 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7712 | 2025.03.03 23:36:23.543612 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7713 | 2025.03.03 23:36:23.543651 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7714 | 2025.03.03 23:36:23.544019 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7715 | 2025.03.03 23:36:23.544251 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7716 | 2025.03.03 23:36:23.544486 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 7717 | 2025.03.03 23:36:23.544577 [ 5 ] {807c3ac8-ac13-459a-8ea1-e49d0dfb268d} <Debug> TCPHandler: Processed in 0.001583325 sec. | ||
| 7718 | 2025.03.03 23:36:27.025900 [ 59 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7719 | 2025.03.03 23:36:27.025990 [ 59 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2025.03.03 23:36:27.026018 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7721 | 2025.03.03 23:36:27.026223 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 7722 | 2025.03.03 23:36:27.026470 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7723 | 2025.03.03 23:36:27.026508 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7724 | 2025.03.03 23:36:27.026590 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7725 | 2025.03.03 23:36:27.026682 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7726 | 2025.03.03 23:36:27.026916 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7727 | 2025.03.03 23:36:27.027085 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7728 | 2025.03.03 23:36:27.028029 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.001928215 sec., 14002.58788568702 rows/sec., 943.53 KiB/sec. | ||
| 7729 | 2025.03.03 23:36:27.028228 [ 194 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7730 | 2025.03.03 23:36:27.028594 [ 194 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2025.03.03 23:36:27.028691 [ 194 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_27_6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7732 | 2025.03.03 23:36:27.028799 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7733 | 2025.03.03 23:36:27.054359 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7734 | 2025.03.03 23:36:27.054397 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7735 | 2025.03.03 23:36:27.211367 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7736 | 2025.03.03 23:36:27.212210 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2025.03.03 23:36:27.212247 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7738 | 2025.03.03 23:36:27.212779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7739 | 2025.03.03 23:36:27.213056 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2025.03.03 23:36:27.213240 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7741 | 2025.03.03 23:36:27.292347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1098 | ||
| 7742 | 2025.03.03 23:36:27.295234 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.03.03 23:36:27.295292 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7744 | 2025.03.03 23:36:27.296787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7745 | 2025.03.03 23:36:27.297120 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.03.03 23:36:27.297794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7747 | 2025.03.03 23:36:28.487041 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7748 | 2025.03.03 23:36:28.509541 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.03.03 23:36:28.509605 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7750 | 2025.03.03 23:36:28.518151 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7751 | 2025.03.03 23:36:28.518978 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.03.03 23:36:28.522027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7753 | 2025.03.03 23:36:28.545068 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2025.03.03 23:36:28.545282 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7755 | 2025.03.03 23:36:28.545356 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7756 | 2025.03.03 23:36:28.546177 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.03.03 23:36:28.546228 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7758 | 2025.03.03 23:36:28.546663 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7759 | 2025.03.03 23:36:28.546930 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.03.03 23:36:28.547181 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00194 sec., 109278.35051546391 rows/sec., 6.95 MiB/sec. | ||
| 7761 | 2025.03.03 23:36:28.547310 [ 5 ] {bba8d942-e74c-4a0b-af90-5936a560aa03} <Debug> TCPHandler: Processed in 0.002387488 sec. | ||
| 7762 | 2025.03.03 23:36:28.547536 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7763 | 2025.03.03 23:36:28.547644 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7764 | 2025.03.03 23:36:28.547691 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7765 | 2025.03.03 23:36:28.548468 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.03.03 23:36:28.548507 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7767 | 2025.03.03 23:36:28.548905 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7768 | 2025.03.03 23:36:28.549143 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2025.03.03 23:36:28.549331 [ 60 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7770 | 2025.03.03 23:36:28.549376 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00175 sec., 397142.85714285716 rows/sec., 31.71 MiB/sec. | ||
| 7771 | 2025.03.03 23:36:28.549411 [ 60 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.03.03 23:36:28.549488 [ 5 ] {95de45e7-40a1-43e7-8ddd-1958ef9b927b} <Debug> TCPHandler: Processed in 0.002019927 sec. | ||
| 7773 | 2025.03.03 23:36:28.549495 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7774 | 2025.03.03 23:36:28.549682 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2025.03.03 23:36:28.549744 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 7776 | 2025.03.03 23:36:28.549844 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7777 | 2025.03.03 23:36:28.549944 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7778 | 2025.03.03 23:36:28.550099 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7779 | 2025.03.03 23:36:28.550188 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1844 rows starting from the beginning of the part | ||
| 7780 | 2025.03.03 23:36:28.550477 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7781 | 2025.03.03 23:36:28.550805 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1837 rows starting from the beginning of the part | ||
| 7782 | 2025.03.03 23:36:28.551189 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7783 | 2025.03.03 23:36:28.551558 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::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 | ||
| 7784 | 2025.03.03 23:36:28.551898 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 695 rows starting from the beginning of the part | ||
| 7785 | 2025.03.03 23:36:28.552870 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.03.03 23:36:28.552930 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7787 | 2025.03.03 23:36:28.553721 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7788 | 2025.03.03 23:36:28.554269 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.03.03 23:36:28.554554 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004767 sec., 30417.453324942308 rows/sec., 1.91 MiB/sec. | ||
| 7790 | 2025.03.03 23:36:28.554623 [ 5 ] {4cdaf696-8732-401d-9e9e-14d19380223a} <Debug> TCPHandler: Processed in 0.005049544 sec. | ||
| 7791 | 2025.03.03 23:36:28.554751 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.03.03 23:36:28.554860 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.03.03 23:36:28.554951 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7794 | 2025.03.03 23:36:28.555452 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831877 sec., 779165.9529170454 rows/sec., 66.20 MiB/sec. | ||
| 7795 | 2025.03.03 23:36:28.555945 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7796 | 2025.03.03 23:36:28.556231 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.03.03 23:36:28.556277 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7798 | 2025.03.03 23:36:28.556732 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.03.03 23:36:28.556959 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_66_13} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7800 | 2025.03.03 23:36:28.556994 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7801 | 2025.03.03 23:36:28.557128 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7802 | 2025.03.03 23:36:28.557347 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7803 | 2025.03.03 23:36:28.557624 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002775 sec., 40720.72072072072 rows/sec., 2.64 MiB/sec. | ||
| 7804 | 2025.03.03 23:36:28.557743 [ 5 ] {2a41d7f2-39f7-4efb-be6e-3ce1acaa068c} <Debug> TCPHandler: Processed in 0.003043757 sec. | ||
| 7805 | 2025.03.03 23:36:28.558002 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7806 | 2025.03.03 23:36:28.558119 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7807 | 2025.03.03 23:36:28.558166 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7808 | 2025.03.03 23:36:28.558729 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.03.03 23:36:28.558767 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7810 | 2025.03.03 23:36:28.559119 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7811 | 2025.03.03 23:36:28.559361 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2025.03.03 23:36:28.559580 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001483 sec., 75522.58934592044 rows/sec., 4.30 MiB/sec. | ||
| 7813 | 2025.03.03 23:36:28.559630 [ 5 ] {56909319-de25-47b1-87c1-91b2bd3b833d} <Debug> TCPHandler: Processed in 0.001726589 sec. | ||
| 7814 | 2025.03.03 23:36:28.559732 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7815 | 2025.03.03 23:36:28.559832 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7816 | 2025.03.03 23:36:28.559876 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7817 | 2025.03.03 23:36:28.560521 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7818 | 2025.03.03 23:36:28.560559 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7819 | 2025.03.03 23:36:28.560927 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7820 | 2025.03.03 23:36:28.561158 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2025.03.03 23:36:28.561331 [ 60 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7822 | 2025.03.03 23:36:28.561393 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001574 sec., 267471.4104193138 rows/sec., 19.05 MiB/sec. | ||
| 7823 | 2025.03.03 23:36:28.561403 [ 60 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.03.03 23:36:28.561484 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7825 | 2025.03.03 23:36:28.561502 [ 5 ] {4ed89728-bf43-4f54-a5c2-6423587581b1} <Debug> TCPHandler: Processed in 0.001820402 sec. | ||
| 7826 | 2025.03.03 23:36:28.561671 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 7827 | 2025.03.03 23:36:28.561677 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7828 | 2025.03.03 23:36:28.561804 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7829 | 2025.03.03 23:36:28.561822 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7830 | 2025.03.03 23:36:28.561839 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 7831 | 2025.03.03 23:36:28.561881 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7832 | 2025.03.03 23:36:28.561954 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7833 | 2025.03.03 23:36:28.562315 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 881 rows starting from the beginning of the part | ||
| 7834 | 2025.03.03 23:36:28.562719 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7835 | 2025.03.03 23:36:28.563109 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::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 | ||
| 7836 | 2025.03.03 23:36:28.563385 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 7837 | 2025.03.03 23:36:28.564122 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2025.03.03 23:36:28.564163 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7839 | 2025.03.03 23:36:28.564679 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7840 | 2025.03.03 23:36:28.565073 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2025.03.03 23:36:28.565448 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003626 sec., 1654.7159404302263 rows/sec., 86.45 KiB/sec. | ||
| 7842 | 2025.03.03 23:36:28.565865 [ 5 ] {d75a1b79-9a96-4b4b-b57f-cff5e2936564} <Debug> TCPHandler: Processed in 0.004236401 sec. | ||
| 7843 | 2025.03.03 23:36:28.566258 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.004638603 sec., 518906.2310355079 rows/sec., 39.73 MiB/sec. | ||
| 7844 | 2025.03.03 23:36:28.566274 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7845 | 2025.03.03 23:36:28.566434 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7846 | 2025.03.03 23:36:28.566477 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7847 | 2025.03.03 23:36:28.566496 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7848 | 2025.03.03 23:36:28.566873 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7849 | 2025.03.03 23:36:28.566957 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_66_13} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7850 | 2025.03.03 23:36:28.567055 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7851 | 2025.03.03 23:36:28.567219 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2025.03.03 23:36:28.567255 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7853 | 2025.03.03 23:36:28.567642 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7854 | 2025.03.03 23:36:28.567879 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.03.03 23:36:28.568050 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7856 | 2025.03.03 23:36:28.568098 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7857 | 2025.03.03 23:36:28.568114 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001698 sec., 139575.97173144875 rows/sec., 9.36 MiB/sec. | ||
| 7858 | 2025.03.03 23:36:28.568143 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7859 | 2025.03.03 23:36:28.568283 [ 5 ] {d2936545-24fd-447a-895f-b378825a68a1} <Debug> TCPHandler: Processed in 0.002125711 sec. | ||
| 7860 | 2025.03.03 23:36:28.568474 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::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 | ||
| 7861 | 2025.03.03 23:36:28.568543 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.03.03 23:36:28.568906 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7863 | 2025.03.03 23:36:28.569020 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7864 | 2025.03.03 23:36:28.569091 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7865 | 2025.03.03 23:36:28.569128 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18268 rows starting from the beginning of the part | ||
| 7866 | 2025.03.03 23:36:28.569640 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 7867 | 2025.03.03 23:36:28.570133 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 989 rows starting from the beginning of the part | ||
| 7868 | 2025.03.03 23:36:28.570640 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 96 rows starting from the beginning of the part | ||
| 7869 | 2025.03.03 23:36:28.571057 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7870 | 2025.03.03 23:36:28.571572 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 7871 | 2025.03.03 23:36:28.572178 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2025.03.03 23:36:28.572219 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7873 | 2025.03.03 23:36:28.572729 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7874 | 2025.03.03 23:36:28.573006 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2025.03.03 23:36:28.573370 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004594 sec., 217.67522855899 rows/sec., 14.67 KiB/sec. | ||
| 7876 | 2025.03.03 23:36:28.573437 [ 5 ] {f5a89bf9-50c6-42af-bdcf-6dcf43a2ba5f} <Debug> TCPHandler: Processed in 0.005009303 sec. | ||
| 7877 | 2025.03.03 23:36:28.573584 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2025.03.03 23:36:28.573739 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7879 | 2025.03.03 23:36:28.573850 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7880 | 2025.03.03 23:36:28.575428 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.03.03 23:36:28.575470 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7882 | 2025.03.03 23:36:28.576353 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7883 | 2025.03.03 23:36:28.576758 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.03.03 23:36:28.577211 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003492 sec., 11168.384879725087 rows/sec., 20.01 MiB/sec. | ||
| 7885 | 2025.03.03 23:36:28.577927 [ 5 ] {a1cadc1a-8a87-4000-a8ff-b172fce35a9f} <Debug> TCPHandler: Processed in 0.004398585 sec. | ||
| 7886 | 2025.03.03 23:36:28.578081 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2025.03.03 23:36:28.578270 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7888 | 2025.03.03 23:36:28.578345 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7889 | 2025.03.03 23:36:28.578376 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19910 rows, containing 5 columns (5 merged, 0 gathered) in 0.010098828 sec., 1971515.9026374149 rows/sec., 133.03 MiB/sec. | ||
| 7890 | 2025.03.03 23:36:28.578815 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7891 | 2025.03.03 23:36:28.579077 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.03.03 23:36:28.579137 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7893 | 2025.03.03 23:36:28.579495 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.03.03 23:36:28.579697 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7895 | 2025.03.03 23:36:28.579872 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.31 MiB. | ||
| 7896 | 2025.03.03 23:36:28.579953 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7897 | 2025.03.03 23:36:28.580207 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.03.03 23:36:28.580380 [ 60 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7899 | 2025.03.03 23:36:28.580442 [ 60 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.03.03 23:36:28.580458 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002242 sec., 36574.487065120426 rows/sec., 2.32 MiB/sec. | ||
| 7901 | 2025.03.03 23:36:28.580482 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7902 | 2025.03.03 23:36:28.580616 [ 5 ] {75e5b527-129b-4ebf-83b9-015ac6a210e3} <Debug> TCPHandler: Processed in 0.002579284 sec. | ||
| 7903 | 2025.03.03 23:36:28.580924 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::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 | ||
| 7904 | 2025.03.03 23:36:28.581314 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7905 | 2025.03.03 23:36:28.581351 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3608 rows starting from the beginning of the part | ||
| 7906 | 2025.03.03 23:36:28.581441 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7907 | 2025.03.03 23:36:28.581573 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part | ||
| 7908 | 2025.03.03 23:36:28.581784 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part | ||
| 7909 | 2025.03.03 23:36:28.581854 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7910 | 2025.03.03 23:36:28.582096 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 7911 | 2025.03.03 23:36:28.583837 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003168881 sec., 1228193.800903221 rows/sec., 79.91 MiB/sec. | ||
| 7912 | 2025.03.03 23:36:28.584176 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7913 | 2025.03.03 23:36:28.584476 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7914 | 2025.03.03 23:36:28.584554 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_66_13} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7915 | 2025.03.03 23:36:28.584639 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7916 | 2025.03.03 23:36:33.536928 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7917 | 2025.03.03 23:36:33.537149 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7918 | 2025.03.03 23:36:33.537231 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7919 | 2025.03.03 23:36:33.537996 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2025.03.03 23:36:33.538051 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7921 | 2025.03.03 23:36:33.538484 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7922 | 2025.03.03 23:36:33.538738 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7923 | 2025.03.03 23:36:33.538965 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 7924 | 2025.03.03 23:36:33.539031 [ 5 ] {b6a59e32-3560-44e0-b89f-146e7fe086eb} <Debug> TCPHandler: Processed in 0.002238004 sec. | ||
| 7925 | 2025.03.03 23:36:33.539142 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7926 | 2025.03.03 23:36:33.539251 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7927 | 2025.03.03 23:36:33.539300 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7928 | 2025.03.03 23:36:33.539840 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7929 | 2025.03.03 23:36:33.539883 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7930 | 2025.03.03 23:36:33.540239 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7931 | 2025.03.03 23:36:33.540501 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7932 | 2025.03.03 23:36:33.540708 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec. | ||
| 7933 | 2025.03.03 23:36:33.540761 [ 5 ] {90ba57d5-3943-414f-a790-d6f99433f010} <Debug> TCPHandler: Processed in 0.001671468 sec. | ||
| 7934 | 2025.03.03 23:36:33.540862 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7935 | 2025.03.03 23:36:33.540965 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7936 | 2025.03.03 23:36:33.541015 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7937 | 2025.03.03 23:36:33.541509 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7938 | 2025.03.03 23:36:33.541550 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7939 | 2025.03.03 23:36:33.541936 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7940 | 2025.03.03 23:36:33.542174 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7941 | 2025.03.03 23:36:33.542375 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. | ||
| 7942 | 2025.03.03 23:36:33.542428 [ 5 ] {b3ec065c-6240-4843-b225-577075831221} <Debug> TCPHandler: Processed in 0.001616046 sec. | ||
| 7943 | 2025.03.03 23:36:33.542532 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7944 | 2025.03.03 23:36:33.542636 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7945 | 2025.03.03 23:36:33.542681 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7946 | 2025.03.03 23:36:33.543122 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7947 | 2025.03.03 23:36:33.543162 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7948 | 2025.03.03 23:36:33.543585 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7949 | 2025.03.03 23:36:33.543825 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7950 | 2025.03.03 23:36:33.544024 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 7951 | 2025.03.03 23:36:33.544074 [ 5 ] {ae8341a6-3ed6-41b0-b143-25a86e0c7225} <Debug> TCPHandler: Processed in 0.001592305 sec. | ||
| 7952 | 2025.03.03 23:36:34.713388 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7953 | 2025.03.03 23:36:34.714483 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7954 | 2025.03.03 23:36:34.714542 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7955 | 2025.03.03 23:36:34.715090 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7956 | 2025.03.03 23:36:34.715361 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7957 | 2025.03.03 23:36:34.715578 [ 52 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7958 | 2025.03.03 23:36:34.715612 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7959 | 2025.03.03 23:36:34.715661 [ 52 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.03.03 23:36:34.715693 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7961 | 2025.03.03 23:36:34.716098 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 7962 | 2025.03.03 23:36:34.716827 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7963 | 2025.03.03 23:36:34.717034 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 7964 | 2025.03.03 23:36:34.717157 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 7965 | 2025.03.03 23:36:34.717345 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 7966 | 2025.03.03 23:36:34.717577 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 7967 | 2025.03.03 23:36:34.717715 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 7968 | 2025.03.03 23:36:34.717893 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 7969 | 2025.03.03 23:36:34.720406 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004648673 sec., 4041583.479844678 rows/sec., 57.82 MiB/sec. | ||
| 7970 | 2025.03.03 23:36:34.720842 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7971 | 2025.03.03 23:36:34.721281 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.03.03 23:36:34.721397 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_41_8} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7973 | 2025.03.03 23:36:34.721526 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7974 | 2025.03.03 23:36:36.022082 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7975 | 2025.03.03 23:36:36.043949 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.03.03 23:36:36.044008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7977 | 2025.03.03 23:36:36.051412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7978 | 2025.03.03 23:36:36.052213 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2025.03.03 23:36:36.052591 [ 51 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7980 | 2025.03.03 23:36:36.052726 [ 51 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2025.03.03 23:36:36.052798 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7982 | 2025.03.03 23:36:36.053139 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7983 | 2025.03.03 23:36:36.059641 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7984 | 2025.03.03 23:36:36.060984 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7985 | 2025.03.03 23:36:36.061888 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7986 | 2025.03.03 23:36:36.066565 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7987 | 2025.03.03 23:36:36.071204 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7988 | 2025.03.03 23:36:36.076340 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7989 | 2025.03.03 23:36:36.081626 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7990 | 2025.03.03 23:36:36.086260 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 7991 | 2025.03.03 23:36:36.154221 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.101292331 sec., 3050.5764547959707 rows/sec., 15.77 MiB/sec. | ||
| 7992 | 2025.03.03 23:36:36.157290 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7993 | 2025.03.03 23:36:36.160238 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_41_8} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2025.03.03 23:36:36.160366 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_41_8} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7995 | 2025.03.03 23:36:36.162626 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7996 | 2025.03.03 23:36:37.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.31 MiB, peak 227.72 MiB, free memory in arenas 0.00 B, will set to 216.36 MiB (RSS), difference: 2.05 MiB | ||
| 7997 | 2025.03.03 23:36:37.297907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1128 | ||
| 7998 | 2025.03.03 23:36:37.300898 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.03.03 23:36:37.300951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8000 | 2025.03.03 23:36:37.302418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8001 | 2025.03.03 23:36:37.302737 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2025.03.03 23:36:37.304470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 8003 | 2025.03.03 23:36:38.545265 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2025.03.03 23:36:38.545453 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8005 | 2025.03.03 23:36:38.545524 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8006 | 2025.03.03 23:36:38.546304 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2025.03.03 23:36:38.546357 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8008 | 2025.03.03 23:36:38.546806 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8009 | 2025.03.03 23:36:38.547061 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2025.03.03 23:36:38.547250 [ 47 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8011 | 2025.03.03 23:36:38.547323 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001919 sec., 110474.20531526838 rows/sec., 7.03 MiB/sec. | ||
| 8012 | 2025.03.03 23:36:38.547344 [ 47 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2025.03.03 23:36:38.547420 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8014 | 2025.03.03 23:36:38.547449 [ 5 ] {f8c973c5-d557-4a89-bd33-84432c62f55f} <Debug> TCPHandler: Processed in 0.002313076 sec. | ||
| 8015 | 2025.03.03 23:36:38.547659 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8016 | 2025.03.03 23:36:38.547676 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8017 | 2025.03.03 23:36:38.547920 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8018 | 2025.03.03 23:36:38.547937 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8019 | 2025.03.03 23:36:38.548018 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8020 | 2025.03.03 23:36:38.548032 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 8021 | 2025.03.03 23:36:38.548337 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 8022 | 2025.03.03 23:36:38.548695 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 8023 | 2025.03.03 23:36:38.549087 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 8024 | 2025.03.03 23:36:38.549438 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 8025 | 2025.03.03 23:36:38.551228 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8026 | 2025.03.03 23:36:38.551306 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8027 | 2025.03.03 23:36:38.552172 [ 198 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656753 sec., 227626.4169476028 rows/sec., 15.35 MiB/sec. | ||
| 8028 | 2025.03.03 23:36:38.552227 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8029 | 2025.03.03 23:36:38.552406 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8030 | 2025.03.03 23:36:38.552651 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.03.03 23:36:38.553060 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005227 sec., 132963.45896307635 rows/sec., 10.62 MiB/sec. | ||
| 8032 | 2025.03.03 23:36:38.553070 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.03.03 23:36:38.553225 [ 5 ] {478d2130-6bd5-472f-902b-2551579a734f} <Debug> TCPHandler: Processed in 0.00562001 sec. | ||
| 8034 | 2025.03.03 23:36:38.553300 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_29_7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8035 | 2025.03.03 23:36:38.553415 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8036 | 2025.03.03 23:36:38.553440 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8037 | 2025.03.03 23:36:38.553545 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8038 | 2025.03.03 23:36:38.553618 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8039 | 2025.03.03 23:36:38.554208 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2025.03.03 23:36:38.554248 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8041 | 2025.03.03 23:36:38.554624 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8042 | 2025.03.03 23:36:38.554863 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2025.03.03 23:36:38.555032 [ 47 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8044 | 2025.03.03 23:36:38.555096 [ 47 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.03.03 23:36:38.555107 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001576 sec., 92005.07614213199 rows/sec., 5.77 MiB/sec. | ||
| 8046 | 2025.03.03 23:36:38.555137 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8047 | 2025.03.03 23:36:38.555248 [ 5 ] {1aa1c47f-95b6-49f5-9434-5995558473bb} <Debug> TCPHandler: Processed in 0.001915854 sec. | ||
| 8048 | 2025.03.03 23:36:38.555357 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8049 | 2025.03.03 23:36:38.555444 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8050 | 2025.03.03 23:36:38.555521 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8051 | 2025.03.03 23:36:38.555602 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 163 rows starting from the beginning of the part | ||
| 8052 | 2025.03.03 23:36:38.555663 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8053 | 2025.03.03 23:36:38.555845 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 145 rows starting from the beginning of the part | ||
| 8054 | 2025.03.03 23:36:38.555869 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8055 | 2025.03.03 23:36:38.556126 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 145 rows starting from the beginning of the part | ||
| 8056 | 2025.03.03 23:36:38.556500 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 149 rows starting from the beginning of the part | ||
| 8057 | 2025.03.03 23:36:38.556783 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 145 rows starting from the beginning of the part | ||
| 8058 | 2025.03.03 23:36:38.557114 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 145 rows starting from the beginning of the part | ||
| 8059 | 2025.03.03 23:36:38.558883 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8060 | 2025.03.03 23:36:38.558965 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8061 | 2025.03.03 23:36:38.559878 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8062 | 2025.03.03 23:36:38.560266 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 5 columns (5 merged, 0 gathered) in 0.005008834 sec., 178085.3587880932 rows/sec., 11.88 MiB/sec. | ||
| 8063 | 2025.03.03 23:36:38.560393 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8064 | 2025.03.03 23:36:38.560576 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8065 | 2025.03.03 23:36:38.560618 [ 47 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8066 | 2025.03.03 23:36:38.560728 [ 47 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2025.03.03 23:36:38.560793 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8068 | 2025.03.03 23:36:38.560937 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00533 sec., 21200.750469043152 rows/sec., 1.37 MiB/sec. | ||
| 8069 | 2025.03.03 23:36:38.561137 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8070 | 2025.03.03 23:36:38.561279 [ 5 ] {c678f5bd-6cb8-4ee5-97e9-9555afc4dbf3} <Debug> TCPHandler: Processed in 0.005897368 sec. | ||
| 8071 | 2025.03.03 23:36:38.561561 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8072 | 2025.03.03 23:36:38.561573 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8073 | 2025.03.03 23:36:38.561687 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8074 | 2025.03.03 23:36:38.561686 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 341 rows starting from the beginning of the part | ||
| 8075 | 2025.03.03 23:36:38.561827 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_29_6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8076 | 2025.03.03 23:36:38.562100 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 8077 | 2025.03.03 23:36:38.562187 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8078 | 2025.03.03 23:36:38.562446 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8079 | 2025.03.03 23:36:38.562475 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8080 | 2025.03.03 23:36:38.562689 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 341 rows starting from the beginning of the part | ||
| 8081 | 2025.03.03 23:36:38.562770 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8082 | 2025.03.03 23:36:38.562921 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 8083 | 2025.03.03 23:36:38.563248 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8084 | 2025.03.03 23:36:38.565307 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.03.03 23:36:38.565391 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8086 | 2025.03.03 23:36:38.566263 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8087 | 2025.03.03 23:36:38.566277 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005353373 sec., 211829.06552560415 rows/sec., 14.77 MiB/sec. | ||
| 8088 | 2025.03.03 23:36:38.566503 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8089 | 2025.03.03 23:36:38.566714 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8090 | 2025.03.03 23:36:38.567010 [ 47 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8091 | 2025.03.03 23:36:38.567034 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8092 | 2025.03.03 23:36:38.567105 [ 47 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8093 | 2025.03.03 23:36:38.567201 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8094 | 2025.03.03 23:36:38.567335 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005085 sec., 22025.565388397245 rows/sec., 1.25 MiB/sec. | ||
| 8095 | 2025.03.03 23:36:38.567362 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_29_6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8096 | 2025.03.03 23:36:38.567823 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 8097 | 2025.03.03 23:36:38.567899 [ 5 ] {02252ac7-633e-40ed-b092-0d90d89838d6} <Debug> TCPHandler: Processed in 0.00632144 sec. | ||
| 8098 | 2025.03.03 23:36:38.567955 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8099 | 2025.03.03 23:36:38.568299 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2025.03.03 23:36:38.568302 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8101 | 2025.03.03 23:36:38.568360 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 8102 | 2025.03.03 23:36:38.568608 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8103 | 2025.03.03 23:36:38.568632 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 8104 | 2025.03.03 23:36:38.568752 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8105 | 2025.03.03 23:36:38.568930 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 8106 | 2025.03.03 23:36:38.569264 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 8107 | 2025.03.03 23:36:38.569567 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 8108 | 2025.03.03 23:36:38.571572 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2025.03.03 23:36:38.571662 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8110 | 2025.03.03 23:36:38.572187 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004844359 sec., 115598.36915472201 rows/sec., 7.03 MiB/sec. | ||
| 8111 | 2025.03.03 23:36:38.572426 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8112 | 2025.03.03 23:36:38.572527 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8113 | 2025.03.03 23:36:38.572936 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8114 | 2025.03.03 23:36:38.572992 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.03.03 23:36:38.573252 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_29_7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8116 | 2025.03.03 23:36:38.573410 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004959 sec., 84896.14841701956 rows/sec., 6.05 MiB/sec. | ||
| 8117 | 2025.03.03 23:36:38.573492 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8118 | 2025.03.03 23:36:38.573590 [ 5 ] {4144a1b6-d94f-41b4-8821-a57f2a8ae04a} <Debug> TCPHandler: Processed in 0.005410165 sec. | ||
| 8119 | 2025.03.03 23:36:38.573705 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.03.03 23:36:38.573808 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8121 | 2025.03.03 23:36:38.573855 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8122 | 2025.03.03 23:36:38.574300 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2025.03.03 23:36:38.574339 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8124 | 2025.03.03 23:36:38.574688 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8125 | 2025.03.03 23:36:38.574920 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2025.03.03 23:36:38.575077 [ 47 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8127 | 2025.03.03 23:36:38.575132 [ 47 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8128 | 2025.03.03 23:36:38.575171 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8129 | 2025.03.03 23:36:38.575176 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
| 8130 | 2025.03.03 23:36:38.575352 [ 5 ] {857c3c8d-5660-4503-aa68-f549cf71a337} <Debug> TCPHandler: Processed in 0.001696678 sec. | ||
| 8131 | 2025.03.03 23:36:38.575438 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8132 | 2025.03.03 23:36:38.575532 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2025.03.03 23:36:38.575650 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8134 | 2025.03.03 23:36:38.575735 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8135 | 2025.03.03 23:36:38.575742 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8136 | 2025.03.03 23:36:38.575915 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8137 | 2025.03.03 23:36:38.576044 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8138 | 2025.03.03 23:36:38.576406 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8139 | 2025.03.03 23:36:38.576679 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8140 | 2025.03.03 23:36:38.576982 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8141 | 2025.03.03 23:36:38.577323 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8142 | 2025.03.03 23:36:38.578327 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8143 | 2025.03.03 23:36:38.578402 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8144 | 2025.03.03 23:36:38.579394 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8145 | 2025.03.03 23:36:38.579922 [ 200 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004619322 sec., 37667.86554390449 rows/sec., 1.92 MiB/sec. | ||
| 8146 | 2025.03.03 23:36:38.579954 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2025.03.03 23:36:38.580172 [ 200 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8148 | 2025.03.03 23:36:38.580375 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004693 sec., 50500.74579160452 rows/sec., 3.38 MiB/sec. | ||
| 8149 | 2025.03.03 23:36:38.580514 [ 5 ] {754fe002-2aec-4e3c-b97b-1fe0fcd85546} <Debug> TCPHandler: Processed in 0.005055324 sec. | ||
| 8150 | 2025.03.03 23:36:38.580684 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2025.03.03 23:36:38.580809 [ 200 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8152 | 2025.03.03 23:36:38.580875 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8153 | 2025.03.03 23:36:38.580964 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8154 | 2025.03.03 23:36:38.580968 [ 200 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_29_6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8155 | 2025.03.03 23:36:38.581162 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8156 | 2025.03.03 23:36:38.581593 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8157 | 2025.03.03 23:36:38.581636 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8158 | 2025.03.03 23:36:38.582007 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8159 | 2025.03.03 23:36:38.582240 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8160 | 2025.03.03 23:36:38.582454 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001639 sec., 610.1281269066503 rows/sec., 41.11 KiB/sec. | ||
| 8161 | 2025.03.03 23:36:38.582652 [ 5 ] {29fe551b-10bf-4fb5-9987-66d005e31c2b} <Debug> TCPHandler: Processed in 0.002023408 sec. | ||
| 8162 | 2025.03.03 23:36:38.582846 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2025.03.03 23:36:38.582950 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.03.03 23:36:38.583025 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8165 | 2025.03.03 23:36:38.584167 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.03.03 23:36:38.584205 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8167 | 2025.03.03 23:36:38.584865 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8168 | 2025.03.03 23:36:38.585122 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.03.03 23:36:38.585315 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002388 sec., 16331.658291457286 rows/sec., 29.27 MiB/sec. | ||
| 8170 | 2025.03.03 23:36:38.585406 [ 5 ] {3c728ad8-4050-4068-b0b6-31dcc808227f} <Debug> TCPHandler: Processed in 0.002620055 sec. | ||
| 8171 | 2025.03.03 23:36:38.585519 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2025.03.03 23:36:38.585622 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.03.03 23:36:38.585667 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8174 | 2025.03.03 23:36:38.586078 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.03.03 23:36:38.586115 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 8176 | 2025.03.03 23:36:38.586467 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8177 | 2025.03.03 23:36:38.586703 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2025.03.03 23:36:38.586889 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001289 sec., 63615.205585725365 rows/sec., 4.04 MiB/sec. | ||
| 8179 | 2025.03.03 23:36:38.586961 [ 5 ] {87ebacd9-54d3-42b7-b0ec-c53d6ec6d9b6} <Debug> TCPHandler: Processed in 0.001493532 sec. | ||
| 8180 | 2025.03.03 23:36:42.054451 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8181 | 2025.03.03 23:36:42.054554 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8182 | 2025.03.03 23:36:42.215732 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8183 | 2025.03.03 23:36:42.216498 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2025.03.03 23:36:42.216543 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8185 | 2025.03.03 23:36:42.217130 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8186 | 2025.03.03 23:36:42.217407 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.03.03 23:36:42.217613 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8188 | 2025.03.03 23:36:43.536977 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8189 | 2025.03.03 23:36:43.537161 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8190 | 2025.03.03 23:36:43.537232 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8191 | 2025.03.03 23:36:43.537951 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2025.03.03 23:36:43.538002 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8193 | 2025.03.03 23:36:43.538438 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8194 | 2025.03.03 23:36:43.538688 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2025.03.03 23:36:43.538924 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001813 sec., 30888.030888030888 rows/sec., 2.37 MiB/sec. | ||
| 8196 | 2025.03.03 23:36:43.538987 [ 5 ] {a9378bdd-cd29-4117-a32f-a068851a1c14} <Debug> TCPHandler: Processed in 0.002134661 sec. | ||
| 8197 | 2025.03.03 23:36:43.539104 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8198 | 2025.03.03 23:36:43.539209 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8199 | 2025.03.03 23:36:43.539253 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8200 | 2025.03.03 23:36:43.539782 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.03.03 23:36:43.539822 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8202 | 2025.03.03 23:36:43.540169 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8203 | 2025.03.03 23:36:43.540404 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.03.03 23:36:43.540618 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001431 sec., 44723.96925227114 rows/sec., 3.49 MiB/sec. | ||
| 8205 | 2025.03.03 23:36:43.540671 [ 5 ] {17a63e06-e8e4-4d09-966c-0aebaf469322} <Debug> TCPHandler: Processed in 0.001617396 sec. | ||
| 8206 | 2025.03.03 23:36:43.540781 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8207 | 2025.03.03 23:36:43.540885 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8208 | 2025.03.03 23:36:43.540933 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8209 | 2025.03.03 23:36:43.541426 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8210 | 2025.03.03 23:36:43.541464 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8211 | 2025.03.03 23:36:43.541842 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8212 | 2025.03.03 23:36:43.542071 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8213 | 2025.03.03 23:36:43.542296 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00143 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. | ||
| 8214 | 2025.03.03 23:36:43.542390 [ 5 ] {0dd29575-4a9d-4ae7-b87e-d85503f9a260} <Debug> TCPHandler: Processed in 0.001659277 sec. | ||
| 8215 | 2025.03.03 23:36:43.542580 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8216 | 2025.03.03 23:36:43.542738 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8217 | 2025.03.03 23:36:43.542786 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8218 | 2025.03.03 23:36:43.543209 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2025.03.03 23:36:43.543248 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8220 | 2025.03.03 23:36:43.543595 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8221 | 2025.03.03 23:36:43.543868 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2025.03.03 23:36:43.544065 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 8223 | 2025.03.03 23:36:43.544157 [ 5 ] {3fcbd226-da28-4e87-94ee-86f0aa0f9029} <Debug> TCPHandler: Processed in 0.001671628 sec. | ||
| 8224 | 2025.03.03 23:36:43.559705 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8225 | 2025.03.03 23:36:43.578916 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2025.03.03 23:36:43.578973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8227 | 2025.03.03 23:36:43.585935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8228 | 2025.03.03 23:36:43.586719 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2025.03.03 23:36:43.589665 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8230 | 2025.03.03 23:36:44.977772 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.03.03 23:36:44.977981 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.03.03 23:36:44.978059 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8233 | 2025.03.03 23:36:44.978969 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.03.03 23:36:44.979020 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8235 | 2025.03.03 23:36:44.979469 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8236 | 2025.03.03 23:36:44.979724 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.03.03 23:36:44.979968 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002043 sec., 103768.96720509055 rows/sec., 6.60 MiB/sec. | ||
| 8238 | 2025.03.03 23:36:44.980024 [ 5 ] {351d2683-4f61-4e11-bb82-733acc7ae138} <Debug> TCPHandler: Processed in 0.002387069 sec. | ||
| 8239 | 2025.03.03 23:36:44.980150 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.03.03 23:36:44.980256 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8241 | 2025.03.03 23:36:44.980302 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8242 | 2025.03.03 23:36:44.980827 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2025.03.03 23:36:44.980866 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8244 | 2025.03.03 23:36:44.981203 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8245 | 2025.03.03 23:36:44.981438 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2025.03.03 23:36:44.981688 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001435 sec., 9756.09756097561 rows/sec., 795.54 KiB/sec. | ||
| 8247 | 2025.03.03 23:36:44.981999 [ 5 ] {eee63d59-5d18-40a2-9a2b-8c338f4718e1} <Debug> TCPHandler: Processed in 0.001893203 sec. | ||
| 8248 | 2025.03.03 23:36:44.982209 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8249 | 2025.03.03 23:36:44.982314 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8250 | 2025.03.03 23:36:44.982359 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8251 | 2025.03.03 23:36:44.984083 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.03.03 23:36:44.984123 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8253 | 2025.03.03 23:36:44.984588 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8254 | 2025.03.03 23:36:44.984846 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.03.03 23:36:44.985074 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002776 sec., 663544.6685878963 rows/sec., 54.14 MiB/sec. | ||
| 8256 | 2025.03.03 23:36:44.985175 [ 5 ] {2712da5e-16df-4ce1-906e-eedca1ef0984} <Debug> TCPHandler: Processed in 0.003033756 sec. | ||
| 8257 | 2025.03.03 23:36:44.985348 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.03.03 23:36:44.985547 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8259 | 2025.03.03 23:36:44.985593 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8260 | 2025.03.03 23:36:44.986194 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.03.03 23:36:44.986233 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8262 | 2025.03.03 23:36:44.986596 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8263 | 2025.03.03 23:36:44.986834 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.03.03 23:36:44.987084 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.001574 sec., 101016.51842439643 rows/sec., 6.39 MiB/sec. | ||
| 8265 | 2025.03.03 23:36:44.987257 [ 5 ] {03109fde-be03-482f-ba45-22bab067ea66} <Debug> TCPHandler: Processed in 0.002012838 sec. | ||
| 8266 | 2025.03.03 23:36:44.987465 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.03.03 23:36:44.987568 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8268 | 2025.03.03 23:36:44.987618 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8269 | 2025.03.03 23:36:44.988317 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.03.03 23:36:44.988358 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8271 | 2025.03.03 23:36:44.988720 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8272 | 2025.03.03 23:36:44.988954 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.03.03 23:36:44.989164 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001618 sec., 210754.01730531518 rows/sec., 14.06 MiB/sec. | ||
| 8274 | 2025.03.03 23:36:44.989217 [ 5 ] {01c14b90-4231-47ff-beb0-629b344d8808} <Debug> TCPHandler: Processed in 0.001820932 sec. | ||
| 8275 | 2025.03.03 23:36:44.989320 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.03.03 23:36:44.989421 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.03.03 23:36:44.989465 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8278 | 2025.03.03 23:36:44.990032 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.03.03 23:36:44.990071 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8280 | 2025.03.03 23:36:44.990418 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8281 | 2025.03.03 23:36:44.990673 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.03.03 23:36:44.990880 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001481 sec., 75624.57798784606 rows/sec., 4.31 MiB/sec. | ||
| 8283 | 2025.03.03 23:36:44.990932 [ 5 ] {26b5ef3f-8a42-46e0-8bd0-1901a817e91f} <Debug> TCPHandler: Processed in 0.001661598 sec. | ||
| 8284 | 2025.03.03 23:36:44.991045 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.03.03 23:36:44.991149 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8286 | 2025.03.03 23:36:44.991194 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8287 | 2025.03.03 23:36:44.992103 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.03.03 23:36:44.992142 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8289 | 2025.03.03 23:36:44.992526 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8290 | 2025.03.03 23:36:44.992760 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.03.03 23:36:44.992981 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001853 sec., 480841.8780356179 rows/sec., 34.86 MiB/sec. | ||
| 8292 | 2025.03.03 23:36:44.993032 [ 5 ] {0f3e7826-6d8a-4062-8607-5318a28355b2} <Debug> TCPHandler: Processed in 0.002037998 sec. | ||
| 8293 | 2025.03.03 23:36:44.993145 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.03.03 23:36:44.993250 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8295 | 2025.03.03 23:36:44.993296 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8296 | 2025.03.03 23:36:44.993726 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.03.03 23:36:44.993764 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8298 | 2025.03.03 23:36:44.994113 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8299 | 2025.03.03 23:36:44.994343 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.03.03 23:36:44.994537 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec. | ||
| 8301 | 2025.03.03 23:36:44.994588 [ 5 ] {7d3de2a0-8c42-4464-aa56-d7099ab2b77a} <Debug> TCPHandler: Processed in 0.001492912 sec. | ||
| 8302 | 2025.03.03 23:36:44.994690 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2025.03.03 23:36:44.994792 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8304 | 2025.03.03 23:36:44.994841 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8305 | 2025.03.03 23:36:44.995601 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.03.03 23:36:44.995640 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8307 | 2025.03.03 23:36:44.996068 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8308 | 2025.03.03 23:36:44.996301 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.03.03 23:36:44.996508 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001737 sec., 572251.007484168 rows/sec., 38.09 MiB/sec. | ||
| 8310 | 2025.03.03 23:36:44.996559 [ 5 ] {ec42d68c-a2cc-4ce5-bd97-16d927ead658} <Debug> TCPHandler: Processed in 0.001917954 sec. | ||
| 8311 | 2025.03.03 23:36:44.996671 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.03.03 23:36:44.996774 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8313 | 2025.03.03 23:36:44.996821 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8314 | 2025.03.03 23:36:44.997235 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2025.03.03 23:36:44.997274 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8316 | 2025.03.03 23:36:44.997633 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8317 | 2025.03.03 23:36:44.997869 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2025.03.03 23:36:44.998073 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 8319 | 2025.03.03 23:36:44.998123 [ 5 ] {48bc9978-4bf6-43b5-8b1c-da43bd1c6dc5} <Debug> TCPHandler: Processed in 0.001502293 sec. | ||
| 8320 | 2025.03.03 23:36:44.998224 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8321 | 2025.03.03 23:36:44.998325 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8322 | 2025.03.03 23:36:44.998389 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8323 | 2025.03.03 23:36:44.999503 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2025.03.03 23:36:44.999542 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8325 | 2025.03.03 23:36:45.000178 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8326 | 2025.03.03 23:36:45.000636 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2025.03.03 23:36:45.000987 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002682 sec., 14541.3870246085 rows/sec., 26.06 MiB/sec. | ||
| 8328 | 2025.03.03 23:36:45.001107 [ 5 ] {b579f314-d5c6-4980-b00b-86b35779cd18} <Debug> TCPHandler: Processed in 0.002931984 sec. | ||
| 8329 | 2025.03.03 23:36:45.001228 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2025.03.03 23:36:45.001332 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8331 | 2025.03.03 23:36:45.001379 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8332 | 2025.03.03 23:36:45.001817 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.03.03 23:36:45.001856 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8334 | 2025.03.03 23:36:45.002211 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8335 | 2025.03.03 23:36:45.002446 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2025.03.03 23:36:45.002673 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001362 sec., 33773.86196769457 rows/sec., 2.04 MiB/sec. | ||
| 8337 | 2025.03.03 23:36:45.002726 [ 5 ] {bfdea07a-1a35-4d3e-a4d3-e784e154b791} <Debug> TCPHandler: Processed in 0.001547254 sec. | ||
| 8338 | 2025.03.03 23:36:47.305621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1182 | ||
| 8339 | 2025.03.03 23:36:47.308994 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.03.03 23:36:47.309036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8341 | 2025.03.03 23:36:47.310540 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8342 | 2025.03.03 23:36:47.310874 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2025.03.03 23:36:47.311062 [ 30 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8344 | 2025.03.03 23:36:47.311128 [ 30 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2025.03.03 23:36:47.311173 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8346 | 2025.03.03 23:36:47.311469 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 8347 | 2025.03.03 23:36:47.311843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182 | ||
| 8348 | 2025.03.03 23:36:47.312250 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8349 | 2025.03.03 23:36:47.312375 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 998 rows starting from the beginning of the part | ||
| 8350 | 2025.03.03 23:36:47.312913 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 8351 | 2025.03.03 23:36:47.313469 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8352 | 2025.03.03 23:36:47.314007 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8353 | 2025.03.03 23:36:47.314534 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 8354 | 2025.03.03 23:36:47.315174 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8355 | 2025.03.03 23:36:47.323106 [ 190 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1182 rows, containing 72 columns (72 merged, 0 gathered) in 0.011840838 sec., 99824.01583401446 rows/sec., 79.07 MiB/sec. | ||
| 8356 | 2025.03.03 23:36:47.324764 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8357 | 2025.03.03 23:36:47.325591 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2025.03.03 23:36:47.325699 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_31_6} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8359 | 2025.03.03 23:36:47.326020 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8360 | 2025.03.03 23:36:48.534423 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8361 | 2025.03.03 23:36:48.534625 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8362 | 2025.03.03 23:36:48.534702 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8363 | 2025.03.03 23:36:48.535494 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2025.03.03 23:36:48.535538 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8365 | 2025.03.03 23:36:48.535978 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8366 | 2025.03.03 23:36:48.536230 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2025.03.03 23:36:48.536419 [ 28 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8368 | 2025.03.03 23:36:48.536485 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec. | ||
| 8369 | 2025.03.03 23:36:48.536493 [ 28 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8370 | 2025.03.03 23:36:48.536575 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8371 | 2025.03.03 23:36:48.536622 [ 5 ] {2326ffe3-1532-419c-827a-c5b84b7d7806} <Debug> TCPHandler: Processed in 0.002332667 sec. | ||
| 8372 | 2025.03.03 23:36:48.536833 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8373 | 2025.03.03 23:36:48.536849 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8374 | 2025.03.03 23:36:48.537093 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8375 | 2025.03.03 23:36:48.537144 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8376 | 2025.03.03 23:36:48.537185 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8377 | 2025.03.03 23:36:48.537231 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1844 rows starting from the beginning of the part | ||
| 8378 | 2025.03.03 23:36:48.537533 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8379 | 2025.03.03 23:36:48.537918 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 695 rows starting from the beginning of the part | ||
| 8380 | 2025.03.03 23:36:48.538244 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8381 | 2025.03.03 23:36:48.538550 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1842 rows starting from the beginning of the part | ||
| 8382 | 2025.03.03 23:36:48.538904 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8383 | 2025.03.03 23:36:48.540182 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.03.03 23:36:48.540242 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8385 | 2025.03.03 23:36:48.541233 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8386 | 2025.03.03 23:36:48.541646 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2025.03.03 23:36:48.541851 [ 28 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8388 | 2025.03.03 23:36:48.541916 [ 28 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.03.03 23:36:48.541974 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8390 | 2025.03.03 23:36:48.541972 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00494 sec., 12955.465587044535 rows/sec., 1.01 MiB/sec. | ||
| 8391 | 2025.03.03 23:36:48.542291 [ 5 ] {1fbf8975-a57a-477d-a839-b9eb214df62d} <Debug> TCPHandler: Processed in 0.005513187 sec. | ||
| 8392 | 2025.03.03 23:36:48.542312 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8393 | 2025.03.03 23:36:48.542867 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8394 | 2025.03.03 23:36:48.542907 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8395 | 2025.03.03 23:36:48.543004 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8396 | 2025.03.03 23:36:48.543027 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.00633039 sec., 718597.1164493815 rows/sec., 61.05 MiB/sec. | ||
| 8397 | 2025.03.03 23:36:48.543365 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8398 | 2025.03.03 23:36:48.543414 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8399 | 2025.03.03 23:36:48.543478 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8400 | 2025.03.03 23:36:48.543831 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 421 rows starting from the beginning of the part | ||
| 8401 | 2025.03.03 23:36:48.544084 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8402 | 2025.03.03 23:36:48.544215 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8403 | 2025.03.03 23:36:48.544637 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 891 rows starting from the beginning of the part | ||
| 8404 | 2025.03.03 23:36:48.544839 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8405 | 2025.03.03 23:36:48.545115 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8406 | 2025.03.03 23:36:48.545358 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_71_14} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8407 | 2025.03.03 23:36:48.545762 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8408 | 2025.03.03 23:36:48.547129 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2025.03.03 23:36:48.547195 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8410 | 2025.03.03 23:36:48.548090 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8411 | 2025.03.03 23:36:48.548531 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2025.03.03 23:36:48.548729 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006628069 sec., 364661.2610701548 rows/sec., 27.93 MiB/sec. | ||
| 8413 | 2025.03.03 23:36:48.548887 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8414 | 2025.03.03 23:36:48.549008 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2025.03.03 23:36:48.549029 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005919 sec., 16218.955904713635 rows/sec., 1.13 MiB/sec. | ||
| 8416 | 2025.03.03 23:36:48.549093 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8417 | 2025.03.03 23:36:48.549105 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8418 | 2025.03.03 23:36:48.549301 [ 5 ] {b9b52665-196a-4c72-ad06-aa7e9ada48f5} <Debug> TCPHandler: Processed in 0.006794364 sec. | ||
| 8419 | 2025.03.03 23:36:48.549655 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2025.03.03 23:36:48.549772 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8421 | 2025.03.03 23:36:48.549893 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8422 | 2025.03.03 23:36:48.550049 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8423 | 2025.03.03 23:36:48.550088 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2025.03.03 23:36:48.550463 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_71_14} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8425 | 2025.03.03 23:36:48.550483 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8426 | 2025.03.03 23:36:48.550661 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19910 rows starting from the beginning of the part | ||
| 8427 | 2025.03.03 23:36:48.550747 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8428 | 2025.03.03 23:36:48.551129 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8429 | 2025.03.03 23:36:48.551490 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 8430 | 2025.03.03 23:36:48.551664 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8431 | 2025.03.03 23:36:48.552042 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 994 rows starting from the beginning of the part | ||
| 8432 | 2025.03.03 23:36:48.552342 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 96 rows starting from the beginning of the part | ||
| 8433 | 2025.03.03 23:36:48.552981 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.03.03 23:36:48.553048 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8435 | 2025.03.03 23:36:48.553740 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8436 | 2025.03.03 23:36:48.554036 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.03.03 23:36:48.554257 [ 28 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8438 | 2025.03.03 23:36:48.554324 [ 28 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8439 | 2025.03.03 23:36:48.554362 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8440 | 2025.03.03 23:36:48.554370 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004545 sec., 7920.79207920792 rows/sec., 546.62 KiB/sec. | ||
| 8441 | 2025.03.03 23:36:48.554724 [ 5 ] {0c5e2bdd-b278-45bf-a42f-dc560c409dad} <Debug> TCPHandler: Processed in 0.005155057 sec. | ||
| 8442 | 2025.03.03 23:36:48.554921 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8443 | 2025.03.03 23:36:48.555309 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8444 | 2025.03.03 23:36:48.555397 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3892 rows starting from the beginning of the part | ||
| 8445 | 2025.03.03 23:36:48.555736 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8446 | 2025.03.03 23:36:48.556070 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 8447 | 2025.03.03 23:36:48.556428 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8448 | 2025.03.03 23:36:48.556587 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 46 rows starting from the beginning of the part | ||
| 8449 | 2025.03.03 23:36:48.556806 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 8450 | 2025.03.03 23:36:48.560202 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4176 rows, containing 4 columns (4 merged, 0 gathered) in 0.005711603 sec., 731143.2534789271 rows/sec., 47.58 MiB/sec. | ||
| 8451 | 2025.03.03 23:36:48.560654 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8452 | 2025.03.03 23:36:48.561001 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.03.03 23:36:48.561124 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_71_14} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8454 | 2025.03.03 23:36:48.561211 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8455 | 2025.03.03 23:36:48.561929 [ 201 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21557 rows, containing 5 columns (5 merged, 0 gathered) in 0.012548028 sec., 1717959.1884876254 rows/sec., 115.91 MiB/sec. | ||
| 8456 | 2025.03.03 23:36:48.562430 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8457 | 2025.03.03 23:36:48.562718 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8458 | 2025.03.03 23:36:48.562806 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8459 | 2025.03.03 23:36:48.562894 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 8460 | 2025.03.03 23:36:49.717762 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8461 | 2025.03.03 23:36:49.718521 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2025.03.03 23:36:49.718564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8463 | 2025.03.03 23:36:49.719119 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8464 | 2025.03.03 23:36:49.719384 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2025.03.03 23:36:49.719580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8466 | 2025.03.03 23:36:51.089723 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8467 | 2025.03.03 23:36:51.109799 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2025.03.03 23:36:51.109849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8469 | 2025.03.03 23:36:51.117351 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8470 | 2025.03.03 23:36:51.118123 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8471 | 2025.03.03 23:36:51.120691 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8472 | 2025.03.03 23:36:53.537926 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2025.03.03 23:36:53.538129 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8474 | 2025.03.03 23:36:53.538202 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8475 | 2025.03.03 23:36:53.538946 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2025.03.03 23:36:53.538987 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8477 | 2025.03.03 23:36:53.539413 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8478 | 2025.03.03 23:36:53.539673 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2025.03.03 23:36:53.539880 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.38 MiB/sec. | ||
| 8480 | 2025.03.03 23:36:53.539983 [ 5 ] {072a2b05-932b-4467-bf58-c2f8e3b2d9d9} <Debug> TCPHandler: Processed in 0.002190543 sec. | ||
| 8481 | 2025.03.03 23:36:53.540199 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2025.03.03 23:36:53.540391 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8483 | 2025.03.03 23:36:53.540437 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8484 | 2025.03.03 23:36:53.540984 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2025.03.03 23:36:53.541021 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8486 | 2025.03.03 23:36:53.541380 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8487 | 2025.03.03 23:36:53.541620 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2025.03.03 23:36:53.541802 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001444 sec., 44321.3296398892 rows/sec., 3.46 MiB/sec. | ||
| 8489 | 2025.03.03 23:36:53.541898 [ 5 ] {c9cfa3a1-adbf-4a12-9eb6-5735b19196cc} <Debug> TCPHandler: Processed in 0.001797842 sec. | ||
| 8490 | 2025.03.03 23:36:53.542107 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2025.03.03 23:36:53.542280 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8492 | 2025.03.03 23:36:53.542331 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8493 | 2025.03.03 23:36:53.542863 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2025.03.03 23:36:53.542900 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8495 | 2025.03.03 23:36:53.543280 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8496 | 2025.03.03 23:36:53.543537 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2025.03.03 23:36:53.543708 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001453 sec., 110116.99931176874 rows/sec., 7.67 MiB/sec. | ||
| 8498 | 2025.03.03 23:36:53.543757 [ 5 ] {b05d228f-88d9-4d53-8ae0-9b6a3754a1d9} <Debug> TCPHandler: Processed in 0.0017451 sec. | ||
| 8499 | 2025.03.03 23:36:53.543873 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2025.03.03 23:36:53.543985 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8501 | 2025.03.03 23:36:53.544032 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8502 | 2025.03.03 23:36:53.544465 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.03.03 23:36:53.544501 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8504 | 2025.03.03 23:36:53.544876 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8505 | 2025.03.03 23:36:53.545120 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2025.03.03 23:36:53.545310 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 8507 | 2025.03.03 23:36:53.545378 [ 5 ] {940f849b-f93f-4ea6-9181-2cccd7855e4e} <Debug> TCPHandler: Processed in 0.001557885 sec. | ||
| 8508 | 2025.03.03 23:36:57.054609 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8509 | 2025.03.03 23:36:57.054681 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8510 | 2025.03.03 23:36:57.219698 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8511 | 2025.03.03 23:36:57.220614 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.03.03 23:36:57.220652 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8513 | 2025.03.03 23:36:57.221204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8514 | 2025.03.03 23:36:57.221556 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8515 | 2025.03.03 23:36:57.221758 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8516 | 2025.03.03 23:36:57.312080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1198 | ||
| 8517 | 2025.03.03 23:36:57.314698 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2025.03.03 23:36:57.314748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8519 | 2025.03.03 23:36:57.316215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8520 | 2025.03.03 23:36:57.316524 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2025.03.03 23:36:57.317058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198 | ||
| 8522 | 2025.03.03 23:36:58.045321 [ 152 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8523 | 2025.03.03 23:36:58.045434 [ 152 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8524 | 2025.03.03 23:36:58.045617 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8525 | 2025.03.03 23:36:58.045836 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 8526 | 2025.03.03 23:36:58.046067 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8527 | 2025.03.03 23:36:58.046128 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 8528 | 2025.03.03 23:36:58.046258 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 8529 | 2025.03.03 23:36:58.046716 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 8530 | 2025.03.03 23:36:58.046906 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 8531 | 2025.03.03 23:36:58.047157 [ 188 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 8532 | 2025.03.03 23:36:58.048209 [ 201 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00249222 sec., 21667.4290391699 rows/sec., 1.81 MiB/sec. | ||
| 8533 | 2025.03.03 23:36:58.048433 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8534 | 2025.03.03 23:36:58.048830 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8535 | 2025.03.03 23:36:58.048934 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_9_2} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8536 | 2025.03.03 23:36:58.049051 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8537 | 2025.03.03 23:36:58.545691 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.03.03 23:36:58.545874 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8539 | 2025.03.03 23:36:58.545944 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8540 | 2025.03.03 23:36:58.546775 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8541 | 2025.03.03 23:36:58.546825 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8542 | 2025.03.03 23:36:58.547260 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8543 | 2025.03.03 23:36:58.547518 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8544 | 2025.03.03 23:36:58.547756 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001932 sec., 109730.84886128365 rows/sec., 6.98 MiB/sec. | ||
| 8545 | 2025.03.03 23:36:58.547811 [ 5 ] {8f699d5e-b347-4232-a81f-2541d9680172} <Debug> TCPHandler: Processed in 0.002250935 sec. | ||
| 8546 | 2025.03.03 23:36:58.547934 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8547 | 2025.03.03 23:36:58.548038 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8548 | 2025.03.03 23:36:58.548083 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8549 | 2025.03.03 23:36:58.548948 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8550 | 2025.03.03 23:36:58.548987 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8551 | 2025.03.03 23:36:58.549388 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8552 | 2025.03.03 23:36:58.549646 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2025.03.03 23:36:58.549866 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00185 sec., 375675.6756756757 rows/sec., 29.99 MiB/sec. | ||
| 8554 | 2025.03.03 23:36:58.549916 [ 5 ] {872c9808-46b9-4607-b574-04f0a8a6ed9f} <Debug> TCPHandler: Processed in 0.002033348 sec. | ||
| 8555 | 2025.03.03 23:36:58.550026 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2025.03.03 23:36:58.550131 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.03.03 23:36:58.550175 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8558 | 2025.03.03 23:36:58.550737 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.03.03 23:36:58.550778 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8560 | 2025.03.03 23:36:58.551127 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8561 | 2025.03.03 23:36:58.551365 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.03.03 23:36:58.551588 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001479 sec., 98039.2156862745 rows/sec., 6.15 MiB/sec. | ||
| 8563 | 2025.03.03 23:36:58.551642 [ 5 ] {a625dfae-cbee-40b6-ac73-a76b25ab84d9} <Debug> TCPHandler: Processed in 0.001666868 sec. | ||
| 8564 | 2025.03.03 23:36:58.551769 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2025.03.03 23:36:58.551906 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8566 | 2025.03.03 23:36:58.551962 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8567 | 2025.03.03 23:36:58.552602 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.03.03 23:36:58.552642 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8569 | 2025.03.03 23:36:58.553023 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8570 | 2025.03.03 23:36:58.553269 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.03.03 23:36:58.553528 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001642 sec., 68818.51400730816 rows/sec., 4.45 MiB/sec. | ||
| 8572 | 2025.03.03 23:36:58.553644 [ 5 ] {0d8ad198-61a1-4dd7-bdbe-5c0b74477197} <Debug> TCPHandler: Processed in 0.001934385 sec. | ||
| 8573 | 2025.03.03 23:36:58.553870 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8574 | 2025.03.03 23:36:58.553976 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8575 | 2025.03.03 23:36:58.554024 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8576 | 2025.03.03 23:36:58.554612 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2025.03.03 23:36:58.554651 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8578 | 2025.03.03 23:36:58.555010 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8579 | 2025.03.03 23:36:58.555244 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2025.03.03 23:36:58.555510 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001546 sec., 72445.0194049159 rows/sec., 4.13 MiB/sec. | ||
| 8581 | 2025.03.03 23:36:58.555649 [ 5 ] {d1a4f31c-aee9-4daa-a561-be96d81d9e07} <Debug> TCPHandler: Processed in 0.001847303 sec. | ||
| 8582 | 2025.03.03 23:36:58.555928 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8583 | 2025.03.03 23:36:58.556051 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8584 | 2025.03.03 23:36:58.556099 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8585 | 2025.03.03 23:36:58.556805 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8586 | 2025.03.03 23:36:58.556845 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8587 | 2025.03.03 23:36:58.557218 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8588 | 2025.03.03 23:36:58.557463 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8589 | 2025.03.03 23:36:58.557695 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001668 sec., 252398.08153477218 rows/sec., 17.98 MiB/sec. | ||
| 8590 | 2025.03.03 23:36:58.557749 [ 5 ] {70b4145b-2e58-4172-87b3-8e500178775e} <Debug> TCPHandler: Processed in 0.001916554 sec. | ||
| 8591 | 2025.03.03 23:36:58.557849 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8592 | 2025.03.03 23:36:58.557949 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8593 | 2025.03.03 23:36:58.557996 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8594 | 2025.03.03 23:36:58.558423 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8595 | 2025.03.03 23:36:58.558462 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8596 | 2025.03.03 23:36:58.558818 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8597 | 2025.03.03 23:36:58.559067 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8598 | 2025.03.03 23:36:58.559292 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec. | ||
| 8599 | 2025.03.03 23:36:58.559415 [ 5 ] {b7c10b15-7aeb-47dd-83d0-84e8a89a2f1a} <Debug> TCPHandler: Processed in 0.001610466 sec. | ||
| 8600 | 2025.03.03 23:36:58.559618 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8601 | 2025.03.03 23:36:58.559816 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8602 | 2025.03.03 23:36:58.559867 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8603 | 2025.03.03 23:36:58.560406 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8604 | 2025.03.03 23:36:58.560444 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8605 | 2025.03.03 23:36:58.560819 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8606 | 2025.03.03 23:36:58.561059 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8607 | 2025.03.03 23:36:58.561276 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001498 sec., 158210.9479305741 rows/sec., 10.60 MiB/sec. | ||
| 8608 | 2025.03.03 23:36:58.561328 [ 5 ] {41225770-cbed-49e6-b559-9dcb86354f40} <Debug> TCPHandler: Processed in 0.001808781 sec. | ||
| 8609 | 2025.03.03 23:36:58.561427 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2025.03.03 23:36:58.561528 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8611 | 2025.03.03 23:36:58.561574 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8612 | 2025.03.03 23:36:58.561987 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2025.03.03 23:36:58.562026 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8614 | 2025.03.03 23:36:58.562370 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8615 | 2025.03.03 23:36:58.562603 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2025.03.03 23:36:58.562829 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 8617 | 2025.03.03 23:36:58.562913 [ 5 ] {535842bc-f8d7-4cc1-8415-cd5b35a7f89c} <Debug> TCPHandler: Processed in 0.001535124 sec. | ||
| 8618 | 2025.03.03 23:36:58.563063 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2025.03.03 23:36:58.563164 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8620 | 2025.03.03 23:36:58.563229 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8621 | 2025.03.03 23:36:58.564354 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2025.03.03 23:36:58.564393 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8623 | 2025.03.03 23:36:58.565036 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8624 | 2025.03.03 23:36:58.565298 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2025.03.03 23:36:58.565511 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8626 | 2025.03.03 23:36:58.565579 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002429 sec., 16055.990119390695 rows/sec., 28.77 MiB/sec. | ||
| 8627 | 2025.03.03 23:36:58.565638 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2025.03.03 23:36:58.565747 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8629 | 2025.03.03 23:36:58.565856 [ 5 ] {9bd2429e-5eec-4d2e-9b8a-dce7394f3ae1} <Debug> TCPHandler: Processed in 0.002839531 sec. | ||
| 8630 | 2025.03.03 23:36:58.566291 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8631 | 2025.03.03 23:36:58.566536 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 8632 | 2025.03.03 23:36:58.566762 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8633 | 2025.03.03 23:36:58.566888 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8634 | 2025.03.03 23:36:58.567729 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8635 | 2025.03.03 23:36:58.567876 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 896 rows starting from the beginning of the part | ||
| 8636 | 2025.03.03 23:36:58.568708 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8637 | 2025.03.03 23:36:58.569192 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8638 | 2025.03.03 23:36:58.569317 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8639 | 2025.03.03 23:36:58.569600 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8640 | 2025.03.03 23:36:58.570241 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8641 | 2025.03.03 23:36:58.570885 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8642 | 2025.03.03 23:36:58.571064 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8643 | 2025.03.03 23:36:58.571318 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8644 | 2025.03.03 23:36:58.572106 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8645 | 2025.03.03 23:36:58.572562 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006012 sec., 13639.387890884896 rows/sec., 887.06 KiB/sec. | ||
| 8646 | 2025.03.03 23:36:58.572675 [ 5 ] {bcfb7148-9fe2-4f13-924f-33034d505b4a} <Debug> TCPHandler: Processed in 0.006524796 sec. | ||
| 8647 | 2025.03.03 23:36:58.579802 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1091 rows, containing 19 columns (19 merged, 0 gathered) in 0.013875697 sec., 78626.68087952628 rows/sec., 140.90 MiB/sec. | ||
| 8648 | 2025.03.03 23:36:58.581137 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8649 | 2025.03.03 23:36:58.581585 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8650 | 2025.03.03 23:36:58.581683 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8651 | 2025.03.03 23:36:58.581858 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.55 MiB. | ||
| 8652 | 2025.03.03 23:36:58.620760 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8653 | 2025.03.03 23:36:58.641925 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.03.03 23:36:58.641994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8655 | 2025.03.03 23:36:58.649396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8656 | 2025.03.03 23:36:58.650299 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.03.03 23:36:58.654911 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8658 | 2025.03.03 23:36:59.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.95 MiB, peak 227.72 MiB, free memory in arenas 0.00 B, will set to 221.29 MiB (RSS), difference: 2.34 MiB | ||
| 8659 | 2025.03.03 23:37:03.537291 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8660 | 2025.03.03 23:37:03.537513 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8661 | 2025.03.03 23:37:03.537591 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8662 | 2025.03.03 23:37:03.538396 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2025.03.03 23:37:03.538448 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8664 | 2025.03.03 23:37:03.538887 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8665 | 2025.03.03 23:37:03.539141 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2025.03.03 23:37:03.539381 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
| 8667 | 2025.03.03 23:37:03.539439 [ 5 ] {68d1f396-2015-4e75-bf34-2b71b02b7fbb} <Debug> TCPHandler: Processed in 0.002287106 sec. | ||
| 8668 | 2025.03.03 23:37:03.539567 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8669 | 2025.03.03 23:37:03.539672 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8670 | 2025.03.03 23:37:03.539719 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8671 | 2025.03.03 23:37:03.540268 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2025.03.03 23:37:03.540308 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8673 | 2025.03.03 23:37:03.540664 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8674 | 2025.03.03 23:37:03.540909 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2025.03.03 23:37:03.541113 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.42 MiB/sec. | ||
| 8676 | 2025.03.03 23:37:03.541165 [ 5 ] {9927570b-0032-4631-ba24-2796bd8d24e2} <Debug> TCPHandler: Processed in 0.001648147 sec. | ||
| 8677 | 2025.03.03 23:37:03.541279 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8678 | 2025.03.03 23:37:03.541385 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8679 | 2025.03.03 23:37:03.541434 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8680 | 2025.03.03 23:37:03.541955 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8681 | 2025.03.03 23:37:03.541995 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8682 | 2025.03.03 23:37:03.542375 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8683 | 2025.03.03 23:37:03.542619 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8684 | 2025.03.03 23:37:03.542824 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 8685 | 2025.03.03 23:37:03.542876 [ 5 ] {4cdc435b-885d-4e96-b904-4f8e96976ac6} <Debug> TCPHandler: Processed in 0.001645797 sec. | ||
| 8686 | 2025.03.03 23:37:03.543013 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8687 | 2025.03.03 23:37:03.543148 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8688 | 2025.03.03 23:37:03.543206 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8689 | 2025.03.03 23:37:03.543713 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8690 | 2025.03.03 23:37:03.543752 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8691 | 2025.03.03 23:37:03.544126 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8692 | 2025.03.03 23:37:03.544364 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2025.03.03 23:37:03.544539 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 8694 | 2025.03.03 23:37:03.544589 [ 5 ] {0e0b1554-1651-4b91-b27f-193e36922dd5} <Debug> TCPHandler: Processed in 0.001641357 sec. | ||
| 8695 | 2025.03.03 23:37:04.721912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8696 | 2025.03.03 23:37:04.722853 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8697 | 2025.03.03 23:37:04.722904 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8698 | 2025.03.03 23:37:04.723434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8699 | 2025.03.03 23:37:04.723692 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.03.03 23:37:04.723938 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8701 | 2025.03.03 23:37:06.154959 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8702 | 2025.03.03 23:37:06.176287 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8703 | 2025.03.03 23:37:06.176350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8704 | 2025.03.03 23:37:06.183839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8705 | 2025.03.03 23:37:06.184648 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.03.03 23:37:06.188303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8707 | 2025.03.03 23:37:07.318165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1228 | ||
| 8708 | 2025.03.03 23:37:07.321152 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2025.03.03 23:37:07.321206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8710 | 2025.03.03 23:37:07.322693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8711 | 2025.03.03 23:37:07.323014 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.03.03 23:37:07.323633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228 | ||
| 8713 | 2025.03.03 23:37:08.544471 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8714 | 2025.03.03 23:37:08.544670 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8715 | 2025.03.03 23:37:08.544743 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8716 | 2025.03.03 23:37:08.545512 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8717 | 2025.03.03 23:37:08.545551 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8718 | 2025.03.03 23:37:08.545982 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8719 | 2025.03.03 23:37:08.546243 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8720 | 2025.03.03 23:37:08.546474 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001862 sec., 113856.06874328679 rows/sec., 7.24 MiB/sec. | ||
| 8721 | 2025.03.03 23:37:08.546532 [ 5 ] {4a114ba7-6d0f-4d01-9e7d-b6c6f0ce721c} <Debug> TCPHandler: Processed in 0.002197483 sec. | ||
| 8722 | 2025.03.03 23:37:08.546652 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8723 | 2025.03.03 23:37:08.546759 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8724 | 2025.03.03 23:37:08.546806 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8725 | 2025.03.03 23:37:08.547561 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8726 | 2025.03.03 23:37:08.547601 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8727 | 2025.03.03 23:37:08.547997 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8728 | 2025.03.03 23:37:08.548236 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2025.03.03 23:37:08.548450 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001713 sec., 405720.9573847052 rows/sec., 32.39 MiB/sec. | ||
| 8730 | 2025.03.03 23:37:08.548502 [ 5 ] {fc9bc395-035d-458c-b4a1-e7b9ce962117} <Debug> TCPHandler: Processed in 0.001902035 sec. | ||
| 8731 | 2025.03.03 23:37:08.548615 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8732 | 2025.03.03 23:37:08.548720 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8733 | 2025.03.03 23:37:08.548765 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8734 | 2025.03.03 23:37:08.549325 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8735 | 2025.03.03 23:37:08.549365 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8736 | 2025.03.03 23:37:08.549711 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8737 | 2025.03.03 23:37:08.549948 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8738 | 2025.03.03 23:37:08.550197 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001497 sec., 96860.38744154976 rows/sec., 6.08 MiB/sec. | ||
| 8739 | 2025.03.03 23:37:08.550409 [ 5 ] {1ee9144a-969a-48e7-9e6d-81b4fb535ea0} <Debug> TCPHandler: Processed in 0.001842393 sec. | ||
| 8740 | 2025.03.03 23:37:08.550593 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8741 | 2025.03.03 23:37:08.550698 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8742 | 2025.03.03 23:37:08.550745 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8743 | 2025.03.03 23:37:08.551313 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.03.03 23:37:08.551352 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8745 | 2025.03.03 23:37:08.551703 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8746 | 2025.03.03 23:37:08.551949 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8747 | 2025.03.03 23:37:08.552167 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00149 sec., 75838.92617449665 rows/sec., 4.91 MiB/sec. | ||
| 8748 | 2025.03.03 23:37:08.552248 [ 5 ] {de4a08aa-3773-4105-a441-1d38da5f587d} <Debug> TCPHandler: Processed in 0.001713829 sec. | ||
| 8749 | 2025.03.03 23:37:08.552389 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8750 | 2025.03.03 23:37:08.552490 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8751 | 2025.03.03 23:37:08.552534 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8752 | 2025.03.03 23:37:08.553074 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8753 | 2025.03.03 23:37:08.553112 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8754 | 2025.03.03 23:37:08.553460 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8755 | 2025.03.03 23:37:08.553700 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8756 | 2025.03.03 23:37:08.553909 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001442 sec., 77669.90291262136 rows/sec., 4.42 MiB/sec. | ||
| 8757 | 2025.03.03 23:37:08.553962 [ 5 ] {bedca2e5-3b68-4f3e-a71c-c98438e887c6} <Debug> TCPHandler: Processed in 0.001629606 sec. | ||
| 8758 | 2025.03.03 23:37:08.554063 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8759 | 2025.03.03 23:37:08.554165 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8760 | 2025.03.03 23:37:08.554209 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8761 | 2025.03.03 23:37:08.554842 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2025.03.03 23:37:08.554881 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8763 | 2025.03.03 23:37:08.555252 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8764 | 2025.03.03 23:37:08.555489 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2025.03.03 23:37:08.555701 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001557 sec., 270391.7790622993 rows/sec., 19.26 MiB/sec. | ||
| 8766 | 2025.03.03 23:37:08.555752 [ 5 ] {d3ca595f-7b68-4cae-9b89-89d1d6a4a067} <Debug> TCPHandler: Processed in 0.001739439 sec. | ||
| 8767 | 2025.03.03 23:37:08.555851 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8768 | 2025.03.03 23:37:08.555951 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8769 | 2025.03.03 23:37:08.555998 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8770 | 2025.03.03 23:37:08.556420 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8771 | 2025.03.03 23:37:08.556459 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8772 | 2025.03.03 23:37:08.556807 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8773 | 2025.03.03 23:37:08.557039 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8774 | 2025.03.03 23:37:08.557241 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 8775 | 2025.03.03 23:37:08.557291 [ 5 ] {b423d9a6-f398-4e93-b533-459cf52166ba} <Debug> TCPHandler: Processed in 0.001491012 sec. | ||
| 8776 | 2025.03.03 23:37:08.557393 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8777 | 2025.03.03 23:37:08.557495 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8778 | 2025.03.03 23:37:08.557543 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8779 | 2025.03.03 23:37:08.558042 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8780 | 2025.03.03 23:37:08.558081 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8781 | 2025.03.03 23:37:08.558458 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8782 | 2025.03.03 23:37:08.558686 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8783 | 2025.03.03 23:37:08.558893 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 8784 | 2025.03.03 23:37:08.558943 [ 5 ] {7290b15b-2215-400a-b44b-949aca22d14c} <Debug> TCPHandler: Processed in 0.001600886 sec. | ||
| 8785 | 2025.03.03 23:37:08.559055 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8786 | 2025.03.03 23:37:08.559159 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8787 | 2025.03.03 23:37:08.559205 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8788 | 2025.03.03 23:37:08.559610 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2025.03.03 23:37:08.559648 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8790 | 2025.03.03 23:37:08.559984 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8791 | 2025.03.03 23:37:08.560213 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8792 | 2025.03.03 23:37:08.560373 [ 145 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8793 | 2025.03.03 23:37:08.560437 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
| 8794 | 2025.03.03 23:37:08.560463 [ 145 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8795 | 2025.03.03 23:37:08.560525 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8796 | 2025.03.03 23:37:08.560553 [ 5 ] {a0bcbf16-a4e7-4e10-b408-711e7f669723} <Debug> TCPHandler: Processed in 0.001546035 sec. | ||
| 8797 | 2025.03.03 23:37:08.560727 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2025.03.03 23:37:08.560753 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 8799 | 2025.03.03 23:37:08.560888 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8800 | 2025.03.03 23:37:08.561084 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8801 | 2025.03.03 23:37:08.561154 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8802 | 2025.03.03 23:37:08.561320 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 8803 | 2025.03.03 23:37:08.561638 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8804 | 2025.03.03 23:37:08.561987 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8805 | 2025.03.03 23:37:08.562281 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8806 | 2025.03.03 23:37:08.562549 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8807 | 2025.03.03 23:37:08.562874 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8808 | 2025.03.03 23:37:08.566978 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.03.03 23:37:08.566980 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006333321 sec., 5052.64141830171 rows/sec., 340.46 KiB/sec. | ||
| 8810 | 2025.03.03 23:37:08.567037 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8811 | 2025.03.03 23:37:08.567363 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8812 | 2025.03.03 23:37:08.568198 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.03.03 23:37:08.568379 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_32_7} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8814 | 2025.03.03 23:37:08.568395 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8815 | 2025.03.03 23:37:08.568526 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8816 | 2025.03.03 23:37:08.568753 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.03.03 23:37:08.569094 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008244 sec., 4730.713245997089 rows/sec., 8.48 MiB/sec. | ||
| 8818 | 2025.03.03 23:37:08.569570 [ 5 ] {1793bd48-eed4-433d-af02-17d9c92125a4} <Debug> TCPHandler: Processed in 0.008912765 sec. | ||
| 8819 | 2025.03.03 23:37:08.569691 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8820 | 2025.03.03 23:37:08.569794 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8821 | 2025.03.03 23:37:08.569839 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8822 | 2025.03.03 23:37:08.570276 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8823 | 2025.03.03 23:37:08.570314 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8824 | 2025.03.03 23:37:08.570687 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8825 | 2025.03.03 23:37:08.570922 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.03.03 23:37:08.571133 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001361 sec., 60249.81631153564 rows/sec., 3.83 MiB/sec. | ||
| 8827 | 2025.03.03 23:37:08.571181 [ 5 ] {54457394-c721-4bb7-aea2-12664b440c3d} <Debug> TCPHandler: Processed in 0.001541264 sec. | ||
| 8828 | 2025.03.03 23:37:12.054715 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8829 | 2025.03.03 23:37:12.054791 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8830 | 2025.03.03 23:37:12.224086 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8831 | 2025.03.03 23:37:12.224950 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.03.03 23:37:12.225005 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8833 | 2025.03.03 23:37:12.225564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8834 | 2025.03.03 23:37:12.225845 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.03.03 23:37:12.226037 [ 141 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8836 | 2025.03.03 23:37:12.226128 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8837 | 2025.03.03 23:37:12.226128 [ 141 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2025.03.03 23:37:12.226178 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8839 | 2025.03.03 23:37:12.226409 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 8840 | 2025.03.03 23:37:12.226706 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8841 | 2025.03.03 23:37:12.226755 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 8842 | 2025.03.03 23:37:12.226847 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 8843 | 2025.03.03 23:37:12.227079 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 8844 | 2025.03.03 23:37:12.227305 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 8845 | 2025.03.03 23:37:12.227465 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 8846 | 2025.03.03 23:37:12.227669 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 8847 | 2025.03.03 23:37:12.230116 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003839069 sec., 5497687.069443138 rows/sec., 78.65 MiB/sec. | ||
| 8848 | 2025.03.03 23:37:12.230698 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8849 | 2025.03.03 23:37:12.231125 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8850 | 2025.03.03 23:37:12.231219 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_46_9} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8851 | 2025.03.03 23:37:12.231333 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8852 | 2025.03.03 23:37:13.537026 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8853 | 2025.03.03 23:37:13.537212 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8854 | 2025.03.03 23:37:13.537284 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8855 | 2025.03.03 23:37:13.538031 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2025.03.03 23:37:13.538079 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8857 | 2025.03.03 23:37:13.538520 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8858 | 2025.03.03 23:37:13.538790 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2025.03.03 23:37:13.538953 [ 138 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8860 | 2025.03.03 23:37:13.538999 [ 138 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.03.03 23:37:13.539001 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001838 sec., 30467.899891186073 rows/sec., 2.34 MiB/sec. | ||
| 8862 | 2025.03.03 23:37:13.539022 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8863 | 2025.03.03 23:37:13.539090 [ 5 ] {be71d5ba-dee5-4825-a33e-70b63d2544d0} <Debug> TCPHandler: Processed in 0.002193993 sec. | ||
| 8864 | 2025.03.03 23:37:13.539147 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8865 | 2025.03.03 23:37:13.539219 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8866 | 2025.03.03 23:37:13.539267 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8867 | 2025.03.03 23:37:13.539317 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1844 rows starting from the beginning of the part | ||
| 8868 | 2025.03.03 23:37:13.539341 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8869 | 2025.03.03 23:37:13.539401 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8870 | 2025.03.03 23:37:13.539407 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8871 | 2025.03.03 23:37:13.539870 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 695 rows starting from the beginning of the part | ||
| 8872 | 2025.03.03 23:37:13.540213 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8873 | 2025.03.03 23:37:13.540579 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 695 rows starting from the beginning of the part | ||
| 8874 | 2025.03.03 23:37:13.540977 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8875 | 2025.03.03 23:37:13.542065 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.03.03 23:37:13.542107 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8877 | 2025.03.03 23:37:13.542673 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8878 | 2025.03.03 23:37:13.542974 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2025.03.03 23:37:13.543128 [ 138 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8880 | 2025.03.03 23:37:13.543165 [ 138 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8881 | 2025.03.03 23:37:13.543179 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003868 sec., 16546.018614270943 rows/sec., 1.29 MiB/sec. | ||
| 8882 | 2025.03.03 23:37:13.543190 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8883 | 2025.03.03 23:37:13.543528 [ 5 ] {7db0a246-fe0e-4801-83ce-34855f551c0a} <Debug> TCPHandler: Processed in 0.004357614 sec. | ||
| 8884 | 2025.03.03 23:37:13.543809 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8885 | 2025.03.03 23:37:13.543961 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8886 | 2025.03.03 23:37:13.544068 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004972232 sec., 684199.7718529626 rows/sec., 57.78 MiB/sec. | ||
| 8887 | 2025.03.03 23:37:13.544253 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8888 | 2025.03.03 23:37:13.544275 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8889 | 2025.03.03 23:37:13.544410 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8890 | 2025.03.03 23:37:13.544414 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8891 | 2025.03.03 23:37:13.544438 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8892 | 2025.03.03 23:37:13.545214 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8893 | 2025.03.03 23:37:13.545564 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.03.03 23:37:13.545892 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8895 | 2025.03.03 23:37:13.545924 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_76_15} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8896 | 2025.03.03 23:37:13.546168 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8897 | 2025.03.03 23:37:13.546464 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8898 | 2025.03.03 23:37:13.546882 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 421 rows starting from the beginning of the part | ||
| 8899 | 2025.03.03 23:37:13.547631 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8900 | 2025.03.03 23:37:13.547966 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8901 | 2025.03.03 23:37:13.548099 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8902 | 2025.03.03 23:37:13.549001 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8903 | 2025.03.03 23:37:13.549521 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8904 | 2025.03.03 23:37:13.549838 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8905 | 2025.03.03 23:37:13.549933 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.03.03 23:37:13.549998 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8907 | 2025.03.03 23:37:13.550174 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006003 sec., 26653.339996668336 rows/sec., 1.86 MiB/sec. | ||
| 8908 | 2025.03.03 23:37:13.550457 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8909 | 2025.03.03 23:37:13.550509 [ 5 ] {b6500bf8-d823-4ca8-acef-e3d3371dbc9a} <Debug> TCPHandler: Processed in 0.006699101 sec. | ||
| 8910 | 2025.03.03 23:37:13.550777 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8911 | 2025.03.03 23:37:13.550826 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8912 | 2025.03.03 23:37:13.550947 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21557 rows starting from the beginning of the part | ||
| 8913 | 2025.03.03 23:37:13.551143 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8914 | 2025.03.03 23:37:13.551308 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8915 | 2025.03.03 23:37:13.551399 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8916 | 2025.03.03 23:37:13.551632 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8917 | 2025.03.03 23:37:13.552001 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8918 | 2025.03.03 23:37:13.552342 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 8919 | 2025.03.03 23:37:13.552631 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 8920 | 2025.03.03 23:37:13.553625 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.010277373 sec., 189445.298910529 rows/sec., 14.47 MiB/sec. | ||
| 8921 | 2025.03.03 23:37:13.553925 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8922 | 2025.03.03 23:37:13.554759 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8923 | 2025.03.03 23:37:13.554838 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8924 | 2025.03.03 23:37:13.554876 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.03.03 23:37:13.555020 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_76_15} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8926 | 2025.03.03 23:37:13.555164 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8927 | 2025.03.03 23:37:13.555576 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8928 | 2025.03.03 23:37:13.555970 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.03.03 23:37:13.556303 [ 138 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8930 | 2025.03.03 23:37:13.556427 [ 138 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.03.03 23:37:13.556513 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8932 | 2025.03.03 23:37:13.556588 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005581 sec., 10750.761512273786 rows/sec., 741.91 KiB/sec. | ||
| 8933 | 2025.03.03 23:37:13.556969 [ 5 ] {d3504a4d-4694-49b4-b1a6-4748970736b3} <Debug> TCPHandler: Processed in 0.00630116 sec. | ||
| 8934 | 2025.03.03 23:37:13.556998 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8935 | 2025.03.03 23:37:13.557410 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8936 | 2025.03.03 23:37:13.557508 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4176 rows starting from the beginning of the part | ||
| 8937 | 2025.03.03 23:37:13.557870 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8938 | 2025.03.03 23:37:13.558043 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8939 | 2025.03.03 23:37:13.558217 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8940 | 2025.03.03 23:37:13.558375 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 8941 | 2025.03.03 23:37:13.558622 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8942 | 2025.03.03 23:37:13.566261 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4520 rows, containing 4 columns (4 merged, 0 gathered) in 0.009612335 sec., 470229.13787336793 rows/sec., 30.61 MiB/sec. | ||
| 8943 | 2025.03.03 23:37:13.566595 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8944 | 2025.03.03 23:37:13.566922 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8945 | 2025.03.03 23:37:13.566997 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_76_15} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8946 | 2025.03.03 23:37:13.567071 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 8947 | 2025.03.03 23:37:13.571489 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22511 rows, containing 5 columns (5 merged, 0 gathered) in 0.02135509 sec., 1054128.0790668642 rows/sec., 71.16 MiB/sec. | ||
| 8948 | 2025.03.03 23:37:13.571956 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8949 | 2025.03.03 23:37:13.572299 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.03.03 23:37:13.572392 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8951 | 2025.03.03 23:37:13.572492 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 8952 | 2025.03.03 23:37:13.688351 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8953 | 2025.03.03 23:37:13.710266 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8954 | 2025.03.03 23:37:13.710325 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8955 | 2025.03.03 23:37:13.717901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8956 | 2025.03.03 23:37:13.718678 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8957 | 2025.03.03 23:37:13.719067 [ 138 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8958 | 2025.03.03 23:37:13.719192 [ 138 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8959 | 2025.03.03 23:37:13.719270 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8960 | 2025.03.03 23:37:13.719930 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8961 | 2025.03.03 23:37:13.733835 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8962 | 2025.03.03 23:37:13.735647 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8963 | 2025.03.03 23:37:13.736970 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8964 | 2025.03.03 23:37:13.742131 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8965 | 2025.03.03 23:37:13.747386 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8966 | 2025.03.03 23:37:13.753152 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8967 | 2025.03.03 23:37:13.759337 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8968 | 2025.03.03 23:37:13.764229 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 8969 | 2025.03.03 23:37:13.824504 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105032098 sec., 3303.751963518809 rows/sec., 17.08 MiB/sec. | ||
| 8970 | 2025.03.03 23:37:13.827435 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8971 | 2025.03.03 23:37:13.830389 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_46_9} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8972 | 2025.03.03 23:37:13.830515 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_46_9} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8973 | 2025.03.03 23:37:13.832918 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8974 | 2025.03.03 23:37:14.978876 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.03.03 23:37:14.979065 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8976 | 2025.03.03 23:37:14.979136 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8977 | 2025.03.03 23:37:14.979922 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2025.03.03 23:37:14.979971 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8979 | 2025.03.03 23:37:14.980417 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8980 | 2025.03.03 23:37:14.980667 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2025.03.03 23:37:14.980860 [ 137 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8982 | 2025.03.03 23:37:14.980925 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001908 sec., 111111.11111111111 rows/sec., 7.07 MiB/sec. | ||
| 8983 | 2025.03.03 23:37:14.980950 [ 137 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8984 | 2025.03.03 23:37:14.981024 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8985 | 2025.03.03 23:37:14.981048 [ 5 ] {0bc92517-cf56-4e7f-a99c-06fd9e71c592} <Debug> TCPHandler: Processed in 0.002295035 sec. | ||
| 8986 | 2025.03.03 23:37:14.981368 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8987 | 2025.03.03 23:37:14.981410 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 8988 | 2025.03.03 23:37:14.981745 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8989 | 2025.03.03 23:37:14.981865 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8990 | 2025.03.03 23:37:14.981911 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8991 | 2025.03.03 23:37:14.982020 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 8992 | 2025.03.03 23:37:14.982289 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 8993 | 2025.03.03 23:37:14.982722 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 8994 | 2025.03.03 23:37:14.983133 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 8995 | 2025.03.03 23:37:14.983486 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 8996 | 2025.03.03 23:37:14.984489 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2025.03.03 23:37:14.984563 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8998 | 2025.03.03 23:37:14.985452 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8999 | 2025.03.03 23:37:14.985939 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2025.03.03 23:37:14.986158 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004987872 sec., 212515.47754232667 rows/sec., 14.33 MiB/sec. | ||
| 9001 | 2025.03.03 23:37:14.986370 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004778 sec., 837.1703641691084 rows/sec., 68.27 KiB/sec. | ||
| 9002 | 2025.03.03 23:37:14.986498 [ 5 ] {b4a333fd-80ec-48f9-a5d6-7399bd7f8ed6} <Debug> TCPHandler: Processed in 0.005253169 sec. | ||
| 9003 | 2025.03.03 23:37:14.986500 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9004 | 2025.03.03 23:37:14.986684 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9005 | 2025.03.03 23:37:14.986828 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9006 | 2025.03.03 23:37:14.986899 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9007 | 2025.03.03 23:37:14.987105 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2025.03.03 23:37:14.987371 [ 201 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_33_8} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9009 | 2025.03.03 23:37:14.987563 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9010 | 2025.03.03 23:37:14.988666 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9011 | 2025.03.03 23:37:14.988714 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9012 | 2025.03.03 23:37:14.989218 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9013 | 2025.03.03 23:37:14.989469 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2025.03.03 23:37:14.989693 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002915 sec., 630188.679245283 rows/sec., 51.43 MiB/sec. | ||
| 9015 | 2025.03.03 23:37:14.989758 [ 5 ] {69edd547-ebbf-49dc-9b7b-8015e826de16} <Debug> TCPHandler: Processed in 0.00314576 sec. | ||
| 9016 | 2025.03.03 23:37:14.989899 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9017 | 2025.03.03 23:37:14.990009 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9018 | 2025.03.03 23:37:14.990056 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9019 | 2025.03.03 23:37:14.990665 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9020 | 2025.03.03 23:37:14.990706 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9021 | 2025.03.03 23:37:14.991069 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9022 | 2025.03.03 23:37:14.991310 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9023 | 2025.03.03 23:37:14.991528 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.00154 sec., 96753.24675324676 rows/sec., 6.09 MiB/sec. | ||
| 9024 | 2025.03.03 23:37:14.991592 [ 5 ] {c0f5d33d-5382-4efb-a8d1-183ee3691a6a} <Debug> TCPHandler: Processed in 0.00174498 sec. | ||
| 9025 | 2025.03.03 23:37:14.991710 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9026 | 2025.03.03 23:37:14.991820 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9027 | 2025.03.03 23:37:14.991864 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9028 | 2025.03.03 23:37:14.992489 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9029 | 2025.03.03 23:37:14.992528 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9030 | 2025.03.03 23:37:14.992893 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9031 | 2025.03.03 23:37:14.993126 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9032 | 2025.03.03 23:37:14.993341 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001543 sec., 220998.05573558 rows/sec., 14.75 MiB/sec. | ||
| 9033 | 2025.03.03 23:37:14.993394 [ 5 ] {bb866598-693f-41cc-a628-c924e48db6db} <Debug> TCPHandler: Processed in 0.00173424 sec. | ||
| 9034 | 2025.03.03 23:37:14.993507 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9035 | 2025.03.03 23:37:14.993632 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9036 | 2025.03.03 23:37:14.993678 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9037 | 2025.03.03 23:37:14.994220 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.03.03 23:37:14.994259 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9039 | 2025.03.03 23:37:14.994623 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9040 | 2025.03.03 23:37:14.994863 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.03.03 23:37:14.995036 [ 137 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9042 | 2025.03.03 23:37:14.995101 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001483 sec., 75522.58934592044 rows/sec., 4.30 MiB/sec. | ||
| 9043 | 2025.03.03 23:37:14.995109 [ 137 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9044 | 2025.03.03 23:37:14.995187 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9045 | 2025.03.03 23:37:14.995223 [ 5 ] {592ad375-b45b-4acc-9277-025cb63f50f3} <Debug> TCPHandler: Processed in 0.001761591 sec. | ||
| 9046 | 2025.03.03 23:37:14.995435 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9047 | 2025.03.03 23:37:14.995444 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9048 | 2025.03.03 23:37:14.995604 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9049 | 2025.03.03 23:37:14.995708 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9050 | 2025.03.03 23:37:14.995856 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9051 | 2025.03.03 23:37:14.995954 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 9052 | 2025.03.03 23:37:14.996260 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 9053 | 2025.03.03 23:37:14.996607 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 9054 | 2025.03.03 23:37:14.996946 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 9055 | 2025.03.03 23:37:14.997275 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 9056 | 2025.03.03 23:37:14.998903 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9057 | 2025.03.03 23:37:14.998986 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9058 | 2025.03.03 23:37:14.999845 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004533559 sec., 123523.26284934198 rows/sec., 7.51 MiB/sec. | ||
| 9059 | 2025.03.03 23:37:14.999965 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9060 | 2025.03.03 23:37:15.000043 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9061 | 2025.03.03 23:37:15.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.34 MiB, peak 236.44 MiB, free memory in arenas 0.00 B, will set to 223.71 MiB (RSS), difference: -3.63 MiB | ||
| 9062 | 2025.03.03 23:37:15.000713 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.03.03 23:37:15.000837 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.03.03 23:37:15.001032 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_33_8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9065 | 2025.03.03 23:37:15.001253 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9066 | 2025.03.03 23:37:15.001366 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.00582 sec., 151374.5704467354 rows/sec., 10.96 MiB/sec. | ||
| 9067 | 2025.03.03 23:37:15.001439 [ 5 ] {b38c1beb-ffff-45ef-b9e2-1592d0881660} <Debug> TCPHandler: Processed in 0.006082114 sec. | ||
| 9068 | 2025.03.03 23:37:15.001558 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9069 | 2025.03.03 23:37:15.001668 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9070 | 2025.03.03 23:37:15.001719 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9071 | 2025.03.03 23:37:15.002168 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9072 | 2025.03.03 23:37:15.002208 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9073 | 2025.03.03 23:37:15.002589 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9074 | 2025.03.03 23:37:15.002819 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9075 | 2025.03.03 23:37:15.003079 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 9076 | 2025.03.03 23:37:15.003262 [ 5 ] {ee0ebf1f-3232-4fa9-ba7b-794ebc97e57e} <Debug> TCPHandler: Processed in 0.00175264 sec. | ||
| 9077 | 2025.03.03 23:37:15.003498 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9078 | 2025.03.03 23:37:15.003611 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9079 | 2025.03.03 23:37:15.003662 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9080 | 2025.03.03 23:37:15.004373 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9081 | 2025.03.03 23:37:15.004412 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9082 | 2025.03.03 23:37:15.004838 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9083 | 2025.03.03 23:37:15.005081 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9084 | 2025.03.03 23:37:15.005323 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001731 sec., 571346.0427498556 rows/sec., 38.02 MiB/sec. | ||
| 9085 | 2025.03.03 23:37:15.005395 [ 5 ] {719419cc-46c5-4135-b710-7c2584c6123b} <Debug> TCPHandler: Processed in 0.001979576 sec. | ||
| 9086 | 2025.03.03 23:37:15.005631 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9087 | 2025.03.03 23:37:15.005805 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9088 | 2025.03.03 23:37:15.005855 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9089 | 2025.03.03 23:37:15.006279 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9090 | 2025.03.03 23:37:15.006318 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9091 | 2025.03.03 23:37:15.006666 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9092 | 2025.03.03 23:37:15.006901 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9093 | 2025.03.03 23:37:15.007099 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 9094 | 2025.03.03 23:37:15.007148 [ 5 ] {adf3a089-aecb-42e7-87c0-e0394f19e5e6} <Debug> TCPHandler: Processed in 0.001613846 sec. | ||
| 9095 | 2025.03.03 23:37:15.007252 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9096 | 2025.03.03 23:37:15.007353 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9097 | 2025.03.03 23:37:15.007418 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9098 | 2025.03.03 23:37:15.008532 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2025.03.03 23:37:15.008572 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9100 | 2025.03.03 23:37:15.009208 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9101 | 2025.03.03 23:37:15.009463 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9102 | 2025.03.03 23:37:15.009693 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002361 sec., 16518.424396442188 rows/sec., 29.60 MiB/sec. | ||
| 9103 | 2025.03.03 23:37:15.009786 [ 5 ] {877c063a-77be-4073-8a51-92ad9a5e0612} <Debug> TCPHandler: Processed in 0.002585494 sec. | ||
| 9104 | 2025.03.03 23:37:15.009898 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9105 | 2025.03.03 23:37:15.010000 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9106 | 2025.03.03 23:37:15.010045 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9107 | 2025.03.03 23:37:15.010463 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9108 | 2025.03.03 23:37:15.010501 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9109 | 2025.03.03 23:37:15.010843 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9110 | 2025.03.03 23:37:15.011076 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9111 | 2025.03.03 23:37:15.011274 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001296 sec., 35493.82716049383 rows/sec., 2.15 MiB/sec. | ||
| 9112 | 2025.03.03 23:37:15.011322 [ 5 ] {4d2fd506-5f9f-4d23-ba19-a9eb191b2f50} <Debug> TCPHandler: Processed in 0.001474382 sec. | ||
| 9113 | 2025.03.03 23:37:16.000208 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.99 MiB, peak 236.44 MiB, free memory in arenas 0.00 B, will set to 223.71 MiB (RSS), difference: 2.71 MiB | ||
| 9114 | 2025.03.03 23:37:17.323798 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1282 | ||
| 9115 | 2025.03.03 23:37:17.327240 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.03.03 23:37:17.327297 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9117 | 2025.03.03 23:37:17.328782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9118 | 2025.03.03 23:37:17.329098 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2025.03.03 23:37:17.330620 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 9120 | 2025.03.03 23:37:18.534071 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2025.03.03 23:37:18.534297 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9122 | 2025.03.03 23:37:18.534379 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9123 | 2025.03.03 23:37:18.535244 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2025.03.03 23:37:18.535300 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9125 | 2025.03.03 23:37:18.535733 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9126 | 2025.03.03 23:37:18.535990 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.03.03 23:37:18.536247 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 9128 | 2025.03.03 23:37:18.536317 [ 5 ] {d410b9b8-7440-48e4-8943-5a1196a34dc6} <Debug> TCPHandler: Processed in 0.002417269 sec. | ||
| 9129 | 2025.03.03 23:37:18.536446 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9130 | 2025.03.03 23:37:18.536564 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9131 | 2025.03.03 23:37:18.536614 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9132 | 2025.03.03 23:37:18.537185 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2025.03.03 23:37:18.537226 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9134 | 2025.03.03 23:37:18.537599 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9135 | 2025.03.03 23:37:18.537835 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2025.03.03 23:37:18.538045 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec. | ||
| 9137 | 2025.03.03 23:37:18.538099 [ 5 ] {92af1ffe-8891-481e-a655-9de7910f623b} <Debug> TCPHandler: Processed in 0.001707289 sec. | ||
| 9138 | 2025.03.03 23:37:18.538227 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9139 | 2025.03.03 23:37:18.538365 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9140 | 2025.03.03 23:37:18.538426 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9141 | 2025.03.03 23:37:18.539024 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9142 | 2025.03.03 23:37:18.539072 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9143 | 2025.03.03 23:37:18.539464 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9144 | 2025.03.03 23:37:18.539707 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9145 | 2025.03.03 23:37:18.539916 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.00158 sec., 60759.49367088608 rows/sec., 4.23 MiB/sec. | ||
| 9146 | 2025.03.03 23:37:18.539968 [ 5 ] {1ece2c6b-469c-41c9-98f9-234c8801dd55} <Debug> TCPHandler: Processed in 0.001806231 sec. | ||
| 9147 | 2025.03.03 23:37:18.540068 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9148 | 2025.03.03 23:37:18.540173 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9149 | 2025.03.03 23:37:18.540220 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9150 | 2025.03.03 23:37:18.540638 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9151 | 2025.03.03 23:37:18.540677 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9152 | 2025.03.03 23:37:18.541040 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9153 | 2025.03.03 23:37:18.541277 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9154 | 2025.03.03 23:37:18.541489 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001339 sec., 26885.735623599703 rows/sec., 1.81 MiB/sec. | ||
| 9155 | 2025.03.03 23:37:18.541539 [ 5 ] {c53fdeb6-2aa5-44cb-aa5e-36a0daea7612} <Debug> TCPHandler: Processed in 0.001520663 sec. | ||
| 9156 | 2025.03.03 23:37:19.726290 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9157 | 2025.03.03 23:37:19.727376 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9158 | 2025.03.03 23:37:19.727415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 9159 | 2025.03.03 23:37:19.727961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9160 | 2025.03.03 23:37:19.728228 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9161 | 2025.03.03 23:37:19.728418 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9162 | 2025.03.03 23:37:21.233893 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9163 | 2025.03.03 23:37:21.252325 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2025.03.03 23:37:21.252368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9165 | 2025.03.03 23:37:21.259275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9166 | 2025.03.03 23:37:21.260017 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2025.03.03 23:37:21.262449 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9168 | 2025.03.03 23:37:23.536883 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.03.03 23:37:23.537092 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9170 | 2025.03.03 23:37:23.537174 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9171 | 2025.03.03 23:37:23.537925 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.03.03 23:37:23.537972 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9173 | 2025.03.03 23:37:23.538409 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9174 | 2025.03.03 23:37:23.538666 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.03.03 23:37:23.538903 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.30 MiB/sec. | ||
| 9176 | 2025.03.03 23:37:23.538961 [ 5 ] {b881d460-2b54-42c1-8b87-d926e6810f39} <Debug> TCPHandler: Processed in 0.002214014 sec. | ||
| 9177 | 2025.03.03 23:37:23.539069 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2025.03.03 23:37:23.539172 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9179 | 2025.03.03 23:37:23.539218 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9180 | 2025.03.03 23:37:23.539752 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2025.03.03 23:37:23.539794 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9182 | 2025.03.03 23:37:23.540150 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9183 | 2025.03.03 23:37:23.540403 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2025.03.03 23:37:23.540642 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00149 sec., 42953.02013422819 rows/sec., 3.35 MiB/sec. | ||
| 9185 | 2025.03.03 23:37:23.540708 [ 5 ] {b6d12877-fcb9-4b9b-b444-a597d0b8e1c2} <Debug> TCPHandler: Processed in 0.001688998 sec. | ||
| 9186 | 2025.03.03 23:37:23.540848 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2025.03.03 23:37:23.540967 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9188 | 2025.03.03 23:37:23.541017 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9189 | 2025.03.03 23:37:23.541529 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2025.03.03 23:37:23.541569 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9191 | 2025.03.03 23:37:23.541940 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9192 | 2025.03.03 23:37:23.542171 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2025.03.03 23:37:23.542380 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 9194 | 2025.03.03 23:37:23.542431 [ 5 ] {c26c2f50-54ba-48cf-8654-6d7c7f471b4a} <Debug> TCPHandler: Processed in 0.001648917 sec. | ||
| 9195 | 2025.03.03 23:37:23.542533 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9196 | 2025.03.03 23:37:23.542637 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9197 | 2025.03.03 23:37:23.542683 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9198 | 2025.03.03 23:37:23.543102 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9199 | 2025.03.03 23:37:23.543141 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9200 | 2025.03.03 23:37:23.543521 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9201 | 2025.03.03 23:37:23.543754 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9202 | 2025.03.03 23:37:23.543952 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 9203 | 2025.03.03 23:37:23.544001 [ 5 ] {f2afdc89-a221-45e1-bd78-e91b9d5ea2c9} <Debug> TCPHandler: Processed in 0.001516233 sec. | ||
| 9204 | 2025.03.03 23:37:25.087172 [ 123 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9205 | 2025.03.03 23:37:25.087239 [ 123 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9206 | 2025.03.03 23:37:25.087262 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9207 | 2025.03.03 23:37:25.087486 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9208 | 2025.03.03 23:37:25.087715 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9209 | 2025.03.03 23:37:25.087781 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 341 rows starting from the beginning of the part | ||
| 9210 | 2025.03.03 23:37:25.087863 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 341 rows starting from the beginning of the part | ||
| 9211 | 2025.03.03 23:37:25.088136 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 9212 | 2025.03.03 23:37:25.088314 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 9213 | 2025.03.03 23:37:25.088492 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 341 rows starting from the beginning of the part | ||
| 9214 | 2025.03.03 23:37:25.089779 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.00243803 sec., 512298.8642469535 rows/sec., 35.95 MiB/sec. | ||
| 9215 | 2025.03.03 23:37:25.090025 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9216 | 2025.03.03 23:37:25.090410 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2025.03.03 23:37:25.090502 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_33_7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9218 | 2025.03.03 23:37:25.090604 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 9219 | 2025.03.03 23:37:26.453254 [ 122 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9220 | 2025.03.03 23:37:26.453333 [ 122 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9221 | 2025.03.03 23:37:26.453355 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9222 | 2025.03.03 23:37:26.453583 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9223 | 2025.03.03 23:37:26.453856 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9224 | 2025.03.03 23:37:26.453894 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 163 rows starting from the beginning of the part | ||
| 9225 | 2025.03.03 23:37:26.453977 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 159 rows starting from the beginning of the part | ||
| 9226 | 2025.03.03 23:37:26.454106 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 145 rows starting from the beginning of the part | ||
| 9227 | 2025.03.03 23:37:26.454253 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 145 rows starting from the beginning of the part | ||
| 9228 | 2025.03.03 23:37:26.454324 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 149 rows starting from the beginning of the part | ||
| 9229 | 2025.03.03 23:37:26.455394 [ 191 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.001948926 sec., 390471.4699275396 rows/sec., 26.10 MiB/sec. | ||
| 9230 | 2025.03.03 23:37:26.455641 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9231 | 2025.03.03 23:37:26.456055 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9232 | 2025.03.03 23:37:26.456158 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_33_7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9233 | 2025.03.03 23:37:26.456275 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9234 | 2025.03.03 23:37:27.054841 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9235 | 2025.03.03 23:37:27.054908 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9236 | 2025.03.03 23:37:27.177898 [ 120 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9237 | 2025.03.03 23:37:27.177989 [ 120 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9238 | 2025.03.03 23:37:27.178030 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9239 | 2025.03.03 23:37:27.178285 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9240 | 2025.03.03 23:37:27.178678 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9241 | 2025.03.03 23:37:27.178716 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9242 | 2025.03.03 23:37:27.178791 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9243 | 2025.03.03 23:37:27.178907 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9244 | 2025.03.03 23:37:27.178999 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9245 | 2025.03.03 23:37:27.179212 [ 197 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9246 | 2025.03.03 23:37:27.180272 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002136321 sec., 92682.70077390055 rows/sec., 4.73 MiB/sec. | ||
| 9247 | 2025.03.03 23:37:27.180468 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9248 | 2025.03.03 23:37:27.180858 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9249 | 2025.03.03 23:37:27.180963 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_33_7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9250 | 2025.03.03 23:37:27.181074 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9251 | 2025.03.03 23:37:27.228528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9252 | 2025.03.03 23:37:27.229317 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.03.03 23:37:27.229369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9254 | 2025.03.03 23:37:27.229968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9255 | 2025.03.03 23:37:27.230235 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.03.03 23:37:27.230481 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9257 | 2025.03.03 23:37:27.331849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1298 | ||
| 9258 | 2025.03.03 23:37:27.334536 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2025.03.03 23:37:27.334585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9260 | 2025.03.03 23:37:27.336030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9261 | 2025.03.03 23:37:27.336341 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2025.03.03 23:37:27.337823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9263 | 2025.03.03 23:37:28.001485 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000963488 sec. | ||
| 9264 | 2025.03.03 23:37:28.544348 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2025.03.03 23:37:28.544546 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9266 | 2025.03.03 23:37:28.544614 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9267 | 2025.03.03 23:37:28.545379 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.03.03 23:37:28.545420 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9269 | 2025.03.03 23:37:28.545853 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9270 | 2025.03.03 23:37:28.546101 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.03.03 23:37:28.546291 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001796 sec., 118040.08908685969 rows/sec., 7.51 MiB/sec. | ||
| 9272 | 2025.03.03 23:37:28.546346 [ 5 ] {caeb9477-ae7a-4df8-a887-ae806ae5aac4} <Debug> TCPHandler: Processed in 0.0021293 sec. | ||
| 9273 | 2025.03.03 23:37:28.546451 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.03.03 23:37:28.546561 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9275 | 2025.03.03 23:37:28.546635 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9276 | 2025.03.03 23:37:28.547364 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.03.03 23:37:28.547402 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9278 | 2025.03.03 23:37:28.547840 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9279 | 2025.03.03 23:37:28.548085 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.03.03 23:37:28.548257 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001726 sec., 402665.1216685979 rows/sec., 32.15 MiB/sec. | ||
| 9281 | 2025.03.03 23:37:28.548309 [ 5 ] {33bdd0c8-a9a5-487d-b916-790cd4ddca6c} <Debug> TCPHandler: Processed in 0.001907574 sec. | ||
| 9282 | 2025.03.03 23:37:28.548410 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.03.03 23:37:28.548511 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9284 | 2025.03.03 23:37:28.548556 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9285 | 2025.03.03 23:37:28.549089 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.03.03 23:37:28.549127 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9287 | 2025.03.03 23:37:28.549474 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9288 | 2025.03.03 23:37:28.549709 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.03.03 23:37:28.549883 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001394 sec., 104017.21664275466 rows/sec., 6.53 MiB/sec. | ||
| 9290 | 2025.03.03 23:37:28.549936 [ 5 ] {bed8b6b6-d47f-4adb-b1a3-0c233fc24fe5} <Debug> TCPHandler: Processed in 0.001575325 sec. | ||
| 9291 | 2025.03.03 23:37:28.550034 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2025.03.03 23:37:28.550135 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9293 | 2025.03.03 23:37:28.550181 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9294 | 2025.03.03 23:37:28.550702 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.03.03 23:37:28.550739 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9296 | 2025.03.03 23:37:28.551092 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9297 | 2025.03.03 23:37:28.551328 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.03.03 23:37:28.551498 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001385 sec., 81588.44765342961 rows/sec., 5.28 MiB/sec. | ||
| 9299 | 2025.03.03 23:37:28.551549 [ 5 ] {3df8f876-4a61-414d-95ab-3ad201b6ce20} <Debug> TCPHandler: Processed in 0.001563915 sec. | ||
| 9300 | 2025.03.03 23:37:28.551648 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.03.03 23:37:28.551749 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9302 | 2025.03.03 23:37:28.551792 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9303 | 2025.03.03 23:37:28.552310 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2025.03.03 23:37:28.552348 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9305 | 2025.03.03 23:37:28.552701 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9306 | 2025.03.03 23:37:28.552935 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2025.03.03 23:37:28.553107 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00138 sec., 81159.42028985507 rows/sec., 4.62 MiB/sec. | ||
| 9308 | 2025.03.03 23:37:28.553158 [ 5 ] {cf4e1c11-4df5-4e14-872f-6c1b3cf5a5c9} <Debug> TCPHandler: Processed in 0.001559365 sec. | ||
| 9309 | 2025.03.03 23:37:28.553270 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2025.03.03 23:37:28.553383 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9311 | 2025.03.03 23:37:28.553427 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9312 | 2025.03.03 23:37:28.554064 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2025.03.03 23:37:28.554101 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9314 | 2025.03.03 23:37:28.554475 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9315 | 2025.03.03 23:37:28.554770 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.03.03 23:37:28.554951 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00159 sec., 264779.87421383645 rows/sec., 18.86 MiB/sec. | ||
| 9317 | 2025.03.03 23:37:28.555002 [ 5 ] {77bf75e1-cb6a-4a8e-8b17-ba315993a831} <Debug> TCPHandler: Processed in 0.001784091 sec. | ||
| 9318 | 2025.03.03 23:37:28.555113 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9319 | 2025.03.03 23:37:28.555218 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9320 | 2025.03.03 23:37:28.555263 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9321 | 2025.03.03 23:37:28.555692 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9322 | 2025.03.03 23:37:28.555729 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9323 | 2025.03.03 23:37:28.556070 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9324 | 2025.03.03 23:37:28.556303 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.03.03 23:37:28.556487 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. | ||
| 9326 | 2025.03.03 23:37:28.556630 [ 5 ] {b0505877-21ca-4e89-a2a1-012f2dcf30be} <Debug> TCPHandler: Processed in 0.001565515 sec. | ||
| 9327 | 2025.03.03 23:37:28.556752 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9328 | 2025.03.03 23:37:28.556858 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9329 | 2025.03.03 23:37:28.556905 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9330 | 2025.03.03 23:37:28.557403 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.03.03 23:37:28.557441 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9332 | 2025.03.03 23:37:28.557830 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9333 | 2025.03.03 23:37:28.558075 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.03.03 23:37:28.558247 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001411 sec., 167965.98157335224 rows/sec., 11.26 MiB/sec. | ||
| 9335 | 2025.03.03 23:37:28.558298 [ 5 ] {d191c5d8-ec82-497e-9061-5237d0c5e334} <Debug> TCPHandler: Processed in 0.001597536 sec. | ||
| 9336 | 2025.03.03 23:37:28.558411 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.03.03 23:37:28.558534 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9338 | 2025.03.03 23:37:28.558591 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9339 | 2025.03.03 23:37:28.559080 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.03.03 23:37:28.559125 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9341 | 2025.03.03 23:37:28.559529 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9342 | 2025.03.03 23:37:28.559768 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.03.03 23:37:28.559939 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 9344 | 2025.03.03 23:37:28.559989 [ 5 ] {f11c91ba-d6c2-413d-93c1-8a3ac6c6214e} <Debug> TCPHandler: Processed in 0.001629537 sec. | ||
| 9345 | 2025.03.03 23:37:28.560091 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.03.03 23:37:28.560193 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9347 | 2025.03.03 23:37:28.560256 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9348 | 2025.03.03 23:37:28.561311 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.03.03 23:37:28.561348 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9350 | 2025.03.03 23:37:28.561980 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9351 | 2025.03.03 23:37:28.562229 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.03.03 23:37:28.562456 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002285 sec., 17067.833698030634 rows/sec., 30.58 MiB/sec. | ||
| 9353 | 2025.03.03 23:37:28.562548 [ 5 ] {0cfb6371-1b8b-4273-8634-f0c48dfabee0} <Debug> TCPHandler: Processed in 0.002505392 sec. | ||
| 9354 | 2025.03.03 23:37:28.562664 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9355 | 2025.03.03 23:37:28.562766 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9356 | 2025.03.03 23:37:28.562811 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9357 | 2025.03.03 23:37:28.563229 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9358 | 2025.03.03 23:37:28.563269 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9359 | 2025.03.03 23:37:28.563618 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9360 | 2025.03.03 23:37:28.563846 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.03.03 23:37:28.564073 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001323 sec., 61980.34769463341 rows/sec., 3.94 MiB/sec. | ||
| 9362 | 2025.03.03 23:37:28.564179 [ 5 ] {75952e69-b5c3-4182-9d1a-6ee6e48db3b8} <Debug> TCPHandler: Processed in 0.001561464 sec. | ||
| 9363 | 2025.03.03 23:37:28.763495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9364 | 2025.03.03 23:37:28.783288 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9365 | 2025.03.03 23:37:28.783343 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9366 | 2025.03.03 23:37:28.790564 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9367 | 2025.03.03 23:37:28.791332 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2025.03.03 23:37:28.794947 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9369 | 2025.03.03 23:37:29.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.14 MiB, peak 236.44 MiB, free memory in arenas 0.00 B, will set to 223.84 MiB (RSS), difference: -1.30 MiB | ||
| 9370 | 2025.03.03 23:37:33.537018 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9371 | 2025.03.03 23:37:33.537239 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9372 | 2025.03.03 23:37:33.537319 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9373 | 2025.03.03 23:37:33.538084 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9374 | 2025.03.03 23:37:33.538134 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9375 | 2025.03.03 23:37:33.538569 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9376 | 2025.03.03 23:37:33.538840 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9377 | 2025.03.03 23:37:33.539080 [ 113 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9378 | 2025.03.03 23:37:33.539091 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec. | ||
| 9379 | 2025.03.03 23:37:33.539212 [ 113 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2025.03.03 23:37:33.539275 [ 5 ] {02f82372-dc59-441b-b28a-40e36fd0a685} <Debug> TCPHandler: Processed in 0.002389739 sec. | ||
| 9381 | 2025.03.03 23:37:33.539300 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9382 | 2025.03.03 23:37:33.539460 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9383 | 2025.03.03 23:37:33.539506 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9384 | 2025.03.03 23:37:33.539598 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9385 | 2025.03.03 23:37:33.539667 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9386 | 2025.03.03 23:37:33.539679 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9387 | 2025.03.03 23:37:33.539737 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1844 rows starting from the beginning of the part | ||
| 9388 | 2025.03.03 23:37:33.539966 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1837 rows starting from the beginning of the part | ||
| 9389 | 2025.03.03 23:37:33.540449 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 9390 | 2025.03.03 23:37:33.540879 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9391 | 2025.03.03 23:37:33.541252 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 695 rows starting from the beginning of the part | ||
| 9392 | 2025.03.03 23:37:33.541594 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9393 | 2025.03.03 23:37:33.542313 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2025.03.03 23:37:33.542356 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9395 | 2025.03.03 23:37:33.542933 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9396 | 2025.03.03 23:37:33.543288 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2025.03.03 23:37:33.543501 [ 113 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9398 | 2025.03.03 23:37:33.543556 [ 113 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9399 | 2025.03.03 23:37:33.543603 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004025 sec., 15900.621118012423 rows/sec., 1.24 MiB/sec. | ||
| 9400 | 2025.03.03 23:37:33.543612 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9401 | 2025.03.03 23:37:33.543820 [ 5 ] {75053f08-c3d5-49da-bc9f-55418114f968} <Debug> TCPHandler: Processed in 0.004431566 sec. | ||
| 9402 | 2025.03.03 23:37:33.544077 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9403 | 2025.03.03 23:37:33.544109 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9404 | 2025.03.03 23:37:33.544489 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9405 | 2025.03.03 23:37:33.544728 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9406 | 2025.03.03 23:37:33.544761 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9407 | 2025.03.03 23:37:33.544998 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 9408 | 2025.03.03 23:37:33.545102 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.005666782 sec., 801866.0326089833 rows/sec., 68.13 MiB/sec. | ||
| 9409 | 2025.03.03 23:37:33.545549 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 881 rows starting from the beginning of the part | ||
| 9410 | 2025.03.03 23:37:33.545694 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9411 | 2025.03.03 23:37:33.546036 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9412 | 2025.03.03 23:37:33.546626 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9413 | 2025.03.03 23:37:33.547214 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 421 rows starting from the beginning of the part | ||
| 9414 | 2025.03.03 23:37:33.547351 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2025.03.03 23:37:33.547634 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9416 | 2025.03.03 23:37:33.547955 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_81_16} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9417 | 2025.03.03 23:37:33.548343 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9418 | 2025.03.03 23:37:33.548860 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2025.03.03 23:37:33.548935 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9420 | 2025.03.03 23:37:33.549941 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9421 | 2025.03.03 23:37:33.550406 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2025.03.03 23:37:33.550691 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9423 | 2025.03.03 23:37:33.550749 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2025.03.03 23:37:33.550764 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006434 sec., 24867.889337892448 rows/sec., 1.73 MiB/sec. | ||
| 9425 | 2025.03.03 23:37:33.550818 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9426 | 2025.03.03 23:37:33.551238 [ 5 ] {c79d67e7-d526-46ac-bf1f-2003938068ae} <Debug> TCPHandler: Processed in 0.007185005 sec. | ||
| 9427 | 2025.03.03 23:37:33.551472 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9428 | 2025.03.03 23:37:33.551654 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9429 | 2025.03.03 23:37:33.551713 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007929436 sec., 303552.4846912189 rows/sec., 23.24 MiB/sec. | ||
| 9430 | 2025.03.03 23:37:33.551859 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9431 | 2025.03.03 23:37:33.551891 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9432 | 2025.03.03 23:37:33.551916 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22511 rows starting from the beginning of the part | ||
| 9433 | 2025.03.03 23:37:33.552007 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9434 | 2025.03.03 23:37:33.552155 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9435 | 2025.03.03 23:37:33.552369 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 989 rows starting from the beginning of the part | ||
| 9436 | 2025.03.03 23:37:33.552923 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part | ||
| 9437 | 2025.03.03 23:37:33.553447 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9438 | 2025.03.03 23:37:33.553513 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.03.03 23:37:33.553963 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 9440 | 2025.03.03 23:37:33.554041 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_81_16} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9441 | 2025.03.03 23:37:33.554386 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9442 | 2025.03.03 23:37:33.554438 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9443 | 2025.03.03 23:37:33.555117 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9444 | 2025.03.03 23:37:33.555165 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9445 | 2025.03.03 23:37:33.555648 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9446 | 2025.03.03 23:37:33.555916 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9447 | 2025.03.03 23:37:33.556153 [ 113 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9448 | 2025.03.03 23:37:33.556260 [ 113 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9449 | 2025.03.03 23:37:33.556306 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004472 sec., 13416.815742397137 rows/sec., 925.90 KiB/sec. | ||
| 9450 | 2025.03.03 23:37:33.556348 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9451 | 2025.03.03 23:37:33.556560 [ 5 ] {07133053-3490-44cb-a1ca-a72a7566e6e3} <Debug> TCPHandler: Processed in 0.005008943 sec. | ||
| 9452 | 2025.03.03 23:37:33.557046 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9453 | 2025.03.03 23:37:33.557592 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9454 | 2025.03.03 23:37:33.557713 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4520 rows starting from the beginning of the part | ||
| 9455 | 2025.03.03 23:37:33.557898 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 46 rows starting from the beginning of the part | ||
| 9456 | 2025.03.03 23:37:33.558136 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part | ||
| 9457 | 2025.03.03 23:37:33.558231 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9458 | 2025.03.03 23:37:33.558468 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 9459 | 2025.03.03 23:37:33.558550 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9460 | 2025.03.03 23:37:33.561978 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4804 rows, containing 4 columns (4 merged, 0 gathered) in 0.005448786 sec., 881664.2826493828 rows/sec., 57.40 MiB/sec. | ||
| 9461 | 2025.03.03 23:37:33.562616 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9462 | 2025.03.03 23:37:33.563013 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9463 | 2025.03.03 23:37:33.563116 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_81_16} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9464 | 2025.03.03 23:37:33.563222 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9465 | 2025.03.03 23:37:33.563471 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24153 rows, containing 5 columns (5 merged, 0 gathered) in 0.012476196 sec., 1935926.6237882124 rows/sec., 130.68 MiB/sec. | ||
| 9466 | 2025.03.03 23:37:33.564013 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9467 | 2025.03.03 23:37:33.564298 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9468 | 2025.03.03 23:37:33.564380 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9469 | 2025.03.03 23:37:33.564472 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9470 | 2025.03.03 23:37:34.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.25 MiB, peak 236.44 MiB, free memory in arenas 0.00 B, will set to 226.39 MiB (RSS), difference: 2.13 MiB | ||
| 9471 | 2025.03.03 23:37:34.730619 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9472 | 2025.03.03 23:37:34.731690 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9473 | 2025.03.03 23:37:34.731753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9474 | 2025.03.03 23:37:34.732333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9475 | 2025.03.03 23:37:34.732612 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9476 | 2025.03.03 23:37:34.732795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9477 | 2025.03.03 23:37:36.295999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9478 | 2025.03.03 23:37:36.316422 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9479 | 2025.03.03 23:37:36.316478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9480 | 2025.03.03 23:37:36.323843 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9481 | 2025.03.03 23:37:36.324649 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2025.03.03 23:37:36.327304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9483 | 2025.03.03 23:37:37.338928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1328 | ||
| 9484 | 2025.03.03 23:37:37.341876 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2025.03.03 23:37:37.341921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9486 | 2025.03.03 23:37:37.343362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9487 | 2025.03.03 23:37:37.343667 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2025.03.03 23:37:37.343876 [ 79 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9489 | 2025.03.03 23:37:37.344014 [ 79 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2025.03.03 23:37:37.344084 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9491 | 2025.03.03 23:37:37.344945 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 9492 | 2025.03.03 23:37:37.345831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1328 | ||
| 9493 | 2025.03.03 23:37:37.346295 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9494 | 2025.03.03 23:37:37.346472 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1182 rows starting from the beginning of the part | ||
| 9495 | 2025.03.03 23:37:37.346992 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 9496 | 2025.03.03 23:37:37.347488 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 9497 | 2025.03.03 23:37:37.347971 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 9498 | 2025.03.03 23:37:37.348446 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 9499 | 2025.03.03 23:37:37.348917 [ 193 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 9500 | 2025.03.03 23:37:37.356789 [ 187 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.012508687 sec., 106166.21872463514 rows/sec., 83.10 MiB/sec. | ||
| 9501 | 2025.03.03 23:37:37.358536 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9502 | 2025.03.03 23:37:37.359393 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2025.03.03 23:37:37.359492 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_36_7} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9504 | 2025.03.03 23:37:37.359835 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9505 | 2025.03.03 23:37:38.544902 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9506 | 2025.03.03 23:37:38.545109 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9507 | 2025.03.03 23:37:38.545188 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9508 | 2025.03.03 23:37:38.546040 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2025.03.03 23:37:38.546089 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9510 | 2025.03.03 23:37:38.546530 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9511 | 2025.03.03 23:37:38.546780 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2025.03.03 23:37:38.547013 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec. | ||
| 9513 | 2025.03.03 23:37:38.547069 [ 5 ] {0a8e067f-5c93-4c4f-b4eb-e8a79f13e25a} <Debug> TCPHandler: Processed in 0.002304606 sec. | ||
| 9514 | 2025.03.03 23:37:38.547174 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9515 | 2025.03.03 23:37:38.547276 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9516 | 2025.03.03 23:37:38.547322 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9517 | 2025.03.03 23:37:38.548056 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2025.03.03 23:37:38.548095 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9519 | 2025.03.03 23:37:38.548489 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9520 | 2025.03.03 23:37:38.548725 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2025.03.03 23:37:38.548927 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001673 sec., 415421.398684997 rows/sec., 33.17 MiB/sec. | ||
| 9522 | 2025.03.03 23:37:38.548979 [ 5 ] {a333cf40-9b89-4c3e-9347-c9bff104ee10} <Debug> TCPHandler: Processed in 0.001853843 sec. | ||
| 9523 | 2025.03.03 23:37:38.549076 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9524 | 2025.03.03 23:37:38.549177 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9525 | 2025.03.03 23:37:38.549221 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9526 | 2025.03.03 23:37:38.549759 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9527 | 2025.03.03 23:37:38.549798 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9528 | 2025.03.03 23:37:38.550146 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9529 | 2025.03.03 23:37:38.550384 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.03.03 23:37:38.550595 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00144 sec., 100694.44444444444 rows/sec., 6.32 MiB/sec. | ||
| 9531 | 2025.03.03 23:37:38.550647 [ 5 ] {1ebec7b7-850d-4481-a0c5-fcc9e2edc199} <Debug> TCPHandler: Processed in 0.001618977 sec. | ||
| 9532 | 2025.03.03 23:37:38.550777 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9533 | 2025.03.03 23:37:38.550914 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9534 | 2025.03.03 23:37:38.550968 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9535 | 2025.03.03 23:37:38.551627 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2025.03.03 23:37:38.551677 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9537 | 2025.03.03 23:37:38.552065 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9538 | 2025.03.03 23:37:38.552303 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9539 | 2025.03.03 23:37:38.552548 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001652 sec., 68401.93704600484 rows/sec., 4.43 MiB/sec. | ||
| 9540 | 2025.03.03 23:37:38.552662 [ 5 ] {73355a61-9bf8-4795-910a-54dfd2caea4a} <Debug> TCPHandler: Processed in 0.001945865 sec. | ||
| 9541 | 2025.03.03 23:37:38.552921 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9542 | 2025.03.03 23:37:38.553028 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9543 | 2025.03.03 23:37:38.553075 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9544 | 2025.03.03 23:37:38.553642 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2025.03.03 23:37:38.553683 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9546 | 2025.03.03 23:37:38.554036 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9547 | 2025.03.03 23:37:38.554272 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9548 | 2025.03.03 23:37:38.554473 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001465 sec., 76450.5119453925 rows/sec., 4.36 MiB/sec. | ||
| 9549 | 2025.03.03 23:37:38.554580 [ 5 ] {72cb8638-bd88-428a-a5a2-4b3809cea4bf} <Debug> TCPHandler: Processed in 0.00174788 sec. | ||
| 9550 | 2025.03.03 23:37:38.554771 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9551 | 2025.03.03 23:37:38.554901 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9552 | 2025.03.03 23:37:38.554949 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9553 | 2025.03.03 23:37:38.555599 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.03.03 23:37:38.555639 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9555 | 2025.03.03 23:37:38.556008 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9556 | 2025.03.03 23:37:38.556249 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2025.03.03 23:37:38.556464 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001586 sec., 265447.66708701133 rows/sec., 18.91 MiB/sec. | ||
| 9558 | 2025.03.03 23:37:38.556517 [ 5 ] {985f45e3-0ede-4a55-87a6-c3a44dd448fc} <Debug> TCPHandler: Processed in 0.001834082 sec. | ||
| 9559 | 2025.03.03 23:37:38.556618 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9560 | 2025.03.03 23:37:38.556721 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9561 | 2025.03.03 23:37:38.556768 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9562 | 2025.03.03 23:37:38.557184 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9563 | 2025.03.03 23:37:38.557223 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9564 | 2025.03.03 23:37:38.557569 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9565 | 2025.03.03 23:37:38.557797 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9566 | 2025.03.03 23:37:38.558011 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 9567 | 2025.03.03 23:37:38.558062 [ 5 ] {acbb4391-f5bd-4c75-b36d-01f125deb934} <Debug> TCPHandler: Processed in 0.001493722 sec. | ||
| 9568 | 2025.03.03 23:37:38.558163 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.03.03 23:37:38.558264 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9570 | 2025.03.03 23:37:38.558311 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9571 | 2025.03.03 23:37:38.558810 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.03.03 23:37:38.558849 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9573 | 2025.03.03 23:37:38.559223 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9574 | 2025.03.03 23:37:38.559456 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.03.03 23:37:38.559670 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001427 sec., 166082.69096005606 rows/sec., 11.13 MiB/sec. | ||
| 9576 | 2025.03.03 23:37:38.559722 [ 5 ] {e2b8c9a3-79a1-4bea-b805-2291dc299a16} <Debug> TCPHandler: Processed in 0.001608576 sec. | ||
| 9577 | 2025.03.03 23:37:38.559822 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2025.03.03 23:37:38.559925 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9579 | 2025.03.03 23:37:38.559969 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9580 | 2025.03.03 23:37:38.560364 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.03.03 23:37:38.560403 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9582 | 2025.03.03 23:37:38.560746 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9583 | 2025.03.03 23:37:38.560976 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.03.03 23:37:38.561223 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
| 9585 | 2025.03.03 23:37:38.561393 [ 5 ] {a00735d5-7b8a-41f1-8426-99f09a4cf9a4} <Debug> TCPHandler: Processed in 0.001614206 sec. | ||
| 9586 | 2025.03.03 23:37:38.561604 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2025.03.03 23:37:38.561709 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9588 | 2025.03.03 23:37:38.561786 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9589 | 2025.03.03 23:37:38.562879 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.03.03 23:37:38.562918 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9591 | 2025.03.03 23:37:38.563563 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9592 | 2025.03.03 23:37:38.563815 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2025.03.03 23:37:38.564055 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002368 sec., 16469.594594594597 rows/sec., 29.51 MiB/sec. | ||
| 9594 | 2025.03.03 23:37:38.564149 [ 5 ] {a0f005f2-61f0-4c44-a144-b52792e15d86} <Debug> TCPHandler: Processed in 0.002617795 sec. | ||
| 9595 | 2025.03.03 23:37:38.564261 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2025.03.03 23:37:38.564363 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9597 | 2025.03.03 23:37:38.564409 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9598 | 2025.03.03 23:37:38.564821 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2025.03.03 23:37:38.564860 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9600 | 2025.03.03 23:37:38.565213 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9601 | 2025.03.03 23:37:38.565445 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2025.03.03 23:37:38.565664 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001321 sec., 62074.186222558674 rows/sec., 3.94 MiB/sec. | ||
| 9603 | 2025.03.03 23:37:38.565760 [ 5 ] {1dc10753-7d7c-4a1b-b909-1dd095498511} <Debug> TCPHandler: Processed in 0.001546884 sec. | ||
| 9604 | 2025.03.03 23:37:42.054959 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9605 | 2025.03.03 23:37:42.055059 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9606 | 2025.03.03 23:37:42.232921 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9607 | 2025.03.03 23:37:42.234119 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2025.03.03 23:37:42.234227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9609 | 2025.03.03 23:37:42.234871 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9610 | 2025.03.03 23:37:42.235147 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2025.03.03 23:37:42.235443 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9612 | 2025.03.03 23:37:43.538098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9613 | 2025.03.03 23:37:43.538302 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9614 | 2025.03.03 23:37:43.538378 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9615 | 2025.03.03 23:37:43.539173 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9616 | 2025.03.03 23:37:43.539214 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9617 | 2025.03.03 23:37:43.539632 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9618 | 2025.03.03 23:37:43.539877 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9619 | 2025.03.03 23:37:43.540073 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec. | ||
| 9620 | 2025.03.03 23:37:43.540128 [ 5 ] {a6f96219-badc-4b9d-bb94-5fedca73f5a7} <Debug> TCPHandler: Processed in 0.002165162 sec. | ||
| 9621 | 2025.03.03 23:37:43.540241 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2025.03.03 23:37:43.540346 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9623 | 2025.03.03 23:37:43.540391 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9624 | 2025.03.03 23:37:43.540937 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2025.03.03 23:37:43.540974 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9626 | 2025.03.03 23:37:43.541323 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9627 | 2025.03.03 23:37:43.541556 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2025.03.03 23:37:43.541749 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec. | ||
| 9629 | 2025.03.03 23:37:43.541817 [ 5 ] {5cb1d12c-62be-483b-bb80-1c30d9a6701f} <Debug> TCPHandler: Processed in 0.001623107 sec. | ||
| 9630 | 2025.03.03 23:37:43.541961 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2025.03.03 23:37:43.542282 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9632 | 2025.03.03 23:37:43.542467 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9633 | 2025.03.03 23:37:43.543731 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2025.03.03 23:37:43.543769 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9635 | 2025.03.03 23:37:43.544139 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9636 | 2025.03.03 23:37:43.544367 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2025.03.03 23:37:43.544554 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002399 sec., 66694.45602334305 rows/sec., 4.65 MiB/sec. | ||
| 9638 | 2025.03.03 23:37:43.544651 [ 5 ] {fc8bfecf-41c5-4d98-8525-680cd0b1ad2f} <Debug> TCPHandler: Processed in 0.002738099 sec. | ||
| 9639 | 2025.03.03 23:37:43.544824 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.03.03 23:37:43.545050 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9641 | 2025.03.03 23:37:43.545098 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9642 | 2025.03.03 23:37:43.545524 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.03.03 23:37:43.545561 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9644 | 2025.03.03 23:37:43.545904 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9645 | 2025.03.03 23:37:43.546130 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.03.03 23:37:43.546301 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. | ||
| 9647 | 2025.03.03 23:37:43.546349 [ 5 ] {82bd1994-067f-41f9-b800-9a7c06d0c4f7} <Debug> TCPHandler: Processed in 0.001622446 sec. | ||
| 9648 | 2025.03.03 23:37:43.828355 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9649 | 2025.03.03 23:37:43.849476 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2025.03.03 23:37:43.849544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9651 | 2025.03.03 23:37:43.857304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9652 | 2025.03.03 23:37:43.858088 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9653 | 2025.03.03 23:37:43.861967 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9654 | 2025.03.03 23:37:44.978464 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2025.03.03 23:37:44.978651 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9656 | 2025.03.03 23:37:44.978721 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9657 | 2025.03.03 23:37:44.979502 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9658 | 2025.03.03 23:37:44.979557 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9659 | 2025.03.03 23:37:44.980013 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9660 | 2025.03.03 23:37:44.980268 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9661 | 2025.03.03 23:37:44.980494 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001891 sec., 112109.9947117927 rows/sec., 7.13 MiB/sec. | ||
| 9662 | 2025.03.03 23:37:44.980561 [ 5 ] {034c48f8-8c0a-44b6-bb95-03a2b9a21633} <Debug> TCPHandler: Processed in 0.002226204 sec. | ||
| 9663 | 2025.03.03 23:37:44.980702 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9664 | 2025.03.03 23:37:44.980808 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9665 | 2025.03.03 23:37:44.980854 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9666 | 2025.03.03 23:37:44.981387 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9667 | 2025.03.03 23:37:44.981427 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9668 | 2025.03.03 23:37:44.981809 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9669 | 2025.03.03 23:37:44.982042 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9670 | 2025.03.03 23:37:44.982293 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001504 sec., 9308.510638297872 rows/sec., 759.04 KiB/sec. | ||
| 9671 | 2025.03.03 23:37:44.982504 [ 5 ] {310c15f3-b4fd-4d74-a921-9c936cd84bad} <Debug> TCPHandler: Processed in 0.001850053 sec. | ||
| 9672 | 2025.03.03 23:37:44.982630 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9673 | 2025.03.03 23:37:44.982732 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9674 | 2025.03.03 23:37:44.982777 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9675 | 2025.03.03 23:37:44.983993 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9676 | 2025.03.03 23:37:44.984033 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9677 | 2025.03.03 23:37:44.984493 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9678 | 2025.03.03 23:37:44.984744 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9679 | 2025.03.03 23:37:44.984971 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002259 sec., 815405.0464807437 rows/sec., 66.53 MiB/sec. | ||
| 9680 | 2025.03.03 23:37:44.985065 [ 5 ] {2513898a-9fe6-4b05-b4e5-1f0004151ba9} <Debug> TCPHandler: Processed in 0.002482451 sec. | ||
| 9681 | 2025.03.03 23:37:44.985204 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9682 | 2025.03.03 23:37:44.985310 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9683 | 2025.03.03 23:37:44.985357 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9684 | 2025.03.03 23:37:44.985941 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9685 | 2025.03.03 23:37:44.985982 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9686 | 2025.03.03 23:37:44.986348 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9687 | 2025.03.03 23:37:44.986592 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9688 | 2025.03.03 23:37:44.986792 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.001504 sec., 105718.08510638299 rows/sec., 6.69 MiB/sec. | ||
| 9689 | 2025.03.03 23:37:44.986849 [ 5 ] {8ccbc278-0c5f-44ec-9292-edbfc61098da} <Debug> TCPHandler: Processed in 0.001697029 sec. | ||
| 9690 | 2025.03.03 23:37:44.986967 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9691 | 2025.03.03 23:37:44.987085 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9692 | 2025.03.03 23:37:44.987141 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9693 | 2025.03.03 23:37:44.987900 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9694 | 2025.03.03 23:37:44.987948 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9695 | 2025.03.03 23:37:44.988348 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9696 | 2025.03.03 23:37:44.988584 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2025.03.03 23:37:44.988794 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001737 sec., 196315.48647092687 rows/sec., 13.10 MiB/sec. | ||
| 9698 | 2025.03.03 23:37:44.988847 [ 5 ] {4bf2d1e1-1b75-407e-a892-7f6aa9c7a945} <Debug> TCPHandler: Processed in 0.001934365 sec. | ||
| 9699 | 2025.03.03 23:37:44.988961 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9700 | 2025.03.03 23:37:44.989065 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9701 | 2025.03.03 23:37:44.989110 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9702 | 2025.03.03 23:37:44.989678 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2025.03.03 23:37:44.989717 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9704 | 2025.03.03 23:37:44.990068 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9705 | 2025.03.03 23:37:44.990307 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2025.03.03 23:37:44.990515 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001472 sec., 76086.95652173914 rows/sec., 4.33 MiB/sec. | ||
| 9707 | 2025.03.03 23:37:44.990567 [ 5 ] {2d964c56-df63-4515-a71e-f90432b72a53} <Debug> TCPHandler: Processed in 0.001656957 sec. | ||
| 9708 | 2025.03.03 23:37:44.990705 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9709 | 2025.03.03 23:37:44.990808 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9710 | 2025.03.03 23:37:44.990854 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9711 | 2025.03.03 23:37:44.991670 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2025.03.03 23:37:44.991732 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9713 | 2025.03.03 23:37:44.992122 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9714 | 2025.03.03 23:37:44.992367 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2025.03.03 23:37:44.992579 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001792 sec., 497209.8214285714 rows/sec., 36.04 MiB/sec. | ||
| 9716 | 2025.03.03 23:37:44.992631 [ 5 ] {d8c7400a-2670-4777-a548-fe2a27c0f1ab} <Debug> TCPHandler: Processed in 0.001978286 sec. | ||
| 9717 | 2025.03.03 23:37:44.992742 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9718 | 2025.03.03 23:37:44.992848 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9719 | 2025.03.03 23:37:44.992896 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9720 | 2025.03.03 23:37:44.993326 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9721 | 2025.03.03 23:37:44.993365 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9722 | 2025.03.03 23:37:44.993722 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9723 | 2025.03.03 23:37:44.993955 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9724 | 2025.03.03 23:37:44.994200 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
| 9725 | 2025.03.03 23:37:44.994297 [ 5 ] {686e5bda-211b-4f67-be64-cc26374da0c6} <Debug> TCPHandler: Processed in 0.001605056 sec. | ||
| 9726 | 2025.03.03 23:37:44.994537 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9727 | 2025.03.03 23:37:44.994660 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9728 | 2025.03.03 23:37:44.994710 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9729 | 2025.03.03 23:37:44.995407 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9730 | 2025.03.03 23:37:44.995447 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9731 | 2025.03.03 23:37:44.995873 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9732 | 2025.03.03 23:37:44.996111 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9733 | 2025.03.03 23:37:44.996342 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001705 sec., 582991.2023460411 rows/sec., 38.80 MiB/sec. | ||
| 9734 | 2025.03.03 23:37:44.996396 [ 5 ] {bd3b4667-660b-49c7-bf78-cd040f9c1517} <Debug> TCPHandler: Processed in 0.001963245 sec. | ||
| 9735 | 2025.03.03 23:37:44.996498 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9736 | 2025.03.03 23:37:44.996599 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9737 | 2025.03.03 23:37:44.996646 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9738 | 2025.03.03 23:37:44.997056 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9739 | 2025.03.03 23:37:44.997095 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9740 | 2025.03.03 23:37:44.997498 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9741 | 2025.03.03 23:37:44.997730 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9742 | 2025.03.03 23:37:44.997936 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 9743 | 2025.03.03 23:37:44.997986 [ 5 ] {151040e6-c7fc-4a3d-b827-d3cd778246ef} <Debug> TCPHandler: Processed in 0.001537714 sec. | ||
| 9744 | 2025.03.03 23:37:44.998087 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9745 | 2025.03.03 23:37:44.998188 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9746 | 2025.03.03 23:37:44.998254 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9747 | 2025.03.03 23:37:44.999350 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2025.03.03 23:37:44.999389 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9749 | 2025.03.03 23:37:45.000030 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9750 | 2025.03.03 23:37:45.000665 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2025.03.03 23:37:45.000867 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9752 | 2025.03.03 23:37:45.000943 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002769 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. | ||
| 9753 | 2025.03.03 23:37:45.000951 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2025.03.03 23:37:45.001029 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9755 | 2025.03.03 23:37:45.001342 [ 5 ] {6d680019-7454-4c62-96b4-a80e89973124} <Debug> TCPHandler: Processed in 0.003302565 sec. | ||
| 9756 | 2025.03.03 23:37:45.001375 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 9757 | 2025.03.03 23:37:45.001524 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9758 | 2025.03.03 23:37:45.001789 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9759 | 2025.03.03 23:37:45.001924 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9760 | 2025.03.03 23:37:45.002191 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9761 | 2025.03.03 23:37:45.002474 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1091 rows starting from the beginning of the part | ||
| 9762 | 2025.03.03 23:37:45.003252 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 9763 | 2025.03.03 23:37:45.003965 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 9764 | 2025.03.03 23:37:45.004116 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2025.03.03 23:37:45.004191 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9766 | 2025.03.03 23:37:45.004686 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 9767 | 2025.03.03 23:37:45.005375 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 9768 | 2025.03.03 23:37:45.005704 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9769 | 2025.03.03 23:37:45.005971 [ 195 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 9770 | 2025.03.03 23:37:45.006594 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2025.03.03 23:37:45.007300 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005578 sec., 8246.683399067766 rows/sec., 510.69 KiB/sec. | ||
| 9772 | 2025.03.03 23:37:45.007706 [ 5 ] {6213f202-234a-4ce0-8f4a-8ed568e4d906} <Debug> TCPHandler: Processed in 0.006239558 sec. | ||
| 9773 | 2025.03.03 23:37:45.015783 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 19 columns (19 merged, 0 gathered) in 0.014607866 sec., 88034.76154559468 rows/sec., 157.75 MiB/sec. | ||
| 9774 | 2025.03.03 23:37:45.017364 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9775 | 2025.03.03 23:37:45.017840 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9776 | 2025.03.03 23:37:45.017940 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9777 | 2025.03.03 23:37:45.018111 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
| 9778 | 2025.03.03 23:37:46.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.08 MiB, peak 238.47 MiB, free memory in arenas 0.00 B, will set to 230.46 MiB (RSS), difference: 3.38 MiB | ||
| 9779 | 2025.03.03 23:37:47.347025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1382 | ||
| 9780 | 2025.03.03 23:37:47.350628 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9781 | 2025.03.03 23:37:47.350671 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9782 | 2025.03.03 23:37:47.352162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9783 | 2025.03.03 23:37:47.352492 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9784 | 2025.03.03 23:37:47.353077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 9785 | 2025.03.03 23:37:48.534064 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9786 | 2025.03.03 23:37:48.534283 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9787 | 2025.03.03 23:37:48.534371 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9788 | 2025.03.03 23:37:48.535462 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.03.03 23:37:48.535513 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9790 | 2025.03.03 23:37:48.535957 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9791 | 2025.03.03 23:37:48.536215 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2025.03.03 23:37:48.536463 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002264 sec., 24734.982332155476 rows/sec., 1.90 MiB/sec. | ||
| 9793 | 2025.03.03 23:37:48.536522 [ 5 ] {83cc2f6f-831a-43f6-9a5c-976a1785989e} <Debug> TCPHandler: Processed in 0.002587094 sec. | ||
| 9794 | 2025.03.03 23:37:48.536650 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9795 | 2025.03.03 23:37:48.536765 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9796 | 2025.03.03 23:37:48.536811 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9797 | 2025.03.03 23:37:48.537375 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2025.03.03 23:37:48.537424 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9799 | 2025.03.03 23:37:48.537797 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9800 | 2025.03.03 23:37:48.538040 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2025.03.03 23:37:48.538257 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001516 sec., 42216.35883905013 rows/sec., 3.30 MiB/sec. | ||
| 9802 | 2025.03.03 23:37:48.538312 [ 5 ] {28965343-de14-41ff-b44d-c14432291061} <Debug> TCPHandler: Processed in 0.001722259 sec. | ||
| 9803 | 2025.03.03 23:37:48.538427 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2025.03.03 23:37:48.538535 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9805 | 2025.03.03 23:37:48.538584 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9806 | 2025.03.03 23:37:48.539076 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9807 | 2025.03.03 23:37:48.539116 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9808 | 2025.03.03 23:37:48.539516 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9809 | 2025.03.03 23:37:48.539762 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9810 | 2025.03.03 23:37:48.539983 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.00147 sec., 65306.12244897959 rows/sec., 4.55 MiB/sec. | ||
| 9811 | 2025.03.03 23:37:48.540036 [ 5 ] {b0a73997-f2ee-4a6a-8c64-ba4b278629d2} <Debug> TCPHandler: Processed in 0.001662378 sec. | ||
| 9812 | 2025.03.03 23:37:48.540164 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9813 | 2025.03.03 23:37:48.540290 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9814 | 2025.03.03 23:37:48.540347 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9815 | 2025.03.03 23:37:48.540860 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9816 | 2025.03.03 23:37:48.540906 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9817 | 2025.03.03 23:37:48.541313 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9818 | 2025.03.03 23:37:48.541557 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2025.03.03 23:37:48.541798 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00153 sec., 23529.411764705885 rows/sec., 1.59 MiB/sec. | ||
| 9820 | 2025.03.03 23:37:48.541893 [ 5 ] {6d26ef21-4846-4fb3-b3e2-b501d42a67bc} <Debug> TCPHandler: Processed in 0.001790371 sec. | ||
| 9821 | 2025.03.03 23:37:49.735579 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 9822 | 2025.03.03 23:37:49.736524 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9823 | 2025.03.03 23:37:49.736564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9824 | 2025.03.03 23:37:49.737109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9825 | 2025.03.03 23:37:49.737381 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9826 | 2025.03.03 23:37:49.737544 [ 99 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9827 | 2025.03.03 23:37:49.737579 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 9828 | 2025.03.03 23:37:49.737599 [ 99 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.03.03 23:37:49.737627 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9830 | 2025.03.03 23:37:49.737820 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 9831 | 2025.03.03 23:37:49.738068 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9832 | 2025.03.03 23:37:49.738139 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9833 | 2025.03.03 23:37:49.738292 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 9834 | 2025.03.03 23:37:49.738494 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 9835 | 2025.03.03 23:37:49.738702 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 9836 | 2025.03.03 23:37:49.738871 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 9837 | 2025.03.03 23:37:49.738967 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 9838 | 2025.03.03 23:37:49.741616 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003901222 sec., 5988636.381113404 rows/sec., 85.67 MiB/sec. | ||
| 9839 | 2025.03.03 23:37:49.742204 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9840 | 2025.03.03 23:37:49.742561 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2025.03.03 23:37:49.742644 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_51_10} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9842 | 2025.03.03 23:37:49.742746 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9843 | 2025.03.03 23:37:51.363007 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9844 | 2025.03.03 23:37:51.385203 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9845 | 2025.03.03 23:37:51.385258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9846 | 2025.03.03 23:37:51.392538 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9847 | 2025.03.03 23:37:51.393304 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9848 | 2025.03.03 23:37:51.393627 [ 88 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9849 | 2025.03.03 23:37:51.393707 [ 88 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9850 | 2025.03.03 23:37:51.393756 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9851 | 2025.03.03 23:37:51.394034 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 9852 | 2025.03.03 23:37:51.402325 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9853 | 2025.03.03 23:37:51.403669 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9854 | 2025.03.03 23:37:51.404569 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9855 | 2025.03.03 23:37:51.409535 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9856 | 2025.03.03 23:37:51.414268 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9857 | 2025.03.03 23:37:51.419355 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9858 | 2025.03.03 23:37:51.424911 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9859 | 2025.03.03 23:37:51.429476 [ 200 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9860 | 2025.03.03 23:37:51.486310 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.092450169 sec., 4164.405583725867 rows/sec., 21.53 MiB/sec. | ||
| 9861 | 2025.03.03 23:37:51.489738 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9862 | 2025.03.03 23:37:51.492756 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2025.03.03 23:37:51.492891 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_51_10} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9864 | 2025.03.03 23:37:51.495467 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9865 | 2025.03.03 23:37:53.537492 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9866 | 2025.03.03 23:37:53.537706 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9867 | 2025.03.03 23:37:53.537787 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9868 | 2025.03.03 23:37:53.538599 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2025.03.03 23:37:53.538649 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9870 | 2025.03.03 23:37:53.539099 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9871 | 2025.03.03 23:37:53.539363 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9872 | 2025.03.03 23:37:53.539580 [ 101 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9873 | 2025.03.03 23:37:53.539621 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec. | ||
| 9874 | 2025.03.03 23:37:53.539674 [ 101 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.03.03 23:37:53.539737 [ 5 ] {0e34f286-41cd-4c43-8a0c-1b4514b234e2} <Debug> TCPHandler: Processed in 0.002380288 sec. | ||
| 9876 | 2025.03.03 23:37:53.539745 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9877 | 2025.03.03 23:37:53.539946 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9878 | 2025.03.03 23:37:53.540036 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9879 | 2025.03.03 23:37:53.540212 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9880 | 2025.03.03 23:37:53.540397 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9881 | 2025.03.03 23:37:53.540537 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9882 | 2025.03.03 23:37:53.540681 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1844 rows starting from the beginning of the part | ||
| 9883 | 2025.03.03 23:37:53.541188 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 695 rows starting from the beginning of the part | ||
| 9884 | 2025.03.03 23:37:53.541788 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 9885 | 2025.03.03 23:37:53.542424 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1842 rows starting from the beginning of the part | ||
| 9886 | 2025.03.03 23:37:53.543031 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 9887 | 2025.03.03 23:37:53.543566 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9888 | 2025.03.03 23:37:53.544355 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9889 | 2025.03.03 23:37:53.544401 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9890 | 2025.03.03 23:37:53.545038 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9891 | 2025.03.03 23:37:53.545361 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9892 | 2025.03.03 23:37:53.545561 [ 101 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9893 | 2025.03.03 23:37:53.545635 [ 101 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2025.03.03 23:37:53.545657 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005537 sec., 11558.605743182228 rows/sec., 923.83 KiB/sec. | ||
| 9895 | 2025.03.03 23:37:53.545674 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9896 | 2025.03.03 23:37:53.546052 [ 5 ] {85fd1585-1e08-45b1-bab7-c3b123bcc897} <Debug> TCPHandler: Processed in 0.006200847 sec. | ||
| 9897 | 2025.03.03 23:37:53.546255 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9898 | 2025.03.03 23:37:53.546672 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9899 | 2025.03.03 23:37:53.547116 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9900 | 2025.03.03 23:37:53.547381 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 9901 | 2025.03.03 23:37:53.548315 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 9902 | 2025.03.03 23:37:53.548345 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.008461242 sec., 537627.9274366576 rows/sec., 45.68 MiB/sec. | ||
| 9903 | 2025.03.03 23:37:53.548355 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9904 | 2025.03.03 23:37:53.548718 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 9905 | 2025.03.03 23:37:53.548804 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9906 | 2025.03.03 23:37:53.548858 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9907 | 2025.03.03 23:37:53.549164 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 891 rows starting from the beginning of the part | ||
| 9908 | 2025.03.03 23:37:53.549504 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 9909 | 2025.03.03 23:37:53.549929 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9910 | 2025.03.03 23:37:53.550161 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9911 | 2025.03.03 23:37:53.550525 [ 189 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_86_17} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9912 | 2025.03.03 23:37:53.550834 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9913 | 2025.03.03 23:37:53.552190 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9914 | 2025.03.03 23:37:53.552276 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9915 | 2025.03.03 23:37:53.553172 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9916 | 2025.03.03 23:37:53.553559 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9917 | 2025.03.03 23:37:53.553782 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.007902375 sec., 305857.4162830795 rows/sec., 23.42 MiB/sec. | ||
| 9918 | 2025.03.03 23:37:53.553878 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9919 | 2025.03.03 23:37:53.553955 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2025.03.03 23:37:53.553981 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006891 sec., 23218.691046292264 rows/sec., 1.62 MiB/sec. | ||
| 9921 | 2025.03.03 23:37:53.554003 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9922 | 2025.03.03 23:37:53.554307 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9923 | 2025.03.03 23:37:53.554392 [ 5 ] {20ea8ff1-1442-4db6-90d6-3d378e831b65} <Debug> TCPHandler: Processed in 0.007910436 sec. | ||
| 9924 | 2025.03.03 23:37:53.554704 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9925 | 2025.03.03 23:37:53.555496 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9926 | 2025.03.03 23:37:53.555526 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2025.03.03 23:37:53.555667 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24153 rows starting from the beginning of the part | ||
| 9928 | 2025.03.03 23:37:53.555912 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_86_17} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9929 | 2025.03.03 23:37:53.555976 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9930 | 2025.03.03 23:37:53.556378 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9931 | 2025.03.03 23:37:53.556451 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9932 | 2025.03.03 23:37:53.556885 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9933 | 2025.03.03 23:37:53.557208 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 994 rows starting from the beginning of the part | ||
| 9934 | 2025.03.03 23:37:53.557426 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9935 | 2025.03.03 23:37:53.557502 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 96 rows starting from the beginning of the part | ||
| 9936 | 2025.03.03 23:37:53.557630 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9937 | 2025.03.03 23:37:53.557780 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 9938 | 2025.03.03 23:37:53.559263 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9939 | 2025.03.03 23:37:53.559316 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9940 | 2025.03.03 23:37:53.559822 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9941 | 2025.03.03 23:37:53.560227 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9942 | 2025.03.03 23:37:53.560444 [ 101 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9943 | 2025.03.03 23:37:53.560526 [ 101 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2025.03.03 23:37:53.560593 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9945 | 2025.03.03 23:37:53.560671 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003379 sec., 17756.732761171945 rows/sec., 1.20 MiB/sec. | ||
| 9946 | 2025.03.03 23:37:53.561020 [ 5 ] {73356410-7eac-425f-9ecc-54b9687fc1f5} <Debug> TCPHandler: Processed in 0.005439505 sec. | ||
| 9947 | 2025.03.03 23:37:53.561249 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9948 | 2025.03.03 23:37:53.561526 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9949 | 2025.03.03 23:37:53.561613 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4804 rows starting from the beginning of the part | ||
| 9950 | 2025.03.03 23:37:53.561945 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 9951 | 2025.03.03 23:37:53.562279 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9952 | 2025.03.03 23:37:53.562486 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 46 rows starting from the beginning of the part | ||
| 9953 | 2025.03.03 23:37:53.562617 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part | ||
| 9954 | 2025.03.03 23:37:53.562723 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9955 | 2025.03.03 23:37:53.566143 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005378423 sec., 946002.2017606276 rows/sec., 61.60 MiB/sec. | ||
| 9956 | 2025.03.03 23:37:53.566652 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9957 | 2025.03.03 23:37:53.567033 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2025.03.03 23:37:53.567118 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_86_17} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9959 | 2025.03.03 23:37:53.567210 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9960 | 2025.03.03 23:37:53.568461 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25800 rows, containing 5 columns (5 merged, 0 gathered) in 0.014276878 sec., 1807117.7746283186 rows/sec., 121.97 MiB/sec. | ||
| 9961 | 2025.03.03 23:37:53.568690 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9962 | 2025.03.03 23:37:53.568998 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2025.03.03 23:37:53.569083 [ 195 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9964 | 2025.03.03 23:37:53.569173 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9965 | 2025.03.03 23:37:54.000235 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.02 MiB, peak 244.94 MiB, free memory in arenas 0.00 B, will set to 232.95 MiB (RSS), difference: 1.93 MiB | ||
| 9966 | 2025.03.03 23:37:55.939172 [ 108 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 9967 | 2025.03.03 23:37:55.939284 [ 108 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9968 | 2025.03.03 23:37:55.939328 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9969 | 2025.03.03 23:37:55.939587 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 9970 | 2025.03.03 23:37:55.939915 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9971 | 2025.03.03 23:37:55.939977 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 9972 | 2025.03.03 23:37:55.940118 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9973 | 2025.03.03 23:37:55.940379 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 9974 | 2025.03.03 23:37:55.940594 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 9975 | 2025.03.03 23:37:55.940725 [ 195 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 9976 | 2025.03.03 23:37:55.941888 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002444429 sec., 14727.36577744741 rows/sec., 992.37 KiB/sec. | ||
| 9977 | 2025.03.03 23:37:55.942088 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 9978 | 2025.03.03 23:37:55.942480 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2025.03.03 23:37:55.942577 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_36_8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 9980 | 2025.03.03 23:37:55.942681 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9981 | 2025.03.03 23:37:57.055106 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9982 | 2025.03.03 23:37:57.055166 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9983 | 2025.03.03 23:37:57.237715 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 9984 | 2025.03.03 23:37:57.238785 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2025.03.03 23:37:57.238823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9986 | 2025.03.03 23:37:57.239374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9987 | 2025.03.03 23:37:57.239652 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.03.03 23:37:57.239842 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9989 | 2025.03.03 23:37:57.354314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1398 | ||
| 9990 | 2025.03.03 23:37:57.357040 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9991 | 2025.03.03 23:37:57.357092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9992 | 2025.03.03 23:37:57.358571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9993 | 2025.03.03 23:37:57.358886 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9994 | 2025.03.03 23:37:57.360348 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 9995 | 2025.03.03 23:37:58.544708 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2025.03.03 23:37:58.544896 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9997 | 2025.03.03 23:37:58.544968 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9998 | 2025.03.03 23:37:58.545818 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2025.03.03 23:37:58.545870 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10000 | 2025.03.03 23:37:58.546322 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10001 | 2025.03.03 23:37:58.546601 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.03.03 23:37:58.546805 [ 105 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10003 | 2025.03.03 23:37:58.546869 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002018 sec., 105054.50941526264 rows/sec., 6.68 MiB/sec. | ||
| 10004 | 2025.03.03 23:37:58.546879 [ 105 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2025.03.03 23:37:58.546960 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10006 | 2025.03.03 23:37:58.547019 [ 5 ] {9f3c1ba4-e0e0-4241-a903-2519f5df2c8e} <Debug> TCPHandler: Processed in 0.00243649 sec. | ||
| 10007 | 2025.03.03 23:37:58.547280 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10008 | 2025.03.03 23:37:58.547328 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10009 | 2025.03.03 23:37:58.547783 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10010 | 2025.03.03 23:37:58.547830 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10011 | 2025.03.03 23:37:58.547910 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
| 10012 | 2025.03.03 23:37:58.548030 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10013 | 2025.03.03 23:37:58.548360 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
| 10014 | 2025.03.03 23:37:58.548748 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
| 10015 | 2025.03.03 23:37:58.549118 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
| 10016 | 2025.03.03 23:37:58.549496 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
| 10017 | 2025.03.03 23:37:58.551532 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10018 | 2025.03.03 23:37:58.551598 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10019 | 2025.03.03 23:37:58.552105 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005044834 sec., 210115.93245684597 rows/sec., 14.16 MiB/sec. | ||
| 10020 | 2025.03.03 23:37:58.552328 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10021 | 2025.03.03 23:37:58.552452 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10022 | 2025.03.03 23:37:58.552772 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10023 | 2025.03.03 23:37:58.552927 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10024 | 2025.03.03 23:37:58.552978 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_37_9} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10025 | 2025.03.03 23:37:58.553142 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10026 | 2025.03.03 23:37:58.553303 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005666 sec., 122661.48958701023 rows/sec., 9.79 MiB/sec. | ||
| 10027 | 2025.03.03 23:37:58.553374 [ 5 ] {28dce756-0b1b-40fe-8d3d-42f221a7faf5} <Debug> TCPHandler: Processed in 0.006123634 sec. | ||
| 10028 | 2025.03.03 23:37:58.553496 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10029 | 2025.03.03 23:37:58.553609 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10030 | 2025.03.03 23:37:58.553655 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10031 | 2025.03.03 23:37:58.554238 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2025.03.03 23:37:58.554279 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10033 | 2025.03.03 23:37:58.554652 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10034 | 2025.03.03 23:37:58.554903 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2025.03.03 23:37:58.555110 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001524 sec., 95144.35695538059 rows/sec., 5.97 MiB/sec. | ||
| 10036 | 2025.03.03 23:37:58.555162 [ 5 ] {88f02db8-6a2e-4008-9579-a05dcc7ceeb3} <Debug> TCPHandler: Processed in 0.001722569 sec. | ||
| 10037 | 2025.03.03 23:37:58.555261 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10038 | 2025.03.03 23:37:58.555363 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10039 | 2025.03.03 23:37:58.555407 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10040 | 2025.03.03 23:37:58.555944 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10041 | 2025.03.03 23:37:58.555984 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10042 | 2025.03.03 23:37:58.556328 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10043 | 2025.03.03 23:37:58.556563 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10044 | 2025.03.03 23:37:58.556784 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00144 sec., 78472.22222222222 rows/sec., 5.08 MiB/sec. | ||
| 10045 | 2025.03.03 23:37:58.556875 [ 5 ] {dbce19fe-4cf7-45aa-b55d-62008a244b6d} <Debug> TCPHandler: Processed in 0.001661947 sec. | ||
| 10046 | 2025.03.03 23:37:58.557018 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10047 | 2025.03.03 23:37:58.557119 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10048 | 2025.03.03 23:37:58.557163 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10049 | 2025.03.03 23:37:58.557696 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10050 | 2025.03.03 23:37:58.557734 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10051 | 2025.03.03 23:37:58.558080 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10052 | 2025.03.03 23:37:58.558313 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10053 | 2025.03.03 23:37:58.558469 [ 105 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10054 | 2025.03.03 23:37:58.558530 [ 105 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2025.03.03 23:37:58.558565 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10056 | 2025.03.03 23:37:58.558573 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001465 sec., 76450.5119453925 rows/sec., 4.36 MiB/sec. | ||
| 10057 | 2025.03.03 23:37:58.558866 [ 5 ] {89337d80-9e7b-418f-9059-060b5b60f6b5} <Debug> TCPHandler: Processed in 0.001899234 sec. | ||
| 10058 | 2025.03.03 23:37:58.558989 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10059 | 2025.03.03 23:37:58.559223 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2025.03.03 23:37:58.559602 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10061 | 2025.03.03 23:37:58.559618 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10062 | 2025.03.03 23:37:58.559672 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
| 10063 | 2025.03.03 23:37:58.559715 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10064 | 2025.03.03 23:37:58.559981 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 10065 | 2025.03.03 23:37:58.560289 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
| 10066 | 2025.03.03 23:37:58.560561 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 10067 | 2025.03.03 23:37:58.560860 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
| 10068 | 2025.03.03 23:37:58.562760 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2025.03.03 23:37:58.562829 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10070 | 2025.03.03 23:37:58.563636 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004941351 sec., 113329.33037948528 rows/sec., 6.89 MiB/sec. | ||
| 10071 | 2025.03.03 23:37:58.563743 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10072 | 2025.03.03 23:37:58.563822 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10073 | 2025.03.03 23:37:58.564188 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2025.03.03 23:37:58.564301 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10075 | 2025.03.03 23:37:58.564562 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_37_9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10076 | 2025.03.03 23:37:58.564623 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005129 sec., 82082.27724702671 rows/sec., 5.85 MiB/sec. | ||
| 10077 | 2025.03.03 23:37:58.564720 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10078 | 2025.03.03 23:37:58.564797 [ 5 ] {cd8de5f6-bc97-4049-9a73-437299b74d19} <Debug> TCPHandler: Processed in 0.005713633 sec. | ||
| 10079 | 2025.03.03 23:37:58.564909 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10080 | 2025.03.03 23:37:58.565012 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10081 | 2025.03.03 23:37:58.565057 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10082 | 2025.03.03 23:37:58.565494 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2025.03.03 23:37:58.565533 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10084 | 2025.03.03 23:37:58.565894 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10085 | 2025.03.03 23:37:58.566128 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10086 | 2025.03.03 23:37:58.566333 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
| 10087 | 2025.03.03 23:37:58.566382 [ 5 ] {a54498e2-e83d-4c38-bd34-1b7740415742} <Debug> TCPHandler: Processed in 0.001522264 sec. | ||
| 10088 | 2025.03.03 23:37:58.566483 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10089 | 2025.03.03 23:37:58.566584 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10090 | 2025.03.03 23:37:58.566632 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10091 | 2025.03.03 23:37:58.567143 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10092 | 2025.03.03 23:37:58.567180 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10093 | 2025.03.03 23:37:58.567563 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10094 | 2025.03.03 23:37:58.567801 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10095 | 2025.03.03 23:37:58.568004 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001442 sec., 164355.06241331485 rows/sec., 11.02 MiB/sec. | ||
| 10096 | 2025.03.03 23:37:58.568055 [ 5 ] {88842678-1d0e-49c7-8d32-fceb8431107f} <Debug> TCPHandler: Processed in 0.001621276 sec. | ||
| 10097 | 2025.03.03 23:37:58.568154 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10098 | 2025.03.03 23:37:58.568255 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10099 | 2025.03.03 23:37:58.568301 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10100 | 2025.03.03 23:37:58.568697 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2025.03.03 23:37:58.568735 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10102 | 2025.03.03 23:37:58.569073 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10103 | 2025.03.03 23:37:58.569315 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10104 | 2025.03.03 23:37:58.569529 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
| 10105 | 2025.03.03 23:37:58.569651 [ 5 ] {dc4c9832-bc39-41f6-854d-ef795166dbe2} <Debug> TCPHandler: Processed in 0.001546524 sec. | ||
| 10106 | 2025.03.03 23:37:58.569782 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10107 | 2025.03.03 23:37:58.569882 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10108 | 2025.03.03 23:37:58.569947 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10109 | 2025.03.03 23:37:58.571053 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10110 | 2025.03.03 23:37:58.571090 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10111 | 2025.03.03 23:37:58.571742 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10112 | 2025.03.03 23:37:58.571996 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2025.03.03 23:37:58.572273 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002408 sec., 16196.013289036546 rows/sec., 29.02 MiB/sec. | ||
| 10114 | 2025.03.03 23:37:58.572721 [ 5 ] {b200eaff-7383-4aa0-b44d-3a791f9a8b14} <Debug> TCPHandler: Processed in 0.002988905 sec. | ||
| 10115 | 2025.03.03 23:37:58.572924 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10116 | 2025.03.03 23:37:58.573030 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10117 | 2025.03.03 23:37:58.573077 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10118 | 2025.03.03 23:37:58.573540 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10119 | 2025.03.03 23:37:58.573580 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10120 | 2025.03.03 23:37:58.573939 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10121 | 2025.03.03 23:37:58.574172 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10122 | 2025.03.03 23:37:58.574377 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec. | ||
| 10123 | 2025.03.03 23:37:58.574431 [ 5 ] {a1d9f10b-6a12-44f8-aa16-6ddcfe89f8dd} <Debug> TCPHandler: Processed in 0.001557974 sec. | ||
| 10124 | 2025.03.03 23:37:58.902376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10125 | 2025.03.03 23:37:58.921023 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10126 | 2025.03.03 23:37:58.921082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10127 | 2025.03.03 23:37:58.928000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10128 | 2025.03.03 23:37:58.928751 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10129 | 2025.03.03 23:37:58.932264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10130 | 2025.03.03 23:37:59.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.33 MiB, peak 244.94 MiB, free memory in arenas 0.00 B, will set to 233.00 MiB (RSS), difference: -1.33 MiB | ||
| 10131 | 2025.03.03 23:38:03.537746 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10132 | 2025.03.03 23:38:03.537975 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10133 | 2025.03.03 23:38:03.538057 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10134 | 2025.03.03 23:38:03.538894 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10135 | 2025.03.03 23:38:03.538947 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10136 | 2025.03.03 23:38:03.539381 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10137 | 2025.03.03 23:38:03.539636 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10138 | 2025.03.03 23:38:03.539884 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 10139 | 2025.03.03 23:38:03.540000 [ 5 ] {6db63a95-315e-49ed-8e13-878658baf3c5} <Debug> TCPHandler: Processed in 0.002389038 sec. | ||
| 10140 | 2025.03.03 23:38:03.540164 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10141 | 2025.03.03 23:38:03.540389 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10142 | 2025.03.03 23:38:03.540437 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10143 | 2025.03.03 23:38:03.540996 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10144 | 2025.03.03 23:38:03.541036 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10145 | 2025.03.03 23:38:03.541397 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10146 | 2025.03.03 23:38:03.541629 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10147 | 2025.03.03 23:38:03.541854 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001522 sec., 42049.93429697766 rows/sec., 3.28 MiB/sec. | ||
| 10148 | 2025.03.03 23:38:03.541931 [ 5 ] {804d6990-31fe-4246-af4f-1c4348b6337c} <Debug> TCPHandler: Processed in 0.001865214 sec. | ||
| 10149 | 2025.03.03 23:38:03.542096 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10150 | 2025.03.03 23:38:03.542441 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10151 | 2025.03.03 23:38:03.542620 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10152 | 2025.03.03 23:38:03.543644 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10153 | 2025.03.03 23:38:03.543685 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10154 | 2025.03.03 23:38:03.544092 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10155 | 2025.03.03 23:38:03.544339 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10156 | 2025.03.03 23:38:03.544546 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002247 sec., 71206.05251446374 rows/sec., 4.96 MiB/sec. | ||
| 10157 | 2025.03.03 23:38:03.544598 [ 5 ] {c88c7d33-e893-4f2f-b832-80ec879a588b} <Debug> TCPHandler: Processed in 0.002579454 sec. | ||
| 10158 | 2025.03.03 23:38:03.544700 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10159 | 2025.03.03 23:38:03.544802 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10160 | 2025.03.03 23:38:03.544847 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10161 | 2025.03.03 23:38:03.545263 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10162 | 2025.03.03 23:38:03.545302 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10163 | 2025.03.03 23:38:03.545674 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10164 | 2025.03.03 23:38:03.545921 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10165 | 2025.03.03 23:38:03.546124 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 10166 | 2025.03.03 23:38:03.546173 [ 5 ] {414d6d19-f9c5-481e-9219-82690ad791c9} <Debug> TCPHandler: Processed in 0.001522834 sec. | ||
| 10167 | 2025.03.03 23:38:04.739949 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10168 | 2025.03.03 23:38:04.740573 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10169 | 2025.03.03 23:38:04.740615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10170 | 2025.03.03 23:38:04.741163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10171 | 2025.03.03 23:38:04.741440 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10172 | 2025.03.03 23:38:04.741641 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10173 | 2025.03.03 23:38:06.432311 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10174 | 2025.03.03 23:38:06.453977 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10175 | 2025.03.03 23:38:06.454035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10176 | 2025.03.03 23:38:06.461324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10177 | 2025.03.03 23:38:06.462110 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10178 | 2025.03.03 23:38:06.465110 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10179 | 2025.03.03 23:38:07.361450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1428 | ||
| 10180 | 2025.03.03 23:38:07.364436 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2025.03.03 23:38:07.364495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10182 | 2025.03.03 23:38:07.365972 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10183 | 2025.03.03 23:38:07.366292 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2025.03.03 23:38:07.366951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428 | ||
| 10185 | 2025.03.03 23:38:08.544583 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2025.03.03 23:38:08.544777 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10187 | 2025.03.03 23:38:08.544853 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10188 | 2025.03.03 23:38:08.545659 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10189 | 2025.03.03 23:38:08.545716 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10190 | 2025.03.03 23:38:08.546165 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10191 | 2025.03.03 23:38:08.546435 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10192 | 2025.03.03 23:38:08.546677 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001952 sec., 108606.55737704918 rows/sec., 6.91 MiB/sec. | ||
| 10193 | 2025.03.03 23:38:08.546747 [ 5 ] {8daabdbf-21fe-4374-b32e-8f85a521fee6} <Debug> TCPHandler: Processed in 0.002297395 sec. | ||
| 10194 | 2025.03.03 23:38:08.546862 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10195 | 2025.03.03 23:38:08.546972 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10196 | 2025.03.03 23:38:08.547021 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10197 | 2025.03.03 23:38:08.547907 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10198 | 2025.03.03 23:38:08.547951 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10199 | 2025.03.03 23:38:08.548361 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10200 | 2025.03.03 23:38:08.548603 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2025.03.03 23:38:08.548829 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001883 sec., 369091.87466808286 rows/sec., 29.47 MiB/sec. | ||
| 10202 | 2025.03.03 23:38:08.548885 [ 5 ] {0e4c8bc0-8be1-4258-89b8-683b128d0844} <Debug> TCPHandler: Processed in 0.002074689 sec. | ||
| 10203 | 2025.03.03 23:38:08.548991 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10204 | 2025.03.03 23:38:08.549097 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10205 | 2025.03.03 23:38:08.549143 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10206 | 2025.03.03 23:38:08.549720 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2025.03.03 23:38:08.549762 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10208 | 2025.03.03 23:38:08.550120 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10209 | 2025.03.03 23:38:08.550364 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2025.03.03 23:38:08.550564 [ 92 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10211 | 2025.03.03 23:38:08.550576 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001496 sec., 96925.13368983958 rows/sec., 6.08 MiB/sec. | ||
| 10212 | 2025.03.03 23:38:08.550661 [ 92 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2025.03.03 23:38:08.550729 [ 5 ] {73d5cf48-ca51-478b-9b3f-c7acd52e67a6} <Debug> TCPHandler: Processed in 0.001786801 sec. | ||
| 10214 | 2025.03.03 23:38:08.550734 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10215 | 2025.03.03 23:38:08.550933 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10216 | 2025.03.03 23:38:08.550956 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10217 | 2025.03.03 23:38:08.551116 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10218 | 2025.03.03 23:38:08.551240 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10219 | 2025.03.03 23:38:08.551278 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10220 | 2025.03.03 23:38:08.551384 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 163 rows starting from the beginning of the part | ||
| 10221 | 2025.03.03 23:38:08.551655 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 145 rows starting from the beginning of the part | ||
| 10222 | 2025.03.03 23:38:08.551998 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 145 rows starting from the beginning of the part | ||
| 10223 | 2025.03.03 23:38:08.552321 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 159 rows starting from the beginning of the part | ||
| 10224 | 2025.03.03 23:38:08.552629 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 145 rows starting from the beginning of the part | ||
| 10225 | 2025.03.03 23:38:08.552898 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 145 rows starting from the beginning of the part | ||
| 10226 | 2025.03.03 23:38:08.554364 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10227 | 2025.03.03 23:38:08.554430 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10228 | 2025.03.03 23:38:08.555538 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10229 | 2025.03.03 23:38:08.556103 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2025.03.03 23:38:08.556177 [ 188 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 5 columns (5 merged, 0 gathered) in 0.005301551 sec., 170138.8895438335 rows/sec., 11.36 MiB/sec. | ||
| 10231 | 2025.03.03 23:38:08.556327 [ 92 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10232 | 2025.03.03 23:38:08.556434 [ 92 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10233 | 2025.03.03 23:38:08.556513 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10234 | 2025.03.03 23:38:08.556555 [ 188 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10235 | 2025.03.03 23:38:08.556597 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005497 sec., 20556.667273058032 rows/sec., 1.33 MiB/sec. | ||
| 10236 | 2025.03.03 23:38:08.556882 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10237 | 2025.03.03 23:38:08.556939 [ 5 ] {cbb788bb-4cd5-4ec5-914b-c9ac0323b4d3} <Debug> TCPHandler: Processed in 0.006089084 sec. | ||
| 10238 | 2025.03.03 23:38:08.557211 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10239 | 2025.03.03 23:38:08.557251 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10240 | 2025.03.03 23:38:08.557302 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 341 rows starting from the beginning of the part | ||
| 10241 | 2025.03.03 23:38:08.557647 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 10242 | 2025.03.03 23:38:08.557650 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10243 | 2025.03.03 23:38:08.557985 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 10244 | 2025.03.03 23:38:08.558004 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10245 | 2025.03.03 23:38:08.558081 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10246 | 2025.03.03 23:38:08.558326 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 341 rows starting from the beginning of the part | ||
| 10247 | 2025.03.03 23:38:08.558638 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part | ||
| 10248 | 2025.03.03 23:38:08.558919 [ 187 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
| 10249 | 2025.03.03 23:38:08.559661 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_38_8} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10250 | 2025.03.03 23:38:08.560034 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10251 | 2025.03.03 23:38:08.561419 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10252 | 2025.03.03 23:38:08.561516 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10253 | 2025.03.03 23:38:08.562419 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10254 | 2025.03.03 23:38:08.562454 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005828836 sec., 194549.9924856352 rows/sec., 13.57 MiB/sec. | ||
| 10255 | 2025.03.03 23:38:08.562697 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10256 | 2025.03.03 23:38:08.562876 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10257 | 2025.03.03 23:38:08.563294 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005777 sec., 19387.225203392765 rows/sec., 1.10 MiB/sec. | ||
| 10258 | 2025.03.03 23:38:08.563307 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2025.03.03 23:38:08.563460 [ 5 ] {d8dc1779-60d3-407c-bf19-d8ca164ee164} <Debug> TCPHandler: Processed in 0.00633171 sec. | ||
| 10260 | 2025.03.03 23:38:08.563533 [ 188 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_38_8} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10261 | 2025.03.03 23:38:08.563665 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10262 | 2025.03.03 23:38:08.563679 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 10263 | 2025.03.03 23:38:08.563786 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10264 | 2025.03.03 23:38:08.563836 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10265 | 2025.03.03 23:38:08.564582 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10266 | 2025.03.03 23:38:08.564622 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10267 | 2025.03.03 23:38:08.565006 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10268 | 2025.03.03 23:38:08.565256 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10269 | 2025.03.03 23:38:08.565461 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001697 sec., 248084.8556275781 rows/sec., 17.67 MiB/sec. | ||
| 10270 | 2025.03.03 23:38:08.565513 [ 5 ] {0d829eac-b517-4cca-874b-5ba9479ede20} <Debug> TCPHandler: Processed in 0.001937395 sec. | ||
| 10271 | 2025.03.03 23:38:08.565614 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10272 | 2025.03.03 23:38:08.565716 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10273 | 2025.03.03 23:38:08.565762 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10274 | 2025.03.03 23:38:08.566178 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2025.03.03 23:38:08.566217 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10276 | 2025.03.03 23:38:08.566573 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10277 | 2025.03.03 23:38:08.566811 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10278 | 2025.03.03 23:38:08.566971 [ 92 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10279 | 2025.03.03 23:38:08.567032 [ 92 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2025.03.03 23:38:08.567058 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 231.69 KiB/sec. | ||
| 10281 | 2025.03.03 23:38:08.567072 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10282 | 2025.03.03 23:38:08.567196 [ 5 ] {15d326bf-9d85-423b-92ca-de09d625dacf} <Debug> TCPHandler: Processed in 0.001629457 sec. | ||
| 10283 | 2025.03.03 23:38:08.567325 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10284 | 2025.03.03 23:38:08.567386 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10285 | 2025.03.03 23:38:08.567539 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10286 | 2025.03.03 23:38:08.567595 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10287 | 2025.03.03 23:38:08.567615 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 10288 | 2025.03.03 23:38:08.567695 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10289 | 2025.03.03 23:38:08.567929 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10290 | 2025.03.03 23:38:08.568309 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10291 | 2025.03.03 23:38:08.568609 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10292 | 2025.03.03 23:38:08.568911 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 10293 | 2025.03.03 23:38:08.569254 [ 188 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 10294 | 2025.03.03 23:38:08.570227 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2025.03.03 23:38:08.570301 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10296 | 2025.03.03 23:38:08.571397 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10297 | 2025.03.03 23:38:08.571778 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584871 sec., 49728.7709948655 rows/sec., 2.54 MiB/sec. | ||
| 10298 | 2025.03.03 23:38:08.571877 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2025.03.03 23:38:08.571934 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10300 | 2025.03.03 23:38:08.572213 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004682 sec., 50619.39342161469 rows/sec., 3.39 MiB/sec. | ||
| 10301 | 2025.03.03 23:38:08.572350 [ 5 ] {220b9214-74e2-4323-8fd4-5634fd20df7d} <Debug> TCPHandler: Processed in 0.005022133 sec. | ||
| 10302 | 2025.03.03 23:38:08.572654 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10303 | 2025.03.03 23:38:08.572744 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.03.03 23:38:08.573025 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_38_8} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10305 | 2025.03.03 23:38:08.573108 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10306 | 2025.03.03 23:38:08.573319 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10307 | 2025.03.03 23:38:08.573320 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10308 | 2025.03.03 23:38:08.574341 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10309 | 2025.03.03 23:38:08.574380 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10310 | 2025.03.03 23:38:08.574728 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10311 | 2025.03.03 23:38:08.574961 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10312 | 2025.03.03 23:38:08.575157 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002185 sec., 457.6659038901602 rows/sec., 30.84 KiB/sec. | ||
| 10313 | 2025.03.03 23:38:08.575205 [ 5 ] {6dd75dd5-1c1a-4c54-917e-472bfce06e17} <Debug> TCPHandler: Processed in 0.002592424 sec. | ||
| 10314 | 2025.03.03 23:38:08.575308 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10315 | 2025.03.03 23:38:08.575410 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10316 | 2025.03.03 23:38:08.575474 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10317 | 2025.03.03 23:38:08.576560 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10318 | 2025.03.03 23:38:08.576599 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10319 | 2025.03.03 23:38:08.577252 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10320 | 2025.03.03 23:38:08.577508 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10321 | 2025.03.03 23:38:08.577790 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002389 sec., 16324.822101297614 rows/sec., 29.25 MiB/sec. | ||
| 10322 | 2025.03.03 23:38:08.578286 [ 5 ] {2e9d906f-9096-4ff0-83d3-2397cf931f9f} <Debug> TCPHandler: Processed in 0.003024137 sec. | ||
| 10323 | 2025.03.03 23:38:08.578501 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10324 | 2025.03.03 23:38:08.578607 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10325 | 2025.03.03 23:38:08.578656 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10326 | 2025.03.03 23:38:08.579123 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10327 | 2025.03.03 23:38:08.579161 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 10328 | 2025.03.03 23:38:08.579526 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10329 | 2025.03.03 23:38:08.579756 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10330 | 2025.03.03 23:38:08.579997 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 10331 | 2025.03.03 23:38:08.580056 [ 5 ] {347f4356-72be-4b62-9c54-65207c320a09} <Debug> TCPHandler: Processed in 0.001608826 sec. | ||
| 10332 | 2025.03.03 23:38:12.055225 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10333 | 2025.03.03 23:38:12.055326 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10334 | 2025.03.03 23:38:12.241879 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10335 | 2025.03.03 23:38:12.242726 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10336 | 2025.03.03 23:38:12.242771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10337 | 2025.03.03 23:38:12.243305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10338 | 2025.03.03 23:38:12.243568 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2025.03.03 23:38:12.243846 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10340 | 2025.03.03 23:38:13.537620 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2025.03.03 23:38:13.537830 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10342 | 2025.03.03 23:38:13.537913 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10343 | 2025.03.03 23:38:13.538713 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2025.03.03 23:38:13.538768 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10345 | 2025.03.03 23:38:13.539204 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10346 | 2025.03.03 23:38:13.539457 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2025.03.03 23:38:13.539709 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec. | ||
| 10348 | 2025.03.03 23:38:13.539775 [ 5 ] {8adea12c-89f8-42d0-b570-edf4afc4124f} <Debug> TCPHandler: Processed in 0.002290805 sec. | ||
| 10349 | 2025.03.03 23:38:13.539886 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10350 | 2025.03.03 23:38:13.539996 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10351 | 2025.03.03 23:38:13.540044 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10352 | 2025.03.03 23:38:13.540596 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2025.03.03 23:38:13.540642 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10354 | 2025.03.03 23:38:13.541000 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10355 | 2025.03.03 23:38:13.541241 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2025.03.03 23:38:13.541482 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
| 10357 | 2025.03.03 23:38:13.541572 [ 5 ] {de097c25-7d16-4fab-a993-d36af90ade00} <Debug> TCPHandler: Processed in 0.001737069 sec. | ||
| 10358 | 2025.03.03 23:38:13.541709 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10359 | 2025.03.03 23:38:13.542008 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10360 | 2025.03.03 23:38:13.542151 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10361 | 2025.03.03 23:38:13.542707 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2025.03.03 23:38:13.542746 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10363 | 2025.03.03 23:38:13.543125 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10364 | 2025.03.03 23:38:13.543374 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.03.03 23:38:13.543617 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 10366 | 2025.03.03 23:38:13.543690 [ 5 ] {3458a52f-24a5-41d4-bb53-e33e3916e92a} <Debug> TCPHandler: Processed in 0.002057839 sec. | ||
| 10367 | 2025.03.03 23:38:13.543940 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10368 | 2025.03.03 23:38:13.544167 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10369 | 2025.03.03 23:38:13.544216 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10370 | 2025.03.03 23:38:13.544652 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2025.03.03 23:38:13.544691 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10372 | 2025.03.03 23:38:13.545049 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10373 | 2025.03.03 23:38:13.545279 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2025.03.03 23:38:13.545505 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
| 10375 | 2025.03.03 23:38:13.545609 [ 5 ] {5482a6b1-4d20-49b7-b11d-66450f6a24e2} <Debug> TCPHandler: Processed in 0.0017683 sec. | ||
| 10376 | 2025.03.03 23:38:13.965330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10377 | 2025.03.03 23:38:13.985954 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10378 | 2025.03.03 23:38:13.986017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10379 | 2025.03.03 23:38:13.993431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10380 | 2025.03.03 23:38:13.994229 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2025.03.03 23:38:13.997020 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10382 | 2025.03.03 23:38:14.981688 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2025.03.03 23:38:14.981900 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10384 | 2025.03.03 23:38:14.981978 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10385 | 2025.03.03 23:38:14.982819 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2025.03.03 23:38:14.982874 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10387 | 2025.03.03 23:38:14.983323 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10388 | 2025.03.03 23:38:14.983586 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.03.03 23:38:14.983836 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001988 sec., 106639.83903420522 rows/sec., 6.78 MiB/sec. | ||
| 10390 | 2025.03.03 23:38:14.983896 [ 5 ] {89e3c467-7142-419b-950f-c5d3b3737a55} <Debug> TCPHandler: Processed in 0.002346516 sec. | ||
| 10391 | 2025.03.03 23:38:14.984004 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10392 | 2025.03.03 23:38:14.984107 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10393 | 2025.03.03 23:38:14.984153 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10394 | 2025.03.03 23:38:14.984662 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10395 | 2025.03.03 23:38:14.984703 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10396 | 2025.03.03 23:38:14.985046 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 10397 | 2025.03.03 23:38:14.985288 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10398 | 2025.03.03 23:38:14.985536 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001445 sec., 2768.1660899653975 rows/sec., 225.72 KiB/sec. | ||
| 10399 | 2025.03.03 23:38:14.985658 [ 5 ] {6997e4c5-ffa1-4eef-8f55-dbd83998456f} <Debug> TCPHandler: Processed in 0.001701839 sec. | ||
| 10400 | 2025.03.03 23:38:14.985835 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10401 | 2025.03.03 23:38:14.985940 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10402 | 2025.03.03 23:38:14.985985 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10403 | 2025.03.03 23:38:14.987150 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10404 | 2025.03.03 23:38:14.987190 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10405 | 2025.03.03 23:38:14.987662 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10406 | 2025.03.03 23:38:14.987925 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10407 | 2025.03.03 23:38:14.988142 [ 83 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10408 | 2025.03.03 23:38:14.988159 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002232 sec., 823028.6738351254 rows/sec., 67.17 MiB/sec. | ||
| 10409 | 2025.03.03 23:38:14.988289 [ 83 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10410 | 2025.03.03 23:38:14.988338 [ 5 ] {540598ad-b48b-4400-b2ec-dd743ac554d0} <Debug> TCPHandler: Processed in 0.002563363 sec. | ||
| 10411 | 2025.03.03 23:38:14.988368 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10412 | 2025.03.03 23:38:14.988505 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2025.03.03 23:38:14.988625 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10414 | 2025.03.03 23:38:14.988668 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10415 | 2025.03.03 23:38:14.988759 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10416 | 2025.03.03 23:38:14.989023 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10417 | 2025.03.03 23:38:14.989113 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1844 rows starting from the beginning of the part | ||
| 10418 | 2025.03.03 23:38:14.989530 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 695 rows starting from the beginning of the part | ||
| 10419 | 2025.03.03 23:38:14.989916 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 10420 | 2025.03.03 23:38:14.990250 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 695 rows starting from the beginning of the part | ||
| 10421 | 2025.03.03 23:38:14.990521 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 10422 | 2025.03.03 23:38:14.990904 [ 188 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1837 rows starting from the beginning of the part | ||
| 10423 | 2025.03.03 23:38:14.991573 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10424 | 2025.03.03 23:38:14.991632 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10425 | 2025.03.03 23:38:14.992409 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10426 | 2025.03.03 23:38:14.992909 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10427 | 2025.03.03 23:38:14.993399 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.004751 sec., 31361.818564512734 rows/sec., 1.97 MiB/sec. | ||
| 10428 | 2025.03.03 23:38:14.993551 [ 5 ] {316170c4-9e18-4156-9225-22560b28bde1} <Debug> TCPHandler: Processed in 0.005118806 sec. | ||
| 10429 | 2025.03.03 23:38:14.993693 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10430 | 2025.03.03 23:38:14.993819 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10431 | 2025.03.03 23:38:14.993875 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10432 | 2025.03.03 23:38:14.995014 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5183 rows, containing 5 columns (5 merged, 0 gathered) in 0.006511636 sec., 795959.7250214845 rows/sec., 67.53 MiB/sec. | ||
| 10433 | 2025.03.03 23:38:14.995110 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.03.03 23:38:14.995156 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10435 | 2025.03.03 23:38:14.995378 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10436 | 2025.03.03 23:38:14.995863 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10437 | 2025.03.03 23:38:14.995962 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2025.03.03 23:38:14.996177 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_91_18} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10439 | 2025.03.03 23:38:14.996379 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10440 | 2025.03.03 23:38:14.996380 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 10441 | 2025.03.03 23:38:14.996665 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002872 sec., 118732.59052924791 rows/sec., 7.92 MiB/sec. | ||
| 10442 | 2025.03.03 23:38:14.996733 [ 5 ] {6af5580a-1520-4c67-9a15-dd58cf361f69} <Debug> TCPHandler: Processed in 0.003096779 sec. | ||
| 10443 | 2025.03.03 23:38:14.996837 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2025.03.03 23:38:14.996940 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10445 | 2025.03.03 23:38:14.996983 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10446 | 2025.03.03 23:38:14.997525 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2025.03.03 23:38:14.997564 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10448 | 2025.03.03 23:38:14.997909 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10449 | 2025.03.03 23:38:14.998142 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2025.03.03 23:38:14.998342 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 10451 | 2025.03.03 23:38:14.998391 [ 5 ] {82afb8ac-5434-407b-904a-99a7732f1fce} <Debug> TCPHandler: Processed in 0.001650717 sec. | ||
| 10452 | 2025.03.03 23:38:14.998485 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10453 | 2025.03.03 23:38:14.998580 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10454 | 2025.03.03 23:38:14.998623 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10455 | 2025.03.03 23:38:14.999476 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2025.03.03 23:38:14.999515 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10457 | 2025.03.03 23:38:14.999917 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10458 | 2025.03.03 23:38:15.000163 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2025.03.03 23:38:15.000407 [ 83 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10460 | 2025.03.03 23:38:15.000571 [ 83 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10461 | 2025.03.03 23:38:15.000690 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.002036 sec., 432711.1984282908 rows/sec., 31.33 MiB/sec. | ||
| 10462 | 2025.03.03 23:38:15.000695 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10463 | 2025.03.03 23:38:15.000921 [ 5 ] {34b8026b-7fe6-4093-8ed7-a69fe126c947} <Debug> TCPHandler: Processed in 0.002414379 sec. | ||
| 10464 | 2025.03.03 23:38:15.001457 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10465 | 2025.03.03 23:38:15.001739 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10466 | 2025.03.03 23:38:15.002019 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10467 | 2025.03.03 23:38:15.002267 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10468 | 2025.03.03 23:38:15.002610 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10469 | 2025.03.03 23:38:15.002945 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 10470 | 2025.03.03 23:38:15.003523 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 421 rows starting from the beginning of the part | ||
| 10471 | 2025.03.03 23:38:15.003887 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 10472 | 2025.03.03 23:38:15.004204 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 421 rows starting from the beginning of the part | ||
| 10473 | 2025.03.03 23:38:15.004637 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 10474 | 2025.03.03 23:38:15.004991 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10475 | 2025.03.03 23:38:15.005035 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 881 rows starting from the beginning of the part | ||
| 10476 | 2025.03.03 23:38:15.005074 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10477 | 2025.03.03 23:38:15.006153 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10478 | 2025.03.03 23:38:15.006652 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2025.03.03 23:38:15.007142 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005304 sec., 1131.2217194570137 rows/sec., 59.10 KiB/sec. | ||
| 10480 | 2025.03.03 23:38:15.007252 [ 5 ] {78eca934-9a6a-4eff-bee5-9121931378f4} <Debug> TCPHandler: Processed in 0.00596688 sec. | ||
| 10481 | 2025.03.03 23:38:15.007430 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10482 | 2025.03.03 23:38:15.007545 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10483 | 2025.03.03 23:38:15.007618 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10484 | 2025.03.03 23:38:15.008318 [ 191 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.00736221 sec., 375430.7470175396 rows/sec., 28.61 MiB/sec. | ||
| 10485 | 2025.03.03 23:38:15.008705 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10486 | 2025.03.03 23:38:15.009106 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10487 | 2025.03.03 23:38:15.009172 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10488 | 2025.03.03 23:38:15.009428 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10489 | 2025.03.03 23:38:15.009623 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_91_18} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10490 | 2025.03.03 23:38:15.009800 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10491 | 2025.03.03 23:38:15.009958 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10492 | 2025.03.03 23:38:15.010226 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2025.03.03 23:38:15.010406 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10494 | 2025.03.03 23:38:15.010465 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2025.03.03 23:38:15.010486 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.002956 sec., 334573.7483085251 rows/sec., 22.26 MiB/sec. | ||
| 10496 | 2025.03.03 23:38:15.010501 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10497 | 2025.03.03 23:38:15.010670 [ 5 ] {84eac72b-6711-44ef-8152-8f9a27a63363} <Debug> TCPHandler: Processed in 0.003292924 sec. | ||
| 10498 | 2025.03.03 23:38:15.010744 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10499 | 2025.03.03 23:38:15.010842 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10500 | 2025.03.03 23:38:15.010915 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10501 | 2025.03.03 23:38:15.010995 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25800 rows starting from the beginning of the part | ||
| 10502 | 2025.03.03 23:38:15.011061 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10503 | 2025.03.03 23:38:15.011239 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 10504 | 2025.03.03 23:38:15.011286 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10505 | 2025.03.03 23:38:15.011627 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 10506 | 2025.03.03 23:38:15.012018 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 10507 | 2025.03.03 23:38:15.012321 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10508 | 2025.03.03 23:38:15.012622 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 989 rows starting from the beginning of the part | ||
| 10509 | 2025.03.03 23:38:15.013437 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10510 | 2025.03.03 23:38:15.013505 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10511 | 2025.03.03 23:38:15.014125 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10512 | 2025.03.03 23:38:15.014498 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10513 | 2025.03.03 23:38:15.014780 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003783 sec., 264.34047052603756 rows/sec., 17.81 KiB/sec. | ||
| 10514 | 2025.03.03 23:38:15.015101 [ 5 ] {ec50ddc5-ba1f-4d05-bd6d-44f5e9ab46a4} <Debug> TCPHandler: Processed in 0.004316103 sec. | ||
| 10515 | 2025.03.03 23:38:15.015576 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10516 | 2025.03.03 23:38:15.015883 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10517 | 2025.03.03 23:38:15.016100 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10518 | 2025.03.03 23:38:15.018430 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10519 | 2025.03.03 23:38:15.018474 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10520 | 2025.03.03 23:38:15.019434 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10521 | 2025.03.03 23:38:15.019823 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10522 | 2025.03.03 23:38:15.020154 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004372 sec., 8920.402561756633 rows/sec., 15.98 MiB/sec. | ||
| 10523 | 2025.03.03 23:38:15.020635 [ 5 ] {dad071d1-7e27-43fd-8281-36ab8de0e8b7} <Debug> TCPHandler: Processed in 0.005216649 sec. | ||
| 10524 | 2025.03.03 23:38:15.021076 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10525 | 2025.03.03 23:38:15.021198 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10526 | 2025.03.03 23:38:15.021250 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10527 | 2025.03.03 23:38:15.021801 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2025.03.03 23:38:15.021840 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10529 | 2025.03.03 23:38:15.022315 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10530 | 2025.03.03 23:38:15.022618 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10531 | 2025.03.03 23:38:15.022934 [ 83 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10532 | 2025.03.03 23:38:15.023049 [ 83 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10533 | 2025.03.03 23:38:15.023133 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10534 | 2025.03.03 23:38:15.023475 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.002246 sec., 20480.854853072127 rows/sec., 1.24 MiB/sec. | ||
| 10535 | 2025.03.03 23:38:15.023498 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10536 | 2025.03.03 23:38:15.023487 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27583 rows, containing 5 columns (5 merged, 0 gathered) in 0.012845136 sec., 2147349.7828283017 rows/sec., 144.90 MiB/sec. | ||
| 10537 | 2025.03.03 23:38:15.023699 [ 5 ] {1727e529-d81f-4ea5-9572-5ea8136beff1} <Debug> TCPHandler: Processed in 0.002697817 sec. | ||
| 10538 | 2025.03.03 23:38:15.023903 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10539 | 2025.03.03 23:38:15.023950 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5088 rows starting from the beginning of the part | ||
| 10540 | 2025.03.03 23:38:15.024031 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10541 | 2025.03.03 23:38:15.024197 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 10542 | 2025.03.03 23:38:15.024465 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 10543 | 2025.03.03 23:38:15.024664 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 10544 | 2025.03.03 23:38:15.024817 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 10545 | 2025.03.03 23:38:15.025188 [ 193 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 46 rows starting from the beginning of the part | ||
| 10546 | 2025.03.03 23:38:15.025201 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10547 | 2025.03.03 23:38:15.025617 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10548 | 2025.03.03 23:38:15.025768 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10549 | 2025.03.03 23:38:15.027758 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5418 rows, containing 4 columns (4 merged, 0 gathered) in 0.004484728 sec., 1208100.023011429 rows/sec., 78.62 MiB/sec. | ||
| 10550 | 2025.03.03 23:38:15.028215 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10551 | 2025.03.03 23:38:15.028540 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10552 | 2025.03.03 23:38:15.028628 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_91_18} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10553 | 2025.03.03 23:38:15.028717 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10554 | 2025.03.03 23:38:17.367415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1482 | ||
| 10555 | 2025.03.03 23:38:17.371004 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10556 | 2025.03.03 23:38:17.371054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10557 | 2025.03.03 23:38:17.372509 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10558 | 2025.03.03 23:38:17.372809 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10559 | 2025.03.03 23:38:17.373420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10560 | 2025.03.03 23:38:18.534868 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10561 | 2025.03.03 23:38:18.535059 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10562 | 2025.03.03 23:38:18.535130 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10563 | 2025.03.03 23:38:18.535866 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2025.03.03 23:38:18.535917 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10565 | 2025.03.03 23:38:18.536350 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10566 | 2025.03.03 23:38:18.536602 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2025.03.03 23:38:18.536833 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.36 MiB/sec. | ||
| 10568 | 2025.03.03 23:38:18.536891 [ 5 ] {322ee6c8-0908-4926-ae61-d0baf4460ae8} <Debug> TCPHandler: Processed in 0.002155582 sec. | ||
| 10569 | 2025.03.03 23:38:18.537009 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10570 | 2025.03.03 23:38:18.537114 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10571 | 2025.03.03 23:38:18.537160 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10572 | 2025.03.03 23:38:18.537718 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2025.03.03 23:38:18.537758 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10574 | 2025.03.03 23:38:18.538114 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10575 | 2025.03.03 23:38:18.538349 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2025.03.03 23:38:18.538553 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
| 10577 | 2025.03.03 23:38:18.538605 [ 5 ] {48d3eb13-e64b-47f8-9594-52199b7dd0c4} <Debug> TCPHandler: Processed in 0.001648667 sec. | ||
| 10578 | 2025.03.03 23:38:18.538717 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10579 | 2025.03.03 23:38:18.538823 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10580 | 2025.03.03 23:38:18.538897 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10581 | 2025.03.03 23:38:18.539373 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2025.03.03 23:38:18.539411 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10583 | 2025.03.03 23:38:18.539787 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10584 | 2025.03.03 23:38:18.540022 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2025.03.03 23:38:18.540241 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001436 sec., 66852.36768802228 rows/sec., 4.66 MiB/sec. | ||
| 10586 | 2025.03.03 23:38:18.540327 [ 5 ] {fdbf0ca1-c4fb-4640-8374-719c9f0d8fcf} <Debug> TCPHandler: Processed in 0.001661098 sec. | ||
| 10587 | 2025.03.03 23:38:18.540461 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10588 | 2025.03.03 23:38:18.540738 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10589 | 2025.03.03 23:38:18.540877 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10590 | 2025.03.03 23:38:18.541422 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10591 | 2025.03.03 23:38:18.541461 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10592 | 2025.03.03 23:38:18.541828 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10593 | 2025.03.03 23:38:18.542061 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2025.03.03 23:38:18.542284 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00165 sec., 21818.18181818182 rows/sec., 1.47 MiB/sec. | ||
| 10595 | 2025.03.03 23:38:18.542378 [ 5 ] {741a0243-2d77-4e20-befc-3fcd2d4e52d2} <Debug> TCPHandler: Processed in 0.001994197 sec. | ||
| 10596 | 2025.03.03 23:38:19.744218 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10597 | 2025.03.03 23:38:19.745094 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2025.03.03 23:38:19.745143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10599 | 2025.03.03 23:38:19.745694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10600 | 2025.03.03 23:38:19.745980 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2025.03.03 23:38:19.746249 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10602 | 2025.03.03 23:38:21.497267 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10603 | 2025.03.03 23:38:21.519130 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2025.03.03 23:38:21.519185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10605 | 2025.03.03 23:38:21.526599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10606 | 2025.03.03 23:38:21.527414 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2025.03.03 23:38:21.530075 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10608 | 2025.03.03 23:38:23.537402 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2025.03.03 23:38:23.537613 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10610 | 2025.03.03 23:38:23.537693 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10611 | 2025.03.03 23:38:23.538409 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10612 | 2025.03.03 23:38:23.538458 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10613 | 2025.03.03 23:38:23.538948 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10614 | 2025.03.03 23:38:23.539208 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.03.03 23:38:23.539463 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 10616 | 2025.03.03 23:38:23.539520 [ 5 ] {6f994df7-2fc4-41b3-a453-02eedf08bb62} <Debug> TCPHandler: Processed in 0.002253534 sec. | ||
| 10617 | 2025.03.03 23:38:23.539636 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10618 | 2025.03.03 23:38:23.539741 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10619 | 2025.03.03 23:38:23.539786 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10620 | 2025.03.03 23:38:23.540318 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2025.03.03 23:38:23.540358 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10622 | 2025.03.03 23:38:23.540715 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10623 | 2025.03.03 23:38:23.540965 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2025.03.03 23:38:23.541226 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. | ||
| 10625 | 2025.03.03 23:38:23.541331 [ 5 ] {4a643482-dfd1-4470-ba89-d327004d700f} <Debug> TCPHandler: Processed in 0.00174434 sec. | ||
| 10626 | 2025.03.03 23:38:23.541462 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10627 | 2025.03.03 23:38:23.541794 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10628 | 2025.03.03 23:38:23.541977 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10629 | 2025.03.03 23:38:23.543099 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2025.03.03 23:38:23.543139 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10631 | 2025.03.03 23:38:23.543527 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10632 | 2025.03.03 23:38:23.543771 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2025.03.03 23:38:23.544003 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002347 sec., 68172.13463996591 rows/sec., 4.75 MiB/sec. | ||
| 10634 | 2025.03.03 23:38:23.544072 [ 5 ] {0b8d7921-a24d-4934-b4f3-34d789e5a60a} <Debug> TCPHandler: Processed in 0.002677096 sec. | ||
| 10635 | 2025.03.03 23:38:23.544292 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10636 | 2025.03.03 23:38:23.544523 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10637 | 2025.03.03 23:38:23.544572 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10638 | 2025.03.03 23:38:23.545007 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10639 | 2025.03.03 23:38:23.545045 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10640 | 2025.03.03 23:38:23.545415 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10641 | 2025.03.03 23:38:23.545659 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10642 | 2025.03.03 23:38:23.545870 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
| 10643 | 2025.03.03 23:38:23.545918 [ 5 ] {6edee438-8229-4197-892e-17abaee7a87d} <Debug> TCPHandler: Processed in 0.001724509 sec. | ||
| 10644 | 2025.03.03 23:38:27.055409 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10645 | 2025.03.03 23:38:27.055513 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10646 | 2025.03.03 23:38:27.246478 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10647 | 2025.03.03 23:38:27.247213 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10648 | 2025.03.03 23:38:27.247265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10649 | 2025.03.03 23:38:27.247820 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10650 | 2025.03.03 23:38:27.248105 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10651 | 2025.03.03 23:38:27.248338 [ 68 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10652 | 2025.03.03 23:38:27.248361 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10653 | 2025.03.03 23:38:27.248424 [ 68 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10654 | 2025.03.03 23:38:27.248454 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10655 | 2025.03.03 23:38:27.248611 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 10656 | 2025.03.03 23:38:27.248781 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10657 | 2025.03.03 23:38:27.248826 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10658 | 2025.03.03 23:38:27.248906 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10659 | 2025.03.03 23:38:27.249015 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10660 | 2025.03.03 23:38:27.249233 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10661 | 2025.03.03 23:38:27.249363 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10662 | 2025.03.03 23:38:27.249482 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10663 | 2025.03.03 23:38:27.252033 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003506269 sec., 7324309.686450184 rows/sec., 104.78 MiB/sec. | ||
| 10664 | 2025.03.03 23:38:27.252261 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10665 | 2025.03.03 23:38:27.252583 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2025.03.03 23:38:27.252671 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_56_11} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10667 | 2025.03.03 23:38:27.252766 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 10668 | 2025.03.03 23:38:27.373872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1498 | ||
| 10669 | 2025.03.03 23:38:27.376755 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10670 | 2025.03.03 23:38:27.376806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10671 | 2025.03.03 23:38:27.378279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10672 | 2025.03.03 23:38:27.378584 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10673 | 2025.03.03 23:38:27.378867 [ 68 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10674 | 2025.03.03 23:38:27.379048 [ 68 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10675 | 2025.03.03 23:38:27.379142 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10676 | 2025.03.03 23:38:27.379668 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 10677 | 2025.03.03 23:38:27.379902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10678 | 2025.03.03 23:38:27.380608 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10679 | 2025.03.03 23:38:27.380793 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1328 rows starting from the beginning of the part | ||
| 10680 | 2025.03.03 23:38:27.381510 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 10681 | 2025.03.03 23:38:27.382243 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 10682 | 2025.03.03 23:38:27.382935 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 10683 | 2025.03.03 23:38:27.383537 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part | ||
| 10684 | 2025.03.03 23:38:27.384147 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
| 10685 | 2025.03.03 23:38:27.392879 [ 189 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 72 columns (72 merged, 0 gathered) in 0.013575028 sec., 110349.68031005167 rows/sec., 85.42 MiB/sec. | ||
| 10686 | 2025.03.03 23:38:27.394742 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10687 | 2025.03.03 23:38:27.395554 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2025.03.03 23:38:27.395651 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_41_8} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10689 | 2025.03.03 23:38:27.395996 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10690 | 2025.03.03 23:38:28.545187 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10691 | 2025.03.03 23:38:28.545371 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10692 | 2025.03.03 23:38:28.545441 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10693 | 2025.03.03 23:38:28.546248 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10694 | 2025.03.03 23:38:28.546300 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10695 | 2025.03.03 23:38:28.546744 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10696 | 2025.03.03 23:38:28.547007 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10697 | 2025.03.03 23:38:28.547258 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00193 sec., 109844.55958549223 rows/sec., 6.99 MiB/sec. | ||
| 10698 | 2025.03.03 23:38:28.547381 [ 5 ] {57b0c2ee-5d46-484e-94c8-b3460fc8a738} <Debug> TCPHandler: Processed in 0.002319986 sec. | ||
| 10699 | 2025.03.03 23:38:28.547536 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10700 | 2025.03.03 23:38:28.547828 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10701 | 2025.03.03 23:38:28.547895 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10702 | 2025.03.03 23:38:28.548791 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2025.03.03 23:38:28.548830 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10704 | 2025.03.03 23:38:28.549237 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10705 | 2025.03.03 23:38:28.549482 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2025.03.03 23:38:28.549703 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001961 sec., 354411.01478837326 rows/sec., 28.30 MiB/sec. | ||
| 10707 | 2025.03.03 23:38:28.549772 [ 5 ] {15bbe168-aa4a-48b0-a33d-e830bd030caf} <Debug> TCPHandler: Processed in 0.002326026 sec. | ||
| 10708 | 2025.03.03 23:38:28.549910 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10709 | 2025.03.03 23:38:28.550200 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10710 | 2025.03.03 23:38:28.550323 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10711 | 2025.03.03 23:38:28.551074 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.03.03 23:38:28.551114 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10713 | 2025.03.03 23:38:28.551469 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10714 | 2025.03.03 23:38:28.551720 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.03.03 23:38:28.551969 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001864 sec., 77789.69957081546 rows/sec., 4.88 MiB/sec. | ||
| 10716 | 2025.03.03 23:38:28.552107 [ 5 ] {c81fc6b2-8470-4368-acba-e375b6ec1f76} <Debug> TCPHandler: Processed in 0.002256145 sec. | ||
| 10717 | 2025.03.03 23:38:28.552391 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10718 | 2025.03.03 23:38:28.552512 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10719 | 2025.03.03 23:38:28.552557 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10720 | 2025.03.03 23:38:28.553132 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10721 | 2025.03.03 23:38:28.553172 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10722 | 2025.03.03 23:38:28.553520 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10723 | 2025.03.03 23:38:28.553757 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10724 | 2025.03.03 23:38:28.553966 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec. | ||
| 10725 | 2025.03.03 23:38:28.554018 [ 5 ] {d436dd01-667b-4b27-9dfe-d575f0c765a2} <Debug> TCPHandler: Processed in 0.001731579 sec. | ||
| 10726 | 2025.03.03 23:38:28.554146 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10727 | 2025.03.03 23:38:28.554279 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10728 | 2025.03.03 23:38:28.554334 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10729 | 2025.03.03 23:38:28.555013 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10730 | 2025.03.03 23:38:28.555062 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10731 | 2025.03.03 23:38:28.555440 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10732 | 2025.03.03 23:38:28.555670 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10733 | 2025.03.03 23:38:28.555880 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00163 sec., 68711.65644171779 rows/sec., 3.91 MiB/sec. | ||
| 10734 | 2025.03.03 23:38:28.555932 [ 5 ] {19ccd153-1729-45c3-bbd1-47f6a861f99f} <Debug> TCPHandler: Processed in 0.001851753 sec. | ||
| 10735 | 2025.03.03 23:38:28.556032 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10736 | 2025.03.03 23:38:28.556133 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10737 | 2025.03.03 23:38:28.556177 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10738 | 2025.03.03 23:38:28.556866 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10739 | 2025.03.03 23:38:28.556906 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10740 | 2025.03.03 23:38:28.557266 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10741 | 2025.03.03 23:38:28.557498 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10742 | 2025.03.03 23:38:28.557667 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001555 sec., 270739.5498392283 rows/sec., 19.29 MiB/sec. | ||
| 10743 | 2025.03.03 23:38:28.557717 [ 5 ] {772f2079-266e-4c74-89ff-c482956f76d0} <Debug> TCPHandler: Processed in 0.001736069 sec. | ||
| 10744 | 2025.03.03 23:38:28.557840 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10745 | 2025.03.03 23:38:28.557975 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10746 | 2025.03.03 23:38:28.558029 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10747 | 2025.03.03 23:38:28.558471 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10748 | 2025.03.03 23:38:28.558507 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10749 | 2025.03.03 23:38:28.558845 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10750 | 2025.03.03 23:38:28.559080 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10751 | 2025.03.03 23:38:28.559274 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 10752 | 2025.03.03 23:38:28.559358 [ 5 ] {4ae00c29-c0f2-4930-b5a0-9e8bc849e443} <Debug> TCPHandler: Processed in 0.001579845 sec. | ||
| 10753 | 2025.03.03 23:38:28.559620 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10754 | 2025.03.03 23:38:28.559827 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10755 | 2025.03.03 23:38:28.559878 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10756 | 2025.03.03 23:38:28.560423 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10757 | 2025.03.03 23:38:28.560460 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10758 | 2025.03.03 23:38:28.560830 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10759 | 2025.03.03 23:38:28.561065 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2025.03.03 23:38:28.561236 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00145 sec., 163448.275862069 rows/sec., 10.96 MiB/sec. | ||
| 10761 | 2025.03.03 23:38:28.561285 [ 5 ] {6053e641-1fa8-4425-88e5-623782227495} <Debug> TCPHandler: Processed in 0.001767671 sec. | ||
| 10762 | 2025.03.03 23:38:28.561413 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10763 | 2025.03.03 23:38:28.561548 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10764 | 2025.03.03 23:38:28.561606 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10765 | 2025.03.03 23:38:28.562115 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10766 | 2025.03.03 23:38:28.562160 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10767 | 2025.03.03 23:38:28.562524 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10768 | 2025.03.03 23:38:28.562756 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10769 | 2025.03.03 23:38:28.562936 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 10770 | 2025.03.03 23:38:28.562985 [ 5 ] {d766a055-2451-40c6-8543-dc668468bcdf} <Debug> TCPHandler: Processed in 0.001636156 sec. | ||
| 10771 | 2025.03.03 23:38:28.563089 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10772 | 2025.03.03 23:38:28.563192 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10773 | 2025.03.03 23:38:28.563258 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10774 | 2025.03.03 23:38:28.564387 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2025.03.03 23:38:28.564425 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10776 | 2025.03.03 23:38:28.565084 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10777 | 2025.03.03 23:38:28.565341 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2025.03.03 23:38:28.565582 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00241 sec., 16182.572614107885 rows/sec., 29.00 MiB/sec. | ||
| 10779 | 2025.03.03 23:38:28.566109 [ 5 ] {778900f2-b6db-4167-9ecc-6da688a01358} <Debug> TCPHandler: Processed in 0.003065267 sec. | ||
| 10780 | 2025.03.03 23:38:28.566265 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10781 | 2025.03.03 23:38:28.566369 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10782 | 2025.03.03 23:38:28.566414 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10783 | 2025.03.03 23:38:28.566867 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2025.03.03 23:38:28.566905 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10785 | 2025.03.03 23:38:28.567260 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10786 | 2025.03.03 23:38:28.567492 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2025.03.03 23:38:28.567678 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001332 sec., 61561.56156156156 rows/sec., 3.91 MiB/sec. | ||
| 10788 | 2025.03.03 23:38:28.567782 [ 5 ] {0293f428-8ffd-4d67-8a08-8e1199fa64f8} <Debug> TCPHandler: Processed in 0.001566474 sec. | ||
| 10789 | 2025.03.03 23:38:29.030254 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10790 | 2025.03.03 23:38:29.052389 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10791 | 2025.03.03 23:38:29.052460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10792 | 2025.03.03 23:38:29.060057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10793 | 2025.03.03 23:38:29.060882 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10794 | 2025.03.03 23:38:29.061304 [ 66 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10795 | 2025.03.03 23:38:29.061447 [ 66 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10796 | 2025.03.03 23:38:29.061535 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10797 | 2025.03.03 23:38:29.062034 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 10798 | 2025.03.03 23:38:29.077487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10799 | 2025.03.03 23:38:29.079225 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10800 | 2025.03.03 23:38:29.080876 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10801 | 2025.03.03 23:38:29.086343 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10802 | 2025.03.03 23:38:29.091844 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10803 | 2025.03.03 23:38:29.097321 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10804 | 2025.03.03 23:38:29.102891 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10805 | 2025.03.03 23:38:29.107401 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10806 | 2025.03.03 23:38:29.171756 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.110053451 sec., 3834.500382909392 rows/sec., 19.83 MiB/sec. | ||
| 10807 | 2025.03.03 23:38:29.175046 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10808 | 2025.03.03 23:38:29.178032 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10809 | 2025.03.03 23:38:29.178163 [ 194 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_56_11} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10810 | 2025.03.03 23:38:29.180656 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10811 | 2025.03.03 23:38:30.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.56 MiB, peak 248.99 MiB, free memory in arenas 0.00 B, will set to 237.69 MiB (RSS), difference: 2.13 MiB | ||
| 10812 | 2025.03.03 23:38:33.538122 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10813 | 2025.03.03 23:38:33.538346 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10814 | 2025.03.03 23:38:33.538425 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10815 | 2025.03.03 23:38:33.539198 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10816 | 2025.03.03 23:38:33.539239 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10817 | 2025.03.03 23:38:33.539673 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10818 | 2025.03.03 23:38:33.539923 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10819 | 2025.03.03 23:38:33.540132 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec. | ||
| 10820 | 2025.03.03 23:38:33.540186 [ 5 ] {2dc9e623-63e5-4937-b118-5db03f76b356} <Debug> TCPHandler: Processed in 0.002196943 sec. | ||
| 10821 | 2025.03.03 23:38:33.540308 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10822 | 2025.03.03 23:38:33.540414 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10823 | 2025.03.03 23:38:33.540460 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10824 | 2025.03.03 23:38:33.540997 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2025.03.03 23:38:33.541034 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10826 | 2025.03.03 23:38:33.541395 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10827 | 2025.03.03 23:38:33.541628 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2025.03.03 23:38:33.541818 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001415 sec., 45229.68197879859 rows/sec., 3.53 MiB/sec. | ||
| 10829 | 2025.03.03 23:38:33.541896 [ 5 ] {5e753003-deb7-4bf1-a153-f9ef2517ddaa} <Debug> TCPHandler: Processed in 0.001639117 sec. | ||
| 10830 | 2025.03.03 23:38:33.542048 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10831 | 2025.03.03 23:38:33.542329 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10832 | 2025.03.03 23:38:33.542496 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10833 | 2025.03.03 23:38:33.545082 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10834 | 2025.03.03 23:38:33.545121 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10835 | 2025.03.03 23:38:33.545527 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10836 | 2025.03.03 23:38:33.545766 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10837 | 2025.03.03 23:38:33.545941 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003732 sec., 42872.454448017146 rows/sec., 2.99 MiB/sec. | ||
| 10838 | 2025.03.03 23:38:33.545994 [ 5 ] {59a99fce-9790-4aca-9122-dc8552734028} <Debug> TCPHandler: Processed in 0.004009005 sec. | ||
| 10839 | 2025.03.03 23:38:33.546098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10840 | 2025.03.03 23:38:33.546200 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10841 | 2025.03.03 23:38:33.546246 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10842 | 2025.03.03 23:38:33.546667 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2025.03.03 23:38:33.546704 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10844 | 2025.03.03 23:38:33.547066 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10845 | 2025.03.03 23:38:33.547297 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10846 | 2025.03.03 23:38:33.547471 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001294 sec., 46367.851622874805 rows/sec., 3.12 MiB/sec. | ||
| 10847 | 2025.03.03 23:38:33.547521 [ 5 ] {cdd9501e-ae3c-49c4-bf9d-4eaee5b93334} <Debug> TCPHandler: Processed in 0.001472952 sec. | ||
| 10848 | 2025.03.03 23:38:34.748624 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 10849 | 2025.03.03 23:38:34.749752 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2025.03.03 23:38:34.749838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10851 | 2025.03.03 23:38:34.750411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10852 | 2025.03.03 23:38:34.750679 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2025.03.03 23:38:34.750930 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 10854 | 2025.03.03 23:38:36.577630 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10855 | 2025.03.03 23:38:36.595867 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10856 | 2025.03.03 23:38:36.595915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10857 | 2025.03.03 23:38:36.602756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10858 | 2025.03.03 23:38:36.603495 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10859 | 2025.03.03 23:38:36.608032 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10860 | 2025.03.03 23:38:37.380120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1528 | ||
| 10861 | 2025.03.03 23:38:37.383133 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10862 | 2025.03.03 23:38:37.383196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10863 | 2025.03.03 23:38:37.384691 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10864 | 2025.03.03 23:38:37.385006 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10865 | 2025.03.03 23:38:37.385652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1528 | ||
| 10866 | 2025.03.03 23:38:38.545589 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10867 | 2025.03.03 23:38:38.545790 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10868 | 2025.03.03 23:38:38.545868 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10869 | 2025.03.03 23:38:38.546737 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10870 | 2025.03.03 23:38:38.546781 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10871 | 2025.03.03 23:38:38.547218 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10872 | 2025.03.03 23:38:38.547476 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10873 | 2025.03.03 23:38:38.547668 [ 57 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10874 | 2025.03.03 23:38:38.547737 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001998 sec., 106106.10610610609 rows/sec., 6.75 MiB/sec. | ||
| 10875 | 2025.03.03 23:38:38.547756 [ 57 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10876 | 2025.03.03 23:38:38.547833 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10877 | 2025.03.03 23:38:38.547867 [ 5 ] {637d256f-ce3d-4346-836b-e2080bac459f} <Debug> TCPHandler: Processed in 0.002405048 sec. | ||
| 10878 | 2025.03.03 23:38:38.548081 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10879 | 2025.03.03 23:38:38.548101 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 10880 | 2025.03.03 23:38:38.548248 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10881 | 2025.03.03 23:38:38.548353 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10882 | 2025.03.03 23:38:38.548482 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10883 | 2025.03.03 23:38:38.548593 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part | ||
| 10884 | 2025.03.03 23:38:38.548928 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part | ||
| 10885 | 2025.03.03 23:38:38.549280 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part | ||
| 10886 | 2025.03.03 23:38:38.549699 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part | ||
| 10887 | 2025.03.03 23:38:38.550064 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part | ||
| 10888 | 2025.03.03 23:38:38.551731 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10889 | 2025.03.03 23:38:38.551811 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10890 | 2025.03.03 23:38:38.552618 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656063 sec., 227660.14978749212 rows/sec., 15.35 MiB/sec. | ||
| 10891 | 2025.03.03 23:38:38.552755 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10892 | 2025.03.03 23:38:38.552810 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10893 | 2025.03.03 23:38:38.553225 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10894 | 2025.03.03 23:38:38.553334 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10895 | 2025.03.03 23:38:38.553485 [ 57 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10896 | 2025.03.03 23:38:38.553589 [ 57 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2025.03.03 23:38:38.553633 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_41_10} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10898 | 2025.03.03 23:38:38.553682 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10899 | 2025.03.03 23:38:38.553815 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005588 sec., 124373.65783822477 rows/sec., 9.93 MiB/sec. | ||
| 10900 | 2025.03.03 23:38:38.554040 [ 5 ] {7dcf3194-55a4-4587-a681-8027fb7e4e9d} <Debug> TCPHandler: Processed in 0.006034542 sec. | ||
| 10901 | 2025.03.03 23:38:38.554042 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10902 | 2025.03.03 23:38:38.554143 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10903 | 2025.03.03 23:38:38.554195 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10904 | 2025.03.03 23:38:38.554252 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10905 | 2025.03.03 23:38:38.554295 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1844 rows starting from the beginning of the part | ||
| 10906 | 2025.03.03 23:38:38.554317 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10907 | 2025.03.03 23:38:38.554439 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10908 | 2025.03.03 23:38:38.554463 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 10909 | 2025.03.03 23:38:38.554893 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10910 | 2025.03.03 23:38:38.555201 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 695 rows starting from the beginning of the part | ||
| 10911 | 2025.03.03 23:38:38.555551 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 10912 | 2025.03.03 23:38:38.555918 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 695 rows starting from the beginning of the part | ||
| 10913 | 2025.03.03 23:38:38.557048 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2025.03.03 23:38:38.557088 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10915 | 2025.03.03 23:38:38.557625 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10916 | 2025.03.03 23:38:38.557893 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2025.03.03 23:38:38.558142 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.003849 sec., 37672.12262925435 rows/sec., 2.36 MiB/sec. | ||
| 10918 | 2025.03.03 23:38:38.558284 [ 5 ] {a3f8f56b-60f3-4012-88da-fac74ff44e26} <Debug> TCPHandler: Processed in 0.004137347 sec. | ||
| 10919 | 2025.03.03 23:38:38.558420 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004612222 sec., 737605.4318287368 rows/sec., 62.29 MiB/sec. | ||
| 10920 | 2025.03.03 23:38:38.558450 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10921 | 2025.03.03 23:38:38.558568 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10922 | 2025.03.03 23:38:38.558629 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10923 | 2025.03.03 23:38:38.558760 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10924 | 2025.03.03 23:38:38.559429 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2025.03.03 23:38:38.559656 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_96_19} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10926 | 2025.03.03 23:38:38.559821 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10927 | 2025.03.03 23:38:38.559834 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10928 | 2025.03.03 23:38:38.559889 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10929 | 2025.03.03 23:38:38.560263 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10930 | 2025.03.03 23:38:38.560505 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10931 | 2025.03.03 23:38:38.560728 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002185 sec., 51716.2471395881 rows/sec., 3.35 MiB/sec. | ||
| 10932 | 2025.03.03 23:38:38.560786 [ 5 ] {adc9d326-cc48-46f4-896e-389fee45d7b6} <Debug> TCPHandler: Processed in 0.002387878 sec. | ||
| 10933 | 2025.03.03 23:38:38.560887 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10934 | 2025.03.03 23:38:38.560988 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10935 | 2025.03.03 23:38:38.561032 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10936 | 2025.03.03 23:38:38.561576 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10937 | 2025.03.03 23:38:38.561615 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10938 | 2025.03.03 23:38:38.561961 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10939 | 2025.03.03 23:38:38.562192 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10940 | 2025.03.03 23:38:38.562338 [ 57 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10941 | 2025.03.03 23:38:38.562397 [ 57 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10942 | 2025.03.03 23:38:38.562432 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10943 | 2025.03.03 23:38:38.562447 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 10944 | 2025.03.03 23:38:38.562645 [ 5 ] {f6998263-b4fa-4275-bc35-66094f6ca808} <Debug> TCPHandler: Processed in 0.001803522 sec. | ||
| 10945 | 2025.03.03 23:38:38.562693 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 10946 | 2025.03.03 23:38:38.562808 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2025.03.03 23:38:38.562873 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10948 | 2025.03.03 23:38:38.562958 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part | ||
| 10949 | 2025.03.03 23:38:38.563026 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10950 | 2025.03.03 23:38:38.563171 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10951 | 2025.03.03 23:38:38.563258 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
| 10952 | 2025.03.03 23:38:38.563705 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
| 10953 | 2025.03.03 23:38:38.564081 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
| 10954 | 2025.03.03 23:38:38.564441 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
| 10955 | 2025.03.03 23:38:38.565883 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10956 | 2025.03.03 23:38:38.565951 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10957 | 2025.03.03 23:38:38.566917 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004392605 sec., 127486.99234281252 rows/sec., 7.75 MiB/sec. | ||
| 10958 | 2025.03.03 23:38:38.566928 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10959 | 2025.03.03 23:38:38.567092 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10960 | 2025.03.03 23:38:38.567361 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2025.03.03 23:38:38.567635 [ 57 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10962 | 2025.03.03 23:38:38.567722 [ 57 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10963 | 2025.03.03 23:38:38.567807 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10964 | 2025.03.03 23:38:38.567848 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2025.03.03 23:38:38.567931 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00493 sec., 85395.53752535496 rows/sec., 6.08 MiB/sec. | ||
| 10966 | 2025.03.03 23:38:38.568246 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10967 | 2025.03.03 23:38:38.568257 [ 5 ] {ec25ad2c-3e8a-4eb0-abc5-9fdb97561a12} <Debug> TCPHandler: Processed in 0.005512677 sec. | ||
| 10968 | 2025.03.03 23:38:38.568271 [ 188 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_41_10} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10969 | 2025.03.03 23:38:38.568519 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10970 | 2025.03.03 23:38:38.568533 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10971 | 2025.03.03 23:38:38.568577 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10972 | 2025.03.03 23:38:38.568624 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 10973 | 2025.03.03 23:38:38.568681 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10974 | 2025.03.03 23:38:38.568835 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 10975 | 2025.03.03 23:38:38.568841 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10976 | 2025.03.03 23:38:38.569231 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10977 | 2025.03.03 23:38:38.569676 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 10978 | 2025.03.03 23:38:38.570019 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 10979 | 2025.03.03 23:38:38.570390 [ 186 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 421 rows starting from the beginning of the part | ||
| 10980 | 2025.03.03 23:38:38.571158 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10981 | 2025.03.03 23:38:38.571205 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10982 | 2025.03.03 23:38:38.571761 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10983 | 2025.03.03 23:38:38.572081 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10984 | 2025.03.03 23:38:38.572488 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00382 sec., 1570.6806282722514 rows/sec., 82.06 KiB/sec. | ||
| 10985 | 2025.03.03 23:38:38.572947 [ 5 ] {6b6274e7-ba69-488d-bfec-20fa26c88bd7} <Debug> TCPHandler: Processed in 0.004521469 sec. | ||
| 10986 | 2025.03.03 23:38:38.573177 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00523442 sec., 371960.9813503693 rows/sec., 28.41 MiB/sec. | ||
| 10987 | 2025.03.03 23:38:38.573353 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2025.03.03 23:38:38.573527 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10989 | 2025.03.03 23:38:38.573557 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10990 | 2025.03.03 23:38:38.573682 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10991 | 2025.03.03 23:38:38.574189 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10992 | 2025.03.03 23:38:38.574319 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_96_19} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10993 | 2025.03.03 23:38:38.574501 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10994 | 2025.03.03 23:38:38.574691 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10995 | 2025.03.03 23:38:38.574734 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10996 | 2025.03.03 23:38:38.575128 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10997 | 2025.03.03 23:38:38.575375 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10998 | 2025.03.03 23:38:38.575531 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10999 | 2025.03.03 23:38:38.575590 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2025.03.03 23:38:38.575620 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002097 sec., 113018.59799713877 rows/sec., 7.58 MiB/sec. | ||
| 11001 | 2025.03.03 23:38:38.575630 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11002 | 2025.03.03 23:38:38.575786 [ 5 ] {a0223a21-2873-4627-9733-81940bf7172d} <Debug> TCPHandler: Processed in 0.002559863 sec. | ||
| 11003 | 2025.03.03 23:38:38.575836 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11004 | 2025.03.03 23:38:38.575918 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11005 | 2025.03.03 23:38:38.575958 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11006 | 2025.03.03 23:38:38.575990 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27583 rows starting from the beginning of the part | ||
| 11007 | 2025.03.03 23:38:38.576048 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11008 | 2025.03.03 23:38:38.576133 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 96 rows starting from the beginning of the part | ||
| 11009 | 2025.03.03 23:38:38.576208 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11010 | 2025.03.03 23:38:38.576599 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11011 | 2025.03.03 23:38:38.576894 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11012 | 2025.03.03 23:38:38.577258 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 11013 | 2025.03.03 23:38:38.577641 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11014 | 2025.03.03 23:38:38.578359 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11015 | 2025.03.03 23:38:38.578404 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11016 | 2025.03.03 23:38:38.578841 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11017 | 2025.03.03 23:38:38.579175 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2025.03.03 23:38:38.579360 [ 57 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11019 | 2025.03.03 23:38:38.579489 [ 57 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2025.03.03 23:38:38.579551 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003516 sec., 284.4141069397042 rows/sec., 19.16 KiB/sec. | ||
| 11021 | 2025.03.03 23:38:38.579558 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11022 | 2025.03.03 23:38:38.579924 [ 5 ] {60648f8b-6a02-424f-95e1-586ea16d7879} <Debug> TCPHandler: Processed in 0.004051396 sec. | ||
| 11023 | 2025.03.03 23:38:38.580134 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 11024 | 2025.03.03 23:38:38.580282 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11025 | 2025.03.03 23:38:38.580683 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11026 | 2025.03.03 23:38:38.580708 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11027 | 2025.03.03 23:38:38.580840 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part | ||
| 11028 | 2025.03.03 23:38:38.581088 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11029 | 2025.03.03 23:38:38.581367 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11030 | 2025.03.03 23:38:38.581940 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11031 | 2025.03.03 23:38:38.582426 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11032 | 2025.03.03 23:38:38.582930 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11033 | 2025.03.03 23:38:38.583258 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 11034 | 2025.03.03 23:38:38.589207 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.009421689 sec., 4351.661363477398 rows/sec., 293.23 KiB/sec. | ||
| 11035 | 2025.03.03 23:38:38.589454 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28473 rows, containing 5 columns (5 merged, 0 gathered) in 0.013685031 sec., 2080594.4831253944 rows/sec., 140.44 MiB/sec. | ||
| 11036 | 2025.03.03 23:38:38.589571 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 11037 | 2025.03.03 23:38:38.589713 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2025.03.03 23:38:38.589810 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11039 | 2025.03.03 23:38:38.589941 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11040 | 2025.03.03 23:38:38.590580 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11041 | 2025.03.03 23:38:38.590823 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11042 | 2025.03.03 23:38:38.590895 [ 193 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_41_9} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 11043 | 2025.03.03 23:38:38.591097 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11044 | 2025.03.03 23:38:38.591163 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11045 | 2025.03.03 23:38:38.591312 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11046 | 2025.03.03 23:38:38.591638 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11047 | 2025.03.03 23:38:38.591916 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11048 | 2025.03.03 23:38:38.592093 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11049 | 2025.03.03 23:38:38.592167 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11050 | 2025.03.03 23:38:38.592203 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11051 | 2025.03.03 23:38:38.592244 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.011706 sec., 3331.6248077908767 rows/sec., 5.97 MiB/sec. | ||
| 11052 | 2025.03.03 23:38:38.592624 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 11053 | 2025.03.03 23:38:38.593257 [ 5 ] {cf5a75ba-1f1a-4a94-9479-fbaad7492312} <Debug> TCPHandler: Processed in 0.013082494 sec. | ||
| 11054 | 2025.03.03 23:38:38.593743 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11055 | 2025.03.03 23:38:38.593810 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11056 | 2025.03.03 23:38:38.593987 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11057 | 2025.03.03 23:38:38.593994 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1286 rows starting from the beginning of the part | ||
| 11058 | 2025.03.03 23:38:38.594104 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11059 | 2025.03.03 23:38:38.594989 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 11060 | 2025.03.03 23:38:38.595697 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 11061 | 2025.03.03 23:38:38.596454 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.03.03 23:38:38.596524 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 11063 | 2025.03.03 23:38:38.596532 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11064 | 2025.03.03 23:38:38.597246 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 11065 | 2025.03.03 23:38:38.597933 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 11066 | 2025.03.03 23:38:38.598117 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11067 | 2025.03.03 23:38:38.598914 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11068 | 2025.03.03 23:38:38.599164 [ 57 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11069 | 2025.03.03 23:38:38.599276 [ 57 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2025.03.03 23:38:38.599355 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11071 | 2025.03.03 23:38:38.599419 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005488 sec., 14941.690962099126 rows/sec., 971.76 KiB/sec. | ||
| 11072 | 2025.03.03 23:38:38.599894 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11073 | 2025.03.03 23:38:38.600509 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11074 | 2025.03.03 23:38:38.600614 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5418 rows starting from the beginning of the part | ||
| 11075 | 2025.03.03 23:38:38.601190 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 36 rows starting from the beginning of the part | ||
| 11076 | 2025.03.03 23:38:38.601382 [ 5 ] {526ead35-cae2-44e4-a3b5-36201d0e2a0b} <Debug> TCPHandler: Processed in 0.0077343 sec. | ||
| 11077 | 2025.03.03 23:38:38.601814 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11078 | 2025.03.03 23:38:38.602187 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 11079 | 2025.03.03 23:38:38.602724 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 11080 | 2025.03.03 23:38:38.602844 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 11081 | 2025.03.03 23:38:38.606849 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5738 rows, containing 4 columns (4 merged, 0 gathered) in 0.007334279 sec., 782353.6573942715 rows/sec., 50.93 MiB/sec. | ||
| 11082 | 2025.03.03 23:38:38.607829 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11083 | 2025.03.03 23:38:38.608148 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2025.03.03 23:38:38.609186 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_96_19} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11085 | 2025.03.03 23:38:38.609273 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11086 | 2025.03.03 23:38:38.611935 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1481 rows, containing 19 columns (19 merged, 0 gathered) in 0.019648451 sec., 75374.89850981128 rows/sec., 135.07 MiB/sec. | ||
| 11087 | 2025.03.03 23:38:38.613264 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11088 | 2025.03.03 23:38:38.613656 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11089 | 2025.03.03 23:38:38.613728 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11090 | 2025.03.03 23:38:38.613836 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
| 11091 | 2025.03.03 23:38:39.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.78 MiB, peak 250.41 MiB, free memory in arenas 0.00 B, will set to 242.95 MiB (RSS), difference: 4.17 MiB | ||
| 11092 | 2025.03.03 23:38:42.055559 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11093 | 2025.03.03 23:38:42.055637 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11094 | 2025.03.03 23:38:42.251114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11095 | 2025.03.03 23:38:42.251912 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11096 | 2025.03.03 23:38:42.251961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11097 | 2025.03.03 23:38:42.252508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11098 | 2025.03.03 23:38:42.252775 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11099 | 2025.03.03 23:38:42.253056 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11100 | 2025.03.03 23:38:43.537145 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11101 | 2025.03.03 23:38:43.537351 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11102 | 2025.03.03 23:38:43.537431 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11103 | 2025.03.03 23:38:43.538247 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11104 | 2025.03.03 23:38:43.538297 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11105 | 2025.03.03 23:38:43.538732 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11106 | 2025.03.03 23:38:43.538985 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11107 | 2025.03.03 23:38:43.539225 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 11108 | 2025.03.03 23:38:43.539281 [ 5 ] {15095326-e76e-4586-9a41-fdd7f6ee952d} <Debug> TCPHandler: Processed in 0.002273435 sec. | ||
| 11109 | 2025.03.03 23:38:43.539399 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11110 | 2025.03.03 23:38:43.539511 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11111 | 2025.03.03 23:38:43.539557 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11112 | 2025.03.03 23:38:43.540100 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11113 | 2025.03.03 23:38:43.540140 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11114 | 2025.03.03 23:38:43.540499 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11115 | 2025.03.03 23:38:43.540749 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11116 | 2025.03.03 23:38:43.540972 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 11117 | 2025.03.03 23:38:43.541075 [ 5 ] {91a094f4-ecd6-459f-947f-4d3e12e1da74} <Debug> TCPHandler: Processed in 0.001728459 sec. | ||
| 11118 | 2025.03.03 23:38:43.541202 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11119 | 2025.03.03 23:38:43.541498 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11120 | 2025.03.03 23:38:43.541663 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11121 | 2025.03.03 23:38:43.542275 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11122 | 2025.03.03 23:38:43.542315 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11123 | 2025.03.03 23:38:43.542691 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11124 | 2025.03.03 23:38:43.542931 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11125 | 2025.03.03 23:38:43.543134 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec. | ||
| 11126 | 2025.03.03 23:38:43.543185 [ 5 ] {25aa678e-43b6-486d-9f59-2dba67f47931} <Debug> TCPHandler: Processed in 0.002054959 sec. | ||
| 11127 | 2025.03.03 23:38:43.543288 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11128 | 2025.03.03 23:38:43.543389 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11129 | 2025.03.03 23:38:43.543435 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11130 | 2025.03.03 23:38:43.543899 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11131 | 2025.03.03 23:38:43.543939 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11132 | 2025.03.03 23:38:43.544318 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11133 | 2025.03.03 23:38:43.544552 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11134 | 2025.03.03 23:38:43.544750 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 11135 | 2025.03.03 23:38:43.544800 [ 5 ] {dd69a50e-74bb-40ac-8229-e7bcb4a4e397} <Debug> TCPHandler: Processed in 0.001560864 sec. | ||
| 11136 | 2025.03.03 23:38:44.108144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11137 | 2025.03.03 23:38:44.128143 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11138 | 2025.03.03 23:38:44.128207 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11139 | 2025.03.03 23:38:44.135584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11140 | 2025.03.03 23:38:44.136340 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11141 | 2025.03.03 23:38:44.139136 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11142 | 2025.03.03 23:38:44.976811 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11143 | 2025.03.03 23:38:44.977003 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11144 | 2025.03.03 23:38:44.977084 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11145 | 2025.03.03 23:38:44.977939 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2025.03.03 23:38:44.977994 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11147 | 2025.03.03 23:38:44.978446 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11148 | 2025.03.03 23:38:44.978698 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2025.03.03 23:38:44.978935 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001982 sec., 106962.66397578205 rows/sec., 6.80 MiB/sec. | ||
| 11150 | 2025.03.03 23:38:44.979000 [ 5 ] {6729d434-0f4d-4896-9bc0-758d9244f23a} <Debug> TCPHandler: Processed in 0.002321196 sec. | ||
| 11151 | 2025.03.03 23:38:44.979141 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11152 | 2025.03.03 23:38:44.979255 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11153 | 2025.03.03 23:38:44.979303 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11154 | 2025.03.03 23:38:44.979841 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11155 | 2025.03.03 23:38:44.979882 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11156 | 2025.03.03 23:38:44.980228 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 11157 | 2025.03.03 23:38:44.980469 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11158 | 2025.03.03 23:38:44.980729 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001499 sec., 9339.559706470982 rows/sec., 761.58 KiB/sec. | ||
| 11159 | 2025.03.03 23:38:44.980946 [ 5 ] {731246db-fea6-4499-8418-afa0a1b9af6f} <Debug> TCPHandler: Processed in 0.001855043 sec. | ||
| 11160 | 2025.03.03 23:38:44.981096 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11161 | 2025.03.03 23:38:44.981199 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11162 | 2025.03.03 23:38:44.981243 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11163 | 2025.03.03 23:38:44.982704 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11164 | 2025.03.03 23:38:44.982746 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11165 | 2025.03.03 23:38:44.983213 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11166 | 2025.03.03 23:38:44.983445 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11167 | 2025.03.03 23:38:44.983676 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002498 sec., 737389.9119295437 rows/sec., 60.16 MiB/sec. | ||
| 11168 | 2025.03.03 23:38:44.983728 [ 5 ] {72a28934-cfaa-4ca9-ac64-dad531a5d56e} <Debug> TCPHandler: Processed in 0.002690636 sec. | ||
| 11169 | 2025.03.03 23:38:44.983846 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11170 | 2025.03.03 23:38:44.983952 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11171 | 2025.03.03 23:38:44.983996 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11172 | 2025.03.03 23:38:44.984577 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11173 | 2025.03.03 23:38:44.984617 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11174 | 2025.03.03 23:38:44.984965 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11175 | 2025.03.03 23:38:44.985200 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11176 | 2025.03.03 23:38:44.985417 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.001486 sec., 106998.65410497983 rows/sec., 6.77 MiB/sec. | ||
| 11177 | 2025.03.03 23:38:44.985469 [ 5 ] {69a004a6-efa8-4b4c-ac5c-63bde2708b41} <Debug> TCPHandler: Processed in 0.001672998 sec. | ||
| 11178 | 2025.03.03 23:38:44.985593 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11179 | 2025.03.03 23:38:44.985697 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11180 | 2025.03.03 23:38:44.985741 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11181 | 2025.03.03 23:38:44.986400 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2025.03.03 23:38:44.986439 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11183 | 2025.03.03 23:38:44.986785 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11184 | 2025.03.03 23:38:44.987017 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2025.03.03 23:38:44.987274 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001597 sec., 213525.36005009394 rows/sec., 14.25 MiB/sec. | ||
| 11186 | 2025.03.03 23:38:44.987402 [ 5 ] {5a550f71-b48f-48e7-8717-4a53d3762a1d} <Debug> TCPHandler: Processed in 0.001856463 sec. | ||
| 11187 | 2025.03.03 23:38:44.987642 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11188 | 2025.03.03 23:38:44.987748 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11189 | 2025.03.03 23:38:44.987793 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11190 | 2025.03.03 23:38:44.988379 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2025.03.03 23:38:44.988418 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11192 | 2025.03.03 23:38:44.988759 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11193 | 2025.03.03 23:38:44.988987 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2025.03.03 23:38:44.989240 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001502 sec., 74567.24367509986 rows/sec., 4.25 MiB/sec. | ||
| 11195 | 2025.03.03 23:38:44.989419 [ 5 ] {297432da-92df-4c2d-8f98-77ada8fbda87} <Debug> TCPHandler: Processed in 0.001852543 sec. | ||
| 11196 | 2025.03.03 23:38:44.989640 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11197 | 2025.03.03 23:38:44.989743 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11198 | 2025.03.03 23:38:44.989789 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11199 | 2025.03.03 23:38:44.990676 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2025.03.03 23:38:44.990714 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11201 | 2025.03.03 23:38:44.991100 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11202 | 2025.03.03 23:38:44.991330 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2025.03.03 23:38:44.991544 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001823 sec., 488754.7997805815 rows/sec., 35.43 MiB/sec. | ||
| 11204 | 2025.03.03 23:38:44.991596 [ 5 ] {7758325b-853b-476b-a6cd-4d4544556bb5} <Debug> TCPHandler: Processed in 0.002037948 sec. | ||
| 11205 | 2025.03.03 23:38:44.991714 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11206 | 2025.03.03 23:38:44.991818 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11207 | 2025.03.03 23:38:44.991863 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11208 | 2025.03.03 23:38:44.992311 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2025.03.03 23:38:44.992349 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11210 | 2025.03.03 23:38:44.992694 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11211 | 2025.03.03 23:38:44.992925 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2025.03.03 23:38:44.993126 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
| 11213 | 2025.03.03 23:38:44.993177 [ 5 ] {05c93388-a1af-47da-8c9b-40bcea957b7c} <Debug> TCPHandler: Processed in 0.001513943 sec. | ||
| 11214 | 2025.03.03 23:38:44.993297 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11215 | 2025.03.03 23:38:44.993411 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11216 | 2025.03.03 23:38:44.993460 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11217 | 2025.03.03 23:38:44.994300 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2025.03.03 23:38:44.994351 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11219 | 2025.03.03 23:38:44.994890 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11220 | 2025.03.03 23:38:44.995137 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11221 | 2025.03.03 23:38:44.995376 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001984 sec., 501008.06451612903 rows/sec., 33.34 MiB/sec. | ||
| 11222 | 2025.03.03 23:38:44.995461 [ 5 ] {ad997d06-47a8-4bf9-8ab7-aa82909d3697} <Debug> TCPHandler: Processed in 0.002214053 sec. | ||
| 11223 | 2025.03.03 23:38:44.995647 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11224 | 2025.03.03 23:38:44.995950 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11225 | 2025.03.03 23:38:44.996042 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11226 | 2025.03.03 23:38:44.996486 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2025.03.03 23:38:44.996525 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11228 | 2025.03.03 23:38:44.996890 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11229 | 2025.03.03 23:38:44.997136 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2025.03.03 23:38:44.997342 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 11231 | 2025.03.03 23:38:44.997392 [ 5 ] {d26903d8-e79b-4b65-91da-4b32ec44020e} <Debug> TCPHandler: Processed in 0.001852112 sec. | ||
| 11232 | 2025.03.03 23:38:44.997499 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2025.03.03 23:38:44.997602 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11234 | 2025.03.03 23:38:44.997667 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11235 | 2025.03.03 23:38:44.998822 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2025.03.03 23:38:44.998862 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11237 | 2025.03.03 23:38:44.999507 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11238 | 2025.03.03 23:38:44.999767 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11239 | 2025.03.03 23:38:45.000002 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002422 sec., 16102.394715111477 rows/sec., 28.85 MiB/sec. | ||
| 11240 | 2025.03.03 23:38:45.000097 [ 5 ] {35a3541c-ab12-4260-a204-b00f18f68d57} <Debug> TCPHandler: Processed in 0.002649406 sec. | ||
| 11241 | 2025.03.03 23:38:45.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.16 MiB, peak 250.41 MiB, free memory in arenas 0.00 B, will set to 242.95 MiB (RSS), difference: -1.22 MiB | ||
| 11242 | 2025.03.03 23:38:45.000262 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11243 | 2025.03.03 23:38:45.000424 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11244 | 2025.03.03 23:38:45.000508 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11245 | 2025.03.03 23:38:45.001169 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11246 | 2025.03.03 23:38:45.001209 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11247 | 2025.03.03 23:38:45.001571 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11248 | 2025.03.03 23:38:45.001809 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2025.03.03 23:38:45.002046 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001643 sec., 27997.565429093123 rows/sec., 1.69 MiB/sec. | ||
| 11250 | 2025.03.03 23:38:45.002145 [ 5 ] {523f8af5-0c8e-4da3-93b0-8d420c9694b4} <Debug> TCPHandler: Processed in 0.001942986 sec. | ||
| 11251 | 2025.03.03 23:38:47.385898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1582 | ||
| 11252 | 2025.03.03 23:38:47.389456 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11253 | 2025.03.03 23:38:47.389506 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11254 | 2025.03.03 23:38:47.390963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11255 | 2025.03.03 23:38:47.391273 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11256 | 2025.03.03 23:38:47.392815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1582 | ||
| 11257 | 2025.03.03 23:38:48.534468 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11258 | 2025.03.03 23:38:48.534674 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11259 | 2025.03.03 23:38:48.534752 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11260 | 2025.03.03 23:38:48.535601 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11261 | 2025.03.03 23:38:48.535649 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11262 | 2025.03.03 23:38:48.536079 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11263 | 2025.03.03 23:38:48.536342 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11264 | 2025.03.03 23:38:48.536563 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. | ||
| 11265 | 2025.03.03 23:38:48.536619 [ 5 ] {a0d5a3e8-1842-45c3-9701-e25bf135edda} <Debug> TCPHandler: Processed in 0.002285215 sec. | ||
| 11266 | 2025.03.03 23:38:48.536749 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11267 | 2025.03.03 23:38:48.536855 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11268 | 2025.03.03 23:38:48.536927 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11269 | 2025.03.03 23:38:48.537472 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11270 | 2025.03.03 23:38:48.537512 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11271 | 2025.03.03 23:38:48.537861 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11272 | 2025.03.03 23:38:48.538102 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11273 | 2025.03.03 23:38:48.538307 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001473 sec., 43448.74405974203 rows/sec., 3.39 MiB/sec. | ||
| 11274 | 2025.03.03 23:38:48.538359 [ 5 ] {748aa184-f83d-4e80-9114-e5db50daf6f8} <Debug> TCPHandler: Processed in 0.001660827 sec. | ||
| 11275 | 2025.03.03 23:38:48.538476 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11276 | 2025.03.03 23:38:48.538583 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11277 | 2025.03.03 23:38:48.538632 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11278 | 2025.03.03 23:38:48.539133 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11279 | 2025.03.03 23:38:48.539172 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11280 | 2025.03.03 23:38:48.539548 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11281 | 2025.03.03 23:38:48.539783 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11282 | 2025.03.03 23:38:48.539988 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001427 sec., 67274.0014015417 rows/sec., 4.69 MiB/sec. | ||
| 11283 | 2025.03.03 23:38:48.540039 [ 5 ] {b2ce3828-ffd9-480e-8386-6ef73a5249e5} <Debug> TCPHandler: Processed in 0.001613086 sec. | ||
| 11284 | 2025.03.03 23:38:48.540154 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11285 | 2025.03.03 23:38:48.540261 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11286 | 2025.03.03 23:38:48.540307 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11287 | 2025.03.03 23:38:48.540739 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11288 | 2025.03.03 23:38:48.540779 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11289 | 2025.03.03 23:38:48.541147 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11290 | 2025.03.03 23:38:48.541389 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11291 | 2025.03.03 23:38:48.541585 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001347 sec., 26726.057906458795 rows/sec., 1.80 MiB/sec. | ||
| 11292 | 2025.03.03 23:38:48.541635 [ 5 ] {983ae65a-e1e7-4a50-bd46-9a5d42e0325a} <Debug> TCPHandler: Processed in 0.001531823 sec. | ||
| 11293 | 2025.03.03 23:38:49.753271 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11294 | 2025.03.03 23:38:49.754390 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11295 | 2025.03.03 23:38:49.754477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11296 | 2025.03.03 23:38:49.755065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11297 | 2025.03.03 23:38:49.755329 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11298 | 2025.03.03 23:38:49.755524 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11299 | 2025.03.03 23:38:51.639232 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11300 | 2025.03.03 23:38:51.659536 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11301 | 2025.03.03 23:38:51.659592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11302 | 2025.03.03 23:38:51.666919 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11303 | 2025.03.03 23:38:51.667680 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11304 | 2025.03.03 23:38:51.671833 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11305 | 2025.03.03 23:38:53.538101 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11306 | 2025.03.03 23:38:53.538286 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11307 | 2025.03.03 23:38:53.538356 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11308 | 2025.03.03 23:38:53.539078 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11309 | 2025.03.03 23:38:53.539130 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11310 | 2025.03.03 23:38:53.539551 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11311 | 2025.03.03 23:38:53.539796 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11312 | 2025.03.03 23:38:53.540055 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001815 sec., 30853.994490358127 rows/sec., 2.37 MiB/sec. | ||
| 11313 | 2025.03.03 23:38:53.540136 [ 5 ] {18fc447f-6d0e-48cf-b2b5-f7947bede306} <Debug> TCPHandler: Processed in 0.002167082 sec. | ||
| 11314 | 2025.03.03 23:38:53.540272 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11315 | 2025.03.03 23:38:53.540599 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11316 | 2025.03.03 23:38:53.540749 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11317 | 2025.03.03 23:38:53.541998 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11318 | 2025.03.03 23:38:53.542038 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11319 | 2025.03.03 23:38:53.542463 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11320 | 2025.03.03 23:38:53.542730 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11321 | 2025.03.03 23:38:53.542946 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002478 sec., 25827.2800645682 rows/sec., 2.02 MiB/sec. | ||
| 11322 | 2025.03.03 23:38:53.542998 [ 5 ] {7d264f67-3f2d-4d33-b6ef-7ba555e02300} <Debug> TCPHandler: Processed in 0.00279376 sec. | ||
| 11323 | 2025.03.03 23:38:53.543114 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11324 | 2025.03.03 23:38:53.543221 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11325 | 2025.03.03 23:38:53.543269 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11326 | 2025.03.03 23:38:53.543770 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11327 | 2025.03.03 23:38:53.543808 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11328 | 2025.03.03 23:38:53.544187 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11329 | 2025.03.03 23:38:53.544429 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2025.03.03 23:38:53.544673 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 11331 | 2025.03.03 23:38:53.544753 [ 5 ] {fede03a8-352f-43de-8729-de57d001a353} <Debug> TCPHandler: Processed in 0.001693458 sec. | ||
| 11332 | 2025.03.03 23:38:53.544947 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11333 | 2025.03.03 23:38:53.545210 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11334 | 2025.03.03 23:38:53.545267 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11335 | 2025.03.03 23:38:53.545726 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11336 | 2025.03.03 23:38:53.545765 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11337 | 2025.03.03 23:38:53.546138 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11338 | 2025.03.03 23:38:53.546374 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11339 | 2025.03.03 23:38:53.546579 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
| 11340 | 2025.03.03 23:38:53.546626 [ 5 ] {24a4300d-950f-4c63-a93e-44574876107d} <Debug> TCPHandler: Processed in 0.001780871 sec. | ||
| 11341 | 2025.03.03 23:38:55.108682 [ 32 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11342 | 2025.03.03 23:38:55.108756 [ 32 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11343 | 2025.03.03 23:38:55.108782 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11344 | 2025.03.03 23:38:55.108970 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11345 | 2025.03.03 23:38:55.109304 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11346 | 2025.03.03 23:38:55.109341 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 341 rows starting from the beginning of the part | ||
| 11347 | 2025.03.03 23:38:55.109424 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 341 rows starting from the beginning of the part | ||
| 11348 | 2025.03.03 23:38:55.109518 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
| 11349 | 2025.03.03 23:38:55.109794 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 11350 | 2025.03.03 23:38:55.109899 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 341 rows starting from the beginning of the part | ||
| 11351 | 2025.03.03 23:38:55.111119 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002257395 sec., 553292.6226911993 rows/sec., 38.83 MiB/sec. | ||
| 11352 | 2025.03.03 23:38:55.111382 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11353 | 2025.03.03 23:38:55.111799 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11354 | 2025.03.03 23:38:55.111907 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_42_9} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11355 | 2025.03.03 23:38:55.112032 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 11356 | 2025.03.03 23:38:55.237421 [ 32 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 11357 | 2025.03.03 23:38:55.237468 [ 32 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11358 | 2025.03.03 23:38:55.237489 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11359 | 2025.03.03 23:38:55.237683 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 11360 | 2025.03.03 23:38:55.237861 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11361 | 2025.03.03 23:38:55.237893 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 11362 | 2025.03.03 23:38:55.237967 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 11363 | 2025.03.03 23:38:55.238058 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 11364 | 2025.03.03 23:38:55.238175 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 11365 | 2025.03.03 23:38:55.238243 [ 197 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 11366 | 2025.03.03 23:38:55.239108 [ 191 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553864 sec., 34752.07611476937 rows/sec., 2.90 MiB/sec. | ||
| 11367 | 2025.03.03 23:38:55.239296 [ 194 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 11368 | 2025.03.03 23:38:55.239664 [ 194 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11369 | 2025.03.03 23:38:55.239761 [ 194 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_13_3} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 11370 | 2025.03.03 23:38:55.239867 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11371 | 2025.03.03 23:38:56.399840 [ 30 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11372 | 2025.03.03 23:38:56.399920 [ 30 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11373 | 2025.03.03 23:38:56.399943 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11374 | 2025.03.03 23:38:56.400161 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11375 | 2025.03.03 23:38:56.400454 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11376 | 2025.03.03 23:38:56.400491 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 163 rows starting from the beginning of the part | ||
| 11377 | 2025.03.03 23:38:56.400573 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 149 rows starting from the beginning of the part | ||
| 11378 | 2025.03.03 23:38:56.400666 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 145 rows starting from the beginning of the part | ||
| 11379 | 2025.03.03 23:38:56.400821 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 145 rows starting from the beginning of the part | ||
| 11380 | 2025.03.03 23:38:56.400902 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 159 rows starting from the beginning of the part | ||
| 11381 | 2025.03.03 23:38:56.401957 [ 194 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.001944306 sec., 391399.2962013181 rows/sec., 26.16 MiB/sec. | ||
| 11382 | 2025.03.03 23:38:56.402164 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11383 | 2025.03.03 23:38:56.402524 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11384 | 2025.03.03 23:38:56.402618 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_42_9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11385 | 2025.03.03 23:38:56.402724 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11386 | 2025.03.03 23:38:56.642336 [ 30 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11387 | 2025.03.03 23:38:56.642435 [ 30 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11388 | 2025.03.03 23:38:56.642481 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11389 | 2025.03.03 23:38:56.642820 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11390 | 2025.03.03 23:38:56.643224 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11391 | 2025.03.03 23:38:56.643275 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 11392 | 2025.03.03 23:38:56.643352 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11393 | 2025.03.03 23:38:56.643574 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11394 | 2025.03.03 23:38:56.643845 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11395 | 2025.03.03 23:38:56.644038 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 11396 | 2025.03.03 23:38:56.645361 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002755348 sec., 91458.50179360285 rows/sec., 4.67 MiB/sec. | ||
| 11397 | 2025.03.03 23:38:56.645590 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11398 | 2025.03.03 23:38:56.645982 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11399 | 2025.03.03 23:38:56.646081 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_42_9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11400 | 2025.03.03 23:38:56.646195 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11401 | 2025.03.03 23:38:57.055894 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11402 | 2025.03.03 23:38:57.055939 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11403 | 2025.03.03 23:38:57.255644 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11404 | 2025.03.03 23:38:57.256415 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11405 | 2025.03.03 23:38:57.256465 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11406 | 2025.03.03 23:38:57.256980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11407 | 2025.03.03 23:38:57.257244 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11408 | 2025.03.03 23:38:57.257509 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11409 | 2025.03.03 23:38:57.393139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1598 | ||
| 11410 | 2025.03.03 23:38:57.396138 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11411 | 2025.03.03 23:38:57.396202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11412 | 2025.03.03 23:38:57.397679 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11413 | 2025.03.03 23:38:57.397997 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11414 | 2025.03.03 23:38:57.398632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1598 | ||
| 11415 | 2025.03.03 23:38:58.000220 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.95 MiB, peak 250.41 MiB, free memory in arenas 0.00 B, will set to 242.95 MiB (RSS), difference: 3.99 MiB | ||
| 11416 | 2025.03.03 23:38:58.545813 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11417 | 2025.03.03 23:38:58.546159 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11418 | 2025.03.03 23:38:58.546265 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11419 | 2025.03.03 23:38:58.547198 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11420 | 2025.03.03 23:38:58.547250 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11421 | 2025.03.03 23:38:58.547681 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11422 | 2025.03.03 23:38:58.547939 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11423 | 2025.03.03 23:38:58.548218 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002127 sec., 99670.8979783733 rows/sec., 6.34 MiB/sec. | ||
| 11424 | 2025.03.03 23:38:58.548298 [ 5 ] {aaae9653-30ad-47e3-a782-b4fa60b3deaf} <Debug> TCPHandler: Processed in 0.002727268 sec. | ||
| 11425 | 2025.03.03 23:38:58.548575 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11426 | 2025.03.03 23:38:58.548711 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11427 | 2025.03.03 23:38:58.548758 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11428 | 2025.03.03 23:38:58.549655 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11429 | 2025.03.03 23:38:58.549695 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11430 | 2025.03.03 23:38:58.550089 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11431 | 2025.03.03 23:38:58.550327 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11432 | 2025.03.03 23:38:58.550513 [ 28 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11433 | 2025.03.03 23:38:58.550559 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001861 sec., 373455.1316496507 rows/sec., 29.82 MiB/sec. | ||
| 11434 | 2025.03.03 23:38:58.550600 [ 28 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11435 | 2025.03.03 23:38:58.550661 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11436 | 2025.03.03 23:38:58.550678 [ 5 ] {aaf148b2-312f-44a8-b7ac-6b4b5c0f9394} <Debug> TCPHandler: Processed in 0.002201173 sec. | ||
| 11437 | 2025.03.03 23:38:58.550881 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11438 | 2025.03.03 23:38:58.550898 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11439 | 2025.03.03 23:38:58.551135 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11440 | 2025.03.03 23:38:58.551141 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11441 | 2025.03.03 23:38:58.551227 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1844 rows starting from the beginning of the part | ||
| 11442 | 2025.03.03 23:38:58.551230 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11443 | 2025.03.03 23:38:58.551584 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 11444 | 2025.03.03 23:38:58.551910 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1842 rows starting from the beginning of the part | ||
| 11445 | 2025.03.03 23:38:58.552293 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 11446 | 2025.03.03 23:38:58.552763 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11447 | 2025.03.03 23:38:58.553068 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 695 rows starting from the beginning of the part | ||
| 11448 | 2025.03.03 23:38:58.553944 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11449 | 2025.03.03 23:38:58.554008 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11450 | 2025.03.03 23:38:58.554818 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11451 | 2025.03.03 23:38:58.555367 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11452 | 2025.03.03 23:38:58.555675 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004616 sec., 31412.478336221833 rows/sec., 1.97 MiB/sec. | ||
| 11453 | 2025.03.03 23:38:58.555749 [ 5 ] {5e58ba03-0730-4bc7-81f6-4a72029e0ffb} <Debug> TCPHandler: Processed in 0.004932991 sec. | ||
| 11454 | 2025.03.03 23:38:58.555883 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11455 | 2025.03.03 23:38:58.555996 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11456 | 2025.03.03 23:38:58.556044 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11457 | 2025.03.03 23:38:58.556604 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.005840907 sec., 778817.3994210146 rows/sec., 66.17 MiB/sec. | ||
| 11458 | 2025.03.03 23:38:58.557033 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11459 | 2025.03.03 23:38:58.557419 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11460 | 2025.03.03 23:38:58.557495 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11461 | 2025.03.03 23:38:58.557729 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11462 | 2025.03.03 23:38:58.557903 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_101_20} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11463 | 2025.03.03 23:38:58.558088 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 11464 | 2025.03.03 23:38:58.558169 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11465 | 2025.03.03 23:38:58.558413 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2025.03.03 23:38:58.558666 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002689 sec., 42023.05689847527 rows/sec., 2.72 MiB/sec. | ||
| 11467 | 2025.03.03 23:38:58.558785 [ 5 ] {a0feb2c6-3b97-46b0-b1cc-e9195d7800bb} <Debug> TCPHandler: Processed in 0.002963514 sec. | ||
| 11468 | 2025.03.03 23:38:58.559026 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11469 | 2025.03.03 23:38:58.559149 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11470 | 2025.03.03 23:38:58.559194 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11471 | 2025.03.03 23:38:58.559770 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11472 | 2025.03.03 23:38:58.559809 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11473 | 2025.03.03 23:38:58.560159 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11474 | 2025.03.03 23:38:58.560394 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11475 | 2025.03.03 23:38:58.560656 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001518 sec., 73781.29117259552 rows/sec., 4.20 MiB/sec. | ||
| 11476 | 2025.03.03 23:38:58.560711 [ 5 ] {98e048ea-6246-4558-b5bf-3e692a72d445} <Debug> TCPHandler: Processed in 0.001780501 sec. | ||
| 11477 | 2025.03.03 23:38:58.560978 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11478 | 2025.03.03 23:38:58.561178 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11479 | 2025.03.03 23:38:58.561226 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11480 | 2025.03.03 23:38:58.561921 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2025.03.03 23:38:58.561960 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11482 | 2025.03.03 23:38:58.562332 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11483 | 2025.03.03 23:38:58.562570 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2025.03.03 23:38:58.562784 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001634 sec., 257649.9388004896 rows/sec., 18.35 MiB/sec. | ||
| 11485 | 2025.03.03 23:38:58.562803 [ 23 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11486 | 2025.03.03 23:38:58.562850 [ 5 ] {27ad5316-6f1a-4822-af4f-f75e73675921} <Debug> TCPHandler: Processed in 0.001974846 sec. | ||
| 11487 | 2025.03.03 23:38:58.562936 [ 23 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2025.03.03 23:38:58.563005 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11489 | 2025.03.03 23:38:58.563033 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11490 | 2025.03.03 23:38:58.563325 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11491 | 2025.03.03 23:38:58.563425 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11492 | 2025.03.03 23:38:58.563426 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11493 | 2025.03.03 23:38:58.563867 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11494 | 2025.03.03 23:38:58.563968 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 11495 | 2025.03.03 23:38:58.564221 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 11496 | 2025.03.03 23:38:58.564507 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 891 rows starting from the beginning of the part | ||
| 11497 | 2025.03.03 23:38:58.564816 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 11498 | 2025.03.03 23:38:58.565084 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11499 | 2025.03.03 23:38:58.565402 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 421 rows starting from the beginning of the part | ||
| 11500 | 2025.03.03 23:38:58.566031 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11501 | 2025.03.03 23:38:58.566099 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11502 | 2025.03.03 23:38:58.567000 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11503 | 2025.03.03 23:38:58.567509 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11504 | 2025.03.03 23:38:58.568034 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004835 sec., 1240.9513960703207 rows/sec., 64.83 KiB/sec. | ||
| 11505 | 2025.03.03 23:38:58.568108 [ 5 ] {cbf9fa52-30c1-478e-8c87-9606dfb3458e} <Debug> TCPHandler: Processed in 0.005139097 sec. | ||
| 11506 | 2025.03.03 23:38:58.568224 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11507 | 2025.03.03 23:38:58.568397 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11508 | 2025.03.03 23:38:58.568544 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11509 | 2025.03.03 23:38:58.568888 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005772615 sec., 418701.05662684934 rows/sec., 32.07 MiB/sec. | ||
| 11510 | 2025.03.03 23:38:58.569154 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11511 | 2025.03.03 23:38:58.569716 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11512 | 2025.03.03 23:38:58.569833 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2025.03.03 23:38:58.569876 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_101_20} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11514 | 2025.03.03 23:38:58.569902 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11515 | 2025.03.03 23:38:58.570032 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11516 | 2025.03.03 23:38:58.570427 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11517 | 2025.03.03 23:38:58.570670 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11518 | 2025.03.03 23:38:58.570857 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11519 | 2025.03.03 23:38:58.570918 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002587 sec., 91611.90568225745 rows/sec., 6.14 MiB/sec. | ||
| 11520 | 2025.03.03 23:38:58.570924 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11521 | 2025.03.03 23:38:58.571009 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11522 | 2025.03.03 23:38:58.571064 [ 5 ] {ca8c9498-ecec-4d13-8430-f3069d52cd5d} <Debug> TCPHandler: Processed in 0.002894853 sec. | ||
| 11523 | 2025.03.03 23:38:58.571259 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11524 | 2025.03.03 23:38:58.571298 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11525 | 2025.03.03 23:38:58.571507 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11526 | 2025.03.03 23:38:58.571522 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11527 | 2025.03.03 23:38:58.571560 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28473 rows starting from the beginning of the part | ||
| 11528 | 2025.03.03 23:38:58.571624 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11529 | 2025.03.03 23:38:58.571855 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 11530 | 2025.03.03 23:38:58.572296 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 994 rows starting from the beginning of the part | ||
| 11531 | 2025.03.03 23:38:58.572640 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 96 rows starting from the beginning of the part | ||
| 11532 | 2025.03.03 23:38:58.572945 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 11533 | 2025.03.03 23:38:58.573153 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 11534 | 2025.03.03 23:38:58.573987 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2025.03.03 23:38:58.574061 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11536 | 2025.03.03 23:38:58.574766 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11537 | 2025.03.03 23:38:58.575076 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2025.03.03 23:38:58.575311 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003877 sec., 257.9313902501935 rows/sec., 17.38 KiB/sec. | ||
| 11539 | 2025.03.03 23:38:58.575466 [ 5 ] {0969ced6-63f3-4fb2-88bf-05afb9516434} <Debug> TCPHandler: Processed in 0.004243241 sec. | ||
| 11540 | 2025.03.03 23:38:58.575695 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11541 | 2025.03.03 23:38:58.575915 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11542 | 2025.03.03 23:38:58.576128 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11543 | 2025.03.03 23:38:58.578024 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11544 | 2025.03.03 23:38:58.578097 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11545 | 2025.03.03 23:38:58.578926 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11546 | 2025.03.03 23:38:58.579285 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11547 | 2025.03.03 23:38:58.579775 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003914 sec., 9964.230965763925 rows/sec., 17.86 MiB/sec. | ||
| 11548 | 2025.03.03 23:38:58.580417 [ 5 ] {e9c63fea-4f80-4fbb-a9d8-c8acad281d39} <Debug> TCPHandler: Processed in 0.004802447 sec. | ||
| 11549 | 2025.03.03 23:38:58.580772 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11550 | 2025.03.03 23:38:58.580942 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11551 | 2025.03.03 23:38:58.581047 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11552 | 2025.03.03 23:38:58.581623 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11553 | 2025.03.03 23:38:58.581677 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11554 | 2025.03.03 23:38:58.582118 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30120 rows, containing 5 columns (5 merged, 0 gathered) in 0.010997734 sec., 2738745.999857789 rows/sec., 184.85 MiB/sec. | ||
| 11555 | 2025.03.03 23:38:58.582407 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11556 | 2025.03.03 23:38:58.582540 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11557 | 2025.03.03 23:38:58.582830 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11558 | 2025.03.03 23:38:58.583113 [ 23 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11559 | 2025.03.03 23:38:58.583155 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11560 | 2025.03.03 23:38:58.583206 [ 23 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2025.03.03 23:38:58.583287 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11562 | 2025.03.03 23:38:58.583380 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002438 sec., 33634.12633305988 rows/sec., 2.14 MiB/sec. | ||
| 11563 | 2025.03.03 23:38:58.583501 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11564 | 2025.03.03 23:38:58.583720 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11565 | 2025.03.03 23:38:58.583745 [ 5 ] {19849c27-7471-4658-a5c5-f1bd6c045818} <Debug> TCPHandler: Processed in 0.003042587 sec. | ||
| 11566 | 2025.03.03 23:38:58.583757 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 11567 | 2025.03.03 23:38:58.583932 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11568 | 2025.03.03 23:38:58.583961 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5738 rows starting from the beginning of the part | ||
| 11569 | 2025.03.03 23:38:58.584028 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 11570 | 2025.03.03 23:38:58.584246 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 46 rows starting from the beginning of the part | ||
| 11571 | 2025.03.03 23:38:58.584460 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part | ||
| 11572 | 2025.03.03 23:38:58.584617 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 11573 | 2025.03.03 23:38:58.584778 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 11574 | 2025.03.03 23:38:58.586562 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6022 rows, containing 4 columns (4 merged, 0 gathered) in 0.003137259 sec., 1919509.9926400722 rows/sec., 124.95 MiB/sec. | ||
| 11575 | 2025.03.03 23:38:58.586947 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11576 | 2025.03.03 23:38:58.587259 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11577 | 2025.03.03 23:38:58.587349 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_101_20} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11578 | 2025.03.03 23:38:58.587429 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11579 | 2025.03.03 23:38:59.171899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11580 | 2025.03.03 23:38:59.192699 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11581 | 2025.03.03 23:38:59.192750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 11582 | 2025.03.03 23:38:59.200153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11583 | 2025.03.03 23:38:59.200949 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11584 | 2025.03.03 23:38:59.204207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11585 | 2025.03.03 23:39:03.538573 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11586 | 2025.03.03 23:39:03.538798 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11587 | 2025.03.03 23:39:03.538877 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11588 | 2025.03.03 23:39:03.539709 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11589 | 2025.03.03 23:39:03.539765 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11590 | 2025.03.03 23:39:03.540200 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11591 | 2025.03.03 23:39:03.540466 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11592 | 2025.03.03 23:39:03.540699 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec. | ||
| 11593 | 2025.03.03 23:39:03.540756 [ 5 ] {4e797a50-a972-41ee-a423-054509b3f4c8} <Debug> TCPHandler: Processed in 0.002325846 sec. | ||
| 11594 | 2025.03.03 23:39:03.540889 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11595 | 2025.03.03 23:39:03.541027 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11596 | 2025.03.03 23:39:03.541081 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11597 | 2025.03.03 23:39:03.541741 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11598 | 2025.03.03 23:39:03.541781 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11599 | 2025.03.03 23:39:03.542150 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11600 | 2025.03.03 23:39:03.542391 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11601 | 2025.03.03 23:39:03.542608 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. | ||
| 11602 | 2025.03.03 23:39:03.542661 [ 5 ] {4414eb40-c5e7-47be-8535-86665070d919} <Debug> TCPHandler: Processed in 0.001835773 sec. | ||
| 11603 | 2025.03.03 23:39:03.542784 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11604 | 2025.03.03 23:39:03.542913 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11605 | 2025.03.03 23:39:03.542972 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11606 | 2025.03.03 23:39:03.543570 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2025.03.03 23:39:03.543617 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11608 | 2025.03.03 23:39:03.544012 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11609 | 2025.03.03 23:39:03.544249 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11610 | 2025.03.03 23:39:03.544457 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 11611 | 2025.03.03 23:39:03.544508 [ 5 ] {ee554122-8741-4177-ba29-adcf6d4fa972} <Debug> TCPHandler: Processed in 0.001784251 sec. | ||
| 11612 | 2025.03.03 23:39:03.544608 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11613 | 2025.03.03 23:39:03.544711 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11614 | 2025.03.03 23:39:03.544756 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11615 | 2025.03.03 23:39:03.545171 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11616 | 2025.03.03 23:39:03.545210 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11617 | 2025.03.03 23:39:03.545563 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11618 | 2025.03.03 23:39:03.545797 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11619 | 2025.03.03 23:39:03.546017 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 11620 | 2025.03.03 23:39:03.546071 [ 5 ] {401debca-1405-4421-bd47-fa91682ed8b7} <Debug> TCPHandler: Processed in 0.001511923 sec. | ||
| 11621 | 2025.03.03 23:39:04.757649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11622 | 2025.03.03 23:39:04.758402 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11623 | 2025.03.03 23:39:04.758459 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11624 | 2025.03.03 23:39:04.759038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11625 | 2025.03.03 23:39:04.759326 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2025.03.03 23:39:04.759551 [ 121 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11627 | 2025.03.03 23:39:04.759575 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11628 | 2025.03.03 23:39:04.759647 [ 121 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11629 | 2025.03.03 23:39:04.759679 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11630 | 2025.03.03 23:39:04.759801 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 11631 | 2025.03.03 23:39:04.759901 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11632 | 2025.03.03 23:39:04.759935 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11633 | 2025.03.03 23:39:04.760006 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11634 | 2025.03.03 23:39:04.760094 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11635 | 2025.03.03 23:39:04.760305 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11636 | 2025.03.03 23:39:04.760523 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11637 | 2025.03.03 23:39:04.760711 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11638 | 2025.03.03 23:39:04.763314 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003559382 sec., 7849115.380141834 rows/sec., 112.28 MiB/sec. | ||
| 11639 | 2025.03.03 23:39:04.763716 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11640 | 2025.03.03 23:39:04.764111 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11641 | 2025.03.03 23:39:04.764243 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_61_12} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11642 | 2025.03.03 23:39:04.764366 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11643 | 2025.03.03 23:39:06.704282 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11644 | 2025.03.03 23:39:06.726356 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.03.03 23:39:06.726422 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11646 | 2025.03.03 23:39:06.733738 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11647 | 2025.03.03 23:39:06.734529 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2025.03.03 23:39:06.734836 [ 152 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11649 | 2025.03.03 23:39:06.734897 [ 152 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11650 | 2025.03.03 23:39:06.734934 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11651 | 2025.03.03 23:39:06.735419 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 11652 | 2025.03.03 23:39:06.750814 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11653 | 2025.03.03 23:39:06.752313 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11654 | 2025.03.03 23:39:06.753531 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11655 | 2025.03.03 23:39:06.758605 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11656 | 2025.03.03 23:39:06.763840 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11657 | 2025.03.03 23:39:06.769269 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11658 | 2025.03.03 23:39:06.774904 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11659 | 2025.03.03 23:39:06.779577 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11660 | 2025.03.03 23:39:06.838107 [ 198 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.103032621 sec., 4464.605437922422 rows/sec., 23.09 MiB/sec. | ||
| 11661 | 2025.03.03 23:39:06.841214 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11662 | 2025.03.03 23:39:06.844096 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2025.03.03 23:39:06.844223 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_61_12} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11664 | 2025.03.03 23:39:06.846643 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11665 | 2025.03.03 23:39:07.398776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1628 | ||
| 11666 | 2025.03.03 23:39:07.402028 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11667 | 2025.03.03 23:39:07.402091 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11668 | 2025.03.03 23:39:07.403617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11669 | 2025.03.03 23:39:07.403940 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2025.03.03 23:39:07.404655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1628 | ||
| 11671 | 2025.03.03 23:39:08.545313 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11672 | 2025.03.03 23:39:08.545524 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11673 | 2025.03.03 23:39:08.545597 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11674 | 2025.03.03 23:39:08.546377 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2025.03.03 23:39:08.546427 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11676 | 2025.03.03 23:39:08.546837 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11677 | 2025.03.03 23:39:08.547145 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11678 | 2025.03.03 23:39:08.547367 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001886 sec., 112407.21102863202 rows/sec., 7.15 MiB/sec. | ||
| 11679 | 2025.03.03 23:39:08.547460 [ 5 ] {518c65ad-f753-4628-bd7d-aae5d0b05173} <Debug> TCPHandler: Processed in 0.002280095 sec. | ||
| 11680 | 2025.03.03 23:39:08.547701 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2025.03.03 23:39:08.547815 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11682 | 2025.03.03 23:39:08.547862 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11683 | 2025.03.03 23:39:08.548631 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2025.03.03 23:39:08.548669 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11685 | 2025.03.03 23:39:08.549061 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11686 | 2025.03.03 23:39:08.549303 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2025.03.03 23:39:08.549505 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001707 sec., 407147.0415934388 rows/sec., 32.51 MiB/sec. | ||
| 11688 | 2025.03.03 23:39:08.549583 [ 5 ] {d3ad6578-d38e-42f0-b166-43d49f7e7eb8} <Debug> TCPHandler: Processed in 0.001981577 sec. | ||
| 11689 | 2025.03.03 23:39:08.549722 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11690 | 2025.03.03 23:39:08.550020 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11691 | 2025.03.03 23:39:08.550158 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11692 | 2025.03.03 23:39:08.550873 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11693 | 2025.03.03 23:39:08.550912 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11694 | 2025.03.03 23:39:08.551266 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11695 | 2025.03.03 23:39:08.551522 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2025.03.03 23:39:08.551701 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001793 sec., 80870.05019520357 rows/sec., 5.08 MiB/sec. | ||
| 11697 | 2025.03.03 23:39:08.551752 [ 5 ] {e42ab892-a1dd-4ec1-9bec-01481e84ae47} <Debug> TCPHandler: Processed in 0.00210617 sec. | ||
| 11698 | 2025.03.03 23:39:08.551853 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11699 | 2025.03.03 23:39:08.551955 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11700 | 2025.03.03 23:39:08.551998 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11701 | 2025.03.03 23:39:08.552529 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11702 | 2025.03.03 23:39:08.552567 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11703 | 2025.03.03 23:39:08.552911 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11704 | 2025.03.03 23:39:08.553152 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11705 | 2025.03.03 23:39:08.553383 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00144 sec., 78472.22222222222 rows/sec., 5.08 MiB/sec. | ||
| 11706 | 2025.03.03 23:39:08.553541 [ 5 ] {12f6a9c5-4618-4f66-9935-88e9cfe57948} <Debug> TCPHandler: Processed in 0.00173404 sec. | ||
| 11707 | 2025.03.03 23:39:08.553780 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11708 | 2025.03.03 23:39:08.553887 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11709 | 2025.03.03 23:39:08.553934 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11710 | 2025.03.03 23:39:08.554499 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11711 | 2025.03.03 23:39:08.554536 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11712 | 2025.03.03 23:39:08.554880 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11713 | 2025.03.03 23:39:08.555114 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11714 | 2025.03.03 23:39:08.555286 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec. | ||
| 11715 | 2025.03.03 23:39:08.555336 [ 5 ] {bb7b1262-2a89-4d15-9c99-06fdb855af67} <Debug> TCPHandler: Processed in 0.001643327 sec. | ||
| 11716 | 2025.03.03 23:39:08.555436 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11717 | 2025.03.03 23:39:08.555536 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11718 | 2025.03.03 23:39:08.555580 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11719 | 2025.03.03 23:39:08.556211 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11720 | 2025.03.03 23:39:08.556248 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11721 | 2025.03.03 23:39:08.556615 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11722 | 2025.03.03 23:39:08.556860 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11723 | 2025.03.03 23:39:08.557033 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001518 sec., 277338.60342555994 rows/sec., 19.76 MiB/sec. | ||
| 11724 | 2025.03.03 23:39:08.557083 [ 5 ] {67ce502a-ed63-4202-b491-6e07be7cb303} <Debug> TCPHandler: Processed in 0.001698679 sec. | ||
| 11725 | 2025.03.03 23:39:08.557184 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11726 | 2025.03.03 23:39:08.557284 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11727 | 2025.03.03 23:39:08.557330 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11728 | 2025.03.03 23:39:08.557749 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2025.03.03 23:39:08.557787 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11730 | 2025.03.03 23:39:08.558135 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11731 | 2025.03.03 23:39:08.558377 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11732 | 2025.03.03 23:39:08.558598 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
| 11733 | 2025.03.03 23:39:08.558651 [ 5 ] {b64ce944-7a23-4926-b1fc-ba98f34b4900} <Debug> TCPHandler: Processed in 0.001516083 sec. | ||
| 11734 | 2025.03.03 23:39:08.558908 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11735 | 2025.03.03 23:39:08.559032 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11736 | 2025.03.03 23:39:08.559084 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11737 | 2025.03.03 23:39:08.559587 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2025.03.03 23:39:08.559624 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11739 | 2025.03.03 23:39:08.560000 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11740 | 2025.03.03 23:39:08.560233 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2025.03.03 23:39:08.560404 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001396 sec., 169770.77363896847 rows/sec., 11.38 MiB/sec. | ||
| 11742 | 2025.03.03 23:39:08.560453 [ 5 ] {d8397c52-0743-4203-8af3-e68652854829} <Debug> TCPHandler: Processed in 0.001643667 sec. | ||
| 11743 | 2025.03.03 23:39:08.560552 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11744 | 2025.03.03 23:39:08.560654 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11745 | 2025.03.03 23:39:08.560698 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11746 | 2025.03.03 23:39:08.561088 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2025.03.03 23:39:08.561124 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11748 | 2025.03.03 23:39:08.561459 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11749 | 2025.03.03 23:39:08.561702 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2025.03.03 23:39:08.561876 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001245 sec., 803.2128514056225 rows/sec., 54.12 KiB/sec. | ||
| 11751 | 2025.03.03 23:39:08.561923 [ 5 ] {7e1cf698-5464-49f9-b02a-9c2888c3a1c6} <Debug> TCPHandler: Processed in 0.001420621 sec. | ||
| 11752 | 2025.03.03 23:39:08.562025 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11753 | 2025.03.03 23:39:08.562126 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11754 | 2025.03.03 23:39:08.562190 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11755 | 2025.03.03 23:39:08.563242 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11756 | 2025.03.03 23:39:08.563278 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11757 | 2025.03.03 23:39:08.563910 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11758 | 2025.03.03 23:39:08.564161 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11759 | 2025.03.03 23:39:08.564404 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002289 sec., 17038.007863695937 rows/sec., 30.53 MiB/sec. | ||
| 11760 | 2025.03.03 23:39:08.564765 [ 5 ] {f6f3caed-bbff-473c-886a-1c2d895aaa1c} <Debug> TCPHandler: Processed in 0.002785229 sec. | ||
| 11761 | 2025.03.03 23:39:08.565008 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11762 | 2025.03.03 23:39:08.565114 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11763 | 2025.03.03 23:39:08.565162 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11764 | 2025.03.03 23:39:08.565608 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11765 | 2025.03.03 23:39:08.565646 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11766 | 2025.03.03 23:39:08.565999 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11767 | 2025.03.03 23:39:08.566231 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11768 | 2025.03.03 23:39:08.566411 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
| 11769 | 2025.03.03 23:39:08.566488 [ 5 ] {1a94c09a-bf37-4166-b403-098179b777af} <Debug> TCPHandler: Processed in 0.001538404 sec. | ||
| 11770 | 2025.03.03 23:39:12.055981 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11771 | 2025.03.03 23:39:12.056055 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11772 | 2025.03.03 23:39:12.259771 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 11773 | 2025.03.03 23:39:12.260567 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11774 | 2025.03.03 23:39:12.260607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11775 | 2025.03.03 23:39:12.261157 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11776 | 2025.03.03 23:39:12.261430 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11777 | 2025.03.03 23:39:12.261649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11778 | 2025.03.03 23:39:13.537860 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11779 | 2025.03.03 23:39:13.538069 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11780 | 2025.03.03 23:39:13.538144 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11781 | 2025.03.03 23:39:13.538881 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.03.03 23:39:13.538922 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11783 | 2025.03.03 23:39:13.539359 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11784 | 2025.03.03 23:39:13.539617 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.03.03 23:39:13.539832 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec. | ||
| 11786 | 2025.03.03 23:39:13.539898 [ 5 ] {f6612827-8cab-41b4-b322-01ac54c71ffa} <Debug> TCPHandler: Processed in 0.002173052 sec. | ||
| 11787 | 2025.03.03 23:39:13.540035 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11788 | 2025.03.03 23:39:13.540170 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11789 | 2025.03.03 23:39:13.540226 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11790 | 2025.03.03 23:39:13.540888 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2025.03.03 23:39:13.540936 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11792 | 2025.03.03 23:39:13.541333 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11793 | 2025.03.03 23:39:13.541570 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2025.03.03 23:39:13.541779 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00164 sec., 39024.39024390244 rows/sec., 3.05 MiB/sec. | ||
| 11795 | 2025.03.03 23:39:13.541831 [ 5 ] {59abe43b-6892-41bd-9356-4e6c9a52d760} <Debug> TCPHandler: Processed in 0.001862803 sec. | ||
| 11796 | 2025.03.03 23:39:13.541943 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11797 | 2025.03.03 23:39:13.542050 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11798 | 2025.03.03 23:39:13.542100 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11799 | 2025.03.03 23:39:13.542614 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11800 | 2025.03.03 23:39:13.542653 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11801 | 2025.03.03 23:39:13.543043 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11802 | 2025.03.03 23:39:13.543287 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11803 | 2025.03.03 23:39:13.543520 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 11804 | 2025.03.03 23:39:13.543572 [ 5 ] {a904cd6d-abef-4dfd-9826-30915f5def5b} <Debug> TCPHandler: Processed in 0.001680378 sec. | ||
| 11805 | 2025.03.03 23:39:13.543677 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11806 | 2025.03.03 23:39:13.543778 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11807 | 2025.03.03 23:39:13.543823 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11808 | 2025.03.03 23:39:13.544257 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11809 | 2025.03.03 23:39:13.544297 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11810 | 2025.03.03 23:39:13.544657 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11811 | 2025.03.03 23:39:13.544888 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11812 | 2025.03.03 23:39:13.545090 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
| 11813 | 2025.03.03 23:39:13.545140 [ 5 ] {8348fb52-d920-4649-a0ba-fd49297da989} <Debug> TCPHandler: Processed in 0.001512673 sec. | ||
| 11814 | 2025.03.03 23:39:14.250916 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11815 | 2025.03.03 23:39:14.269724 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11816 | 2025.03.03 23:39:14.269788 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11817 | 2025.03.03 23:39:14.276775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11818 | 2025.03.03 23:39:14.277533 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11819 | 2025.03.03 23:39:14.280140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11820 | 2025.03.03 23:39:14.979916 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11821 | 2025.03.03 23:39:14.980098 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11822 | 2025.03.03 23:39:14.980181 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11823 | 2025.03.03 23:39:14.981034 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11824 | 2025.03.03 23:39:14.981082 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11825 | 2025.03.03 23:39:14.981526 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11826 | 2025.03.03 23:39:14.981795 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2025.03.03 23:39:14.981999 [ 148 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11828 | 2025.03.03 23:39:14.982056 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 11829 | 2025.03.03 23:39:14.982085 [ 148 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11830 | 2025.03.03 23:39:14.982147 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11831 | 2025.03.03 23:39:14.982202 [ 5 ] {62794822-c559-41c5-96ec-6311b7a77eba} <Debug> TCPHandler: Processed in 0.002409168 sec. | ||
| 11832 | 2025.03.03 23:39:14.982415 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11833 | 2025.03.03 23:39:14.982436 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11834 | 2025.03.03 23:39:14.982691 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11835 | 2025.03.03 23:39:14.982719 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11836 | 2025.03.03 23:39:14.982768 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11837 | 2025.03.03 23:39:14.982792 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part | ||
| 11838 | 2025.03.03 23:39:14.983126 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part | ||
| 11839 | 2025.03.03 23:39:14.983443 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part | ||
| 11840 | 2025.03.03 23:39:14.983782 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part | ||
| 11841 | 2025.03.03 23:39:14.984176 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part | ||
| 11842 | 2025.03.03 23:39:14.985633 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11843 | 2025.03.03 23:39:14.985707 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11844 | 2025.03.03 23:39:14.986661 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 11845 | 2025.03.03 23:39:14.987089 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004825497 sec., 219666.49238410054 rows/sec., 14.81 MiB/sec. | ||
| 11846 | 2025.03.03 23:39:14.987172 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11847 | 2025.03.03 23:39:14.987436 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11848 | 2025.03.03 23:39:14.987749 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005124 sec., 780.64012490242 rows/sec., 63.66 KiB/sec. | ||
| 11849 | 2025.03.03 23:39:14.988046 [ 5 ] {6acce014-4cb2-4d28-b80d-d9f1916c77ba} <Debug> TCPHandler: Processed in 0.005688182 sec. | ||
| 11850 | 2025.03.03 23:39:14.988260 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11851 | 2025.03.03 23:39:14.988276 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11852 | 2025.03.03 23:39:14.988452 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11853 | 2025.03.03 23:39:14.988475 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_45_11} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11854 | 2025.03.03 23:39:14.988523 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11855 | 2025.03.03 23:39:14.988685 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 11856 | 2025.03.03 23:39:14.990224 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11857 | 2025.03.03 23:39:14.990270 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11858 | 2025.03.03 23:39:14.990740 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11859 | 2025.03.03 23:39:14.990976 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11860 | 2025.03.03 23:39:14.991215 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002829 sec., 649346.0586779781 rows/sec., 53.00 MiB/sec. | ||
| 11861 | 2025.03.03 23:39:14.991269 [ 5 ] {3b8a7770-bf08-4388-883a-ddb9e501654f} <Debug> TCPHandler: Processed in 0.003102239 sec. | ||
| 11862 | 2025.03.03 23:39:14.991392 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11863 | 2025.03.03 23:39:14.991498 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11864 | 2025.03.03 23:39:14.991541 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11865 | 2025.03.03 23:39:14.992130 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2025.03.03 23:39:14.992178 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11867 | 2025.03.03 23:39:14.992529 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11868 | 2025.03.03 23:39:14.992754 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2025.03.03 23:39:14.992959 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.001483 sec., 100472.01618341201 rows/sec., 6.32 MiB/sec. | ||
| 11870 | 2025.03.03 23:39:14.993010 [ 5 ] {5658a46c-8abf-4c3d-b923-cf26a242a6de} <Debug> TCPHandler: Processed in 0.001669188 sec. | ||
| 11871 | 2025.03.03 23:39:14.993123 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11872 | 2025.03.03 23:39:14.993237 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11873 | 2025.03.03 23:39:14.993281 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11874 | 2025.03.03 23:39:14.993923 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11875 | 2025.03.03 23:39:14.993962 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11876 | 2025.03.03 23:39:14.994329 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11877 | 2025.03.03 23:39:14.994559 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11878 | 2025.03.03 23:39:14.994794 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001576 sec., 216370.55837563451 rows/sec., 14.44 MiB/sec. | ||
| 11879 | 2025.03.03 23:39:14.994847 [ 5 ] {cadbc6bd-f1bb-45be-9bde-86c5e1bf31c1} <Debug> TCPHandler: Processed in 0.001775551 sec. | ||
| 11880 | 2025.03.03 23:39:14.995091 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11881 | 2025.03.03 23:39:14.995223 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11882 | 2025.03.03 23:39:14.995270 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11883 | 2025.03.03 23:39:14.995833 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11884 | 2025.03.03 23:39:14.995873 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11885 | 2025.03.03 23:39:14.996220 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11886 | 2025.03.03 23:39:14.996451 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11887 | 2025.03.03 23:39:14.996615 [ 148 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11888 | 2025.03.03 23:39:14.996681 [ 148 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11889 | 2025.03.03 23:39:14.996687 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001477 sec., 75829.38388625592 rows/sec., 4.32 MiB/sec. | ||
| 11890 | 2025.03.03 23:39:14.996716 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11891 | 2025.03.03 23:39:14.996830 [ 5 ] {364382b4-03e0-4f89-b3d1-8ef4b4bd8b02} <Debug> TCPHandler: Processed in 0.001827982 sec. | ||
| 11892 | 2025.03.03 23:39:14.997024 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11893 | 2025.03.03 23:39:14.997190 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11894 | 2025.03.03 23:39:14.997475 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11895 | 2025.03.03 23:39:14.997624 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part | ||
| 11896 | 2025.03.03 23:39:14.997658 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11897 | 2025.03.03 23:39:14.997861 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11898 | 2025.03.03 23:39:14.998116 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part | ||
| 11899 | 2025.03.03 23:39:14.998488 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
| 11900 | 2025.03.03 23:39:14.998836 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part | ||
| 11901 | 2025.03.03 23:39:14.999235 [ 189 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
| 11902 | 2025.03.03 23:39:15.001802 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11903 | 2025.03.03 23:39:15.001875 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11904 | 2025.03.03 23:39:15.002460 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00562328 sec., 99586.00674339532 rows/sec., 6.05 MiB/sec. | ||
| 11905 | 2025.03.03 23:39:15.002721 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11906 | 2025.03.03 23:39:15.002722 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11907 | 2025.03.03 23:39:15.003217 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11908 | 2025.03.03 23:39:15.003394 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11909 | 2025.03.03 23:39:15.003732 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_45_11} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11910 | 2025.03.03 23:39:15.003782 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.006304 sec., 139752.538071066 rows/sec., 10.12 MiB/sec. | ||
| 11911 | 2025.03.03 23:39:15.004034 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11912 | 2025.03.03 23:39:15.004105 [ 5 ] {5b92dc37-b0eb-488f-bc6e-46cafe9b5aef} <Debug> TCPHandler: Processed in 0.007066732 sec. | ||
| 11913 | 2025.03.03 23:39:15.004364 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11914 | 2025.03.03 23:39:15.004527 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11915 | 2025.03.03 23:39:15.004575 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11916 | 2025.03.03 23:39:15.005052 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2025.03.03 23:39:15.005090 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11918 | 2025.03.03 23:39:15.005456 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11919 | 2025.03.03 23:39:15.005698 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2025.03.03 23:39:15.005904 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec. | ||
| 11921 | 2025.03.03 23:39:15.005953 [ 5 ] {c3b059a1-a269-497b-8ddd-4f19dc07916e} <Debug> TCPHandler: Processed in 0.001681458 sec. | ||
| 11922 | 2025.03.03 23:39:15.006067 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11923 | 2025.03.03 23:39:15.006178 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11924 | 2025.03.03 23:39:15.006227 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11925 | 2025.03.03 23:39:15.006957 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11926 | 2025.03.03 23:39:15.006996 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11927 | 2025.03.03 23:39:15.007421 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11928 | 2025.03.03 23:39:15.007655 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11929 | 2025.03.03 23:39:15.007872 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001722 sec., 574332.1718931475 rows/sec., 38.22 MiB/sec. | ||
| 11930 | 2025.03.03 23:39:15.007924 [ 5 ] {991ef88d-e161-475f-9af2-59434ce81b7c} <Debug> TCPHandler: Processed in 0.001907005 sec. | ||
| 11931 | 2025.03.03 23:39:15.008040 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11932 | 2025.03.03 23:39:15.008152 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11933 | 2025.03.03 23:39:15.008199 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11934 | 2025.03.03 23:39:15.008617 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11935 | 2025.03.03 23:39:15.008655 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11936 | 2025.03.03 23:39:15.008988 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11937 | 2025.03.03 23:39:15.009229 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2025.03.03 23:39:15.009432 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
| 11939 | 2025.03.03 23:39:15.009480 [ 5 ] {fb02324a-3475-4dc7-9207-82dbece66008} <Debug> TCPHandler: Processed in 0.001492183 sec. | ||
| 11940 | 2025.03.03 23:39:15.009595 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11941 | 2025.03.03 23:39:15.009699 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11942 | 2025.03.03 23:39:15.009765 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11943 | 2025.03.03 23:39:15.010922 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11944 | 2025.03.03 23:39:15.010962 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11945 | 2025.03.03 23:39:15.011602 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11946 | 2025.03.03 23:39:15.011889 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11947 | 2025.03.03 23:39:15.012174 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002493 sec., 15643.802647412756 rows/sec., 28.03 MiB/sec. | ||
| 11948 | 2025.03.03 23:39:15.012687 [ 5 ] {3704907d-04f2-4a35-9b70-dc00ac7b28c0} <Debug> TCPHandler: Processed in 0.003139319 sec. | ||
| 11949 | 2025.03.03 23:39:15.012915 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11950 | 2025.03.03 23:39:15.013020 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11951 | 2025.03.03 23:39:15.013066 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11952 | 2025.03.03 23:39:15.013544 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11953 | 2025.03.03 23:39:15.013582 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11954 | 2025.03.03 23:39:15.013957 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11955 | 2025.03.03 23:39:15.014200 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11956 | 2025.03.03 23:39:15.014422 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001425 sec., 32280.701754385962 rows/sec., 1.95 MiB/sec. | ||
| 11957 | 2025.03.03 23:39:15.014471 [ 5 ] {8a466440-4570-4f4e-9e65-9635873f4d5a} <Debug> TCPHandler: Processed in 0.001611146 sec. | ||
| 11958 | 2025.03.03 23:39:17.404837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1682 | ||
| 11959 | 2025.03.03 23:39:17.408284 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11960 | 2025.03.03 23:39:17.408324 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11961 | 2025.03.03 23:39:17.409845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11962 | 2025.03.03 23:39:17.410158 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11963 | 2025.03.03 23:39:17.410321 [ 142 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11964 | 2025.03.03 23:39:17.410384 [ 142 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11965 | 2025.03.03 23:39:17.410416 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11966 | 2025.03.03 23:39:17.411256 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 11967 | 2025.03.03 23:39:17.412825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1682 | ||
| 11968 | 2025.03.03 23:39:17.413141 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11969 | 2025.03.03 23:39:17.413303 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1498 rows starting from the beginning of the part | ||
| 11970 | 2025.03.03 23:39:17.413946 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
| 11971 | 2025.03.03 23:39:17.414547 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part | ||
| 11972 | 2025.03.03 23:39:17.415144 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 11973 | 2025.03.03 23:39:17.415741 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 11974 | 2025.03.03 23:39:17.416396 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 11975 | 2025.03.03 23:39:17.424748 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 72 columns (72 merged, 0 gathered) in 0.014175585 sec., 118654.71513168592 rows/sec., 90.98 MiB/sec. | ||
| 11976 | 2025.03.03 23:39:17.426447 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11977 | 2025.03.03 23:39:17.427203 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11978 | 2025.03.03 23:39:17.427284 [ 194 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_46_9} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11979 | 2025.03.03 23:39:17.427599 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 11980 | 2025.03.03 23:39:18.535024 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11981 | 2025.03.03 23:39:18.535218 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11982 | 2025.03.03 23:39:18.535288 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11983 | 2025.03.03 23:39:18.536054 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11984 | 2025.03.03 23:39:18.536107 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11985 | 2025.03.03 23:39:18.536545 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11986 | 2025.03.03 23:39:18.536795 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11987 | 2025.03.03 23:39:18.536986 [ 144 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11988 | 2025.03.03 23:39:18.537051 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.28 MiB/sec. | ||
| 11989 | 2025.03.03 23:39:18.537073 [ 144 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11990 | 2025.03.03 23:39:18.537136 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 11991 | 2025.03.03 23:39:18.537195 [ 5 ] {8c871a84-c9bb-41bb-9b32-d4de661778b6} <Debug> TCPHandler: Processed in 0.002297926 sec. | ||
| 11992 | 2025.03.03 23:39:18.537488 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11993 | 2025.03.03 23:39:18.537512 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11994 | 2025.03.03 23:39:18.537845 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11995 | 2025.03.03 23:39:18.538024 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11996 | 2025.03.03 23:39:18.538085 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11997 | 2025.03.03 23:39:18.538204 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1844 rows starting from the beginning of the part | ||
| 11998 | 2025.03.03 23:39:18.538555 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 11999 | 2025.03.03 23:39:18.538946 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 695 rows starting from the beginning of the part | ||
| 12000 | 2025.03.03 23:39:18.539351 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 12001 | 2025.03.03 23:39:18.539789 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1837 rows starting from the beginning of the part | ||
| 12002 | 2025.03.03 23:39:18.540194 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 12003 | 2025.03.03 23:39:18.542453 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12004 | 2025.03.03 23:39:18.542518 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12005 | 2025.03.03 23:39:18.543546 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12006 | 2025.03.03 23:39:18.543855 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12007 | 2025.03.03 23:39:18.544060 [ 140 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12008 | 2025.03.03 23:39:18.544162 [ 140 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12009 | 2025.03.03 23:39:18.544190 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006474 sec., 9885.696632684585 rows/sec., 790.12 KiB/sec. | ||
| 12010 | 2025.03.03 23:39:18.544237 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12011 | 2025.03.03 23:39:18.544498 [ 5 ] {52aa8926-8f6d-420b-b825-62604cdae63f} <Debug> TCPHandler: Processed in 0.007095403 sec. | ||
| 12012 | 2025.03.03 23:39:18.544728 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12013 | 2025.03.03 23:39:18.544929 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12014 | 2025.03.03 23:39:18.545155 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.007887685 sec., 576087.914261282 rows/sec., 48.95 MiB/sec. | ||
| 12015 | 2025.03.03 23:39:18.545225 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12016 | 2025.03.03 23:39:18.545270 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12017 | 2025.03.03 23:39:18.545295 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 12018 | 2025.03.03 23:39:18.545388 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12019 | 2025.03.03 23:39:18.545680 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12020 | 2025.03.03 23:39:18.545760 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 12021 | 2025.03.03 23:39:18.546373 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 421 rows starting from the beginning of the part | ||
| 12022 | 2025.03.03 23:39:18.546918 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 12023 | 2025.03.03 23:39:18.547198 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12024 | 2025.03.03 23:39:18.547479 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 881 rows starting from the beginning of the part | ||
| 12025 | 2025.03.03 23:39:18.547671 [ 186 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_106_21} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12026 | 2025.03.03 23:39:18.547976 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12027 | 2025.03.03 23:39:18.548061 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 12028 | 2025.03.03 23:39:18.549271 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12029 | 2025.03.03 23:39:18.549343 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12030 | 2025.03.03 23:39:18.550360 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12031 | 2025.03.03 23:39:18.550750 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12032 | 2025.03.03 23:39:18.551085 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 12033 | 2025.03.03 23:39:18.551241 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2025.03.03 23:39:18.551282 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.006046 sec., 15878.26662256037 rows/sec., 1.11 MiB/sec. | ||
| 12035 | 2025.03.03 23:39:18.551379 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12036 | 2025.03.03 23:39:18.551651 [ 5 ] {92c01e87-1f0d-4ba8-a378-542c8cba7421} <Debug> TCPHandler: Processed in 0.006868576 sec. | ||
| 12037 | 2025.03.03 23:39:18.551747 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007315039 sec., 329048.14314728876 rows/sec., 25.19 MiB/sec. | ||
| 12038 | 2025.03.03 23:39:18.552037 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12039 | 2025.03.03 23:39:18.552268 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 12040 | 2025.03.03 23:39:18.552369 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12041 | 2025.03.03 23:39:18.552521 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12042 | 2025.03.03 23:39:18.552826 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12043 | 2025.03.03 23:39:18.553029 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2025.03.03 23:39:18.553197 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30120 rows starting from the beginning of the part | ||
| 12045 | 2025.03.03 23:39:18.553861 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 12046 | 2025.03.03 23:39:18.554562 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 12047 | 2025.03.03 23:39:18.555184 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 12048 | 2025.03.03 23:39:18.555946 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 989 rows starting from the beginning of the part | ||
| 12049 | 2025.03.03 23:39:18.556885 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12050 | 2025.03.03 23:39:18.557311 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_106_21} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12051 | 2025.03.03 23:39:18.557396 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2025.03.03 23:39:18.557511 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12053 | 2025.03.03 23:39:18.557664 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12054 | 2025.03.03 23:39:18.558214 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12055 | 2025.03.03 23:39:18.558714 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12056 | 2025.03.03 23:39:18.558910 [ 140 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12057 | 2025.03.03 23:39:18.559042 [ 140 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2025.03.03 23:39:18.559117 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006814 sec., 5283.240387437629 rows/sec., 364.60 KiB/sec. | ||
| 12059 | 2025.03.03 23:39:18.559146 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12060 | 2025.03.03 23:39:18.559432 [ 5 ] {58342d46-3d23-479b-8c52-3b048d5475ee} <Debug> TCPHandler: Processed in 0.007505274 sec. | ||
| 12061 | 2025.03.03 23:39:18.559801 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12062 | 2025.03.03 23:39:18.560142 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12063 | 2025.03.03 23:39:18.560207 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6022 rows starting from the beginning of the part | ||
| 12064 | 2025.03.03 23:39:18.560448 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 12065 | 2025.03.03 23:39:18.560617 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 12066 | 2025.03.03 23:39:18.560820 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 12067 | 2025.03.03 23:39:18.561048 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 46 rows starting from the beginning of the part | ||
| 12068 | 2025.03.03 23:39:18.561265 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 36 rows starting from the beginning of the part | ||
| 12069 | 2025.03.03 23:39:18.564700 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00528657 sec., 1192833.9168875094 rows/sec., 77.65 MiB/sec. | ||
| 12070 | 2025.03.03 23:39:18.565422 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12071 | 2025.03.03 23:39:18.565741 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12072 | 2025.03.03 23:39:18.565819 [ 190 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_106_21} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12073 | 2025.03.03 23:39:18.565932 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12074 | 2025.03.03 23:39:18.566170 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31666 rows, containing 5 columns (5 merged, 0 gathered) in 0.014304629 sec., 2213689.0093409624 rows/sec., 149.39 MiB/sec. | ||
| 12075 | 2025.03.03 23:39:18.566593 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12076 | 2025.03.03 23:39:18.566899 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12077 | 2025.03.03 23:39:18.566983 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 12078 | 2025.03.03 23:39:18.567073 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 12079 | 2025.03.03 23:39:19.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.06 MiB, peak 257.64 MiB, free memory in arenas 0.00 B, will set to 246.17 MiB (RSS), difference: 1.11 MiB | ||
| 12080 | 2025.03.03 23:39:19.761787 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12081 | 2025.03.03 23:39:19.762536 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12082 | 2025.03.03 23:39:19.762588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12083 | 2025.03.03 23:39:19.763131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12084 | 2025.03.03 23:39:19.763403 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12085 | 2025.03.03 23:39:19.763675 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12086 | 2025.03.03 23:39:21.780198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12087 | 2025.03.03 23:39:21.800056 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12088 | 2025.03.03 23:39:21.800113 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12089 | 2025.03.03 23:39:21.807498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12090 | 2025.03.03 23:39:21.808268 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12091 | 2025.03.03 23:39:21.812242 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12092 | 2025.03.03 23:39:23.537486 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12093 | 2025.03.03 23:39:23.537696 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12094 | 2025.03.03 23:39:23.537773 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12095 | 2025.03.03 23:39:23.538639 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2025.03.03 23:39:23.538691 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12097 | 2025.03.03 23:39:23.539121 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12098 | 2025.03.03 23:39:23.539369 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2025.03.03 23:39:23.539613 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.18 MiB/sec. | ||
| 12100 | 2025.03.03 23:39:23.539670 [ 5 ] {d34e31c9-4038-41d4-b74e-e01825987b78} <Debug> TCPHandler: Processed in 0.002323346 sec. | ||
| 12101 | 2025.03.03 23:39:23.539800 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12102 | 2025.03.03 23:39:23.539907 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12103 | 2025.03.03 23:39:23.539951 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12104 | 2025.03.03 23:39:23.540499 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12105 | 2025.03.03 23:39:23.540538 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12106 | 2025.03.03 23:39:23.540889 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12107 | 2025.03.03 23:39:23.541134 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2025.03.03 23:39:23.541340 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001455 sec., 43986.25429553265 rows/sec., 3.43 MiB/sec. | ||
| 12109 | 2025.03.03 23:39:23.541391 [ 5 ] {ef31da96-0334-46f4-a68e-a14e4a656422} <Debug> TCPHandler: Processed in 0.001642197 sec. | ||
| 12110 | 2025.03.03 23:39:23.541508 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12111 | 2025.03.03 23:39:23.541612 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12112 | 2025.03.03 23:39:23.541661 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12113 | 2025.03.03 23:39:23.542182 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12114 | 2025.03.03 23:39:23.542222 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12115 | 2025.03.03 23:39:23.542601 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12116 | 2025.03.03 23:39:23.542832 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12117 | 2025.03.03 23:39:23.543051 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 12118 | 2025.03.03 23:39:23.543108 [ 5 ] {21711340-143d-44e7-89c7-8442bb679d64} <Debug> TCPHandler: Processed in 0.001648038 sec. | ||
| 12119 | 2025.03.03 23:39:23.543255 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12120 | 2025.03.03 23:39:23.543541 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12121 | 2025.03.03 23:39:23.543681 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12122 | 2025.03.03 23:39:23.544500 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12123 | 2025.03.03 23:39:23.544540 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12124 | 2025.03.03 23:39:23.544896 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12125 | 2025.03.03 23:39:23.545133 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12126 | 2025.03.03 23:39:23.545343 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001907 sec., 31463.030938647087 rows/sec., 2.12 MiB/sec. | ||
| 12127 | 2025.03.03 23:39:23.545392 [ 5 ] {8f3127e8-c7ec-4568-a827-f3ce3ee57bc4} <Debug> TCPHandler: Processed in 0.002201973 sec. | ||
| 12128 | 2025.03.03 23:39:26.950499 [ 133 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 12129 | 2025.03.03 23:39:26.950586 [ 133 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12130 | 2025.03.03 23:39:26.950612 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12131 | 2025.03.03 23:39:26.950830 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 12132 | 2025.03.03 23:39:26.951193 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12133 | 2025.03.03 23:39:26.951241 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 12134 | 2025.03.03 23:39:26.951321 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12135 | 2025.03.03 23:39:26.951515 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12136 | 2025.03.03 23:39:26.951779 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12137 | 2025.03.03 23:39:26.951967 [ 199 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12138 | 2025.03.03 23:39:26.952956 [ 190 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002251314 sec., 19988.32681713879 rows/sec., 1.32 MiB/sec. | ||
| 12139 | 2025.03.03 23:39:26.953131 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 12140 | 2025.03.03 23:39:26.953485 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12141 | 2025.03.03 23:39:26.953587 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_45_10} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 12142 | 2025.03.03 23:39:26.953677 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12143 | 2025.03.03 23:39:27.056100 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12144 | 2025.03.03 23:39:27.056155 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12145 | 2025.03.03 23:39:27.263801 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 12146 | 2025.03.03 23:39:27.264482 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12147 | 2025.03.03 23:39:27.264532 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12148 | 2025.03.03 23:39:27.265095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12149 | 2025.03.03 23:39:27.265361 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12150 | 2025.03.03 23:39:27.265678 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12151 | 2025.03.03 23:39:27.413130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1698 | ||
| 12152 | 2025.03.03 23:39:27.415853 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2025.03.03 23:39:27.415898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12154 | 2025.03.03 23:39:27.417337 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12155 | 2025.03.03 23:39:27.417651 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2025.03.03 23:39:27.419222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1698 | ||
| 12157 | 2025.03.03 23:39:28.001718 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001182304 sec. | ||
| 12158 | 2025.03.03 23:39:28.546543 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12159 | 2025.03.03 23:39:28.546730 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12160 | 2025.03.03 23:39:28.546801 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12161 | 2025.03.03 23:39:28.547618 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12162 | 2025.03.03 23:39:28.547667 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12163 | 2025.03.03 23:39:28.548133 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12164 | 2025.03.03 23:39:28.548423 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12165 | 2025.03.03 23:39:28.548651 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001967 sec., 107778.34265378749 rows/sec., 6.85 MiB/sec. | ||
| 12166 | 2025.03.03 23:39:28.548757 [ 5 ] {53ffae78-208b-4b43-9b77-d776e9d4ac6a} <Debug> TCPHandler: Processed in 0.002343256 sec. | ||
| 12167 | 2025.03.03 23:39:28.548929 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12168 | 2025.03.03 23:39:28.549065 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12169 | 2025.03.03 23:39:28.549113 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12170 | 2025.03.03 23:39:28.550010 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12171 | 2025.03.03 23:39:28.550049 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12172 | 2025.03.03 23:39:28.550450 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12173 | 2025.03.03 23:39:28.550693 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12174 | 2025.03.03 23:39:28.550896 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001854 sec., 374865.1564185545 rows/sec., 29.93 MiB/sec. | ||
| 12175 | 2025.03.03 23:39:28.550949 [ 5 ] {f281cf7b-f524-4241-ab26-c4d3644eae80} <Debug> TCPHandler: Processed in 0.00211426 sec. | ||
| 12176 | 2025.03.03 23:39:28.551060 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12177 | 2025.03.03 23:39:28.551165 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12178 | 2025.03.03 23:39:28.551209 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12179 | 2025.03.03 23:39:28.551773 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12180 | 2025.03.03 23:39:28.551812 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12181 | 2025.03.03 23:39:28.552167 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12182 | 2025.03.03 23:39:28.552398 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12183 | 2025.03.03 23:39:28.552636 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001483 sec., 97774.78084962914 rows/sec., 6.14 MiB/sec. | ||
| 12184 | 2025.03.03 23:39:28.552737 [ 5 ] {a0133592-d7be-462b-970c-c5639231730f} <Debug> TCPHandler: Processed in 0.001728399 sec. | ||
| 12185 | 2025.03.03 23:39:28.552911 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12186 | 2025.03.03 23:39:28.553072 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12187 | 2025.03.03 23:39:28.553118 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12188 | 2025.03.03 23:39:28.553683 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12189 | 2025.03.03 23:39:28.553721 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12190 | 2025.03.03 23:39:28.554069 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12191 | 2025.03.03 23:39:28.554344 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12192 | 2025.03.03 23:39:28.554562 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001514 sec., 74636.72391017173 rows/sec., 4.83 MiB/sec. | ||
| 12193 | 2025.03.03 23:39:28.554612 [ 5 ] {8a193f2b-86b4-4c3a-9a18-a8f70f47dd97} <Debug> TCPHandler: Processed in 0.001788891 sec. | ||
| 12194 | 2025.03.03 23:39:28.554721 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12195 | 2025.03.03 23:39:28.554825 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12196 | 2025.03.03 23:39:28.554869 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12197 | 2025.03.03 23:39:28.555413 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12198 | 2025.03.03 23:39:28.555451 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12199 | 2025.03.03 23:39:28.555793 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12200 | 2025.03.03 23:39:28.556029 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12201 | 2025.03.03 23:39:28.556257 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001444 sec., 77562.3268698061 rows/sec., 4.42 MiB/sec. | ||
| 12202 | 2025.03.03 23:39:28.556341 [ 5 ] {7da35c18-6f03-4505-bebf-56da02365578} <Debug> TCPHandler: Processed in 0.001666348 sec. | ||
| 12203 | 2025.03.03 23:39:28.556586 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12204 | 2025.03.03 23:39:28.556708 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12205 | 2025.03.03 23:39:28.556754 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12206 | 2025.03.03 23:39:28.557427 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12207 | 2025.03.03 23:39:28.557465 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12208 | 2025.03.03 23:39:28.557837 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12209 | 2025.03.03 23:39:28.558074 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12210 | 2025.03.03 23:39:28.558324 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001636 sec., 257334.96332518337 rows/sec., 18.33 MiB/sec. | ||
| 12211 | 2025.03.03 23:39:28.558398 [ 5 ] {1fbb2666-6c6b-4c2b-87e4-c20624059be2} <Debug> TCPHandler: Processed in 0.001907105 sec. | ||
| 12212 | 2025.03.03 23:39:28.558572 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12213 | 2025.03.03 23:39:28.558854 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12214 | 2025.03.03 23:39:28.558969 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12215 | 2025.03.03 23:39:28.559400 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12216 | 2025.03.03 23:39:28.559437 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12217 | 2025.03.03 23:39:28.559787 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12218 | 2025.03.03 23:39:28.560018 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12219 | 2025.03.03 23:39:28.560273 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 12220 | 2025.03.03 23:39:28.560373 [ 5 ] {f31e55e7-17fd-4330-84a4-6e8935c81f52} <Debug> TCPHandler: Processed in 0.001901124 sec. | ||
| 12221 | 2025.03.03 23:39:28.560621 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2025.03.03 23:39:28.560727 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12223 | 2025.03.03 23:39:28.560777 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12224 | 2025.03.03 23:39:28.561304 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12225 | 2025.03.03 23:39:28.561342 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12226 | 2025.03.03 23:39:28.561723 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12227 | 2025.03.03 23:39:28.561948 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12228 | 2025.03.03 23:39:28.562189 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001482 sec., 159919.02834008096 rows/sec., 10.72 MiB/sec. | ||
| 12229 | 2025.03.03 23:39:28.562264 [ 5 ] {614352d6-bfd0-4745-817e-40e1e30ccdf7} <Debug> TCPHandler: Processed in 0.001734159 sec. | ||
| 12230 | 2025.03.03 23:39:28.562446 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12231 | 2025.03.03 23:39:28.562724 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12232 | 2025.03.03 23:39:28.562832 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12233 | 2025.03.03 23:39:28.563250 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2025.03.03 23:39:28.563288 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12235 | 2025.03.03 23:39:28.563625 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12236 | 2025.03.03 23:39:28.563856 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2025.03.03 23:39:28.564055 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec. | ||
| 12238 | 2025.03.03 23:39:28.564104 [ 5 ] {813a2632-c629-4229-ae3a-bee5a4f6f9d6} <Debug> TCPHandler: Processed in 0.00175919 sec. | ||
| 12239 | 2025.03.03 23:39:28.564207 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2025.03.03 23:39:28.564309 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12241 | 2025.03.03 23:39:28.564373 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12242 | 2025.03.03 23:39:28.565494 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.03.03 23:39:28.565532 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12244 | 2025.03.03 23:39:28.566174 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12245 | 2025.03.03 23:39:28.566419 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2025.03.03 23:39:28.566611 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12247 | 2025.03.03 23:39:28.566679 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002388 sec., 16331.658291457286 rows/sec., 29.27 MiB/sec. | ||
| 12248 | 2025.03.03 23:39:28.566699 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12249 | 2025.03.03 23:39:28.566774 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12250 | 2025.03.03 23:39:28.567086 [ 5 ] {605a9349-2cf5-4b15-9729-e1be356e05e4} <Debug> TCPHandler: Processed in 0.002929514 sec. | ||
| 12251 | 2025.03.03 23:39:28.567166 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 12252 | 2025.03.03 23:39:28.567290 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12253 | 2025.03.03 23:39:28.567521 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12254 | 2025.03.03 23:39:28.567646 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12255 | 2025.03.03 23:39:28.568173 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12256 | 2025.03.03 23:39:28.568410 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1481 rows starting from the beginning of the part | ||
| 12257 | 2025.03.03 23:39:28.569070 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 12258 | 2025.03.03 23:39:28.569757 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12259 | 2025.03.03 23:39:28.569821 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 12260 | 2025.03.03 23:39:28.569827 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12261 | 2025.03.03 23:39:28.570514 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 12262 | 2025.03.03 23:39:28.571198 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 12263 | 2025.03.03 23:39:28.571304 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12264 | 2025.03.03 23:39:28.571696 [ 187 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 12265 | 2025.03.03 23:39:28.572295 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2025.03.03 23:39:28.572907 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005463 sec., 15010.067728354385 rows/sec., 976.20 KiB/sec. | ||
| 12267 | 2025.03.03 23:39:28.573008 [ 5 ] {acfb8b38-7fd7-40bf-a0f6-096d0f1564aa} <Debug> TCPHandler: Processed in 0.005794486 sec. | ||
| 12268 | 2025.03.03 23:39:28.582233 [ 190 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1676 rows, containing 19 columns (19 merged, 0 gathered) in 0.015314757 sec., 109436.93066759074 rows/sec., 196.11 MiB/sec. | ||
| 12269 | 2025.03.03 23:39:28.583471 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12270 | 2025.03.03 23:39:28.583891 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12271 | 2025.03.03 23:39:28.583976 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12272 | 2025.03.03 23:39:28.584097 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 12273 | 2025.03.03 23:39:29.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.01 MiB, peak 258.64 MiB, free memory in arenas 0.00 B, will set to 251.86 MiB (RSS), difference: 4.85 MiB | ||
| 12274 | 2025.03.03 23:39:29.312315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12275 | 2025.03.03 23:39:29.332958 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12276 | 2025.03.03 23:39:29.333011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 12277 | 2025.03.03 23:39:29.340309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12278 | 2025.03.03 23:39:29.341115 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12279 | 2025.03.03 23:39:29.344495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12280 | 2025.03.03 23:39:33.537740 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2025.03.03 23:39:33.537964 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12282 | 2025.03.03 23:39:33.538044 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12283 | 2025.03.03 23:39:33.538915 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12284 | 2025.03.03 23:39:33.538967 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12285 | 2025.03.03 23:39:33.539407 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12286 | 2025.03.03 23:39:33.539660 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12287 | 2025.03.03 23:39:33.539914 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.16 MiB/sec. | ||
| 12288 | 2025.03.03 23:39:33.540034 [ 5 ] {dbaee098-3b52-4365-b971-325740aabc03} <Debug> TCPHandler: Processed in 0.002428919 sec. | ||
| 12289 | 2025.03.03 23:39:33.540197 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12290 | 2025.03.03 23:39:33.540504 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12291 | 2025.03.03 23:39:33.540629 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12292 | 2025.03.03 23:39:33.541319 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12293 | 2025.03.03 23:39:33.541359 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12294 | 2025.03.03 23:39:33.541710 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12295 | 2025.03.03 23:39:33.541945 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12296 | 2025.03.03 23:39:33.542144 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001766 sec., 36240.090600226504 rows/sec., 2.83 MiB/sec. | ||
| 12297 | 2025.03.03 23:39:33.542197 [ 5 ] {206f1548-fd48-4d27-9cff-841ffbbf3e87} <Debug> TCPHandler: Processed in 0.00209123 sec. | ||
| 12298 | 2025.03.03 23:39:33.542296 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12299 | 2025.03.03 23:39:33.542398 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12300 | 2025.03.03 23:39:33.542446 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12301 | 2025.03.03 23:39:33.542948 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12302 | 2025.03.03 23:39:33.542987 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12303 | 2025.03.03 23:39:33.543361 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12304 | 2025.03.03 23:39:33.543602 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12305 | 2025.03.03 23:39:33.543829 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 12306 | 2025.03.03 23:39:33.543888 [ 5 ] {0404828c-180c-4a41-b12a-27fa480ebf6b} <Debug> TCPHandler: Processed in 0.001639616 sec. | ||
| 12307 | 2025.03.03 23:39:33.544014 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12308 | 2025.03.03 23:39:33.544337 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12309 | 2025.03.03 23:39:33.544534 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12310 | 2025.03.03 23:39:33.545185 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12311 | 2025.03.03 23:39:33.545227 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12312 | 2025.03.03 23:39:33.545599 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12313 | 2025.03.03 23:39:33.545841 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12314 | 2025.03.03 23:39:33.546061 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001882 sec., 31880.97768331562 rows/sec., 2.15 MiB/sec. | ||
| 12315 | 2025.03.03 23:39:33.546113 [ 5 ] {4591d8ac-73bd-4380-90ea-8573e8f7b191} <Debug> TCPHandler: Processed in 0.002149601 sec. | ||
| 12316 | 2025.03.03 23:39:34.765833 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12317 | 2025.03.03 23:39:34.766903 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12318 | 2025.03.03 23:39:34.766979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12319 | 2025.03.03 23:39:34.767536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12320 | 2025.03.03 23:39:34.767794 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12321 | 2025.03.03 23:39:34.768018 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12322 | 2025.03.03 23:39:36.844552 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12323 | 2025.03.03 23:39:36.867279 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2025.03.03 23:39:36.867357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12325 | 2025.03.03 23:39:36.874945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12326 | 2025.03.03 23:39:36.875980 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2025.03.03 23:39:36.883522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12328 | 2025.03.03 23:39:37.419341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1728 | ||
| 12329 | 2025.03.03 23:39:37.422273 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12330 | 2025.03.03 23:39:37.422313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12331 | 2025.03.03 23:39:37.423760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12332 | 2025.03.03 23:39:37.424060 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12333 | 2025.03.03 23:39:37.426135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1728 | ||
| 12334 | 2025.03.03 23:39:38.545993 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12335 | 2025.03.03 23:39:38.546223 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12336 | 2025.03.03 23:39:38.546325 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12337 | 2025.03.03 23:39:38.547439 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12338 | 2025.03.03 23:39:38.547486 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12339 | 2025.03.03 23:39:38.547920 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12340 | 2025.03.03 23:39:38.548177 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12341 | 2025.03.03 23:39:38.548438 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002302 sec., 92093.83145091226 rows/sec., 5.86 MiB/sec. | ||
| 12342 | 2025.03.03 23:39:38.548505 [ 5 ] {c615bd39-1d3e-4c63-900a-6470f2b59ad5} <Debug> TCPHandler: Processed in 0.002634445 sec. | ||
| 12343 | 2025.03.03 23:39:38.548637 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12344 | 2025.03.03 23:39:38.548750 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12345 | 2025.03.03 23:39:38.548798 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12346 | 2025.03.03 23:39:38.549702 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12347 | 2025.03.03 23:39:38.549743 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12348 | 2025.03.03 23:39:38.550138 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12349 | 2025.03.03 23:39:38.550383 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12350 | 2025.03.03 23:39:38.550592 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001868 sec., 372055.67451820127 rows/sec., 29.70 MiB/sec. | ||
| 12351 | 2025.03.03 23:39:38.550646 [ 5 ] {ba89cb23-fe11-4a80-9a63-01b29bff6aa5} <Debug> TCPHandler: Processed in 0.002063489 sec. | ||
| 12352 | 2025.03.03 23:39:38.550764 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12353 | 2025.03.03 23:39:38.550872 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12354 | 2025.03.03 23:39:38.550916 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12355 | 2025.03.03 23:39:38.551494 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12356 | 2025.03.03 23:39:38.551534 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12357 | 2025.03.03 23:39:38.551880 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12358 | 2025.03.03 23:39:38.552109 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12359 | 2025.03.03 23:39:38.552261 [ 118 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12360 | 2025.03.03 23:39:38.552297 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001446 sec., 100276.62517289074 rows/sec., 6.29 MiB/sec. | ||
| 12361 | 2025.03.03 23:39:38.552310 [ 118 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12362 | 2025.03.03 23:39:38.552352 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12363 | 2025.03.03 23:39:38.552371 [ 5 ] {0e123f5a-f2ae-4d4e-bf23-23861bcdbf69} <Debug> TCPHandler: Processed in 0.001658587 sec. | ||
| 12364 | 2025.03.03 23:39:38.552562 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12365 | 2025.03.03 23:39:38.552583 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12366 | 2025.03.03 23:39:38.552734 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12367 | 2025.03.03 23:39:38.552839 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12368 | 2025.03.03 23:39:38.552960 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12369 | 2025.03.03 23:39:38.553065 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 163 rows starting from the beginning of the part | ||
| 12370 | 2025.03.03 23:39:38.553346 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 145 rows starting from the beginning of the part | ||
| 12371 | 2025.03.03 23:39:38.553696 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 145 rows starting from the beginning of the part | ||
| 12372 | 2025.03.03 23:39:38.553989 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 149 rows starting from the beginning of the part | ||
| 12373 | 2025.03.03 23:39:38.554295 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 145 rows starting from the beginning of the part | ||
| 12374 | 2025.03.03 23:39:38.554557 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 145 rows starting from the beginning of the part | ||
| 12375 | 2025.03.03 23:39:38.555790 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2025.03.03 23:39:38.555852 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12377 | 2025.03.03 23:39:38.556881 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12378 | 2025.03.03 23:39:38.557465 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2025.03.03 23:39:38.557563 [ 195 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090695 sec., 175221.6544106453 rows/sec., 11.69 MiB/sec. | ||
| 12380 | 2025.03.03 23:39:38.557681 [ 118 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12381 | 2025.03.03 23:39:38.557741 [ 118 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2025.03.03 23:39:38.557775 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12383 | 2025.03.03 23:39:38.557788 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005098 sec., 22165.555119654768 rows/sec., 1.43 MiB/sec. | ||
| 12384 | 2025.03.03 23:39:38.557815 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12385 | 2025.03.03 23:39:38.558065 [ 5 ] {738f757b-fb87-4ff3-9518-d4ab9ac6e006} <Debug> TCPHandler: Processed in 0.00558276 sec. | ||
| 12386 | 2025.03.03 23:39:38.558131 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12387 | 2025.03.03 23:39:38.558215 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12388 | 2025.03.03 23:39:38.558275 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12389 | 2025.03.03 23:39:38.558318 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 341 rows starting from the beginning of the part | ||
| 12390 | 2025.03.03 23:39:38.558390 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12391 | 2025.03.03 23:39:38.558492 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12392 | 2025.03.03 23:39:38.558626 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12393 | 2025.03.03 23:39:38.558759 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part | ||
| 12394 | 2025.03.03 23:39:38.559016 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_47_10} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12395 | 2025.03.03 23:39:38.559407 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
| 12396 | 2025.03.03 23:39:38.559476 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 12397 | 2025.03.03 23:39:38.559846 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 341 rows starting from the beginning of the part | ||
| 12398 | 2025.03.03 23:39:38.560157 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part | ||
| 12399 | 2025.03.03 23:39:38.560523 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part | ||
| 12400 | 2025.03.03 23:39:38.561524 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12401 | 2025.03.03 23:39:38.561569 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12402 | 2025.03.03 23:39:38.562098 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12403 | 2025.03.03 23:39:38.562405 [ 194 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00453159 sec., 250243.29208953146 rows/sec., 17.45 MiB/sec. | ||
| 12404 | 2025.03.03 23:39:38.562437 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2025.03.03 23:39:38.562598 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12406 | 2025.03.03 23:39:38.562770 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004406 sec., 25419.881979119382 rows/sec., 1.45 MiB/sec. | ||
| 12407 | 2025.03.03 23:39:38.563077 [ 5 ] {a36c0de1-5aff-4fb2-9a71-9b624507ead8} <Debug> TCPHandler: Processed in 0.004923611 sec. | ||
| 12408 | 2025.03.03 23:39:38.563425 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12409 | 2025.03.03 23:39:38.563552 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12410 | 2025.03.03 23:39:38.563778 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12411 | 2025.03.03 23:39:38.563825 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_47_10} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12412 | 2025.03.03 23:39:38.563861 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12413 | 2025.03.03 23:39:38.563932 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 12414 | 2025.03.03 23:39:38.564647 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12415 | 2025.03.03 23:39:38.564686 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12416 | 2025.03.03 23:39:38.565053 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12417 | 2025.03.03 23:39:38.565296 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12418 | 2025.03.03 23:39:38.565472 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001799 sec., 234018.89938854918 rows/sec., 16.67 MiB/sec. | ||
| 12419 | 2025.03.03 23:39:38.565524 [ 5 ] {a6a21dbd-60a7-49d3-a55e-6775e6df96c5} <Debug> TCPHandler: Processed in 0.002213244 sec. | ||
| 12420 | 2025.03.03 23:39:38.565638 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12421 | 2025.03.03 23:39:38.565742 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12422 | 2025.03.03 23:39:38.565789 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12423 | 2025.03.03 23:39:38.566234 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2025.03.03 23:39:38.566270 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12425 | 2025.03.03 23:39:38.566615 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12426 | 2025.03.03 23:39:38.566842 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2025.03.03 23:39:38.566962 [ 118 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12428 | 2025.03.03 23:39:38.566996 [ 118 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2025.03.03 23:39:38.567018 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12430 | 2025.03.03 23:39:38.567021 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 241.32 KiB/sec. | ||
| 12431 | 2025.03.03 23:39:38.567188 [ 5 ] {ae33c289-1c42-4e62-8d02-2132dc9afb53} <Debug> TCPHandler: Processed in 0.001599465 sec. | ||
| 12432 | 2025.03.03 23:39:38.567220 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12433 | 2025.03.03 23:39:38.567434 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12434 | 2025.03.03 23:39:38.567543 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12435 | 2025.03.03 23:39:38.567626 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 12436 | 2025.03.03 23:39:38.567668 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12437 | 2025.03.03 23:39:38.567830 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12438 | 2025.03.03 23:39:38.567866 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12439 | 2025.03.03 23:39:38.568259 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12440 | 2025.03.03 23:39:38.568651 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12441 | 2025.03.03 23:39:38.568977 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12442 | 2025.03.03 23:39:38.569381 [ 198 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 12443 | 2025.03.03 23:39:38.570349 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2025.03.03 23:39:38.570396 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12445 | 2025.03.03 23:39:38.571033 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12446 | 2025.03.03 23:39:38.571063 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980033 sec., 70853.68387649047 rows/sec., 3.62 MiB/sec. | ||
| 12447 | 2025.03.03 23:39:38.571352 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12448 | 2025.03.03 23:39:38.571477 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12449 | 2025.03.03 23:39:38.571718 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12450 | 2025.03.03 23:39:38.571800 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12451 | 2025.03.03 23:39:38.571869 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12452 | 2025.03.03 23:39:38.571957 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004312 sec., 54962.894248608536 rows/sec., 3.68 MiB/sec. | ||
| 12453 | 2025.03.03 23:39:38.572244 [ 5 ] {5adb68b2-4d3e-4c50-9fb5-e59141c58b71} <Debug> TCPHandler: Processed in 0.004889879 sec. | ||
| 12454 | 2025.03.03 23:39:38.572357 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12455 | 2025.03.03 23:39:38.572553 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 12456 | 2025.03.03 23:39:38.572614 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2025.03.03 23:39:38.572630 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_47_10} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12458 | 2025.03.03 23:39:38.572921 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12459 | 2025.03.03 23:39:38.572997 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12460 | 2025.03.03 23:39:38.573027 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12461 | 2025.03.03 23:39:38.573102 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12462 | 2025.03.03 23:39:38.573108 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31666 rows starting from the beginning of the part | ||
| 12463 | 2025.03.03 23:39:38.573491 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 96 rows starting from the beginning of the part | ||
| 12464 | 2025.03.03 23:39:38.573937 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 12465 | 2025.03.03 23:39:38.574279 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 12466 | 2025.03.03 23:39:38.574458 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 12467 | 2025.03.03 23:39:38.574830 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 12468 | 2025.03.03 23:39:38.575493 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2025.03.03 23:39:38.575556 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12470 | 2025.03.03 23:39:38.576320 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12471 | 2025.03.03 23:39:38.576620 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2025.03.03 23:39:38.576901 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004032 sec., 248.015873015873 rows/sec., 16.71 KiB/sec. | ||
| 12473 | 2025.03.03 23:39:38.577283 [ 5 ] {40220dfd-b103-4993-b128-e5389422b21f} <Debug> TCPHandler: Processed in 0.004769236 sec. | ||
| 12474 | 2025.03.03 23:39:38.577711 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12475 | 2025.03.03 23:39:38.578098 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12476 | 2025.03.03 23:39:38.578341 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12477 | 2025.03.03 23:39:38.580587 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2025.03.03 23:39:38.580628 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12479 | 2025.03.03 23:39:38.581501 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12480 | 2025.03.03 23:39:38.581858 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12481 | 2025.03.03 23:39:38.582199 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004216 sec., 9250.474383301707 rows/sec., 16.58 MiB/sec. | ||
| 12482 | 2025.03.03 23:39:38.582322 [ 5 ] {96fbfc4d-d701-426a-afa5-0f8c6f12bb32} <Debug> TCPHandler: Processed in 0.004749085 sec. | ||
| 12483 | 2025.03.03 23:39:38.582464 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12484 | 2025.03.03 23:39:38.582593 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12485 | 2025.03.03 23:39:38.582647 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12486 | 2025.03.03 23:39:38.583180 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2025.03.03 23:39:38.583310 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12488 | 2025.03.03 23:39:38.583713 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12489 | 2025.03.03 23:39:38.583972 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.03.03 23:39:38.584211 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001654 sec., 49576.78355501813 rows/sec., 3.15 MiB/sec. | ||
| 12491 | 2025.03.03 23:39:38.584263 [ 5 ] {7cfa46f7-ac7f-48dd-bf78-8d6a16cbff91} <Debug> TCPHandler: Processed in 0.001850952 sec. | ||
| 12492 | 2025.03.03 23:39:38.584873 [ 192 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32556 rows, containing 5 columns (5 merged, 0 gathered) in 0.012865097 sec., 2530567.7835153514 rows/sec., 170.83 MiB/sec. | ||
| 12493 | 2025.03.03 23:39:38.585518 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12494 | 2025.03.03 23:39:38.585877 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12495 | 2025.03.03 23:39:38.585972 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12496 | 2025.03.03 23:39:38.586071 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12497 | 2025.03.03 23:39:42.056974 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12498 | 2025.03.03 23:39:42.057040 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12499 | 2025.03.03 23:39:42.268170 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 12500 | 2025.03.03 23:39:42.269349 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12501 | 2025.03.03 23:39:42.269439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12502 | 2025.03.03 23:39:42.270108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12503 | 2025.03.03 23:39:42.270378 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12504 | 2025.03.03 23:39:42.270591 [ 114 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12505 | 2025.03.03 23:39:42.270640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12506 | 2025.03.03 23:39:42.270686 [ 114 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12507 | 2025.03.03 23:39:42.270718 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12508 | 2025.03.03 23:39:42.270855 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::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 | ||
| 12509 | 2025.03.03 23:39:42.271002 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12510 | 2025.03.03 23:39:42.271048 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12511 | 2025.03.03 23:39:42.271141 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12512 | 2025.03.03 23:39:42.271370 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 12513 | 2025.03.03 23:39:42.271617 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 12514 | 2025.03.03 23:39:42.271813 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 12515 | 2025.03.03 23:39:42.271980 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 12516 | 2025.03.03 23:39:42.274784 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003981624 sec., 7598909.38973645 rows/sec., 108.70 MiB/sec. | ||
| 12517 | 2025.03.03 23:39:42.275354 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12518 | 2025.03.03 23:39:42.275700 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12519 | 2025.03.03 23:39:42.275795 [ 192 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_66_13} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12520 | 2025.03.03 23:39:42.275911 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 12521 | 2025.03.03 23:39:43.538018 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12522 | 2025.03.03 23:39:43.538219 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12523 | 2025.03.03 23:39:43.538289 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12524 | 2025.03.03 23:39:43.539060 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12525 | 2025.03.03 23:39:43.539111 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12526 | 2025.03.03 23:39:43.539548 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12527 | 2025.03.03 23:39:43.539799 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12528 | 2025.03.03 23:39:43.539999 [ 113 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12529 | 2025.03.03 23:39:43.540059 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec. | ||
| 12530 | 2025.03.03 23:39:43.540083 [ 113 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12531 | 2025.03.03 23:39:43.540151 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12532 | 2025.03.03 23:39:43.540192 [ 5 ] {fddf9007-3ff6-4d6b-bc35-81b2f2c842c0} <Debug> TCPHandler: Processed in 0.002301086 sec. | ||
| 12533 | 2025.03.03 23:39:43.540434 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12534 | 2025.03.03 23:39:43.540455 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12535 | 2025.03.03 23:39:43.540736 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12536 | 2025.03.03 23:39:43.540852 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12537 | 2025.03.03 23:39:43.540899 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12538 | 2025.03.03 23:39:43.540987 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1844 rows starting from the beginning of the part | ||
| 12539 | 2025.03.03 23:39:43.541586 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 12540 | 2025.03.03 23:39:43.542090 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 695 rows starting from the beginning of the part | ||
| 12541 | 2025.03.03 23:39:43.542688 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 12542 | 2025.03.03 23:39:43.543303 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 695 rows starting from the beginning of the part | ||
| 12543 | 2025.03.03 23:39:43.543834 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 12544 | 2025.03.03 23:39:43.545365 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2025.03.03 23:39:43.545404 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12546 | 2025.03.03 23:39:43.545977 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12547 | 2025.03.03 23:39:43.546280 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12548 | 2025.03.03 23:39:43.546486 [ 113 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12549 | 2025.03.03 23:39:43.546567 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005939 sec., 10776.224953695908 rows/sec., 861.30 KiB/sec. | ||
| 12550 | 2025.03.03 23:39:43.546583 [ 113 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12551 | 2025.03.03 23:39:43.546725 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12552 | 2025.03.03 23:39:43.546929 [ 5 ] {01ccbc8d-9079-4b25-b701-802f136d63f6} <Debug> TCPHandler: Processed in 0.006550217 sec. | ||
| 12553 | 2025.03.03 23:39:43.547343 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12554 | 2025.03.03 23:39:43.547365 [ 190 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.007103112 sec., 478945.0032605427 rows/sec., 40.45 MiB/sec. | ||
| 12555 | 2025.03.03 23:39:43.547394 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12556 | 2025.03.03 23:39:43.547519 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12557 | 2025.03.03 23:39:43.547672 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12558 | 2025.03.03 23:39:43.547783 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12559 | 2025.03.03 23:39:43.547818 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12560 | 2025.03.03 23:39:43.547984 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 12561 | 2025.03.03 23:39:43.549108 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12562 | 2025.03.03 23:39:43.549117 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 12563 | 2025.03.03 23:39:43.549563 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_111_22} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12564 | 2025.03.03 23:39:43.549939 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12565 | 2025.03.03 23:39:43.549964 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 421 rows starting from the beginning of the part | ||
| 12566 | 2025.03.03 23:39:43.550364 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 12567 | 2025.03.03 23:39:43.550883 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 421 rows starting from the beginning of the part | ||
| 12568 | 2025.03.03 23:39:43.551175 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 12569 | 2025.03.03 23:39:43.551849 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2025.03.03 23:39:43.551907 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12571 | 2025.03.03 23:39:43.552848 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12572 | 2025.03.03 23:39:43.553416 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2025.03.03 23:39:43.553829 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006362 sec., 25149.324111914495 rows/sec., 1.75 MiB/sec. | ||
| 12574 | 2025.03.03 23:39:43.553902 [ 5 ] {03fb6a70-d3e0-48fd-86da-e871c668dfa5} <Debug> TCPHandler: Processed in 0.006685941 sec. | ||
| 12575 | 2025.03.03 23:39:43.554099 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12576 | 2025.03.03 23:39:43.554257 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007260127 sec., 268177.1269290468 rows/sec., 20.48 MiB/sec. | ||
| 12577 | 2025.03.03 23:39:43.554289 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12578 | 2025.03.03 23:39:43.554340 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12579 | 2025.03.03 23:39:43.554464 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12580 | 2025.03.03 23:39:43.554891 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12581 | 2025.03.03 23:39:43.555022 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12582 | 2025.03.03 23:39:43.555038 [ 190 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_111_22} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12583 | 2025.03.03 23:39:43.555064 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12584 | 2025.03.03 23:39:43.555150 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12585 | 2025.03.03 23:39:43.555476 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12586 | 2025.03.03 23:39:43.555715 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12587 | 2025.03.03 23:39:43.555885 [ 113 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12588 | 2025.03.03 23:39:43.555948 [ 113 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12589 | 2025.03.03 23:39:43.555959 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001695 sec., 35398.23008849558 rows/sec., 2.39 MiB/sec. | ||
| 12590 | 2025.03.03 23:39:43.555986 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12591 | 2025.03.03 23:39:43.556120 [ 5 ] {f8324528-d309-4e99-bd45-7011eedf7031} <Debug> TCPHandler: Processed in 0.00211551 sec. | ||
| 12592 | 2025.03.03 23:39:43.556197 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12593 | 2025.03.03 23:39:43.556322 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12594 | 2025.03.03 23:39:43.556350 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6306 rows starting from the beginning of the part | ||
| 12595 | 2025.03.03 23:39:43.556438 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12596 | 2025.03.03 23:39:43.556638 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12597 | 2025.03.03 23:39:43.556807 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 12598 | 2025.03.03 23:39:43.557000 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 12599 | 2025.03.03 23:39:43.557173 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 12600 | 2025.03.03 23:39:43.559166 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6650 rows, containing 4 columns (4 merged, 0 gathered) in 0.003052087 sec., 2178836.972864797 rows/sec., 141.89 MiB/sec. | ||
| 12601 | 2025.03.03 23:39:43.559809 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12602 | 2025.03.03 23:39:43.560337 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12603 | 2025.03.03 23:39:43.560441 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_111_22} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12604 | 2025.03.03 23:39:43.560528 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12605 | 2025.03.03 23:39:44.383606 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12606 | 2025.03.03 23:39:44.405439 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12607 | 2025.03.03 23:39:44.405506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12608 | 2025.03.03 23:39:44.412734 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12609 | 2025.03.03 23:39:44.413524 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12610 | 2025.03.03 23:39:44.413915 [ 111 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12611 | 2025.03.03 23:39:44.414065 [ 111 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2025.03.03 23:39:44.414136 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12613 | 2025.03.03 23:39:44.414598 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::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 | ||
| 12614 | 2025.03.03 23:39:44.428693 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12615 | 2025.03.03 23:39:44.430451 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12616 | 2025.03.03 23:39:44.431862 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12617 | 2025.03.03 23:39:44.437346 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12618 | 2025.03.03 23:39:44.442808 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12619 | 2025.03.03 23:39:44.448749 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12620 | 2025.03.03 23:39:44.454793 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12621 | 2025.03.03 23:39:44.459693 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12622 | 2025.03.03 23:39:44.518125 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.103828943 sec., 4796.350474260342 rows/sec., 24.80 MiB/sec. | ||
| 12623 | 2025.03.03 23:39:44.521861 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12624 | 2025.03.03 23:39:44.524909 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12625 | 2025.03.03 23:39:44.525045 [ 189 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_66_13} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12626 | 2025.03.03 23:39:44.527617 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 12627 | 2025.03.03 23:39:44.977026 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2025.03.03 23:39:44.977250 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12629 | 2025.03.03 23:39:44.977320 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12630 | 2025.03.03 23:39:44.978162 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12631 | 2025.03.03 23:39:44.978209 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12632 | 2025.03.03 23:39:44.978659 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12633 | 2025.03.03 23:39:44.978928 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12634 | 2025.03.03 23:39:44.979129 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001929 sec., 109901.50336962157 rows/sec., 6.99 MiB/sec. | ||
| 12635 | 2025.03.03 23:39:44.979197 [ 5 ] {d74e936d-9077-46fb-bc22-ac735c0de996} <Debug> TCPHandler: Processed in 0.002298156 sec. | ||
| 12636 | 2025.03.03 23:39:44.979353 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12637 | 2025.03.03 23:39:44.979531 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12638 | 2025.03.03 23:39:44.979589 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12639 | 2025.03.03 23:39:44.980278 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2025.03.03 23:39:44.980325 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12641 | 2025.03.03 23:39:44.980707 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 12642 | 2025.03.03 23:39:44.980955 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2025.03.03 23:39:44.981162 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001663 sec., 8418.52074564041 rows/sec., 686.47 KiB/sec. | ||
| 12644 | 2025.03.03 23:39:44.981317 [ 5 ] {d08b7d6c-f180-4868-812d-a4854c0ccd9b} <Debug> TCPHandler: Processed in 0.002026978 sec. | ||
| 12645 | 2025.03.03 23:39:44.981503 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2025.03.03 23:39:44.981611 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12647 | 2025.03.03 23:39:44.981658 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12648 | 2025.03.03 23:39:44.983236 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2025.03.03 23:39:44.983275 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12650 | 2025.03.03 23:39:44.983760 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12651 | 2025.03.03 23:39:44.984003 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2025.03.03 23:39:44.984207 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002611 sec., 705476.8288012255 rows/sec., 57.56 MiB/sec. | ||
| 12653 | 2025.03.03 23:39:44.984284 [ 5 ] {9b46130f-a4d9-4031-bfd3-80e235776049} <Debug> TCPHandler: Processed in 0.002842231 sec. | ||
| 12654 | 2025.03.03 23:39:44.984447 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12655 | 2025.03.03 23:39:44.984737 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12656 | 2025.03.03 23:39:44.984869 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12657 | 2025.03.03 23:39:44.986697 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12658 | 2025.03.03 23:39:44.986736 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12659 | 2025.03.03 23:39:44.987104 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12660 | 2025.03.03 23:39:44.987348 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12661 | 2025.03.03 23:39:44.987521 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.002909 sec., 54657.95806118941 rows/sec., 3.46 MiB/sec. | ||
| 12662 | 2025.03.03 23:39:44.987576 [ 5 ] {15468b28-70d1-441d-a57d-ed96ba4143e8} <Debug> TCPHandler: Processed in 0.003187191 sec. | ||
| 12663 | 2025.03.03 23:39:44.987677 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12664 | 2025.03.03 23:39:44.987780 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12665 | 2025.03.03 23:39:44.987824 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12666 | 2025.03.03 23:39:44.988471 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12667 | 2025.03.03 23:39:44.988508 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12668 | 2025.03.03 23:39:44.988874 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12669 | 2025.03.03 23:39:44.989119 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12670 | 2025.03.03 23:39:44.989299 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001541 sec., 221284.87994808564 rows/sec., 14.76 MiB/sec. | ||
| 12671 | 2025.03.03 23:39:44.989352 [ 5 ] {5cf576e7-de05-436a-b892-4f9b50b05279} <Debug> TCPHandler: Processed in 0.001724389 sec. | ||
| 12672 | 2025.03.03 23:39:44.989456 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12673 | 2025.03.03 23:39:44.989559 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12674 | 2025.03.03 23:39:44.989603 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12675 | 2025.03.03 23:39:44.990154 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12676 | 2025.03.03 23:39:44.990192 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12677 | 2025.03.03 23:39:44.990559 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12678 | 2025.03.03 23:39:44.990795 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2025.03.03 23:39:44.991008 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001459 sec., 76764.90747087046 rows/sec., 4.37 MiB/sec. | ||
| 12680 | 2025.03.03 23:39:44.991094 [ 5 ] {a828c6d6-e2c7-43df-913f-aa60385f8299} <Debug> TCPHandler: Processed in 0.001681668 sec. | ||
| 12681 | 2025.03.03 23:39:44.991348 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12682 | 2025.03.03 23:39:44.991476 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12683 | 2025.03.03 23:39:44.991522 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12684 | 2025.03.03 23:39:44.992405 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12685 | 2025.03.03 23:39:44.992443 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12686 | 2025.03.03 23:39:44.992828 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12687 | 2025.03.03 23:39:44.993071 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12688 | 2025.03.03 23:39:44.993245 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001791 sec., 497487.4371859296 rows/sec., 36.06 MiB/sec. | ||
| 12689 | 2025.03.03 23:39:44.993296 [ 5 ] {23319716-b636-462d-a07d-ec5747c763ce} <Debug> TCPHandler: Processed in 0.002051919 sec. | ||
| 12690 | 2025.03.03 23:39:44.993398 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12691 | 2025.03.03 23:39:44.993500 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12692 | 2025.03.03 23:39:44.993545 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12693 | 2025.03.03 23:39:44.993961 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2025.03.03 23:39:44.993997 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12695 | 2025.03.03 23:39:44.994344 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12696 | 2025.03.03 23:39:44.994580 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2025.03.03 23:39:44.994783 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec. | ||
| 12698 | 2025.03.03 23:39:44.994835 [ 5 ] {3b53b05d-5311-4140-b25a-39c1639757a4} <Debug> TCPHandler: Processed in 0.001487592 sec. | ||
| 12699 | 2025.03.03 23:39:44.994937 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12700 | 2025.03.03 23:39:44.995040 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12701 | 2025.03.03 23:39:44.995088 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12702 | 2025.03.03 23:39:44.995828 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12703 | 2025.03.03 23:39:44.995867 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12704 | 2025.03.03 23:39:44.996294 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12705 | 2025.03.03 23:39:44.996544 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12706 | 2025.03.03 23:39:44.996771 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001752 sec., 567351.598173516 rows/sec., 37.76 MiB/sec. | ||
| 12707 | 2025.03.03 23:39:44.996824 [ 5 ] {8e074fef-92f2-446d-8e06-626b28ba5b63} <Debug> TCPHandler: Processed in 0.001935465 sec. | ||
| 12708 | 2025.03.03 23:39:44.996925 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12709 | 2025.03.03 23:39:44.997028 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12710 | 2025.03.03 23:39:44.997074 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12711 | 2025.03.03 23:39:44.997481 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12712 | 2025.03.03 23:39:44.997520 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12713 | 2025.03.03 23:39:44.997867 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12714 | 2025.03.03 23:39:44.998104 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2025.03.03 23:39:44.998347 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
| 12716 | 2025.03.03 23:39:44.998423 [ 5 ] {f11848b5-c156-4d5d-a9c6-f32f075e52f5} <Debug> TCPHandler: Processed in 0.001547085 sec. | ||
| 12717 | 2025.03.03 23:39:44.998687 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2025.03.03 23:39:44.998961 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12719 | 2025.03.03 23:39:44.999060 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12720 | 2025.03.03 23:39:45.000437 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2025.03.03 23:39:45.000484 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12722 | 2025.03.03 23:39:45.001403 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12723 | 2025.03.03 23:39:45.001661 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12724 | 2025.03.03 23:39:45.001907 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003033 sec., 12858.555885262116 rows/sec., 23.04 MiB/sec. | ||
| 12725 | 2025.03.03 23:39:45.002002 [ 5 ] {2934bc2c-3fc5-411a-9dc5-c5b7f6c127d4} <Debug> TCPHandler: Processed in 0.003421438 sec. | ||
| 12726 | 2025.03.03 23:39:45.002116 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12727 | 2025.03.03 23:39:45.002219 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12728 | 2025.03.03 23:39:45.002265 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12729 | 2025.03.03 23:39:45.002686 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12730 | 2025.03.03 23:39:45.002725 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12731 | 2025.03.03 23:39:45.003072 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12732 | 2025.03.03 23:39:45.003312 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12733 | 2025.03.03 23:39:45.003558 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001354 sec., 33973.41211225997 rows/sec., 2.05 MiB/sec. | ||
| 12734 | 2025.03.03 23:39:45.003618 [ 5 ] {c7f3de2c-f39d-406f-92a1-b47b26c8d1c3} <Debug> TCPHandler: Processed in 0.001552844 sec. | ||
| 12735 | 2025.03.03 23:39:47.426322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1782 | ||
| 12736 | 2025.03.03 23:39:47.429747 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12737 | 2025.03.03 23:39:47.429798 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12738 | 2025.03.03 23:39:47.431288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12739 | 2025.03.03 23:39:47.431602 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12740 | 2025.03.03 23:39:47.432219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782 | ||
| 12741 | 2025.03.03 23:39:48.535356 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12742 | 2025.03.03 23:39:48.535544 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12743 | 2025.03.03 23:39:48.535614 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12744 | 2025.03.03 23:39:48.536379 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12745 | 2025.03.03 23:39:48.536431 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12746 | 2025.03.03 23:39:48.536859 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12747 | 2025.03.03 23:39:48.537109 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12748 | 2025.03.03 23:39:48.537348 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec. | ||
| 12749 | 2025.03.03 23:39:48.537404 [ 5 ] {7936a650-0e19-491f-9ac6-060f422df535} <Debug> TCPHandler: Processed in 0.002177453 sec. | ||
| 12750 | 2025.03.03 23:39:48.537526 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12751 | 2025.03.03 23:39:48.537631 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12752 | 2025.03.03 23:39:48.537677 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12753 | 2025.03.03 23:39:48.538221 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12754 | 2025.03.03 23:39:48.538261 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12755 | 2025.03.03 23:39:48.538611 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12756 | 2025.03.03 23:39:48.538845 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12757 | 2025.03.03 23:39:48.539044 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 12758 | 2025.03.03 23:39:48.539098 [ 5 ] {1c49ec0c-3ea3-4592-bd3b-6ba050a7437a} <Debug> TCPHandler: Processed in 0.001624606 sec. | ||
| 12759 | 2025.03.03 23:39:48.539219 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12760 | 2025.03.03 23:39:48.539325 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12761 | 2025.03.03 23:39:48.539373 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12762 | 2025.03.03 23:39:48.539857 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12763 | 2025.03.03 23:39:48.539896 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12764 | 2025.03.03 23:39:48.540274 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12765 | 2025.03.03 23:39:48.540506 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12766 | 2025.03.03 23:39:48.540725 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001421 sec., 67558.05770584095 rows/sec., 4.71 MiB/sec. | ||
| 12767 | 2025.03.03 23:39:48.540777 [ 5 ] {1ff28479-45d7-47ff-8da7-d68912569f9c} <Debug> TCPHandler: Processed in 0.001620756 sec. | ||
| 12768 | 2025.03.03 23:39:48.540888 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12769 | 2025.03.03 23:39:48.540991 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12770 | 2025.03.03 23:39:48.541038 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12771 | 2025.03.03 23:39:48.541468 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12772 | 2025.03.03 23:39:48.541507 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12773 | 2025.03.03 23:39:48.541864 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12774 | 2025.03.03 23:39:48.542094 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12775 | 2025.03.03 23:39:48.542306 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001336 sec., 26946.10778443114 rows/sec., 1.82 MiB/sec. | ||
| 12776 | 2025.03.03 23:39:48.542356 [ 5 ] {460ac53f-549a-4dc3-adcc-12cb7378c6af} <Debug> TCPHandler: Processed in 0.001519053 sec. | ||
| 12777 | 2025.03.03 23:39:49.770795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 12778 | 2025.03.03 23:39:49.771567 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12779 | 2025.03.03 23:39:49.771622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12780 | 2025.03.03 23:39:49.772190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12781 | 2025.03.03 23:39:49.772466 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12782 | 2025.03.03 23:39:49.772713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 12783 | 2025.03.03 23:39:51.928778 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12784 | 2025.03.03 23:39:51.946986 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12785 | 2025.03.03 23:39:51.947041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12786 | 2025.03.03 23:39:51.953860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12787 | 2025.03.03 23:39:51.954611 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2025.03.03 23:39:51.957756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12789 | 2025.03.03 23:39:53.538609 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12790 | 2025.03.03 23:39:53.538838 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12791 | 2025.03.03 23:39:53.538908 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12792 | 2025.03.03 23:39:53.539682 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12793 | 2025.03.03 23:39:53.539735 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12794 | 2025.03.03 23:39:53.540151 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12795 | 2025.03.03 23:39:53.540410 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12796 | 2025.03.03 23:39:53.540659 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.30 MiB/sec. | ||
| 12797 | 2025.03.03 23:39:53.540755 [ 5 ] {dda2c5bc-8060-479b-bca8-58216538f472} <Debug> TCPHandler: Processed in 0.002304686 sec. | ||
| 12798 | 2025.03.03 23:39:53.540889 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12799 | 2025.03.03 23:39:53.541144 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12800 | 2025.03.03 23:39:53.541287 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12801 | 2025.03.03 23:39:53.542785 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12802 | 2025.03.03 23:39:53.542825 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12803 | 2025.03.03 23:39:53.543168 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12804 | 2025.03.03 23:39:53.543412 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12805 | 2025.03.03 23:39:53.543649 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002604 sec., 24577.57296466974 rows/sec., 1.92 MiB/sec. | ||
| 12806 | 2025.03.03 23:39:53.543749 [ 5 ] {88847944-5018-4629-bbf0-762c961bf49c} <Debug> TCPHandler: Processed in 0.002912034 sec. | ||
| 12807 | 2025.03.03 23:39:53.543880 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12808 | 2025.03.03 23:39:53.544168 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12809 | 2025.03.03 23:39:53.544342 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12810 | 2025.03.03 23:39:53.545386 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2025.03.03 23:39:53.545425 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12812 | 2025.03.03 23:39:53.545808 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12813 | 2025.03.03 23:39:53.546040 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2025.03.03 23:39:53.546264 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002201 sec., 72694.22989550205 rows/sec., 5.06 MiB/sec. | ||
| 12815 | 2025.03.03 23:39:53.546316 [ 5 ] {d887e85b-1f62-4c64-9123-79b1013fe1cb} <Debug> TCPHandler: Processed in 0.002509042 sec. | ||
| 12816 | 2025.03.03 23:39:53.546419 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12817 | 2025.03.03 23:39:53.546519 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12818 | 2025.03.03 23:39:53.546565 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12819 | 2025.03.03 23:39:53.546984 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12820 | 2025.03.03 23:39:53.547022 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12821 | 2025.03.03 23:39:53.547379 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12822 | 2025.03.03 23:39:53.547608 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2025.03.03 23:39:53.547841 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 12824 | 2025.03.03 23:39:53.547900 [ 5 ] {e6033dd4-d17a-4e37-9937-cb8c7079a481} <Debug> TCPHandler: Processed in 0.001531244 sec. | ||
| 12825 | 2025.03.03 23:39:57.057101 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12826 | 2025.03.03 23:39:57.057208 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12827 | 2025.03.03 23:39:57.272831 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 12828 | 2025.03.03 23:39:57.273511 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2025.03.03 23:39:57.273561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12830 | 2025.03.03 23:39:57.274109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12831 | 2025.03.03 23:39:57.274387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2025.03.03 23:39:57.274673 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12833 | 2025.03.03 23:39:57.432526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1798 | ||
| 12834 | 2025.03.03 23:39:57.435539 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12835 | 2025.03.03 23:39:57.435592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12836 | 2025.03.03 23:39:57.437074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12837 | 2025.03.03 23:39:57.437403 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12838 | 2025.03.03 23:39:57.437996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1798 | ||
| 12839 | 2025.03.03 23:39:58.545219 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2025.03.03 23:39:58.545398 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12841 | 2025.03.03 23:39:58.545464 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12842 | 2025.03.03 23:39:58.546336 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12843 | 2025.03.03 23:39:58.546377 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12844 | 2025.03.03 23:39:58.546799 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12845 | 2025.03.03 23:39:58.547051 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12846 | 2025.03.03 23:39:58.547287 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001929 sec., 109901.50336962157 rows/sec., 6.99 MiB/sec. | ||
| 12847 | 2025.03.03 23:39:58.547289 [ 72 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12848 | 2025.03.03 23:39:58.547363 [ 5 ] {294ce8e5-161d-40cf-818e-a95909e7f1bd} <Debug> TCPHandler: Processed in 0.002272805 sec. | ||
| 12849 | 2025.03.03 23:39:58.547416 [ 72 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2025.03.03 23:39:58.547490 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12851 | 2025.03.03 23:39:58.547534 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12852 | 2025.03.03 23:39:58.547845 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12853 | 2025.03.03 23:39:58.547861 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12854 | 2025.03.03 23:39:58.548098 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12855 | 2025.03.03 23:39:58.548400 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12856 | 2025.03.03 23:39:58.548546 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 212 rows starting from the beginning of the part | ||
| 12857 | 2025.03.03 23:39:58.549037 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
| 12858 | 2025.03.03 23:39:58.549333 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
| 12859 | 2025.03.03 23:39:58.549642 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
| 12860 | 2025.03.03 23:39:58.549941 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
| 12861 | 2025.03.03 23:39:58.552061 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2025.03.03 23:39:58.552108 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12863 | 2025.03.03 23:39:58.552554 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004946182 sec., 214306.71172229407 rows/sec., 14.45 MiB/sec. | ||
| 12864 | 2025.03.03 23:39:58.552739 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12865 | 2025.03.03 23:39:58.552864 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12866 | 2025.03.03 23:39:58.553075 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2025.03.03 23:39:58.553181 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_49_12} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12868 | 2025.03.03 23:39:58.553213 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12869 | 2025.03.03 23:39:58.553301 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 12870 | 2025.03.03 23:39:58.553488 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005716 sec., 121588.52344296711 rows/sec., 9.71 MiB/sec. | ||
| 12871 | 2025.03.03 23:39:58.553580 [ 5 ] {04ade0e8-7925-49eb-bdbf-950c9404ac00} <Debug> TCPHandler: Processed in 0.006112175 sec. | ||
| 12872 | 2025.03.03 23:39:58.553713 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12873 | 2025.03.03 23:39:58.553996 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12874 | 2025.03.03 23:39:58.554135 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12875 | 2025.03.03 23:39:58.555284 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12876 | 2025.03.03 23:39:58.555323 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12877 | 2025.03.03 23:39:58.555674 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12878 | 2025.03.03 23:39:58.555904 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2025.03.03 23:39:58.556147 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.002257 sec., 64244.572441293756 rows/sec., 4.03 MiB/sec. | ||
| 12880 | 2025.03.03 23:39:58.556221 [ 5 ] {5a22fc7c-51fd-4828-a4a4-b11407fb1e68} <Debug> TCPHandler: Processed in 0.002559764 sec. | ||
| 12881 | 2025.03.03 23:39:58.556464 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12882 | 2025.03.03 23:39:58.556579 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12883 | 2025.03.03 23:39:58.556625 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12884 | 2025.03.03 23:39:58.557186 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2025.03.03 23:39:58.557233 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12886 | 2025.03.03 23:39:58.557573 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12887 | 2025.03.03 23:39:58.557807 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2025.03.03 23:39:58.558049 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001488 sec., 75940.86021505376 rows/sec., 4.92 MiB/sec. | ||
| 12889 | 2025.03.03 23:39:58.558135 [ 5 ] {d0bea156-ab30-4ee9-b76a-636a98ed02e7} <Debug> TCPHandler: Processed in 0.00176809 sec. | ||
| 12890 | 2025.03.03 23:39:58.558380 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12891 | 2025.03.03 23:39:58.558518 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12892 | 2025.03.03 23:39:58.558565 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12893 | 2025.03.03 23:39:58.559128 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2025.03.03 23:39:58.559167 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12895 | 2025.03.03 23:39:58.559516 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12896 | 2025.03.03 23:39:58.559766 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2025.03.03 23:39:58.559929 [ 72 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12898 | 2025.03.03 23:39:58.559998 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 4.28 MiB/sec. | ||
| 12899 | 2025.03.03 23:39:58.560006 [ 72 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2025.03.03 23:39:58.560097 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12901 | 2025.03.03 23:39:58.560115 [ 5 ] {f08d7474-073b-4974-82ac-98ad5de84dae} <Debug> TCPHandler: Processed in 0.001833472 sec. | ||
| 12902 | 2025.03.03 23:39:58.560384 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12903 | 2025.03.03 23:39:58.560400 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12904 | 2025.03.03 23:39:58.560671 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12905 | 2025.03.03 23:39:58.560687 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12906 | 2025.03.03 23:39:58.560766 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12907 | 2025.03.03 23:39:58.560772 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 112 rows starting from the beginning of the part | ||
| 12908 | 2025.03.03 23:39:58.561124 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
| 12909 | 2025.03.03 23:39:58.561399 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
| 12910 | 2025.03.03 23:39:58.561604 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 12911 | 2025.03.03 23:39:58.561933 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 12912 | 2025.03.03 23:39:58.563810 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12913 | 2025.03.03 23:39:58.563890 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12914 | 2025.03.03 23:39:58.564661 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004454967 sec., 125702.3901636084 rows/sec., 7.64 MiB/sec. | ||
| 12915 | 2025.03.03 23:39:58.564798 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12916 | 2025.03.03 23:39:58.564799 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12917 | 2025.03.03 23:39:58.565113 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12918 | 2025.03.03 23:39:58.565122 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12919 | 2025.03.03 23:39:58.565223 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_49_12} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12920 | 2025.03.03 23:39:58.565440 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12921 | 2025.03.03 23:39:58.565482 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004913 sec., 85691.02381437004 rows/sec., 6.10 MiB/sec. | ||
| 12922 | 2025.03.03 23:39:58.565541 [ 5 ] {310fed3c-69fd-4fdc-9a99-d1593f22aee8} <Debug> TCPHandler: Processed in 0.00522212 sec. | ||
| 12923 | 2025.03.03 23:39:58.565662 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12924 | 2025.03.03 23:39:58.565768 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12925 | 2025.03.03 23:39:58.565813 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12926 | 2025.03.03 23:39:58.566260 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12927 | 2025.03.03 23:39:58.566299 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12928 | 2025.03.03 23:39:58.566656 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12929 | 2025.03.03 23:39:58.566891 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12930 | 2025.03.03 23:39:58.567131 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. | ||
| 12931 | 2025.03.03 23:39:58.567214 [ 5 ] {97358175-25b9-4093-be13-5c594c6abe5a} <Debug> TCPHandler: Processed in 0.001599486 sec. | ||
| 12932 | 2025.03.03 23:39:58.567461 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12933 | 2025.03.03 23:39:58.567574 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12934 | 2025.03.03 23:39:58.567625 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12935 | 2025.03.03 23:39:58.568165 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12936 | 2025.03.03 23:39:58.568211 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12937 | 2025.03.03 23:39:58.568590 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12938 | 2025.03.03 23:39:58.568844 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12939 | 2025.03.03 23:39:58.569043 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12940 | 2025.03.03 23:39:58.569065 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001513 sec., 156642.4322538004 rows/sec., 10.50 MiB/sec. | ||
| 12941 | 2025.03.03 23:39:58.569124 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12942 | 2025.03.03 23:39:58.569198 [ 5 ] {c21955b2-9f82-4d0a-836a-277b7498a5e0} <Debug> TCPHandler: Processed in 0.001804961 sec. | ||
| 12943 | 2025.03.03 23:39:58.569207 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12944 | 2025.03.03 23:39:58.569373 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12945 | 2025.03.03 23:39:58.569402 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 12946 | 2025.03.03 23:39:58.569513 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12947 | 2025.03.03 23:39:58.569539 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12948 | 2025.03.03 23:39:58.569573 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12949 | 2025.03.03 23:39:58.569578 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 32556 rows starting from the beginning of the part | ||
| 12950 | 2025.03.03 23:39:58.569854 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 12951 | 2025.03.03 23:39:58.570233 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 994 rows starting from the beginning of the part | ||
| 12952 | 2025.03.03 23:39:58.570676 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 96 rows starting from the beginning of the part | ||
| 12953 | 2025.03.03 23:39:58.570974 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12954 | 2025.03.03 23:39:58.571310 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12955 | 2025.03.03 23:39:58.571970 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12956 | 2025.03.03 23:39:58.572011 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12957 | 2025.03.03 23:39:58.572503 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12958 | 2025.03.03 23:39:58.572767 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12959 | 2025.03.03 23:39:58.573040 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003556 sec., 281.214848143982 rows/sec., 18.95 KiB/sec. | ||
| 12960 | 2025.03.03 23:39:58.573151 [ 5 ] {e21d6d0a-7902-455a-ab9a-8425769bb728} <Debug> TCPHandler: Processed in 0.00385586 sec. | ||
| 12961 | 2025.03.03 23:39:58.573286 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12962 | 2025.03.03 23:39:58.573422 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12963 | 2025.03.03 23:39:58.573528 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12964 | 2025.03.03 23:39:58.574808 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2025.03.03 23:39:58.574856 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12966 | 2025.03.03 23:39:58.575760 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12967 | 2025.03.03 23:39:58.576030 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2025.03.03 23:39:58.576455 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003066 sec., 12720.156555772994 rows/sec., 22.79 MiB/sec. | ||
| 12969 | 2025.03.03 23:39:58.577186 [ 5 ] {6bb1b613-462e-4ece-b28a-8504956db2e0} <Debug> TCPHandler: Processed in 0.003949423 sec. | ||
| 12970 | 2025.03.03 23:39:58.577522 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12971 | 2025.03.03 23:39:58.577629 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12972 | 2025.03.03 23:39:58.577675 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12973 | 2025.03.03 23:39:58.578225 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12974 | 2025.03.03 23:39:58.578263 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12975 | 2025.03.03 23:39:58.578678 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12976 | 2025.03.03 23:39:58.578956 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12977 | 2025.03.03 23:39:58.579209 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec. | ||
| 12978 | 2025.03.03 23:39:58.579373 [ 5 ] {ea7a8967-876b-40d9-9392-4bec5d701e53} <Debug> TCPHandler: Processed in 0.001912054 sec. | ||
| 12979 | 2025.03.03 23:39:58.579467 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34203 rows, containing 5 columns (5 merged, 0 gathered) in 0.01014114 sec., 3372697.7440406107 rows/sec., 227.66 MiB/sec. | ||
| 12980 | 2025.03.03 23:39:58.579765 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 12981 | 2025.03.03 23:39:58.580103 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12982 | 2025.03.03 23:39:58.580191 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 12983 | 2025.03.03 23:39:58.580295 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 12984 | 2025.03.03 23:39:59.457827 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 12985 | 2025.03.03 23:39:59.477986 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12986 | 2025.03.03 23:39:59.478039 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12987 | 2025.03.03 23:39:59.485267 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12988 | 2025.03.03 23:39:59.486056 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12989 | 2025.03.03 23:39:59.488676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 12990 | 2025.03.03 23:40:03.537507 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12991 | 2025.03.03 23:40:03.537707 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12992 | 2025.03.03 23:40:03.537776 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12993 | 2025.03.03 23:40:03.538557 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12994 | 2025.03.03 23:40:03.538602 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 12995 | 2025.03.03 23:40:03.539041 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12996 | 2025.03.03 23:40:03.539293 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2025.03.03 23:40:03.539532 [ 101 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12998 | 2025.03.03 23:40:03.539540 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 12999 | 2025.03.03 23:40:03.539657 [ 101 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13000 | 2025.03.03 23:40:03.539727 [ 5 ] {7c172a97-55ae-41dd-80a8-bc08b3a2541b} <Debug> TCPHandler: Processed in 0.002334646 sec. | ||
| 13001 | 2025.03.03 23:40:03.539744 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13002 | 2025.03.03 23:40:03.540017 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13003 | 2025.03.03 23:40:03.540068 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13004 | 2025.03.03 23:40:03.540233 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13005 | 2025.03.03 23:40:03.540414 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13006 | 2025.03.03 23:40:03.540690 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13007 | 2025.03.03 23:40:03.540864 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1844 rows starting from the beginning of the part | ||
| 13008 | 2025.03.03 23:40:03.541511 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1842 rows starting from the beginning of the part | ||
| 13009 | 2025.03.03 23:40:03.542432 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 13010 | 2025.03.03 23:40:03.543160 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 13011 | 2025.03.03 23:40:03.543468 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 695 rows starting from the beginning of the part | ||
| 13012 | 2025.03.03 23:40:03.543770 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 13013 | 2025.03.03 23:40:03.544645 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13014 | 2025.03.03 23:40:03.544712 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13015 | 2025.03.03 23:40:03.545478 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13016 | 2025.03.03 23:40:03.545991 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13017 | 2025.03.03 23:40:03.546465 [ 101 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13018 | 2025.03.03 23:40:03.546552 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006384 sec., 10025.062656641605 rows/sec., 801.26 KiB/sec. | ||
| 13019 | 2025.03.03 23:40:03.546631 [ 101 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13020 | 2025.03.03 23:40:03.546746 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13021 | 2025.03.03 23:40:03.546750 [ 5 ] {f1b3ef77-cb53-40c2-a08b-383eefa0c1cf} <Debug> TCPHandler: Processed in 0.006856906 sec. | ||
| 13022 | 2025.03.03 23:40:03.547082 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13023 | 2025.03.03 23:40:03.547084 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13024 | 2025.03.03 23:40:03.547343 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13025 | 2025.03.03 23:40:03.547519 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13026 | 2025.03.03 23:40:03.547570 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13027 | 2025.03.03 23:40:03.547646 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 13028 | 2025.03.03 23:40:03.548103 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 891 rows starting from the beginning of the part | ||
| 13029 | 2025.03.03 23:40:03.548410 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 13030 | 2025.03.03 23:40:03.548719 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 13031 | 2025.03.03 23:40:03.549067 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 421 rows starting from the beginning of the part | ||
| 13032 | 2025.03.03 23:40:03.549395 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 13033 | 2025.03.03 23:40:03.550002 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.010098898 sec., 450445.1871877506 rows/sec., 38.27 MiB/sec. | ||
| 13034 | 2025.03.03 23:40:03.550406 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13035 | 2025.03.03 23:40:03.551379 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13036 | 2025.03.03 23:40:03.551706 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_116_23} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13037 | 2025.03.03 23:40:03.551989 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 13038 | 2025.03.03 23:40:03.552083 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13039 | 2025.03.03 23:40:03.552159 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13040 | 2025.03.03 23:40:03.553014 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13041 | 2025.03.03 23:40:03.553517 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13042 | 2025.03.03 23:40:03.553524 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.006636129 sec., 364218.3568161499 rows/sec., 27.89 MiB/sec. | ||
| 13043 | 2025.03.03 23:40:03.553828 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13044 | 2025.03.03 23:40:03.553916 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006634 sec., 24118.17907747965 rows/sec., 1.68 MiB/sec. | ||
| 13045 | 2025.03.03 23:40:03.554061 [ 5 ] {93a303b6-8c03-444d-b4e6-f0c56a05056e} <Debug> TCPHandler: Processed in 0.007070572 sec. | ||
| 13046 | 2025.03.03 23:40:03.554265 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2025.03.03 23:40:03.554410 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13048 | 2025.03.03 23:40:03.554417 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13049 | 2025.03.03 23:40:03.554484 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13050 | 2025.03.03 23:40:03.554660 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_116_23} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13051 | 2025.03.03 23:40:03.554871 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13052 | 2025.03.03 23:40:03.555289 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13053 | 2025.03.03 23:40:03.555332 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13054 | 2025.03.03 23:40:03.555709 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13055 | 2025.03.03 23:40:03.555947 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13056 | 2025.03.03 23:40:03.556125 [ 101 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13057 | 2025.03.03 23:40:03.556189 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001819 sec., 32985.15667949423 rows/sec., 2.22 MiB/sec. | ||
| 13058 | 2025.03.03 23:40:03.556212 [ 101 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2025.03.03 23:40:03.556310 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13060 | 2025.03.03 23:40:03.556329 [ 5 ] {b39e1a38-d236-4994-9f32-75598e7af2f5} <Debug> TCPHandler: Processed in 0.00211709 sec. | ||
| 13061 | 2025.03.03 23:40:03.556604 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13062 | 2025.03.03 23:40:03.556748 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13063 | 2025.03.03 23:40:03.556836 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6650 rows starting from the beginning of the part | ||
| 13064 | 2025.03.03 23:40:03.557100 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 46 rows starting from the beginning of the part | ||
| 13065 | 2025.03.03 23:40:03.557669 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part | ||
| 13066 | 2025.03.03 23:40:03.558002 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 13067 | 2025.03.03 23:40:03.558404 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 13068 | 2025.03.03 23:40:03.558596 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 13069 | 2025.03.03 23:40:03.560656 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6934 rows, containing 4 columns (4 merged, 0 gathered) in 0.004217191 sec., 1644222.421986578 rows/sec., 107.08 MiB/sec. | ||
| 13070 | 2025.03.03 23:40:03.561122 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13071 | 2025.03.03 23:40:03.561416 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13072 | 2025.03.03 23:40:03.561495 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_116_23} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13073 | 2025.03.03 23:40:03.561581 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 13074 | 2025.03.03 23:40:04.774802 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 13075 | 2025.03.03 23:40:04.775498 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13076 | 2025.03.03 23:40:04.775537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13077 | 2025.03.03 23:40:04.776072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13078 | 2025.03.03 23:40:04.776347 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13079 | 2025.03.03 23:40:04.776534 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 13080 | 2025.03.03 23:40:06.988742 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13081 | 2025.03.03 23:40:07.009579 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13082 | 2025.03.03 23:40:07.009638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13083 | 2025.03.03 23:40:07.016952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13084 | 2025.03.03 23:40:07.017753 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13085 | 2025.03.03 23:40:07.020688 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13086 | 2025.03.03 23:40:07.438125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1828 | ||
| 13087 | 2025.03.03 23:40:07.441408 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13088 | 2025.03.03 23:40:07.441468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13089 | 2025.03.03 23:40:07.443003 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13090 | 2025.03.03 23:40:07.443330 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13091 | 2025.03.03 23:40:07.443558 [ 105 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13092 | 2025.03.03 23:40:07.443680 [ 105 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13093 | 2025.03.03 23:40:07.443748 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13094 | 2025.03.03 23:40:07.444178 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 13095 | 2025.03.03 23:40:07.444959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1828 | ||
| 13096 | 2025.03.03 23:40:07.445412 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13097 | 2025.03.03 23:40:07.445582 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1682 rows starting from the beginning of the part | ||
| 13098 | 2025.03.03 23:40:07.446085 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
| 13099 | 2025.03.03 23:40:07.446555 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 13100 | 2025.03.03 23:40:07.447066 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 54 rows starting from the beginning of the part | ||
| 13101 | 2025.03.03 23:40:07.447560 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 13102 | 2025.03.03 23:40:07.448049 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 13103 | 2025.03.03 23:40:07.457074 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 72 columns (72 merged, 0 gathered) in 0.013168816 sec., 138812.78316896522 rows/sec., 105.77 MiB/sec. | ||
| 13104 | 2025.03.03 23:40:07.458820 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13105 | 2025.03.03 23:40:07.459594 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13106 | 2025.03.03 23:40:07.459687 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_51_10} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13107 | 2025.03.03 23:40:07.460001 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 13108 | 2025.03.03 23:40:08.545018 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13109 | 2025.03.03 23:40:08.545212 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13110 | 2025.03.03 23:40:08.545284 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13111 | 2025.03.03 23:40:08.546137 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13112 | 2025.03.03 23:40:08.546184 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13113 | 2025.03.03 23:40:08.546635 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13114 | 2025.03.03 23:40:08.546895 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13115 | 2025.03.03 23:40:08.547138 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001988 sec., 106639.83903420522 rows/sec., 6.78 MiB/sec. | ||
| 13116 | 2025.03.03 23:40:08.547224 [ 5 ] {7f157094-e76f-495d-a4db-a976f01eee50} <Debug> TCPHandler: Processed in 0.002329196 sec. | ||
| 13117 | 2025.03.03 23:40:08.547360 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13118 | 2025.03.03 23:40:08.547473 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13119 | 2025.03.03 23:40:08.547523 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13120 | 2025.03.03 23:40:08.548433 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13121 | 2025.03.03 23:40:08.548476 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13122 | 2025.03.03 23:40:08.548908 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13123 | 2025.03.03 23:40:08.549158 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13124 | 2025.03.03 23:40:08.549385 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001933 sec., 359544.7490946715 rows/sec., 28.71 MiB/sec. | ||
| 13125 | 2025.03.03 23:40:08.549441 [ 5 ] {7326a62f-5301-4fe5-b657-ea6ef1ba0745} <Debug> TCPHandler: Processed in 0.002134391 sec. | ||
| 13126 | 2025.03.03 23:40:08.549567 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13127 | 2025.03.03 23:40:08.549675 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13128 | 2025.03.03 23:40:08.549722 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13129 | 2025.03.03 23:40:08.550320 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13130 | 2025.03.03 23:40:08.550360 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13131 | 2025.03.03 23:40:08.550715 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13132 | 2025.03.03 23:40:08.550961 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13133 | 2025.03.03 23:40:08.551228 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001567 sec., 92533.50350989151 rows/sec., 5.81 MiB/sec. | ||
| 13134 | 2025.03.03 23:40:08.551331 [ 5 ] {fdbc747b-5720-403e-b466-7d0a7197fdc4} <Debug> TCPHandler: Processed in 0.001812312 sec. | ||
| 13135 | 2025.03.03 23:40:08.551565 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13136 | 2025.03.03 23:40:08.551687 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13137 | 2025.03.03 23:40:08.551733 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13138 | 2025.03.03 23:40:08.552317 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13139 | 2025.03.03 23:40:08.552356 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13140 | 2025.03.03 23:40:08.552730 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13141 | 2025.03.03 23:40:08.552961 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13142 | 2025.03.03 23:40:08.553165 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001501 sec., 75283.14457028647 rows/sec., 4.87 MiB/sec. | ||
| 13143 | 2025.03.03 23:40:08.553252 [ 5 ] {7e4ef72e-610b-4eb3-997d-d9927a4ed399} <Debug> TCPHandler: Processed in 0.001768271 sec. | ||
| 13144 | 2025.03.03 23:40:08.553450 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13145 | 2025.03.03 23:40:08.553551 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13146 | 2025.03.03 23:40:08.553594 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13147 | 2025.03.03 23:40:08.554132 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13148 | 2025.03.03 23:40:08.554169 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13149 | 2025.03.03 23:40:08.554515 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13150 | 2025.03.03 23:40:08.554744 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13151 | 2025.03.03 23:40:08.554955 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001424 sec., 78651.68539325843 rows/sec., 4.48 MiB/sec. | ||
| 13152 | 2025.03.03 23:40:08.555006 [ 5 ] {b93273e2-3692-419d-95a8-31ce0244849c} <Debug> TCPHandler: Processed in 0.001636317 sec. | ||
| 13153 | 2025.03.03 23:40:08.555116 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2025.03.03 23:40:08.555232 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13155 | 2025.03.03 23:40:08.555276 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13156 | 2025.03.03 23:40:08.555946 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13157 | 2025.03.03 23:40:08.555985 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13158 | 2025.03.03 23:40:08.556355 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13159 | 2025.03.03 23:40:08.556596 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2025.03.03 23:40:08.556816 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001614 sec., 260842.62701363073 rows/sec., 18.58 MiB/sec. | ||
| 13161 | 2025.03.03 23:40:08.556874 [ 5 ] {bbd3d390-361e-4d7c-8406-6890bf9abef5} <Debug> TCPHandler: Processed in 0.001808192 sec. | ||
| 13162 | 2025.03.03 23:40:08.556986 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13163 | 2025.03.03 23:40:08.557090 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13164 | 2025.03.03 23:40:08.557136 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13165 | 2025.03.03 23:40:08.557576 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13166 | 2025.03.03 23:40:08.557614 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13167 | 2025.03.03 23:40:08.557957 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13168 | 2025.03.03 23:40:08.558185 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13169 | 2025.03.03 23:40:08.558402 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec. | ||
| 13170 | 2025.03.03 23:40:08.558452 [ 5 ] {d60d3a44-8829-4889-ac41-fe94080c9d14} <Debug> TCPHandler: Processed in 0.001517313 sec. | ||
| 13171 | 2025.03.03 23:40:08.558571 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13172 | 2025.03.03 23:40:08.558675 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13173 | 2025.03.03 23:40:08.558723 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13174 | 2025.03.03 23:40:08.559254 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13175 | 2025.03.03 23:40:08.559292 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13176 | 2025.03.03 23:40:08.559660 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13177 | 2025.03.03 23:40:08.559889 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13178 | 2025.03.03 23:40:08.560091 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001437 sec., 164926.93110647183 rows/sec., 11.05 MiB/sec. | ||
| 13179 | 2025.03.03 23:40:08.560141 [ 5 ] {099b124e-96ce-41f2-8cc7-9f6095972d22} <Debug> TCPHandler: Processed in 0.001620466 sec. | ||
| 13180 | 2025.03.03 23:40:08.560317 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13181 | 2025.03.03 23:40:08.560421 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13182 | 2025.03.03 23:40:08.560466 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13183 | 2025.03.03 23:40:08.560881 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13184 | 2025.03.03 23:40:08.560920 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13185 | 2025.03.03 23:40:08.561266 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13186 | 2025.03.03 23:40:08.561503 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2025.03.03 23:40:08.561658 [ 104 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 13188 | 2025.03.03 23:40:08.561743 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 13189 | 2025.03.03 23:40:08.561750 [ 104 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2025.03.03 23:40:08.561829 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13191 | 2025.03.03 23:40:08.561870 [ 5 ] {294c1f36-6ce5-46a4-88bd-0d1589260c31} <Debug> TCPHandler: Processed in 0.001601436 sec. | ||
| 13192 | 2025.03.03 23:40:08.562173 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13193 | 2025.03.03 23:40:08.562172 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 13194 | 2025.03.03 23:40:08.562553 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13195 | 2025.03.03 23:40:08.562613 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13196 | 2025.03.03 23:40:08.562711 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part | ||
| 13197 | 2025.03.03 23:40:08.562722 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13198 | 2025.03.03 23:40:08.563071 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13199 | 2025.03.03 23:40:08.563457 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13200 | 2025.03.03 23:40:08.563808 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13201 | 2025.03.03 23:40:08.564173 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13202 | 2025.03.03 23:40:08.564514 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13203 | 2025.03.03 23:40:08.568193 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006222808 sec., 8034.957851825093 rows/sec., 541.42 KiB/sec. | ||
| 13204 | 2025.03.03 23:40:08.568454 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13205 | 2025.03.03 23:40:08.568566 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2025.03.03 23:40:08.568630 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13207 | 2025.03.03 23:40:08.569091 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13208 | 2025.03.03 23:40:08.569282 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_50_11} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 13209 | 2025.03.03 23:40:08.569478 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13210 | 2025.03.03 23:40:08.569870 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13211 | 2025.03.03 23:40:08.570142 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13212 | 2025.03.03 23:40:08.570395 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007933 sec., 4916.172948443212 rows/sec., 8.81 MiB/sec. | ||
| 13213 | 2025.03.03 23:40:08.570509 [ 5 ] {48f302e7-1250-4766-81f6-36b4f3003969} <Debug> TCPHandler: Processed in 0.008453831 sec. | ||
| 13214 | 2025.03.03 23:40:08.570630 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13215 | 2025.03.03 23:40:08.570734 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13216 | 2025.03.03 23:40:08.570779 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13217 | 2025.03.03 23:40:08.571239 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13218 | 2025.03.03 23:40:08.571278 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 13219 | 2025.03.03 23:40:08.571632 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13220 | 2025.03.03 23:40:08.571866 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13221 | 2025.03.03 23:40:08.572062 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00135 sec., 60740.74074074074 rows/sec., 3.86 MiB/sec. | ||
| 13222 | 2025.03.03 23:40:08.572111 [ 5 ] {351d8ff5-53d2-44da-b0cc-3a663076900c} <Debug> TCPHandler: Processed in 0.001532874 sec. | ||
| 13223 | 2025.03.03 23:40:12.057268 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13224 | 2025.03.03 23:40:12.057359 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13225 | 2025.03.03 23:40:12.276677 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 13226 | 2025.03.03 23:40:12.277681 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13227 | 2025.03.03 23:40:12.277728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13228 | 2025.03.03 23:40:12.278261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13229 | 2025.03.03 23:40:12.278528 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13230 | 2025.03.03 23:40:12.278763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13231 | 2025.03.03 23:40:12.283956 [ 222 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13232 | 2025.03.03 23:40:12.284002 [ 222 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13233 | 2025.03.03 23:40:12.290892 [ 222 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13234 | 2025.03.03 23:40:13.009663 [ 223 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13235 | 2025.03.03 23:40:13.009726 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13236 | 2025.03.03 23:40:13.011936 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13237 | 2025.03.03 23:40:13.029783 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13238 | 2025.03.03 23:40:13.029844 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13239 | 2025.03.03 23:40:13.032414 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13240 | 2025.03.03 23:40:13.263663 [ 223 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13241 | 2025.03.03 23:40:13.263735 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13242 | 2025.03.03 23:40:13.266039 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13243 | 2025.03.03 23:40:13.537824 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13244 | 2025.03.03 23:40:13.538007 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13245 | 2025.03.03 23:40:13.538078 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13246 | 2025.03.03 23:40:13.538856 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13247 | 2025.03.03 23:40:13.538906 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13248 | 2025.03.03 23:40:13.539351 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13249 | 2025.03.03 23:40:13.539601 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13250 | 2025.03.03 23:40:13.539830 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 13251 | 2025.03.03 23:40:13.539889 [ 5 ] {dbc799d2-28cd-44e7-b6f9-c46c19a8f537} <Debug> TCPHandler: Processed in 0.002192563 sec. | ||
| 13252 | 2025.03.03 23:40:13.540019 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13253 | 2025.03.03 23:40:13.540127 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13254 | 2025.03.03 23:40:13.540175 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13255 | 2025.03.03 23:40:13.540730 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13256 | 2025.03.03 23:40:13.540771 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13257 | 2025.03.03 23:40:13.541134 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13258 | 2025.03.03 23:40:13.541380 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13259 | 2025.03.03 23:40:13.541598 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec. | ||
| 13260 | 2025.03.03 23:40:13.541662 [ 5 ] {b18c95d3-e3cf-437a-8bf3-cffcc2d61d98} <Debug> TCPHandler: Processed in 0.001695229 sec. | ||
| 13261 | 2025.03.03 23:40:13.541794 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13262 | 2025.03.03 23:40:13.541913 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13263 | 2025.03.03 23:40:13.541972 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13264 | 2025.03.03 23:40:13.542621 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13265 | 2025.03.03 23:40:13.542666 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13266 | 2025.03.03 23:40:13.543126 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13267 | 2025.03.03 23:40:13.543430 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2025.03.03 23:40:13.543672 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 13269 | 2025.03.03 23:40:13.543736 [ 5 ] {2063cf9f-c327-42bb-8876-f75e08eaae69} <Debug> TCPHandler: Processed in 0.001993927 sec. | ||
| 13270 | 2025.03.03 23:40:13.543878 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13271 | 2025.03.03 23:40:13.543997 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13272 | 2025.03.03 23:40:13.544051 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13273 | 2025.03.03 23:40:13.544636 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13274 | 2025.03.03 23:40:13.544680 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13275 | 2025.03.03 23:40:13.545117 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13276 | 2025.03.03 23:40:13.545466 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13277 | 2025.03.03 23:40:13.545717 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001744 sec., 34403.66972477064 rows/sec., 2.32 MiB/sec. | ||
| 13278 | 2025.03.03 23:40:13.545778 [ 5 ] {b8a466f7-563e-4f67-9bd8-d2b0c08e79dc} <Debug> TCPHandler: Processed in 0.001958376 sec. | ||
| 13279 | 2025.03.03 23:40:13.708498 [ 225 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13280 | 2025.03.03 23:40:13.708583 [ 225 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13281 | 2025.03.03 23:40:13.711264 [ 225 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13282 | 2025.03.03 23:40:14.520753 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13283 | 2025.03.03 23:40:14.541401 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13284 | 2025.03.03 23:40:14.541460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13285 | 2025.03.03 23:40:14.548391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13286 | 2025.03.03 23:40:14.549237 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13287 | 2025.03.03 23:40:14.552752 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13288 | 2025.03.03 23:40:14.635264 [ 217 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13289 | 2025.03.03 23:40:14.635328 [ 217 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13290 | 2025.03.03 23:40:14.637471 [ 217 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13291 | 2025.03.03 23:40:14.979421 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13292 | 2025.03.03 23:40:14.979629 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13293 | 2025.03.03 23:40:14.979708 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13294 | 2025.03.03 23:40:14.980576 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13295 | 2025.03.03 23:40:14.980623 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13296 | 2025.03.03 23:40:14.981080 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13297 | 2025.03.03 23:40:14.981354 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13298 | 2025.03.03 23:40:14.981548 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001975 sec., 107341.77215189872 rows/sec., 6.83 MiB/sec. | ||
| 13299 | 2025.03.03 23:40:14.981611 [ 5 ] {88520dfe-3966-4b44-986a-304c5217c29f} <Debug> TCPHandler: Processed in 0.002321466 sec. | ||
| 13300 | 2025.03.03 23:40:14.981723 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13301 | 2025.03.03 23:40:14.981833 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13302 | 2025.03.03 23:40:14.981881 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13303 | 2025.03.03 23:40:14.982392 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13304 | 2025.03.03 23:40:14.982430 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13305 | 2025.03.03 23:40:14.982769 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 13306 | 2025.03.03 23:40:14.983005 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13307 | 2025.03.03 23:40:14.983193 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001387 sec., 2883.9221341023795 rows/sec., 235.16 KiB/sec. | ||
| 13308 | 2025.03.03 23:40:14.983302 [ 5 ] {91675a79-4562-4331-93b3-d130219c49e3} <Debug> TCPHandler: Processed in 0.001628927 sec. | ||
| 13309 | 2025.03.03 23:40:14.983509 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13310 | 2025.03.03 23:40:14.983615 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13311 | 2025.03.03 23:40:14.983661 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13312 | 2025.03.03 23:40:14.984776 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13313 | 2025.03.03 23:40:14.984813 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13314 | 2025.03.03 23:40:14.985346 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13315 | 2025.03.03 23:40:14.985590 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13316 | 2025.03.03 23:40:14.985797 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002203 sec., 833862.9142078983 rows/sec., 68.06 MiB/sec. | ||
| 13317 | 2025.03.03 23:40:14.985849 [ 5 ] {01a7e013-dca5-43c6-b674-23169a700c81} <Debug> TCPHandler: Processed in 0.002418679 sec. | ||
| 13318 | 2025.03.03 23:40:14.985959 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13319 | 2025.03.03 23:40:14.986064 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13320 | 2025.03.03 23:40:14.986108 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13321 | 2025.03.03 23:40:14.986655 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13322 | 2025.03.03 23:40:14.986718 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13323 | 2025.03.03 23:40:14.987074 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13324 | 2025.03.03 23:40:14.987321 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2025.03.03 23:40:14.987532 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.00149 sec., 100000 rows/sec., 6.29 MiB/sec. | ||
| 13326 | 2025.03.03 23:40:14.987584 [ 5 ] {ddc99c92-de2a-4bc4-802b-b43af27c90cf} <Debug> TCPHandler: Processed in 0.001675468 sec. | ||
| 13327 | 2025.03.03 23:40:14.987696 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2025.03.03 23:40:14.987811 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13329 | 2025.03.03 23:40:14.987857 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13330 | 2025.03.03 23:40:14.988485 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13331 | 2025.03.03 23:40:14.988524 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13332 | 2025.03.03 23:40:14.988908 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13333 | 2025.03.03 23:40:14.989143 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13334 | 2025.03.03 23:40:14.989350 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001561 sec., 218449.7117232543 rows/sec., 14.58 MiB/sec. | ||
| 13335 | 2025.03.03 23:40:14.989401 [ 5 ] {17c66cf9-4bcd-4c18-98dc-61c24da6a825} <Debug> TCPHandler: Processed in 0.0017586 sec. | ||
| 13336 | 2025.03.03 23:40:14.989506 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13337 | 2025.03.03 23:40:14.989608 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13338 | 2025.03.03 23:40:14.989653 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13339 | 2025.03.03 23:40:14.990185 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13340 | 2025.03.03 23:40:14.990225 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13341 | 2025.03.03 23:40:14.990576 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13342 | 2025.03.03 23:40:14.990803 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2025.03.03 23:40:14.990995 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001409 sec., 79488.99929027678 rows/sec., 4.53 MiB/sec. | ||
| 13344 | 2025.03.03 23:40:14.991046 [ 5 ] {566fbb87-2eb0-40bf-ba5b-f49725653a44} <Debug> TCPHandler: Processed in 0.001589646 sec. | ||
| 13345 | 2025.03.03 23:40:14.991144 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13346 | 2025.03.03 23:40:14.991245 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13347 | 2025.03.03 23:40:14.991289 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13348 | 2025.03.03 23:40:14.992028 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13349 | 2025.03.03 23:40:14.992067 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13350 | 2025.03.03 23:40:14.992445 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13351 | 2025.03.03 23:40:14.992673 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13352 | 2025.03.03 23:40:14.992876 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.001652 sec., 533292.9782082324 rows/sec., 38.62 MiB/sec. | ||
| 13353 | 2025.03.03 23:40:14.992927 [ 5 ] {68ac600c-553e-4a2e-9048-b4f39ac9f2c9} <Debug> TCPHandler: Processed in 0.001832812 sec. | ||
| 13354 | 2025.03.03 23:40:14.993035 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13355 | 2025.03.03 23:40:14.993141 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13356 | 2025.03.03 23:40:14.993187 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13357 | 2025.03.03 23:40:14.993597 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13358 | 2025.03.03 23:40:14.993633 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13359 | 2025.03.03 23:40:14.993986 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13360 | 2025.03.03 23:40:14.994214 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13361 | 2025.03.03 23:40:14.994405 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
| 13362 | 2025.03.03 23:40:14.994454 [ 5 ] {1fb27959-1eb0-4597-bc7a-1c540c1e3f47} <Debug> TCPHandler: Processed in 0.001469252 sec. | ||
| 13363 | 2025.03.03 23:40:14.994556 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13364 | 2025.03.03 23:40:14.994657 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13365 | 2025.03.03 23:40:14.994704 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13366 | 2025.03.03 23:40:14.995352 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13367 | 2025.03.03 23:40:14.995391 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13368 | 2025.03.03 23:40:14.995811 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13369 | 2025.03.03 23:40:14.996047 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13370 | 2025.03.03 23:40:14.996248 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001612 sec., 613523.5732009925 rows/sec., 40.83 MiB/sec. | ||
| 13371 | 2025.03.03 23:40:14.996298 [ 5 ] {463fee9d-9ec0-4b0b-964b-3f7cd59855b5} <Debug> TCPHandler: Processed in 0.001790832 sec. | ||
| 13372 | 2025.03.03 23:40:14.996395 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13373 | 2025.03.03 23:40:14.996495 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13374 | 2025.03.03 23:40:14.996540 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13375 | 2025.03.03 23:40:14.996935 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13376 | 2025.03.03 23:40:14.996973 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13377 | 2025.03.03 23:40:14.997313 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13378 | 2025.03.03 23:40:14.997537 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13379 | 2025.03.03 23:40:14.997726 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001253 sec., 798.0845969672786 rows/sec., 53.78 KiB/sec. | ||
| 13380 | 2025.03.03 23:40:14.997774 [ 5 ] {92904238-8a0a-4b3e-9698-563186eb8c13} <Debug> TCPHandler: Processed in 0.001427771 sec. | ||
| 13381 | 2025.03.03 23:40:14.997902 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13382 | 2025.03.03 23:40:14.998031 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13383 | 2025.03.03 23:40:14.998110 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13384 | 2025.03.03 23:40:14.999238 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2025.03.03 23:40:14.999277 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13386 | 2025.03.03 23:40:14.999929 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13387 | 2025.03.03 23:40:15.000223 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.87 MiB, peak 266.81 MiB, free memory in arenas 0.00 B, will set to 253.65 MiB (RSS), difference: -1.22 MiB | ||
| 13388 | 2025.03.03 23:40:15.000504 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13389 | 2025.03.03 23:40:15.000769 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13390 | 2025.03.03 23:40:15.000879 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13391 | 2025.03.03 23:40:15.000969 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13392 | 2025.03.03 23:40:15.001161 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003134 sec., 12444.16081684748 rows/sec., 22.30 MiB/sec. | ||
| 13393 | 2025.03.03 23:40:15.001503 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 13394 | 2025.03.03 23:40:15.001538 [ 5 ] {c63ea6e4-15b0-41c6-b634-ec4ed4709d24} <Debug> TCPHandler: Processed in 0.003695825 sec. | ||
| 13395 | 2025.03.03 23:40:15.001758 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13396 | 2025.03.03 23:40:15.002017 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13397 | 2025.03.03 23:40:15.002146 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13398 | 2025.03.03 23:40:15.002258 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13399 | 2025.03.03 23:40:15.002522 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1676 rows starting from the beginning of the part | ||
| 13400 | 2025.03.03 23:40:15.003420 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 13401 | 2025.03.03 23:40:15.004182 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13402 | 2025.03.03 23:40:15.004297 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13403 | 2025.03.03 23:40:15.004342 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 13404 | 2025.03.03 23:40:15.005172 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 13405 | 2025.03.03 23:40:15.005889 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 13406 | 2025.03.03 23:40:15.005993 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13407 | 2025.03.03 23:40:15.006372 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 13408 | 2025.03.03 23:40:15.007068 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13409 | 2025.03.03 23:40:15.007586 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005641 sec., 8154.58252082964 rows/sec., 504.99 KiB/sec. | ||
| 13410 | 2025.03.03 23:40:15.007786 [ 5 ] {52fa5544-da44-4393-b222-863c087804c8} <Debug> TCPHandler: Processed in 0.006106595 sec. | ||
| 13411 | 2025.03.03 23:40:15.022068 [ 199 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1871 rows, containing 19 columns (19 merged, 0 gathered) in 0.020898116 sec., 89529.60161576288 rows/sec., 160.43 MiB/sec. | ||
| 13412 | 2025.03.03 23:40:15.023858 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13413 | 2025.03.03 23:40:15.024316 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13414 | 2025.03.03 23:40:15.024401 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13415 | 2025.03.03 23:40:15.024566 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. | ||
| 13416 | 2025.03.03 23:40:16.000226 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.85 MiB, peak 271.17 MiB, free memory in arenas 0.00 B, will set to 260.33 MiB (RSS), difference: 6.48 MiB | ||
| 13417 | 2025.03.03 23:40:17.445158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1882 | ||
| 13418 | 2025.03.03 23:40:17.448627 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2025.03.03 23:40:17.448680 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13420 | 2025.03.03 23:40:17.450230 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13421 | 2025.03.03 23:40:17.450552 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13422 | 2025.03.03 23:40:17.451191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1882 | ||
| 13423 | 2025.03.03 23:40:18.534443 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13424 | 2025.03.03 23:40:18.534626 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13425 | 2025.03.03 23:40:18.534694 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13426 | 2025.03.03 23:40:18.535459 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13427 | 2025.03.03 23:40:18.535500 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13428 | 2025.03.03 23:40:18.535936 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13429 | 2025.03.03 23:40:18.536197 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13430 | 2025.03.03 23:40:18.536412 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.35 MiB/sec. | ||
| 13431 | 2025.03.03 23:40:18.536475 [ 5 ] {218281f5-7aed-4d7a-920e-06c94d756576} <Debug> TCPHandler: Processed in 0.002157921 sec. | ||
| 13432 | 2025.03.03 23:40:18.536612 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13433 | 2025.03.03 23:40:18.536888 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13434 | 2025.03.03 23:40:18.537018 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13435 | 2025.03.03 23:40:18.538073 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13436 | 2025.03.03 23:40:18.538113 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13437 | 2025.03.03 23:40:18.538487 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13438 | 2025.03.03 23:40:18.538727 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13439 | 2025.03.03 23:40:18.538900 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002117 sec., 30231.459612659426 rows/sec., 2.36 MiB/sec. | ||
| 13440 | 2025.03.03 23:40:18.538951 [ 5 ] {d237f9ab-6826-46bd-a3d6-d7c3227eb32a} <Debug> TCPHandler: Processed in 0.002390628 sec. | ||
| 13441 | 2025.03.03 23:40:18.539069 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13442 | 2025.03.03 23:40:18.539174 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13443 | 2025.03.03 23:40:18.539226 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13444 | 2025.03.03 23:40:18.539719 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13445 | 2025.03.03 23:40:18.539756 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13446 | 2025.03.03 23:40:18.540134 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13447 | 2025.03.03 23:40:18.540383 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13448 | 2025.03.03 23:40:18.540512 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 13449 | 2025.03.03 23:40:18.540554 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13450 | 2025.03.03 23:40:18.540560 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001406 sec., 68278.80512091039 rows/sec., 4.76 MiB/sec. | ||
| 13451 | 2025.03.03 23:40:18.540575 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13452 | 2025.03.03 23:40:18.540674 [ 5 ] {72215d87-55c2-4091-8080-0dd16f23c7f8} <Debug> TCPHandler: Processed in 0.001655267 sec. | ||
| 13453 | 2025.03.03 23:40:18.540919 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13454 | 2025.03.03 23:40:18.540930 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 13455 | 2025.03.03 23:40:18.541103 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13456 | 2025.03.03 23:40:18.541204 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13457 | 2025.03.03 23:40:18.541556 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13458 | 2025.03.03 23:40:18.541712 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34203 rows starting from the beginning of the part | ||
| 13459 | 2025.03.03 23:40:18.541988 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 13460 | 2025.03.03 23:40:18.542275 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 13461 | 2025.03.03 23:40:18.542667 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 13462 | 2025.03.03 23:40:18.542951 [ 199 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 989 rows starting from the beginning of the part | ||
| 13463 | 2025.03.03 23:40:18.543634 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13464 | 2025.03.03 23:40:18.543682 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13465 | 2025.03.03 23:40:18.544453 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13466 | 2025.03.03 23:40:18.544817 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13467 | 2025.03.03 23:40:18.545042 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004019 sec., 8957.452102513063 rows/sec., 618.16 KiB/sec. | ||
| 13468 | 2025.03.03 23:40:18.545198 [ 5 ] {d9eab564-b38e-4549-9fb3-dbf6db0c64ef} <Debug> TCPHandler: Processed in 0.004355194 sec. | ||
| 13469 | 2025.03.03 23:40:18.550616 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35749 rows, containing 5 columns (5 merged, 0 gathered) in 0.009923313 sec., 3602526.6964772753 rows/sec., 243.14 MiB/sec. | ||
| 13470 | 2025.03.03 23:40:18.550899 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 13471 | 2025.03.03 23:40:18.551205 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2025.03.03 23:40:18.551293 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 13473 | 2025.03.03 23:40:18.551377 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13474 | 2025.03.03 23:40:19.778907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13475 | 2025.03.03 23:40:19.779683 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13476 | 2025.03.03 23:40:19.779747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13477 | 2025.03.03 23:40:19.780316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13478 | 2025.03.03 23:40:19.780583 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13479 | 2025.03.03 23:40:19.780845 [ 89 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13480 | 2025.03.03 23:40:19.780867 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13481 | 2025.03.03 23:40:19.780931 [ 89 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13482 | 2025.03.03 23:40:19.780964 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13483 | 2025.03.03 23:40:19.781098 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13484 | 2025.03.03 23:40:19.781229 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13485 | 2025.03.03 23:40:19.781271 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13486 | 2025.03.03 23:40:19.781353 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 13487 | 2025.03.03 23:40:19.781602 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 13488 | 2025.03.03 23:40:19.781793 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 13489 | 2025.03.03 23:40:19.781909 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 13490 | 2025.03.03 23:40:19.782113 [ 199 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 13491 | 2025.03.03 23:40:19.784756 [ 191 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003720306 sec., 8739334.882668253 rows/sec., 125.02 MiB/sec. | ||
| 13492 | 2025.03.03 23:40:19.785018 [ 191 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13493 | 2025.03.03 23:40:19.785320 [ 191 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13494 | 2025.03.03 23:40:19.785399 [ 191 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_71_14} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13495 | 2025.03.03 23:40:19.785479 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13496 | 2025.03.03 23:40:22.052811 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 13497 | 2025.03.03 23:40:22.073570 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13498 | 2025.03.03 23:40:22.073620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13499 | 2025.03.03 23:40:22.080716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13500 | 2025.03.03 23:40:22.081494 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13501 | 2025.03.03 23:40:22.081929 [ 87 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13502 | 2025.03.03 23:40:22.082114 [ 87 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2025.03.03 23:40:22.082218 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13504 | 2025.03.03 23:40:22.083034 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13505 | 2025.03.03 23:40:22.097763 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 13506 | 2025.03.03 23:40:22.099481 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13507 | 2025.03.03 23:40:22.100676 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13508 | 2025.03.03 23:40:22.106076 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13509 | 2025.03.03 23:40:22.111604 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13510 | 2025.03.03 23:40:22.117430 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13511 | 2025.03.03 23:40:22.123572 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13512 | 2025.03.03 23:40:22.129467 [ 199 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 13513 | 2025.03.03 23:40:22.190813 [ 191 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.108396164 sec., 4935.599012525941 rows/sec., 25.52 MiB/sec. | ||
| 13514 | 2025.03.03 23:40:22.194305 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13515 | 2025.03.03 23:40:22.197376 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13516 | 2025.03.03 23:40:22.197467 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_71_14} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13517 | 2025.03.03 23:40:22.200006 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13518 | 2025.03.03 23:40:23.538662 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13519 | 2025.03.03 23:40:23.538871 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13520 | 2025.03.03 23:40:23.538951 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13521 | 2025.03.03 23:40:23.539786 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2025.03.03 23:40:23.539840 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13523 | 2025.03.03 23:40:23.540305 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13524 | 2025.03.03 23:40:23.540569 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2025.03.03 23:40:23.540762 [ 83 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13526 | 2025.03.03 23:40:23.540838 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.13 MiB/sec. | ||
| 13527 | 2025.03.03 23:40:23.540849 [ 83 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2025.03.03 23:40:23.540927 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13529 | 2025.03.03 23:40:23.540983 [ 5 ] {0f7a54ad-61de-4d3a-92b7-6371bd8e3e54} <Debug> TCPHandler: Processed in 0.0024564 sec. | ||
| 13530 | 2025.03.03 23:40:23.541224 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13531 | 2025.03.03 23:40:23.541236 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13532 | 2025.03.03 23:40:23.541513 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13533 | 2025.03.03 23:40:23.541540 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13534 | 2025.03.03 23:40:23.541592 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13535 | 2025.03.03 23:40:23.541621 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1844 rows starting from the beginning of the part | ||
| 13536 | 2025.03.03 23:40:23.541970 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 695 rows starting from the beginning of the part | ||
| 13537 | 2025.03.03 23:40:23.542259 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 13538 | 2025.03.03 23:40:23.542632 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1837 rows starting from the beginning of the part | ||
| 13539 | 2025.03.03 23:40:23.543065 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 13540 | 2025.03.03 23:40:23.543414 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13541 | 2025.03.03 23:40:23.544566 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13542 | 2025.03.03 23:40:23.544629 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13543 | 2025.03.03 23:40:23.545598 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13544 | 2025.03.03 23:40:23.546033 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13545 | 2025.03.03 23:40:23.546273 [ 83 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13546 | 2025.03.03 23:40:23.546332 [ 83 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2025.03.03 23:40:23.546400 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13548 | 2025.03.03 23:40:23.546434 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004957 sec., 12911.034900141216 rows/sec., 1.01 MiB/sec. | ||
| 13549 | 2025.03.03 23:40:23.547041 [ 5 ] {4d5bba52-ae47-4b08-b9f7-4a9d5162e45e} <Debug> TCPHandler: Processed in 0.005885888 sec. | ||
| 13550 | 2025.03.03 23:40:23.547067 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13551 | 2025.03.03 23:40:23.547477 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.006427334 sec., 706980.5303411959 rows/sec., 60.07 MiB/sec. | ||
| 13552 | 2025.03.03 23:40:23.547524 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13553 | 2025.03.03 23:40:23.547974 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13554 | 2025.03.03 23:40:23.548002 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13555 | 2025.03.03 23:40:23.548169 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 13556 | 2025.03.03 23:40:23.548171 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13557 | 2025.03.03 23:40:23.548591 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13558 | 2025.03.03 23:40:23.548935 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 421 rows starting from the beginning of the part | ||
| 13559 | 2025.03.03 23:40:23.549371 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.03.03 23:40:23.549548 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 13561 | 2025.03.03 23:40:23.549927 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_121_24} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13562 | 2025.03.03 23:40:23.550062 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 881 rows starting from the beginning of the part | ||
| 13563 | 2025.03.03 23:40:23.550439 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 13564 | 2025.03.03 23:40:23.550643 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 13565 | 2025.03.03 23:40:23.551063 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13566 | 2025.03.03 23:40:23.552886 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2025.03.03 23:40:23.552981 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13568 | 2025.03.03 23:40:23.553978 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13569 | 2025.03.03 23:40:23.554318 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2025.03.03 23:40:23.554800 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.008281177 sec., 290659.1659615535 rows/sec., 22.25 MiB/sec. | ||
| 13571 | 2025.03.03 23:40:23.554896 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007009 sec., 22827.792837779998 rows/sec., 1.59 MiB/sec. | ||
| 13572 | 2025.03.03 23:40:23.555078 [ 5 ] {6f4aed89-4c85-4140-9954-26bc2ac837ab} <Debug> TCPHandler: Processed in 0.00769668 sec. | ||
| 13573 | 2025.03.03 23:40:23.555206 [ 200 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13574 | 2025.03.03 23:40:23.555500 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13575 | 2025.03.03 23:40:23.555976 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13576 | 2025.03.03 23:40:23.556209 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13577 | 2025.03.03 23:40:23.556427 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13578 | 2025.03.03 23:40:23.556968 [ 195 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_121_24} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13579 | 2025.03.03 23:40:23.557304 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13580 | 2025.03.03 23:40:23.557818 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13581 | 2025.03.03 23:40:23.557863 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13582 | 2025.03.03 23:40:23.558248 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13583 | 2025.03.03 23:40:23.558498 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13584 | 2025.03.03 23:40:23.558683 [ 83 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13585 | 2025.03.03 23:40:23.558736 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00296 sec., 20270.27027027027 rows/sec., 1.37 MiB/sec. | ||
| 13586 | 2025.03.03 23:40:23.558745 [ 83 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13587 | 2025.03.03 23:40:23.558819 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13588 | 2025.03.03 23:40:23.558877 [ 5 ] {55d2dcd2-bcd7-4a6d-8ef8-0c55d89cad48} <Debug> TCPHandler: Processed in 0.003553112 sec. | ||
| 13589 | 2025.03.03 23:40:23.559083 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13590 | 2025.03.03 23:40:23.559294 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13591 | 2025.03.03 23:40:23.559352 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6934 rows starting from the beginning of the part | ||
| 13592 | 2025.03.03 23:40:23.559532 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 13593 | 2025.03.03 23:40:23.559795 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 13594 | 2025.03.03 23:40:23.559975 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 46 rows starting from the beginning of the part | ||
| 13595 | 2025.03.03 23:40:23.560158 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 36 rows starting from the beginning of the part | ||
| 13596 | 2025.03.03 23:40:23.560337 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 13597 | 2025.03.03 23:40:23.562510 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003547801 sec., 2034499.6802244545 rows/sec., 132.49 MiB/sec. | ||
| 13598 | 2025.03.03 23:40:23.562982 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13599 | 2025.03.03 23:40:23.563273 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13600 | 2025.03.03 23:40:23.563353 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_121_24} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13601 | 2025.03.03 23:40:23.563445 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 13602 | 2025.03.03 23:40:25.591272 [ 78 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13603 | 2025.03.03 23:40:25.591365 [ 78 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13604 | 2025.03.03 23:40:25.591406 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13605 | 2025.03.03 23:40:25.591665 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13606 | 2025.03.03 23:40:25.592150 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13607 | 2025.03.03 23:40:25.592261 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 341 rows starting from the beginning of the part | ||
| 13608 | 2025.03.03 23:40:25.592406 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 341 rows starting from the beginning of the part | ||
| 13609 | 2025.03.03 23:40:25.592530 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
| 13610 | 2025.03.03 23:40:25.592799 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part | ||
| 13611 | 2025.03.03 23:40:25.593009 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 341 rows starting from the beginning of the part | ||
| 13612 | 2025.03.03 23:40:25.595089 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.003571132 sec., 349749.04316054407 rows/sec., 24.54 MiB/sec. | ||
| 13613 | 2025.03.03 23:40:25.595257 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13614 | 2025.03.03 23:40:25.595534 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13615 | 2025.03.03 23:40:25.595611 [ 201 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_51_11} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13616 | 2025.03.03 23:40:25.595687 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 13617 | 2025.03.03 23:40:25.679632 [ 78 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13618 | 2025.03.03 23:40:25.679675 [ 78 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2025.03.03 23:40:25.679694 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13620 | 2025.03.03 23:40:25.679857 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13621 | 2025.03.03 23:40:25.680267 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13622 | 2025.03.03 23:40:25.680377 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 163 rows starting from the beginning of the part | ||
| 13623 | 2025.03.03 23:40:25.680646 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 159 rows starting from the beginning of the part | ||
| 13624 | 2025.03.03 23:40:25.680837 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 145 rows starting from the beginning of the part | ||
| 13625 | 2025.03.03 23:40:25.681021 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 145 rows starting from the beginning of the part | ||
| 13626 | 2025.03.03 23:40:25.681123 [ 198 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 149 rows starting from the beginning of the part | ||
| 13627 | 2025.03.03 23:40:25.682441 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002692236 sec., 282664.6698134933 rows/sec., 18.89 MiB/sec. | ||
| 13628 | 2025.03.03 23:40:25.682632 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13629 | 2025.03.03 23:40:25.682972 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13630 | 2025.03.03 23:40:25.683063 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_51_11} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13631 | 2025.03.03 23:40:25.683184 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13632 | 2025.03.03 23:40:27.057404 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13633 | 2025.03.03 23:40:27.057477 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13634 | 2025.03.03 23:40:27.281038 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 13635 | 2025.03.03 23:40:27.282264 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13636 | 2025.03.03 23:40:27.282358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13637 | 2025.03.03 23:40:27.282950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13638 | 2025.03.03 23:40:27.283216 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13639 | 2025.03.03 23:40:27.283411 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13640 | 2025.03.03 23:40:27.403012 [ 75 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13641 | 2025.03.03 23:40:27.403065 [ 75 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2025.03.03 23:40:27.403087 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13643 | 2025.03.03 23:40:27.403295 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13644 | 2025.03.03 23:40:27.403701 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13645 | 2025.03.03 23:40:27.403750 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 13646 | 2025.03.03 23:40:27.403838 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13647 | 2025.03.03 23:40:27.404065 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13648 | 2025.03.03 23:40:27.404279 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13649 | 2025.03.03 23:40:27.404439 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13650 | 2025.03.03 23:40:27.405556 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002393858 sec., 127827.1309325783 rows/sec., 6.52 MiB/sec. | ||
| 13651 | 2025.03.03 23:40:27.405795 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13652 | 2025.03.03 23:40:27.406172 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13653 | 2025.03.03 23:40:27.406270 [ 194 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_51_11} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13654 | 2025.03.03 23:40:27.406380 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13655 | 2025.03.03 23:40:27.451445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1898 | ||
| 13656 | 2025.03.03 23:40:27.454204 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13657 | 2025.03.03 23:40:27.454251 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13658 | 2025.03.03 23:40:27.455694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13659 | 2025.03.03 23:40:27.456007 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13660 | 2025.03.03 23:40:27.457748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1898 | ||
| 13661 | 2025.03.03 23:40:28.545345 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13662 | 2025.03.03 23:40:28.545587 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13663 | 2025.03.03 23:40:28.545675 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13664 | 2025.03.03 23:40:28.546607 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13665 | 2025.03.03 23:40:28.546652 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13666 | 2025.03.03 23:40:28.547096 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13667 | 2025.03.03 23:40:28.547365 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13668 | 2025.03.03 23:40:28.547628 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002097 sec., 101096.80495946591 rows/sec., 6.43 MiB/sec. | ||
| 13669 | 2025.03.03 23:40:28.547729 [ 5 ] {fcd64e26-0275-4854-bdd0-a0b9ab85507e} <Debug> TCPHandler: Processed in 0.002535942 sec. | ||
| 13670 | 2025.03.03 23:40:28.547893 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13671 | 2025.03.03 23:40:28.548194 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13672 | 2025.03.03 23:40:28.548297 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13673 | 2025.03.03 23:40:28.549258 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13674 | 2025.03.03 23:40:28.549299 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13675 | 2025.03.03 23:40:28.549701 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13676 | 2025.03.03 23:40:28.549943 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13677 | 2025.03.03 23:40:28.550151 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002071 sec., 335586.6731047803 rows/sec., 26.79 MiB/sec. | ||
| 13678 | 2025.03.03 23:40:28.550203 [ 5 ] {1ae97687-9100-4cc0-9bb4-e857d2648641} <Debug> TCPHandler: Processed in 0.002386838 sec. | ||
| 13679 | 2025.03.03 23:40:28.550333 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13680 | 2025.03.03 23:40:28.550468 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13681 | 2025.03.03 23:40:28.550522 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13682 | 2025.03.03 23:40:28.551189 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13683 | 2025.03.03 23:40:28.551229 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13684 | 2025.03.03 23:40:28.551583 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13685 | 2025.03.03 23:40:28.551831 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13686 | 2025.03.03 23:40:28.552032 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001594 sec., 90966.12296110415 rows/sec., 5.71 MiB/sec. | ||
| 13687 | 2025.03.03 23:40:28.552085 [ 5 ] {63e289e6-c5fe-4d60-ac71-368b6afcde8f} <Debug> TCPHandler: Processed in 0.001815532 sec. | ||
| 13688 | 2025.03.03 23:40:28.552184 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13689 | 2025.03.03 23:40:28.552285 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13690 | 2025.03.03 23:40:28.552329 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13691 | 2025.03.03 23:40:28.552873 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13692 | 2025.03.03 23:40:28.552914 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13693 | 2025.03.03 23:40:28.553262 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13694 | 2025.03.03 23:40:28.553496 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13695 | 2025.03.03 23:40:28.553730 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001465 sec., 77133.10580204778 rows/sec., 4.99 MiB/sec. | ||
| 13696 | 2025.03.03 23:40:28.553827 [ 5 ] {551e6696-d955-45dd-bd24-270cb9f96ae3} <Debug> TCPHandler: Processed in 0.001691608 sec. | ||
| 13697 | 2025.03.03 23:40:28.554062 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13698 | 2025.03.03 23:40:28.554251 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13699 | 2025.03.03 23:40:28.554298 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13700 | 2025.03.03 23:40:28.554855 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13701 | 2025.03.03 23:40:28.554894 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13702 | 2025.03.03 23:40:28.555247 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13703 | 2025.03.03 23:40:28.555479 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13704 | 2025.03.03 23:40:28.555706 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001481 sec., 75624.57798784606 rows/sec., 4.31 MiB/sec. | ||
| 13705 | 2025.03.03 23:40:28.555789 [ 5 ] {b186e324-b782-4e25-8c4d-3158b12b48bf} <Debug> TCPHandler: Processed in 0.001823692 sec. | ||
| 13706 | 2025.03.03 23:40:28.556033 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13707 | 2025.03.03 23:40:28.556151 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13708 | 2025.03.03 23:40:28.556198 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13709 | 2025.03.03 23:40:28.556915 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13710 | 2025.03.03 23:40:28.556954 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13711 | 2025.03.03 23:40:28.557326 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13712 | 2025.03.03 23:40:28.557572 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2025.03.03 23:40:28.557771 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001644 sec., 256082.72506082724 rows/sec., 18.24 MiB/sec. | ||
| 13714 | 2025.03.03 23:40:28.557821 [ 5 ] {d063b6af-e38b-4a4c-8f9e-483ac5f85142} <Debug> TCPHandler: Processed in 0.001879424 sec. | ||
| 13715 | 2025.03.03 23:40:28.557931 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13716 | 2025.03.03 23:40:28.558035 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13717 | 2025.03.03 23:40:28.558082 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13718 | 2025.03.03 23:40:28.558497 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13719 | 2025.03.03 23:40:28.558535 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13720 | 2025.03.03 23:40:28.558937 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13721 | 2025.03.03 23:40:28.559169 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13722 | 2025.03.03 23:40:28.559399 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 13723 | 2025.03.03 23:40:28.559508 [ 5 ] {286c88a9-5e9c-4f09-9958-2f1d6bc881cc} <Debug> TCPHandler: Processed in 0.001627377 sec. | ||
| 13724 | 2025.03.03 23:40:28.559715 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13725 | 2025.03.03 23:40:28.560043 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13726 | 2025.03.03 23:40:28.560160 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13727 | 2025.03.03 23:40:28.560697 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13728 | 2025.03.03 23:40:28.560735 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13729 | 2025.03.03 23:40:28.561113 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13730 | 2025.03.03 23:40:28.561345 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13731 | 2025.03.03 23:40:28.561568 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 13732 | 2025.03.03 23:40:28.561650 [ 5 ] {8b8e6aba-e8b2-4567-a9f5-fe10452f1246} <Debug> TCPHandler: Processed in 0.002036038 sec. | ||
| 13733 | 2025.03.03 23:40:28.561783 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13734 | 2025.03.03 23:40:28.562055 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13735 | 2025.03.03 23:40:28.562197 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13736 | 2025.03.03 23:40:28.563038 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13737 | 2025.03.03 23:40:28.563076 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13738 | 2025.03.03 23:40:28.563416 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13739 | 2025.03.03 23:40:28.563654 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13740 | 2025.03.03 23:40:28.563871 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001924 sec., 519.7505197505197 rows/sec., 35.02 KiB/sec. | ||
| 13741 | 2025.03.03 23:40:28.563921 [ 5 ] {ba654615-2c6c-4803-8aac-75e1e1a68f49} <Debug> TCPHandler: Processed in 0.002210933 sec. | ||
| 13742 | 2025.03.03 23:40:28.564025 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13743 | 2025.03.03 23:40:28.564127 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13744 | 2025.03.03 23:40:28.564191 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13745 | 2025.03.03 23:40:28.565337 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13746 | 2025.03.03 23:40:28.565377 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13747 | 2025.03.03 23:40:28.566021 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13748 | 2025.03.03 23:40:28.566276 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13749 | 2025.03.03 23:40:28.566531 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002425 sec., 16082.474226804123 rows/sec., 28.82 MiB/sec. | ||
| 13750 | 2025.03.03 23:40:28.566638 [ 5 ] {e8941bbf-4e31-48ee-8cde-9db75645c3c1} <Debug> TCPHandler: Processed in 0.002662936 sec. | ||
| 13751 | 2025.03.03 23:40:28.566754 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13752 | 2025.03.03 23:40:28.566856 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13753 | 2025.03.03 23:40:28.566902 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13754 | 2025.03.03 23:40:28.567321 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13755 | 2025.03.03 23:40:28.567360 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13756 | 2025.03.03 23:40:28.567714 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13757 | 2025.03.03 23:40:28.567946 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13758 | 2025.03.03 23:40:28.568142 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001309 sec., 62643.239113827345 rows/sec., 3.98 MiB/sec. | ||
| 13759 | 2025.03.03 23:40:28.568191 [ 5 ] {96c39069-f08d-4496-8266-f19a7f071ab6} <Debug> TCPHandler: Processed in 0.001486642 sec. | ||
| 13760 | 2025.03.03 23:40:29.597838 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 13761 | 2025.03.03 23:40:29.621401 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2025.03.03 23:40:29.621467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13763 | 2025.03.03 23:40:29.628832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13764 | 2025.03.03 23:40:29.629650 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2025.03.03 23:40:29.633280 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13766 | 2025.03.03 23:40:33.287347 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13767 | 2025.03.03 23:40:33.287422 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13768 | 2025.03.03 23:40:33.289311 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13769 | 2025.03.03 23:40:33.538337 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13770 | 2025.03.03 23:40:33.538601 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13771 | 2025.03.03 23:40:33.538703 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13772 | 2025.03.03 23:40:33.539693 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13773 | 2025.03.03 23:40:33.539734 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13774 | 2025.03.03 23:40:33.540168 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13775 | 2025.03.03 23:40:33.540420 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13776 | 2025.03.03 23:40:33.540668 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002144 sec., 26119.402985074626 rows/sec., 2.01 MiB/sec. | ||
| 13777 | 2025.03.03 23:40:33.540728 [ 5 ] {6820c291-233f-4498-94b8-de9aa7f6fcba} <Debug> TCPHandler: Processed in 0.002555813 sec. | ||
| 13778 | 2025.03.03 23:40:33.540745 [ 222 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13779 | 2025.03.03 23:40:33.540790 [ 222 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13780 | 2025.03.03 23:40:33.540848 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13781 | 2025.03.03 23:40:33.540951 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13782 | 2025.03.03 23:40:33.540996 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13783 | 2025.03.03 23:40:33.541767 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13784 | 2025.03.03 23:40:33.541814 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13785 | 2025.03.03 23:40:33.542270 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13786 | 2025.03.03 23:40:33.542514 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13787 | 2025.03.03 23:40:33.542740 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001809 sec., 35378.662244333886 rows/sec., 2.76 MiB/sec. | ||
| 13788 | 2025.03.03 23:40:33.542816 [ 5 ] {98716852-d6bc-4ac1-ba49-90f1c63b0011} <Debug> TCPHandler: Processed in 0.002021028 sec. | ||
| 13789 | 2025.03.03 23:40:33.542933 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13790 | 2025.03.03 23:40:33.543043 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13791 | 2025.03.03 23:40:33.543093 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13792 | 2025.03.03 23:40:33.543773 [ 222 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13793 | 2025.03.03 23:40:33.543853 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2025.03.03 23:40:33.543914 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13795 | 2025.03.03 23:40:33.544514 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13796 | 2025.03.03 23:40:33.544750 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2025.03.03 23:40:33.544954 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001933 sec., 82772.89187790998 rows/sec., 5.76 MiB/sec. | ||
| 13798 | 2025.03.03 23:40:33.545006 [ 5 ] {ba6277fe-044e-44e5-b03e-b31b0607275b} <Debug> TCPHandler: Processed in 0.00212566 sec. | ||
| 13799 | 2025.03.03 23:40:33.545109 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2025.03.03 23:40:33.545211 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13801 | 2025.03.03 23:40:33.545256 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13802 | 2025.03.03 23:40:33.545671 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2025.03.03 23:40:33.545709 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13804 | 2025.03.03 23:40:33.546052 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13805 | 2025.03.03 23:40:33.546280 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2025.03.03 23:40:33.546478 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
| 13807 | 2025.03.03 23:40:33.546528 [ 5 ] {0ada63d4-80eb-4d74-b5e0-b8f22f86cba1} <Debug> TCPHandler: Processed in 0.001468232 sec. | ||
| 13808 | 2025.03.03 23:40:34.106827 [ 225 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13809 | 2025.03.03 23:40:34.106881 [ 225 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13810 | 2025.03.03 23:40:34.108667 [ 225 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13811 | 2025.03.03 23:40:34.474694 [ 224 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13812 | 2025.03.03 23:40:34.474781 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13813 | 2025.03.03 23:40:34.477058 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13814 | 2025.03.03 23:40:34.783542 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 13815 | 2025.03.03 23:40:34.784312 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13816 | 2025.03.03 23:40:34.784368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13817 | 2025.03.03 23:40:34.784915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13818 | 2025.03.03 23:40:34.785177 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13819 | 2025.03.03 23:40:34.785420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 13820 | 2025.03.03 23:40:37.133335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13821 | 2025.03.03 23:40:37.155602 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13822 | 2025.03.03 23:40:37.155671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13823 | 2025.03.03 23:40:37.163087 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13824 | 2025.03.03 23:40:37.163994 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13825 | 2025.03.03 23:40:37.168259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13826 | 2025.03.03 23:40:37.376598 [ 224 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13827 | 2025.03.03 23:40:37.376634 [ 224 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13828 | 2025.03.03 23:40:37.378621 [ 224 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13829 | 2025.03.03 23:40:37.457880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1928 | ||
| 13830 | 2025.03.03 23:40:37.461048 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13831 | 2025.03.03 23:40:37.461088 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13832 | 2025.03.03 23:40:37.462664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13833 | 2025.03.03 23:40:37.462985 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13834 | 2025.03.03 23:40:37.464377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1928 | ||
| 13835 | 2025.03.03 23:40:38.545122 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13836 | 2025.03.03 23:40:38.545338 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13837 | 2025.03.03 23:40:38.545417 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13838 | 2025.03.03 23:40:38.546276 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13839 | 2025.03.03 23:40:38.546327 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13840 | 2025.03.03 23:40:38.546775 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13841 | 2025.03.03 23:40:38.547023 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13842 | 2025.03.03 23:40:38.547232 [ 65 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13843 | 2025.03.03 23:40:38.547256 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00197 sec., 107614.21319796954 rows/sec., 6.84 MiB/sec. | ||
| 13844 | 2025.03.03 23:40:38.547336 [ 65 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13845 | 2025.03.03 23:40:38.547411 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13846 | 2025.03.03 23:40:38.547419 [ 5 ] {83c3fef0-32e7-47b5-beda-5502f2bb380a} <Debug> TCPHandler: Processed in 0.002438329 sec. | ||
| 13847 | 2025.03.03 23:40:38.547613 [ 225 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13848 | 2025.03.03 23:40:38.547676 [ 225 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13849 | 2025.03.03 23:40:38.547685 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13850 | 2025.03.03 23:40:38.547704 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13851 | 2025.03.03 23:40:38.548066 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13852 | 2025.03.03 23:40:38.548120 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13853 | 2025.03.03 23:40:38.548233 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 212 rows starting from the beginning of the part | ||
| 13854 | 2025.03.03 23:40:38.548242 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13855 | 2025.03.03 23:40:38.548622 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part | ||
| 13856 | 2025.03.03 23:40:38.549364 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part | ||
| 13857 | 2025.03.03 23:40:38.549774 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part | ||
| 13858 | 2025.03.03 23:40:38.549999 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part | ||
| 13859 | 2025.03.03 23:40:38.553729 [ 225 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13860 | 2025.03.03 23:40:38.553982 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13861 | 2025.03.03 23:40:38.554086 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13862 | 2025.03.03 23:40:38.554943 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.007417912 sec., 142897.35440377292 rows/sec., 9.63 MiB/sec. | ||
| 13863 | 2025.03.03 23:40:38.555298 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13864 | 2025.03.03 23:40:38.555727 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13865 | 2025.03.03 23:40:38.555858 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13866 | 2025.03.03 23:40:38.556001 [ 197 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_53_13} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13867 | 2025.03.03 23:40:38.556139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 13868 | 2025.03.03 23:40:38.556214 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13869 | 2025.03.03 23:40:38.556438 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.008567 sec., 81125.24804482317 rows/sec., 6.48 MiB/sec. | ||
| 13870 | 2025.03.03 23:40:38.556496 [ 5 ] {2017aa68-b357-41b7-ab8a-a9dd5fa2a528} <Debug> TCPHandler: Processed in 0.008895363 sec. | ||
| 13871 | 2025.03.03 23:40:38.556619 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13872 | 2025.03.03 23:40:38.556725 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13873 | 2025.03.03 23:40:38.556769 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13874 | 2025.03.03 23:40:38.557346 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2025.03.03 23:40:38.557386 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13876 | 2025.03.03 23:40:38.557744 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13877 | 2025.03.03 23:40:38.557977 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2025.03.03 23:40:38.558184 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001481 sec., 97906.81971640784 rows/sec., 6.14 MiB/sec. | ||
| 13879 | 2025.03.03 23:40:38.558237 [ 5 ] {a9ad8ff8-e77c-437f-a517-25d7df328322} <Debug> TCPHandler: Processed in 0.001667798 sec. | ||
| 13880 | 2025.03.03 23:40:38.558351 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13881 | 2025.03.03 23:40:38.558455 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13882 | 2025.03.03 23:40:38.558500 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13883 | 2025.03.03 23:40:38.559042 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13884 | 2025.03.03 23:40:38.559080 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13885 | 2025.03.03 23:40:38.559426 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13886 | 2025.03.03 23:40:38.559674 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13887 | 2025.03.03 23:40:38.559888 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001455 sec., 77663.23024054983 rows/sec., 5.03 MiB/sec. | ||
| 13888 | 2025.03.03 23:40:38.559940 [ 5 ] {bd503730-398b-43bc-b8b0-12dfb8e8b10f} <Debug> TCPHandler: Processed in 0.001638457 sec. | ||
| 13889 | 2025.03.03 23:40:38.560050 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13890 | 2025.03.03 23:40:38.560155 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13891 | 2025.03.03 23:40:38.560199 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13892 | 2025.03.03 23:40:38.560744 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2025.03.03 23:40:38.560783 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13894 | 2025.03.03 23:40:38.561130 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13895 | 2025.03.03 23:40:38.561361 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13896 | 2025.03.03 23:40:38.561526 [ 64 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13897 | 2025.03.03 23:40:38.561590 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001449 sec., 77294.68599033817 rows/sec., 4.40 MiB/sec. | ||
| 13898 | 2025.03.03 23:40:38.561601 [ 64 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13899 | 2025.03.03 23:40:38.561671 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13900 | 2025.03.03 23:40:38.561720 [ 5 ] {04174e0f-82eb-419a-88e6-72465c80ec79} <Debug> TCPHandler: Processed in 0.001716089 sec. | ||
| 13901 | 2025.03.03 23:40:38.561857 [ 220 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13902 | 2025.03.03 23:40:38.561936 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13903 | 2025.03.03 23:40:38.561980 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13904 | 2025.03.03 23:40:38.562044 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2025.03.03 23:40:38.562365 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13906 | 2025.03.03 23:40:38.562397 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13907 | 2025.03.03 23:40:38.562432 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 112 rows starting from the beginning of the part | ||
| 13908 | 2025.03.03 23:40:38.562475 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13909 | 2025.03.03 23:40:38.562936 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
| 13910 | 2025.03.03 23:40:38.563450 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part | ||
| 13911 | 2025.03.03 23:40:38.563875 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
| 13912 | 2025.03.03 23:40:38.564435 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part | ||
| 13913 | 2025.03.03 23:40:38.567095 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13914 | 2025.03.03 23:40:38.567213 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13915 | 2025.03.03 23:40:38.568624 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13916 | 2025.03.03 23:40:38.568919 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13917 | 2025.03.03 23:40:38.569008 [ 197 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007227656 sec., 77480.16784418075 rows/sec., 4.71 MiB/sec. | ||
| 13918 | 2025.03.03 23:40:38.569327 [ 197 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13919 | 2025.03.03 23:40:38.569879 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13920 | 2025.03.03 23:40:38.570322 [ 197 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13921 | 2025.03.03 23:40:38.570437 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.008109 sec., 51917.6223948699 rows/sec., 3.70 MiB/sec. | ||
| 13922 | 2025.03.03 23:40:38.570496 [ 197 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_53_13} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13923 | 2025.03.03 23:40:38.570568 [ 5 ] {a99fe62a-3ca6-40e7-8a6e-5dd2b11f2b33} <Debug> TCPHandler: Processed in 0.008620046 sec. | ||
| 13924 | 2025.03.03 23:40:38.570693 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13925 | 2025.03.03 23:40:38.570780 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13926 | 2025.03.03 23:40:38.570889 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13927 | 2025.03.03 23:40:38.570937 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13928 | 2025.03.03 23:40:38.571403 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13929 | 2025.03.03 23:40:38.571444 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13930 | 2025.03.03 23:40:38.571815 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13931 | 2025.03.03 23:40:38.572058 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13932 | 2025.03.03 23:40:38.572255 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
| 13933 | 2025.03.03 23:40:38.572304 [ 5 ] {000f13e5-f782-4ba8-9c85-c3da0afec87b} <Debug> TCPHandler: Processed in 0.001587366 sec. | ||
| 13934 | 2025.03.03 23:40:38.572421 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13935 | 2025.03.03 23:40:38.572526 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13936 | 2025.03.03 23:40:38.572574 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13937 | 2025.03.03 23:40:38.573090 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13938 | 2025.03.03 23:40:38.573129 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13939 | 2025.03.03 23:40:38.573517 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13940 | 2025.03.03 23:40:38.573749 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13941 | 2025.03.03 23:40:38.573922 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 13942 | 2025.03.03 23:40:38.573981 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001467 sec., 161554.19222903886 rows/sec., 10.83 MiB/sec. | ||
| 13943 | 2025.03.03 23:40:38.573976 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2025.03.03 23:40:38.574061 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13945 | 2025.03.03 23:40:38.574108 [ 5 ] {44151839-7b74-4a6f-9a7e-e79feb0d0d63} <Debug> TCPHandler: Processed in 0.00173528 sec. | ||
| 13946 | 2025.03.03 23:40:38.574338 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 13947 | 2025.03.03 23:40:38.574350 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13948 | 2025.03.03 23:40:38.574619 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13949 | 2025.03.03 23:40:38.574671 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13950 | 2025.03.03 23:40:38.574716 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13951 | 2025.03.03 23:40:38.574761 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 35749 rows starting from the beginning of the part | ||
| 13952 | 2025.03.03 23:40:38.575081 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 96 rows starting from the beginning of the part | ||
| 13953 | 2025.03.03 23:40:38.575438 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 13954 | 2025.03.03 23:40:38.575780 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 13955 | 2025.03.03 23:40:38.576009 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13956 | 2025.03.03 23:40:38.576382 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13957 | 2025.03.03 23:40:38.577362 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13958 | 2025.03.03 23:40:38.577434 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13959 | 2025.03.03 23:40:38.578078 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13960 | 2025.03.03 23:40:38.578400 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13961 | 2025.03.03 23:40:38.578786 [ 217 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13962 | 2025.03.03 23:40:38.578860 [ 217 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13963 | 2025.03.03 23:40:38.578922 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004337 sec., 230.57412958266085 rows/sec., 15.54 KiB/sec. | ||
| 13964 | 2025.03.03 23:40:38.579411 [ 5 ] {ebbaa211-6e50-42ca-bb44-4f964edd238f} <Debug> TCPHandler: Processed in 0.005112566 sec. | ||
| 13965 | 2025.03.03 23:40:38.579723 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13966 | 2025.03.03 23:40:38.580266 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13967 | 2025.03.03 23:40:38.580562 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13968 | 2025.03.03 23:40:38.583840 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13969 | 2025.03.03 23:40:38.583908 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13970 | 2025.03.03 23:40:38.584162 [ 217 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13971 | 2025.03.03 23:40:38.585890 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13972 | 2025.03.03 23:40:38.586255 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2025.03.03 23:40:38.586614 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006621 sec., 5890.348889895786 rows/sec., 10.56 MiB/sec. | ||
| 13974 | 2025.03.03 23:40:38.587370 [ 5 ] {11b1b903-6070-4794-b77b-af83e50e6c85} <Debug> TCPHandler: Processed in 0.007776082 sec. | ||
| 13975 | 2025.03.03 23:40:38.587876 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13976 | 2025.03.03 23:40:38.587995 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36639 rows, containing 5 columns (5 merged, 0 gathered) in 0.013818874 sec., 2651373.766053587 rows/sec., 178.99 MiB/sec. | ||
| 13977 | 2025.03.03 23:40:38.588068 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13978 | 2025.03.03 23:40:38.588122 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13979 | 2025.03.03 23:40:38.588503 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 13980 | 2025.03.03 23:40:38.588965 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13981 | 2025.03.03 23:40:38.589016 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13982 | 2025.03.03 23:40:38.589148 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13983 | 2025.03.03 23:40:38.589323 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 13984 | 2025.03.03 23:40:38.589497 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13985 | 2025.03.03 23:40:38.589685 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13986 | 2025.03.03 23:40:38.589927 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13987 | 2025.03.03 23:40:38.590135 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002114 sec., 38789.02554399243 rows/sec., 2.46 MiB/sec. | ||
| 13988 | 2025.03.03 23:40:38.590185 [ 5 ] {c718ff95-2e7f-4526-92e5-ffa6f426c4bd} <Debug> TCPHandler: Processed in 0.002411009 sec. | ||
| 13989 | 2025.03.03 23:40:42.057520 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13990 | 2025.03.03 23:40:42.057589 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13991 | 2025.03.03 23:40:42.285537 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 13992 | 2025.03.03 23:40:42.286330 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2025.03.03 23:40:42.286391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 13994 | 2025.03.03 23:40:42.287013 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13995 | 2025.03.03 23:40:42.287282 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.03.03 23:40:42.287591 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 13997 | 2025.03.03 23:40:43.537879 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13998 | 2025.03.03 23:40:43.538087 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13999 | 2025.03.03 23:40:43.538166 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14000 | 2025.03.03 23:40:43.538957 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14001 | 2025.03.03 23:40:43.539008 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14002 | 2025.03.03 23:40:43.539442 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14003 | 2025.03.03 23:40:43.539721 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14004 | 2025.03.03 23:40:43.539938 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 14005 | 2025.03.03 23:40:43.539995 [ 5 ] {b89af8a8-d6c8-40d8-bb72-746c5bc51854} <Debug> TCPHandler: Processed in 0.002253454 sec. | ||
| 14006 | 2025.03.03 23:40:43.540101 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14007 | 2025.03.03 23:40:43.540204 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14008 | 2025.03.03 23:40:43.540249 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14009 | 2025.03.03 23:40:43.540790 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14010 | 2025.03.03 23:40:43.540829 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14011 | 2025.03.03 23:40:43.541187 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14012 | 2025.03.03 23:40:43.541428 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14013 | 2025.03.03 23:40:43.541650 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001468 sec., 43596.73024523161 rows/sec., 3.40 MiB/sec. | ||
| 14014 | 2025.03.03 23:40:43.541704 [ 5 ] {294c9b9e-27d5-4b98-b942-0e84006d4af0} <Debug> TCPHandler: Processed in 0.001651087 sec. | ||
| 14015 | 2025.03.03 23:40:43.541813 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14016 | 2025.03.03 23:40:43.541918 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14017 | 2025.03.03 23:40:43.541967 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14018 | 2025.03.03 23:40:43.542464 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14019 | 2025.03.03 23:40:43.542503 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14020 | 2025.03.03 23:40:43.542890 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14021 | 2025.03.03 23:40:43.543129 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14022 | 2025.03.03 23:40:43.543334 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. | ||
| 14023 | 2025.03.03 23:40:43.543383 [ 5 ] {838b7360-0489-4e14-a631-3687510157e8} <Debug> TCPHandler: Processed in 0.001618906 sec. | ||
| 14024 | 2025.03.03 23:40:43.543486 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14025 | 2025.03.03 23:40:43.543589 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14026 | 2025.03.03 23:40:43.543635 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14027 | 2025.03.03 23:40:43.544053 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2025.03.03 23:40:43.544091 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14029 | 2025.03.03 23:40:43.544453 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14030 | 2025.03.03 23:40:43.544690 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2025.03.03 23:40:43.544900 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
| 14032 | 2025.03.03 23:40:43.544948 [ 5 ] {d895016d-3c26-46ef-9620-7dbff7e42fbc} <Debug> TCPHandler: Processed in 0.001511493 sec. | ||
| 14033 | 2025.03.03 23:40:44.668324 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14034 | 2025.03.03 23:40:44.692262 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14035 | 2025.03.03 23:40:44.692310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14036 | 2025.03.03 23:40:44.699617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14037 | 2025.03.03 23:40:44.700423 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14038 | 2025.03.03 23:40:44.705124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14039 | 2025.03.03 23:40:44.976273 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14040 | 2025.03.03 23:40:44.976459 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14041 | 2025.03.03 23:40:44.976528 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14042 | 2025.03.03 23:40:44.977339 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14043 | 2025.03.03 23:40:44.977384 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14044 | 2025.03.03 23:40:44.977895 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14045 | 2025.03.03 23:40:44.978149 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14046 | 2025.03.03 23:40:44.978382 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001972 sec., 107505.07099391482 rows/sec., 6.84 MiB/sec. | ||
| 14047 | 2025.03.03 23:40:44.978439 [ 5 ] {22e7a6c7-519e-4745-9a65-89c75357f8e6} <Debug> TCPHandler: Processed in 0.002286625 sec. | ||
| 14048 | 2025.03.03 23:40:44.978558 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14049 | 2025.03.03 23:40:44.978669 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14050 | 2025.03.03 23:40:44.978717 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14051 | 2025.03.03 23:40:44.979265 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14052 | 2025.03.03 23:40:44.979306 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14053 | 2025.03.03 23:40:44.979654 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 14054 | 2025.03.03 23:40:44.979891 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14055 | 2025.03.03 23:40:44.980136 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001471 sec., 9517.335146159076 rows/sec., 776.07 KiB/sec. | ||
| 14056 | 2025.03.03 23:40:44.980227 [ 5 ] {4330bf8f-4489-4c0c-a661-cca8132f26ec} <Debug> TCPHandler: Processed in 0.001719929 sec. | ||
| 14057 | 2025.03.03 23:40:44.980422 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14058 | 2025.03.03 23:40:44.980528 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14059 | 2025.03.03 23:40:44.980573 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14060 | 2025.03.03 23:40:44.982073 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14061 | 2025.03.03 23:40:44.982112 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14062 | 2025.03.03 23:40:44.982601 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14063 | 2025.03.03 23:40:44.982857 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14064 | 2025.03.03 23:40:44.983043 [ 57 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14065 | 2025.03.03 23:40:44.983096 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.002586 sec., 712296.9837587007 rows/sec., 58.12 MiB/sec. | ||
| 14066 | 2025.03.03 23:40:44.983124 [ 57 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2025.03.03 23:40:44.983189 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14068 | 2025.03.03 23:40:44.983214 [ 5 ] {208ba139-173e-4f7a-9e9f-9643234a3084} <Debug> TCPHandler: Processed in 0.002851271 sec. | ||
| 14069 | 2025.03.03 23:40:44.983479 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14070 | 2025.03.03 23:40:44.983542 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14071 | 2025.03.03 23:40:44.983745 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14072 | 2025.03.03 23:40:44.983911 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14073 | 2025.03.03 23:40:44.984231 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14074 | 2025.03.03 23:40:44.984450 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1844 rows starting from the beginning of the part | ||
| 14075 | 2025.03.03 23:40:44.984948 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 695 rows starting from the beginning of the part | ||
| 14076 | 2025.03.03 23:40:44.985473 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 14077 | 2025.03.03 23:40:44.986041 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 695 rows starting from the beginning of the part | ||
| 14078 | 2025.03.03 23:40:44.986662 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 14079 | 2025.03.03 23:40:44.987059 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1842 rows starting from the beginning of the part | ||
| 14080 | 2025.03.03 23:40:44.988439 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14081 | 2025.03.03 23:40:44.988503 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14082 | 2025.03.03 23:40:44.989394 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14083 | 2025.03.03 23:40:44.989867 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14084 | 2025.03.03 23:40:44.990156 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.006529 sec., 24352.887119007504 rows/sec., 1.54 MiB/sec. | ||
| 14085 | 2025.03.03 23:40:44.990230 [ 5 ] {b49614f4-cc38-4e5c-85a0-017a6c49a6f9} <Debug> TCPHandler: Processed in 0.006863366 sec. | ||
| 14086 | 2025.03.03 23:40:44.990353 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2025.03.03 23:40:44.990472 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14088 | 2025.03.03 23:40:44.990517 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14089 | 2025.03.03 23:40:44.991367 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5188 rows, containing 5 columns (5 merged, 0 gathered) in 0.0080625 sec., 643472.8682170543 rows/sec., 54.59 MiB/sec. | ||
| 14090 | 2025.03.03 23:40:44.991729 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14091 | 2025.03.03 23:40:44.992144 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14092 | 2025.03.03 23:40:44.992207 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14093 | 2025.03.03 23:40:44.992373 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14094 | 2025.03.03 23:40:44.992571 [ 197 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_126_25} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14095 | 2025.03.03 23:40:44.992750 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 14096 | 2025.03.03 23:40:44.992911 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14097 | 2025.03.03 23:40:44.993158 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14098 | 2025.03.03 23:40:44.993376 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002926 sec., 116541.35338345864 rows/sec., 7.78 MiB/sec. | ||
| 14099 | 2025.03.03 23:40:44.993437 [ 5 ] {cfc98a2d-480b-473d-9a74-418f297abdab} <Debug> TCPHandler: Processed in 0.003131939 sec. | ||
| 14100 | 2025.03.03 23:40:44.993541 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14101 | 2025.03.03 23:40:44.993642 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14102 | 2025.03.03 23:40:44.993687 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14103 | 2025.03.03 23:40:44.994237 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14104 | 2025.03.03 23:40:44.994276 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14105 | 2025.03.03 23:40:44.994637 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14106 | 2025.03.03 23:40:44.994874 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14107 | 2025.03.03 23:40:44.995083 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001462 sec., 76607.38714090288 rows/sec., 4.36 MiB/sec. | ||
| 14108 | 2025.03.03 23:40:44.995134 [ 5 ] {b96ae25e-1629-412b-bedb-de7d37ab49dc} <Debug> TCPHandler: Processed in 0.001642027 sec. | ||
| 14109 | 2025.03.03 23:40:44.995244 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14110 | 2025.03.03 23:40:44.995348 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14111 | 2025.03.03 23:40:44.995392 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14112 | 2025.03.03 23:40:44.996359 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14113 | 2025.03.03 23:40:44.996399 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14114 | 2025.03.03 23:40:44.996794 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14115 | 2025.03.03 23:40:44.997033 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14116 | 2025.03.03 23:40:44.997204 [ 57 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14117 | 2025.03.03 23:40:44.997269 [ 57 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14118 | 2025.03.03 23:40:44.997268 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.001931 sec., 461418.95390989125 rows/sec., 33.45 MiB/sec. | ||
| 14119 | 2025.03.03 23:40:44.997311 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14120 | 2025.03.03 23:40:44.997430 [ 5 ] {7a4335e0-d152-4318-a2a1-da488101eaf8} <Debug> TCPHandler: Processed in 0.002234294 sec. | ||
| 14121 | 2025.03.03 23:40:44.997680 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14122 | 2025.03.03 23:40:44.997696 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14123 | 2025.03.03 23:40:44.998002 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14124 | 2025.03.03 23:40:44.998004 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14125 | 2025.03.03 23:40:44.998057 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 14126 | 2025.03.03 23:40:44.998121 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14127 | 2025.03.03 23:40:44.998351 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 421 rows starting from the beginning of the part | ||
| 14128 | 2025.03.03 23:40:44.998679 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 14129 | 2025.03.03 23:40:44.999057 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 421 rows starting from the beginning of the part | ||
| 14130 | 2025.03.03 23:40:44.999393 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 14131 | 2025.03.03 23:40:44.999695 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 891 rows starting from the beginning of the part | ||
| 14132 | 2025.03.03 23:40:45.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.37 MiB, peak 278.82 MiB, free memory in arenas 0.00 B, will set to 261.32 MiB (RSS), difference: -1.05 MiB | ||
| 14133 | 2025.03.03 23:40:45.001159 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14134 | 2025.03.03 23:40:45.001242 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14135 | 2025.03.03 23:40:45.002457 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14136 | 2025.03.03 23:40:45.002842 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14137 | 2025.03.03 23:40:45.003174 [ 223 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14138 | 2025.03.03 23:40:45.003194 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005253 sec., 1142.204454597373 rows/sec., 59.68 KiB/sec. | ||
| 14139 | 2025.03.03 23:40:45.003244 [ 223 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14140 | 2025.03.03 23:40:45.003642 [ 5 ] {0102125a-0a26-4f0f-81e4-aef5cb18911c} <Debug> TCPHandler: Processed in 0.006009242 sec. | ||
| 14141 | 2025.03.03 23:40:45.004011 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.006564617 sec., 422568.44534875377 rows/sec., 32.21 MiB/sec. | ||
| 14142 | 2025.03.03 23:40:45.004049 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14143 | 2025.03.03 23:40:45.004269 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14144 | 2025.03.03 23:40:45.004319 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14145 | 2025.03.03 23:40:45.004547 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14146 | 2025.03.03 23:40:45.005147 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14147 | 2025.03.03 23:40:45.005520 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_126_25} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14148 | 2025.03.03 23:40:45.005804 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14149 | 2025.03.03 23:40:45.006889 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2025.03.03 23:40:45.006974 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14151 | 2025.03.03 23:40:45.007859 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14152 | 2025.03.03 23:40:45.008130 [ 223 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14153 | 2025.03.03 23:40:45.008277 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14154 | 2025.03.03 23:40:45.008863 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.004648 sec., 213855.42168674697 rows/sec., 14.23 MiB/sec. | ||
| 14155 | 2025.03.03 23:40:45.009047 [ 5 ] {75a749c6-3a93-4f62-91f8-614ccd7086de} <Debug> TCPHandler: Processed in 0.005051654 sec. | ||
| 14156 | 2025.03.03 23:40:45.009178 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14157 | 2025.03.03 23:40:45.009283 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14158 | 2025.03.03 23:40:45.009330 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14159 | 2025.03.03 23:40:45.009766 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14160 | 2025.03.03 23:40:45.009804 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14161 | 2025.03.03 23:40:45.010154 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14162 | 2025.03.03 23:40:45.010387 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14163 | 2025.03.03 23:40:45.010592 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
| 14164 | 2025.03.03 23:40:45.010641 [ 5 ] {cfb06906-f07d-467d-b8e8-01bcca043f17} <Debug> TCPHandler: Processed in 0.001513863 sec. | ||
| 14165 | 2025.03.03 23:40:45.010742 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2025.03.03 23:40:45.010844 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14167 | 2025.03.03 23:40:45.010911 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14168 | 2025.03.03 23:40:45.012100 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2025.03.03 23:40:45.012139 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14170 | 2025.03.03 23:40:45.012824 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14171 | 2025.03.03 23:40:45.013080 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2025.03.03 23:40:45.013330 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002507 sec., 15556.441962504985 rows/sec., 27.88 MiB/sec. | ||
| 14173 | 2025.03.03 23:40:45.013439 [ 5 ] {b9d7b660-ef6a-444c-8350-fd622583ab3e} <Debug> TCPHandler: Processed in 0.002745358 sec. | ||
| 14174 | 2025.03.03 23:40:45.013554 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2025.03.03 23:40:45.013657 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14176 | 2025.03.03 23:40:45.013702 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14177 | 2025.03.03 23:40:45.014114 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2025.03.03 23:40:45.014152 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14179 | 2025.03.03 23:40:45.014504 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14180 | 2025.03.03 23:40:45.014743 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2025.03.03 23:40:45.014937 [ 57 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14182 | 2025.03.03 23:40:45.014969 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001334 sec., 34482.75862068966 rows/sec., 2.09 MiB/sec. | ||
| 14183 | 2025.03.03 23:40:45.015019 [ 57 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14184 | 2025.03.03 23:40:45.015078 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 14185 | 2025.03.03 23:40:45.015075 [ 5 ] {f9e80f16-4d2c-4eac-a6ae-44b8e3edc40a} <Debug> TCPHandler: Processed in 0.001566335 sec. | ||
| 14186 | 2025.03.03 23:40:45.015266 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14187 | 2025.03.03 23:40:45.015404 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14188 | 2025.03.03 23:40:45.015441 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7218 rows starting from the beginning of the part | ||
| 14189 | 2025.03.03 23:40:45.015514 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 14190 | 2025.03.03 23:40:45.015627 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 14191 | 2025.03.03 23:40:45.015868 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 14192 | 2025.03.03 23:40:45.015948 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 14193 | 2025.03.03 23:40:45.016027 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 46 rows starting from the beginning of the part | ||
| 14194 | 2025.03.03 23:40:45.018227 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7548 rows, containing 4 columns (4 merged, 0 gathered) in 0.003060128 sec., 2466563.4901546603 rows/sec., 160.56 MiB/sec. | ||
| 14195 | 2025.03.03 23:40:45.018666 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14196 | 2025.03.03 23:40:45.018989 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14197 | 2025.03.03 23:40:45.019093 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_126_25} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14198 | 2025.03.03 23:40:45.019198 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 14199 | 2025.03.03 23:40:45.616278 [ 225 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14200 | 2025.03.03 23:40:45.616333 [ 225 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14201 | 2025.03.03 23:40:45.618199 [ 225 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14202 | 2025.03.03 23:40:45.818405 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14203 | 2025.03.03 23:40:45.818457 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14204 | 2025.03.03 23:40:45.820573 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14205 | 2025.03.03 23:40:45.889488 [ 220 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14206 | 2025.03.03 23:40:45.889566 [ 220 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14207 | 2025.03.03 23:40:45.891386 [ 220 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14208 | 2025.03.03 23:40:46.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.73 MiB, peak 278.82 MiB, free memory in arenas 0.00 B, will set to 261.33 MiB (RSS), difference: 3.60 MiB | ||
| 14209 | 2025.03.03 23:40:47.464565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1982 | ||
| 14210 | 2025.03.03 23:40:47.468082 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14211 | 2025.03.03 23:40:47.468130 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14212 | 2025.03.03 23:40:47.469711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14213 | 2025.03.03 23:40:47.470030 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14214 | 2025.03.03 23:40:47.470705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1982 | ||
| 14215 | 2025.03.03 23:40:48.535115 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14216 | 2025.03.03 23:40:48.535300 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14217 | 2025.03.03 23:40:48.535369 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14218 | 2025.03.03 23:40:48.536094 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14219 | 2025.03.03 23:40:48.536148 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14220 | 2025.03.03 23:40:48.536594 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14221 | 2025.03.03 23:40:48.536843 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14222 | 2025.03.03 23:40:48.537065 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec. | ||
| 14223 | 2025.03.03 23:40:48.537122 [ 5 ] {01f42ce0-a043-428e-8aa4-717f5711c156} <Debug> TCPHandler: Processed in 0.002130891 sec. | ||
| 14224 | 2025.03.03 23:40:48.537239 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14225 | 2025.03.03 23:40:48.537344 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14226 | 2025.03.03 23:40:48.537389 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14227 | 2025.03.03 23:40:48.537922 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14228 | 2025.03.03 23:40:48.537975 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14229 | 2025.03.03 23:40:48.538360 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14230 | 2025.03.03 23:40:48.538699 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14231 | 2025.03.03 23:40:48.538910 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001587 sec., 40327.6622558286 rows/sec., 3.15 MiB/sec. | ||
| 14232 | 2025.03.03 23:40:48.538962 [ 5 ] {75f6cb7b-26d8-46f7-826c-7623884de62c} <Debug> TCPHandler: Processed in 0.001773641 sec. | ||
| 14233 | 2025.03.03 23:40:48.539072 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14234 | 2025.03.03 23:40:48.539178 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14235 | 2025.03.03 23:40:48.539226 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14236 | 2025.03.03 23:40:48.539707 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14237 | 2025.03.03 23:40:48.539747 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14238 | 2025.03.03 23:40:48.540133 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14239 | 2025.03.03 23:40:48.540370 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14240 | 2025.03.03 23:40:48.540580 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001423 sec., 67463.106113844 rows/sec., 4.70 MiB/sec. | ||
| 14241 | 2025.03.03 23:40:48.540630 [ 5 ] {4c278d4a-06a7-4e89-8306-e6650082f8a4} <Debug> TCPHandler: Processed in 0.001608176 sec. | ||
| 14242 | 2025.03.03 23:40:48.540729 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14243 | 2025.03.03 23:40:48.540829 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14244 | 2025.03.03 23:40:48.540875 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14245 | 2025.03.03 23:40:48.541275 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2025.03.03 23:40:48.541313 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14247 | 2025.03.03 23:40:48.541672 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14248 | 2025.03.03 23:40:48.541912 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14249 | 2025.03.03 23:40:48.542120 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001312 sec., 27439.024390243903 rows/sec., 1.85 MiB/sec. | ||
| 14250 | 2025.03.03 23:40:48.542169 [ 5 ] {35299e82-9853-4795-92d8-6a5e35cf69bd} <Debug> TCPHandler: Processed in 0.001489372 sec. | ||
| 14251 | 2025.03.03 23:40:49.420312 [ 217 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14252 | 2025.03.03 23:40:49.420404 [ 217 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14253 | 2025.03.03 23:40:49.422529 [ 217 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14254 | 2025.03.03 23:40:49.787731 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 14255 | 2025.03.03 23:40:49.788577 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2025.03.03 23:40:49.788645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14257 | 2025.03.03 23:40:49.789273 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14258 | 2025.03.03 23:40:49.789530 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14259 | 2025.03.03 23:40:49.789785 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 14260 | 2025.03.03 23:40:51.876080 [ 224 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14261 | 2025.03.03 23:40:51.876158 [ 224 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14262 | 2025.03.03 23:40:51.878395 [ 224 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14263 | 2025.03.03 23:40:52.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.33 MiB, peak 278.82 MiB, free memory in arenas 0.00 B, will set to 261.33 MiB (RSS), difference: 4.00 MiB | ||
| 14264 | 2025.03.03 23:40:52.205179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14265 | 2025.03.03 23:40:52.226649 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2025.03.03 23:40:52.226698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14267 | 2025.03.03 23:40:52.234383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14268 | 2025.03.03 23:40:52.235231 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2025.03.03 23:40:52.237954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14270 | 2025.03.03 23:40:53.290337 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14271 | 2025.03.03 23:40:53.290400 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14272 | 2025.03.03 23:40:53.292293 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14273 | 2025.03.03 23:40:53.414085 [ 222 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14274 | 2025.03.03 23:40:53.414144 [ 222 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14275 | 2025.03.03 23:40:53.416343 [ 222 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14276 | 2025.03.03 23:40:53.449406 [ 222 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14277 | 2025.03.03 23:40:53.449436 [ 222 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14278 | 2025.03.03 23:40:53.451356 [ 222 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14279 | 2025.03.03 23:40:53.537842 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2025.03.03 23:40:53.538026 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14281 | 2025.03.03 23:40:53.538098 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14282 | 2025.03.03 23:40:53.538805 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2025.03.03 23:40:53.538849 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14284 | 2025.03.03 23:40:53.539268 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14285 | 2025.03.03 23:40:53.539520 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2025.03.03 23:40:53.539743 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001772 sec., 31602.70880361174 rows/sec., 2.43 MiB/sec. | ||
| 14287 | 2025.03.03 23:40:53.539804 [ 5 ] {fab27c48-7212-4aba-a978-4dc0732ccd4f} <Debug> TCPHandler: Processed in 0.00208916 sec. | ||
| 14288 | 2025.03.03 23:40:53.539915 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14289 | 2025.03.03 23:40:53.540021 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14290 | 2025.03.03 23:40:53.540068 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14291 | 2025.03.03 23:40:53.540626 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14292 | 2025.03.03 23:40:53.540665 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14293 | 2025.03.03 23:40:53.541024 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14294 | 2025.03.03 23:40:53.541258 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14295 | 2025.03.03 23:40:53.541463 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
| 14296 | 2025.03.03 23:40:53.541516 [ 5 ] {c22486cc-634e-48ec-a827-8655b51686b8} <Debug> TCPHandler: Processed in 0.001652347 sec. | ||
| 14297 | 2025.03.03 23:40:53.541626 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14298 | 2025.03.03 23:40:53.541732 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14299 | 2025.03.03 23:40:53.541782 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14300 | 2025.03.03 23:40:53.542280 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14301 | 2025.03.03 23:40:53.542318 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14302 | 2025.03.03 23:40:53.542696 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14303 | 2025.03.03 23:40:53.542924 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14304 | 2025.03.03 23:40:53.543142 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec. | ||
| 14305 | 2025.03.03 23:40:53.543194 [ 5 ] {06cd1cdf-85ff-490b-a678-dd4ac6500bd2} <Debug> TCPHandler: Processed in 0.001618587 sec. | ||
| 14306 | 2025.03.03 23:40:53.543296 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14307 | 2025.03.03 23:40:53.543398 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14308 | 2025.03.03 23:40:53.543446 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14309 | 2025.03.03 23:40:53.543862 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14310 | 2025.03.03 23:40:53.543902 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14311 | 2025.03.03 23:40:53.544265 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14312 | 2025.03.03 23:40:53.544509 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14313 | 2025.03.03 23:40:53.544703 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 14314 | 2025.03.03 23:40:53.544752 [ 5 ] {27e6f341-e7f8-48af-94ea-8b7014aff724} <Debug> TCPHandler: Processed in 0.001504683 sec. | ||
| 14315 | 2025.03.03 23:40:54.732822 [ 219 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14316 | 2025.03.03 23:40:54.732878 [ 219 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14317 | 2025.03.03 23:40:54.734803 [ 219 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14318 | 2025.03.03 23:40:55.949653 [ 41 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 14319 | 2025.03.03 23:40:55.949731 [ 41 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14320 | 2025.03.03 23:40:55.949758 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14321 | 2025.03.03 23:40:55.949987 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 14322 | 2025.03.03 23:40:55.950178 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14323 | 2025.03.03 23:40:55.950216 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 14324 | 2025.03.03 23:40:55.950305 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 14325 | 2025.03.03 23:40:55.950586 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 14326 | 2025.03.03 23:40:55.950840 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 14327 | 2025.03.03 23:40:55.951010 [ 196 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 14328 | 2025.03.03 23:40:55.952150 [ 186 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002307566 sec., 23401.2808301041 rows/sec., 1.95 MiB/sec. | ||
| 14329 | 2025.03.03 23:40:55.952350 [ 193 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 14330 | 2025.03.03 23:40:55.952712 [ 193 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14331 | 2025.03.03 23:40:55.952818 [ 193 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_17_4} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 14332 | 2025.03.03 23:40:55.952928 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14333 | 2025.03.03 23:40:56.507965 [ 41 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 14334 | 2025.03.03 23:40:56.508037 [ 41 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14335 | 2025.03.03 23:40:56.508060 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14336 | 2025.03.03 23:40:56.508283 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_11 to all_54_54_0 into Compact with storage Full | ||
| 14337 | 2025.03.03 23:40:56.508617 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14338 | 2025.03.03 23:40:56.508666 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 14339 | 2025.03.03 23:40:56.508758 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14340 | 2025.03.03 23:40:56.508893 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14341 | 2025.03.03 23:40:56.509022 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14342 | 2025.03.03 23:40:56.509278 [ 189 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14343 | 2025.03.03 23:40:56.510639 [ 198 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002497152 sec., 21624.634783945872 rows/sec., 1.42 MiB/sec. | ||
| 14344 | 2025.03.03 23:40:56.510881 [ 198 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 14345 | 2025.03.03 23:40:56.511341 [ 198 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14346 | 2025.03.03 23:40:56.511460 [ 198 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_54_12} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 14347 | 2025.03.03 23:40:56.511601 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14348 | 2025.03.03 23:40:57.057625 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14349 | 2025.03.03 23:40:57.057689 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14350 | 2025.03.03 23:40:57.289900 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 14351 | 2025.03.03 23:40:57.290610 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14352 | 2025.03.03 23:40:57.290653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14353 | 2025.03.03 23:40:57.291201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14354 | 2025.03.03 23:40:57.291460 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14355 | 2025.03.03 23:40:57.291656 [ 42 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14356 | 2025.03.03 23:40:57.291713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14357 | 2025.03.03 23:40:57.291741 [ 42 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14358 | 2025.03.03 23:40:57.291777 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14359 | 2025.03.03 23:40:57.291890 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14360 | 2025.03.03 23:40:57.292035 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14361 | 2025.03.03 23:40:57.292078 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 14362 | 2025.03.03 23:40:57.292158 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 14363 | 2025.03.03 23:40:57.292353 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 14364 | 2025.03.03 23:40:57.292648 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 14365 | 2025.03.03 23:40:57.292761 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 14366 | 2025.03.03 23:40:57.292953 [ 186 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 14367 | 2025.03.03 23:40:57.295881 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004037875 sec., 8626071.881868558 rows/sec., 123.40 MiB/sec. | ||
| 14368 | 2025.03.03 23:40:57.296142 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14369 | 2025.03.03 23:40:57.296449 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14370 | 2025.03.03 23:40:57.296532 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_76_15} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14371 | 2025.03.03 23:40:57.296614 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14372 | 2025.03.03 23:40:57.470965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1998 | ||
| 14373 | 2025.03.03 23:40:57.473627 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14374 | 2025.03.03 23:40:57.473670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14375 | 2025.03.03 23:40:57.475187 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14376 | 2025.03.03 23:40:57.475507 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14377 | 2025.03.03 23:40:57.475680 [ 42 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14378 | 2025.03.03 23:40:57.475740 [ 42 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2025.03.03 23:40:57.475779 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14380 | 2025.03.03 23:40:57.476141 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 14381 | 2025.03.03 23:40:57.477902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1998 | ||
| 14382 | 2025.03.03 23:40:57.478180 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14383 | 2025.03.03 23:40:57.478329 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1828 rows starting from the beginning of the part | ||
| 14384 | 2025.03.03 23:40:57.478930 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part | ||
| 14385 | 2025.03.03 23:40:57.479496 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
| 14386 | 2025.03.03 23:40:57.480126 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 14387 | 2025.03.03 23:40:57.480733 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part | ||
| 14388 | 2025.03.03 23:40:57.481393 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 14389 | 2025.03.03 23:40:57.490038 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 72 columns (72 merged, 0 gathered) in 0.014168335 sec., 141018.6870934376 rows/sec., 106.79 MiB/sec. | ||
| 14390 | 2025.03.03 23:40:57.492023 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14391 | 2025.03.03 23:40:57.492883 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2025.03.03 23:40:57.492986 [ 192 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_56_11} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14393 | 2025.03.03 23:40:57.493375 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB. | ||
| 14394 | 2025.03.03 23:40:58.545896 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14395 | 2025.03.03 23:40:58.546082 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14396 | 2025.03.03 23:40:58.546151 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14397 | 2025.03.03 23:40:58.547035 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14398 | 2025.03.03 23:40:58.547077 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14399 | 2025.03.03 23:40:58.547552 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14400 | 2025.03.03 23:40:58.547819 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14401 | 2025.03.03 23:40:58.548041 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002005 sec., 105735.66084788031 rows/sec., 6.72 MiB/sec. | ||
| 14402 | 2025.03.03 23:40:58.548100 [ 5 ] {c5ab456f-6f1a-4fb5-a685-498263b7f370} <Debug> TCPHandler: Processed in 0.002332236 sec. | ||
| 14403 | 2025.03.03 23:40:58.548230 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14404 | 2025.03.03 23:40:58.548337 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14405 | 2025.03.03 23:40:58.548385 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14406 | 2025.03.03 23:40:58.549260 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14407 | 2025.03.03 23:40:58.549300 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14408 | 2025.03.03 23:40:58.549706 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14409 | 2025.03.03 23:40:58.549945 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14410 | 2025.03.03 23:40:58.550167 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001852 sec., 375269.97840172786 rows/sec., 29.96 MiB/sec. | ||
| 14411 | 2025.03.03 23:40:58.550219 [ 5 ] {5d73cc3c-9958-4dc8-8ad6-db397e8a5778} <Debug> TCPHandler: Processed in 0.002039328 sec. | ||
| 14412 | 2025.03.03 23:40:58.550335 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14413 | 2025.03.03 23:40:58.550441 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14414 | 2025.03.03 23:40:58.550486 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14415 | 2025.03.03 23:40:58.551057 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2025.03.03 23:40:58.551096 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14417 | 2025.03.03 23:40:58.551454 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14418 | 2025.03.03 23:40:58.551693 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2025.03.03 23:40:58.551939 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001508 sec., 96153.84615384616 rows/sec., 6.03 MiB/sec. | ||
| 14420 | 2025.03.03 23:40:58.552017 [ 5 ] {d597194e-237a-4ffc-8599-8e77c30b400f} <Debug> TCPHandler: Processed in 0.001725069 sec. | ||
| 14421 | 2025.03.03 23:40:58.552264 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14422 | 2025.03.03 23:40:58.552390 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14423 | 2025.03.03 23:40:58.552437 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14424 | 2025.03.03 23:40:58.552998 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14425 | 2025.03.03 23:40:58.553037 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14426 | 2025.03.03 23:40:58.553397 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14427 | 2025.03.03 23:40:58.553639 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2025.03.03 23:40:58.553872 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001496 sec., 75534.75935828878 rows/sec., 4.89 MiB/sec. | ||
| 14429 | 2025.03.03 23:40:58.553952 [ 5 ] {d34de357-d715-495a-8b34-f3dbb10c7142} <Debug> TCPHandler: Processed in 0.00178153 sec. | ||
| 14430 | 2025.03.03 23:40:58.554203 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14431 | 2025.03.03 23:40:58.554326 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14432 | 2025.03.03 23:40:58.554373 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14433 | 2025.03.03 23:40:58.554932 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2025.03.03 23:40:58.554972 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14435 | 2025.03.03 23:40:58.555325 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14436 | 2025.03.03 23:40:58.555562 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2025.03.03 23:40:58.555766 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001463 sec., 76555.02392344497 rows/sec., 4.36 MiB/sec. | ||
| 14438 | 2025.03.03 23:40:58.555819 [ 5 ] {2c04cf23-3f85-4dd5-adc2-256dac5ccbc7} <Debug> TCPHandler: Processed in 0.001711779 sec. | ||
| 14439 | 2025.03.03 23:40:58.555936 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14440 | 2025.03.03 23:40:58.556042 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14441 | 2025.03.03 23:40:58.556087 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14442 | 2025.03.03 23:40:58.556763 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14443 | 2025.03.03 23:40:58.556802 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14444 | 2025.03.03 23:40:58.557175 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14445 | 2025.03.03 23:40:58.557409 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14446 | 2025.03.03 23:40:58.557637 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001611 sec., 261328.36747361886 rows/sec., 18.61 MiB/sec. | ||
| 14447 | 2025.03.03 23:40:58.557734 [ 5 ] {fcc10562-357b-400f-9b33-7d74a00d5cff} <Debug> TCPHandler: Processed in 0.001852063 sec. | ||
| 14448 | 2025.03.03 23:40:58.557901 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14449 | 2025.03.03 23:40:58.558189 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14450 | 2025.03.03 23:40:58.558350 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14451 | 2025.03.03 23:40:58.558884 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14452 | 2025.03.03 23:40:58.558924 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14453 | 2025.03.03 23:40:58.559278 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14454 | 2025.03.03 23:40:58.559513 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14455 | 2025.03.03 23:40:58.559751 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 189.07 KiB/sec. | ||
| 14456 | 2025.03.03 23:40:58.559837 [ 5 ] {22a9e098-6282-412a-aa4f-a956aeb9d22a} <Debug> TCPHandler: Processed in 0.002032778 sec. | ||
| 14457 | 2025.03.03 23:40:58.560087 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14458 | 2025.03.03 23:40:58.560201 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14459 | 2025.03.03 23:40:58.560251 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14460 | 2025.03.03 23:40:58.560783 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14461 | 2025.03.03 23:40:58.560823 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14462 | 2025.03.03 23:40:58.561199 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14463 | 2025.03.03 23:40:58.561433 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14464 | 2025.03.03 23:40:58.561608 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 14465 | 2025.03.03 23:40:58.561667 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001487 sec., 159381.30464021518 rows/sec., 10.68 MiB/sec. | ||
| 14466 | 2025.03.03 23:40:58.561696 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14467 | 2025.03.03 23:40:58.561763 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14468 | 2025.03.03 23:40:58.561786 [ 5 ] {5a85c644-138f-44ea-a433-1965d792fe68} <Debug> TCPHandler: Processed in 0.001778861 sec. | ||
| 14469 | 2025.03.03 23:40:58.561966 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 14470 | 2025.03.03 23:40:58.561973 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14471 | 2025.03.03 23:40:58.562125 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14472 | 2025.03.03 23:40:58.562139 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14473 | 2025.03.03 23:40:58.562185 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14474 | 2025.03.03 23:40:58.562189 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36639 rows starting from the beginning of the part | ||
| 14475 | 2025.03.03 23:40:58.562402 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 14476 | 2025.03.03 23:40:58.562867 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 994 rows starting from the beginning of the part | ||
| 14477 | 2025.03.03 23:40:58.563314 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 96 rows starting from the beginning of the part | ||
| 14478 | 2025.03.03 23:40:58.563663 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 14479 | 2025.03.03 23:40:58.564061 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 14480 | 2025.03.03 23:40:58.564646 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14481 | 2025.03.03 23:40:58.564692 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14482 | 2025.03.03 23:40:58.565177 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14483 | 2025.03.03 23:40:58.565429 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14484 | 2025.03.03 23:40:58.565672 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003582 sec., 279.17364600781684 rows/sec., 18.81 KiB/sec. | ||
| 14485 | 2025.03.03 23:40:58.565769 [ 5 ] {47618934-baf6-426d-91fa-673114016d02} <Debug> TCPHandler: Processed in 0.00385279 sec. | ||
| 14486 | 2025.03.03 23:40:58.565910 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14487 | 2025.03.03 23:40:58.566059 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14488 | 2025.03.03 23:40:58.566175 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14489 | 2025.03.03 23:40:58.567482 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14490 | 2025.03.03 23:40:58.567534 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14491 | 2025.03.03 23:40:58.568276 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14492 | 2025.03.03 23:40:58.568539 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14493 | 2025.03.03 23:40:58.568880 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002854 sec., 13665.031534688156 rows/sec., 24.49 MiB/sec. | ||
| 14494 | 2025.03.03 23:40:58.569023 [ 5 ] {4d5f8325-d86f-4975-9287-bfa8bcf11b1f} <Debug> TCPHandler: Processed in 0.00317461 sec. | ||
| 14495 | 2025.03.03 23:40:58.569144 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14496 | 2025.03.03 23:40:58.569249 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14497 | 2025.03.03 23:40:58.569303 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14498 | 2025.03.03 23:40:58.569755 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2025.03.03 23:40:58.569814 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14500 | 2025.03.03 23:40:58.570242 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14501 | 2025.03.03 23:40:58.570496 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2025.03.03 23:40:58.570716 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001489 sec., 55070.51712558764 rows/sec., 3.50 MiB/sec. | ||
| 14503 | 2025.03.03 23:40:58.570766 [ 5 ] {45e34749-1745-4b4b-b24c-68ee742d78d1} <Debug> TCPHandler: Processed in 0.001671548 sec. | ||
| 14504 | 2025.03.03 23:40:58.571734 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38286 rows, containing 5 columns (5 merged, 0 gathered) in 0.009845061 sec., 3888853.5073576486 rows/sec., 262.51 MiB/sec. | ||
| 14505 | 2025.03.03 23:40:58.572348 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 14506 | 2025.03.03 23:40:58.572690 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14507 | 2025.03.03 23:40:58.572777 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 14508 | 2025.03.03 23:40:58.572881 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 14509 | 2025.03.03 23:40:59.738023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14510 | 2025.03.03 23:40:59.760750 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2025.03.03 23:40:59.760802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14512 | 2025.03.03 23:40:59.768290 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14513 | 2025.03.03 23:40:59.769080 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2025.03.03 23:40:59.769382 [ 32 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14515 | 2025.03.03 23:40:59.769443 [ 32 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14516 | 2025.03.03 23:40:59.769487 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14517 | 2025.03.03 23:40:59.770031 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14518 | 2025.03.03 23:40:59.785834 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14519 | 2025.03.03 23:40:59.787392 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14520 | 2025.03.03 23:40:59.788563 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 14521 | 2025.03.03 23:40:59.793736 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 14522 | 2025.03.03 23:40:59.799531 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14523 | 2025.03.03 23:40:59.805357 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14524 | 2025.03.03 23:40:59.811626 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14525 | 2025.03.03 23:40:59.817690 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14526 | 2025.03.03 23:40:59.880370 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.11073989 sec., 5174.287241932424 rows/sec., 26.76 MiB/sec. | ||
| 14527 | 2025.03.03 23:40:59.883812 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14528 | 2025.03.03 23:40:59.886870 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14529 | 2025.03.03 23:40:59.886996 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_76_15} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14530 | 2025.03.03 23:40:59.889615 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14531 | 2025.03.03 23:41:00.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.42 MiB, peak 279.82 MiB, free memory in arenas 0.00 B, will set to 261.33 MiB (RSS), difference: -1.09 MiB | ||
| 14532 | 2025.03.03 23:41:03.538133 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14533 | 2025.03.03 23:41:03.538439 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14534 | 2025.03.03 23:41:03.538566 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14535 | 2025.03.03 23:41:03.539365 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14536 | 2025.03.03 23:41:03.539418 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14537 | 2025.03.03 23:41:03.539862 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14538 | 2025.03.03 23:41:03.540119 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14539 | 2025.03.03 23:41:03.540367 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.16 MiB/sec. | ||
| 14540 | 2025.03.03 23:41:03.540426 [ 5 ] {00313606-a37e-45e3-b7d0-755d636e6e92} <Debug> TCPHandler: Processed in 0.00246404 sec. | ||
| 14541 | 2025.03.03 23:41:03.540549 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14542 | 2025.03.03 23:41:03.540656 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14543 | 2025.03.03 23:41:03.540703 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14544 | 2025.03.03 23:41:03.541259 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14545 | 2025.03.03 23:41:03.541298 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14546 | 2025.03.03 23:41:03.541659 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14547 | 2025.03.03 23:41:03.541915 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14548 | 2025.03.03 23:41:03.542142 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
| 14549 | 2025.03.03 23:41:03.542196 [ 5 ] {7144186f-5143-4cd9-803f-51ae1eed7841} <Debug> TCPHandler: Processed in 0.001697319 sec. | ||
| 14550 | 2025.03.03 23:41:03.542309 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14551 | 2025.03.03 23:41:03.542416 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14552 | 2025.03.03 23:41:03.542467 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14553 | 2025.03.03 23:41:03.542987 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14554 | 2025.03.03 23:41:03.543026 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14555 | 2025.03.03 23:41:03.543415 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14556 | 2025.03.03 23:41:03.543660 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14557 | 2025.03.03 23:41:03.543893 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 14558 | 2025.03.03 23:41:03.543946 [ 5 ] {532c33cd-4ae7-4da0-a7af-32a144885ba9} <Debug> TCPHandler: Processed in 0.001686408 sec. | ||
| 14559 | 2025.03.03 23:41:03.544050 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14560 | 2025.03.03 23:41:03.544151 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14561 | 2025.03.03 23:41:03.544197 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14562 | 2025.03.03 23:41:03.544624 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14563 | 2025.03.03 23:41:03.544664 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14564 | 2025.03.03 23:41:03.545022 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14565 | 2025.03.03 23:41:03.545261 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14566 | 2025.03.03 23:41:03.545473 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 14567 | 2025.03.03 23:41:03.545521 [ 5 ] {c27b7de3-e778-4f81-a761-40a7313e995f} <Debug> TCPHandler: Processed in 0.001520714 sec. | ||
| 14568 | 2025.03.03 23:41:04.791873 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 14569 | 2025.03.03 23:41:04.792822 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2025.03.03 23:41:04.792872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14571 | 2025.03.03 23:41:04.793430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14572 | 2025.03.03 23:41:04.793700 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2025.03.03 23:41:04.793952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 14574 | 2025.03.03 23:41:07.285906 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14575 | 2025.03.03 23:41:07.307990 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14576 | 2025.03.03 23:41:07.308040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14577 | 2025.03.03 23:41:07.315418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14578 | 2025.03.03 23:41:07.316230 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14579 | 2025.03.03 23:41:07.320560 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14580 | 2025.03.03 23:41:07.478028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2028 | ||
| 14581 | 2025.03.03 23:41:07.481634 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14582 | 2025.03.03 23:41:07.481687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14583 | 2025.03.03 23:41:07.483224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14584 | 2025.03.03 23:41:07.483546 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14585 | 2025.03.03 23:41:07.484194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2028 | ||
| 14586 | 2025.03.03 23:41:08.546390 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14587 | 2025.03.03 23:41:08.546577 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14588 | 2025.03.03 23:41:08.546651 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14589 | 2025.03.03 23:41:08.547500 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14590 | 2025.03.03 23:41:08.547547 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14591 | 2025.03.03 23:41:08.547998 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14592 | 2025.03.03 23:41:08.548260 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14593 | 2025.03.03 23:41:08.548478 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001942 sec., 109165.80844490217 rows/sec., 6.94 MiB/sec. | ||
| 14594 | 2025.03.03 23:41:08.548585 [ 5 ] {66f5d3c9-407c-4575-bcfa-8cdae23e8a66} <Debug> TCPHandler: Processed in 0.002318426 sec. | ||
| 14595 | 2025.03.03 23:41:08.548793 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14596 | 2025.03.03 23:41:08.548965 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14597 | 2025.03.03 23:41:08.549015 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14598 | 2025.03.03 23:41:08.549906 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14599 | 2025.03.03 23:41:08.549945 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14600 | 2025.03.03 23:41:08.550365 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14601 | 2025.03.03 23:41:08.550613 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14602 | 2025.03.03 23:41:08.550757 [ 106 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14603 | 2025.03.03 23:41:08.550799 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001865 sec., 372654.15549597854 rows/sec., 29.75 MiB/sec. | ||
| 14604 | 2025.03.03 23:41:08.550800 [ 106 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14605 | 2025.03.03 23:41:08.550849 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14606 | 2025.03.03 23:41:08.550874 [ 5 ] {509978cd-a4d4-492f-8da3-322272e85c98} <Debug> TCPHandler: Processed in 0.002181382 sec. | ||
| 14607 | 2025.03.03 23:41:08.551057 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14608 | 2025.03.03 23:41:08.551075 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14609 | 2025.03.03 23:41:08.551230 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14610 | 2025.03.03 23:41:08.551326 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14611 | 2025.03.03 23:41:08.551398 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14612 | 2025.03.03 23:41:08.551505 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1844 rows starting from the beginning of the part | ||
| 14613 | 2025.03.03 23:41:08.551788 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 14614 | 2025.03.03 23:41:08.552130 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
| 14615 | 2025.03.03 23:41:08.552521 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 695 rows starting from the beginning of the part | ||
| 14616 | 2025.03.03 23:41:08.552860 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 14617 | 2025.03.03 23:41:08.553156 [ 199 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 695 rows starting from the beginning of the part | ||
| 14618 | 2025.03.03 23:41:08.554535 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14619 | 2025.03.03 23:41:08.554624 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14620 | 2025.03.03 23:41:08.555744 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14621 | 2025.03.03 23:41:08.556100 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14622 | 2025.03.03 23:41:08.556253 [ 106 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14623 | 2025.03.03 23:41:08.556320 [ 106 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2025.03.03 23:41:08.556378 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005174 sec., 28024.739080015464 rows/sec., 1.76 MiB/sec. | ||
| 14625 | 2025.03.03 23:41:08.556392 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14626 | 2025.03.03 23:41:08.556802 [ 5 ] {e9bd5f5d-9b85-4b53-9fcd-0d09aaff6ca0} <Debug> TCPHandler: Processed in 0.005828317 sec. | ||
| 14627 | 2025.03.03 23:41:08.557017 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14628 | 2025.03.03 23:41:08.557267 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14629 | 2025.03.03 23:41:08.557282 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.00632521 sec., 537847.7552523947 rows/sec., 45.42 MiB/sec. | ||
| 14630 | 2025.03.03 23:41:08.557376 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14631 | 2025.03.03 23:41:08.557475 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 163 rows starting from the beginning of the part | ||
| 14632 | 2025.03.03 23:41:08.557515 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14633 | 2025.03.03 23:41:08.557715 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14634 | 2025.03.03 23:41:08.557831 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 145 rows starting from the beginning of the part | ||
| 14635 | 2025.03.03 23:41:08.557989 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14636 | 2025.03.03 23:41:08.558307 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 145 rows starting from the beginning of the part | ||
| 14637 | 2025.03.03 23:41:08.558917 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 159 rows starting from the beginning of the part | ||
| 14638 | 2025.03.03 23:41:08.559072 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14639 | 2025.03.03 23:41:08.559385 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 145 rows starting from the beginning of the part | ||
| 14640 | 2025.03.03 23:41:08.559575 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_131_26} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14641 | 2025.03.03 23:41:08.559960 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 145 rows starting from the beginning of the part | ||
| 14642 | 2025.03.03 23:41:08.560010 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14643 | 2025.03.03 23:41:08.561776 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14644 | 2025.03.03 23:41:08.561855 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14645 | 2025.03.03 23:41:08.562759 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14646 | 2025.03.03 23:41:08.563035 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 5 columns (5 merged, 0 gathered) in 0.006486155 sec., 139065.44015676467 rows/sec., 9.28 MiB/sec. | ||
| 14647 | 2025.03.03 23:41:08.563233 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14648 | 2025.03.03 23:41:08.563281 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14649 | 2025.03.03 23:41:08.563555 [ 106 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14650 | 2025.03.03 23:41:08.563615 [ 106 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14651 | 2025.03.03 23:41:08.563681 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14652 | 2025.03.03 23:41:08.563818 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006323 sec., 17871.263640676894 rows/sec., 1.16 MiB/sec. | ||
| 14653 | 2025.03.03 23:41:08.564053 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14654 | 2025.03.03 23:41:08.564081 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14655 | 2025.03.03 23:41:08.564131 [ 5 ] {504c4de1-f4de-455e-ae0f-50ec4de65128} <Debug> TCPHandler: Processed in 0.00699633 sec. | ||
| 14656 | 2025.03.03 23:41:08.564368 [ 187 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_56_12} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14657 | 2025.03.03 23:41:08.564497 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14658 | 2025.03.03 23:41:08.564525 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 14659 | 2025.03.03 23:41:08.564541 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2025.03.03 23:41:08.564579 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 341 rows starting from the beginning of the part | ||
| 14661 | 2025.03.03 23:41:08.564839 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part | ||
| 14662 | 2025.03.03 23:41:08.564962 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14663 | 2025.03.03 23:41:08.565126 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
| 14664 | 2025.03.03 23:41:08.565215 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14665 | 2025.03.03 23:41:08.565470 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 341 rows starting from the beginning of the part | ||
| 14666 | 2025.03.03 23:41:08.565763 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 113 rows starting from the beginning of the part | ||
| 14667 | 2025.03.03 23:41:08.566052 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
| 14668 | 2025.03.03 23:41:08.567923 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2025.03.03 23:41:08.568001 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14670 | 2025.03.03 23:41:08.568925 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14671 | 2025.03.03 23:41:08.569158 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005370273 sec., 211162.4492833046 rows/sec., 14.73 MiB/sec. | ||
| 14672 | 2025.03.03 23:41:08.569355 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14673 | 2025.03.03 23:41:08.569419 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14674 | 2025.03.03 23:41:08.570002 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005178 sec., 21629.972962533797 rows/sec., 1.23 MiB/sec. | ||
| 14675 | 2025.03.03 23:41:08.570024 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14676 | 2025.03.03 23:41:08.570369 [ 5 ] {fb2aaa1c-da6a-415d-a25c-75fe7d38b501} <Debug> TCPHandler: Processed in 0.00595421 sec. | ||
| 14677 | 2025.03.03 23:41:08.570576 [ 196 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_56_12} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14678 | 2025.03.03 23:41:08.570780 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14679 | 2025.03.03 23:41:08.570894 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 14680 | 2025.03.03 23:41:08.570973 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14681 | 2025.03.03 23:41:08.571022 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14682 | 2025.03.03 23:41:08.571822 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2025.03.03 23:41:08.571861 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14684 | 2025.03.03 23:41:08.572235 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14685 | 2025.03.03 23:41:08.572467 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14686 | 2025.03.03 23:41:08.572600 [ 106 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14687 | 2025.03.03 23:41:08.572632 [ 106 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14688 | 2025.03.03 23:41:08.572646 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001709 sec., 246342.89057928612 rows/sec., 17.55 MiB/sec. | ||
| 14689 | 2025.03.03 23:41:08.572658 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14690 | 2025.03.03 23:41:08.572759 [ 5 ] {b0711425-549f-4cb5-a87d-1ff83f293279} <Debug> TCPHandler: Processed in 0.002114631 sec. | ||
| 14691 | 2025.03.03 23:41:08.572995 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14692 | 2025.03.03 23:41:08.573015 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14693 | 2025.03.03 23:41:08.573490 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14694 | 2025.03.03 23:41:08.573618 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14695 | 2025.03.03 23:41:08.573734 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14696 | 2025.03.03 23:41:08.573759 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part | ||
| 14697 | 2025.03.03 23:41:08.574253 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14698 | 2025.03.03 23:41:08.574867 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
| 14699 | 2025.03.03 23:41:08.575552 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 421 rows starting from the beginning of the part | ||
| 14700 | 2025.03.03 23:41:08.576047 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 14701 | 2025.03.03 23:41:08.576455 [ 201 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 421 rows starting from the beginning of the part | ||
| 14702 | 2025.03.03 23:41:08.577357 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14703 | 2025.03.03 23:41:08.577445 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14704 | 2025.03.03 23:41:08.578373 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14705 | 2025.03.03 23:41:08.578855 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14706 | 2025.03.03 23:41:08.579056 [ 106 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14707 | 2025.03.03 23:41:08.579094 [ 106 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14708 | 2025.03.03 23:41:08.579120 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14709 | 2025.03.03 23:41:08.579156 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005851 sec., 1025.4657323534439 rows/sec., 53.58 KiB/sec. | ||
| 14710 | 2025.03.03 23:41:08.579620 [ 5 ] {201bdc15-1d33-4d52-8bcd-3d0e2dd4ec6a} <Debug> TCPHandler: Processed in 0.00666674 sec. | ||
| 14711 | 2025.03.03 23:41:08.579794 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14712 | 2025.03.03 23:41:08.580247 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14713 | 2025.03.03 23:41:08.580441 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007656639 sec., 254289.12085315763 rows/sec., 19.42 MiB/sec. | ||
| 14714 | 2025.03.03 23:41:08.580651 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14715 | 2025.03.03 23:41:08.580798 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 14716 | 2025.03.03 23:41:08.580940 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14717 | 2025.03.03 23:41:08.580940 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14718 | 2025.03.03 23:41:08.581396 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14719 | 2025.03.03 23:41:08.581488 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14720 | 2025.03.03 23:41:08.582127 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14721 | 2025.03.03 23:41:08.582604 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14722 | 2025.03.03 23:41:08.582792 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14723 | 2025.03.03 23:41:08.583119 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14724 | 2025.03.03 23:41:08.583373 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_131_26} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14725 | 2025.03.03 23:41:08.583786 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14726 | 2025.03.03 23:41:08.583907 [ 189 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 14727 | 2025.03.03 23:41:08.585548 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14728 | 2025.03.03 23:41:08.585621 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14729 | 2025.03.03 23:41:08.586781 [ 193 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.007513134 sec., 44721.68338805084 rows/sec., 2.28 MiB/sec. | ||
| 14730 | 2025.03.03 23:41:08.586790 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14731 | 2025.03.03 23:41:08.586929 [ 193 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14732 | 2025.03.03 23:41:08.587273 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14733 | 2025.03.03 23:41:08.587569 [ 193 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14734 | 2025.03.03 23:41:08.587815 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00714 sec., 33193.27731092437 rows/sec., 2.22 MiB/sec. | ||
| 14735 | 2025.03.03 23:41:08.587847 [ 193 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_56_12} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14736 | 2025.03.03 23:41:08.588083 [ 5 ] {b0976265-c983-4bb5-8cef-ab217d6bdad5} <Debug> TCPHandler: Processed in 0.008092151 sec. | ||
| 14737 | 2025.03.03 23:41:08.588144 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14738 | 2025.03.03 23:41:08.588454 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14739 | 2025.03.03 23:41:08.588787 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14740 | 2025.03.03 23:41:08.588952 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14741 | 2025.03.03 23:41:08.589771 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14742 | 2025.03.03 23:41:08.589810 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14743 | 2025.03.03 23:41:08.590168 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14744 | 2025.03.03 23:41:08.590413 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14745 | 2025.03.03 23:41:08.590597 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001936 sec., 516.5289256198347 rows/sec., 34.81 KiB/sec. | ||
| 14746 | 2025.03.03 23:41:08.590650 [ 5 ] {8300b7b3-d0ea-4ea3-aa96-93de74596a47} <Debug> TCPHandler: Processed in 0.002302016 sec. | ||
| 14747 | 2025.03.03 23:41:08.590895 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14748 | 2025.03.03 23:41:08.591010 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14749 | 2025.03.03 23:41:08.591082 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14750 | 2025.03.03 23:41:08.592237 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14751 | 2025.03.03 23:41:08.592275 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14752 | 2025.03.03 23:41:08.592959 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14753 | 2025.03.03 23:41:08.593224 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14754 | 2025.03.03 23:41:08.593368 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14755 | 2025.03.03 23:41:08.593420 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14756 | 2025.03.03 23:41:08.593427 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002437 sec., 16003.282724661469 rows/sec., 28.68 MiB/sec. | ||
| 14757 | 2025.03.03 23:41:08.593448 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14758 | 2025.03.03 23:41:08.593793 [ 5 ] {e7083bef-f2c5-4787-8476-26e7daee5cc1} <Debug> TCPHandler: Processed in 0.002994475 sec. | ||
| 14759 | 2025.03.03 23:41:08.593798 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 14760 | 2025.03.03 23:41:08.594001 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14761 | 2025.03.03 23:41:08.594248 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14762 | 2025.03.03 23:41:08.594370 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14763 | 2025.03.03 23:41:08.594697 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14764 | 2025.03.03 23:41:08.594981 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1871 rows starting from the beginning of the part | ||
| 14765 | 2025.03.03 23:41:08.595693 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 14766 | 2025.03.03 23:41:08.596529 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14767 | 2025.03.03 23:41:08.596561 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 14768 | 2025.03.03 23:41:08.596606 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14769 | 2025.03.03 23:41:08.597223 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part | ||
| 14770 | 2025.03.03 23:41:08.597892 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 14771 | 2025.03.03 23:41:08.598171 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14772 | 2025.03.03 23:41:08.598477 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 14773 | 2025.03.03 23:41:08.598969 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14774 | 2025.03.03 23:41:08.599372 [ 106 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14775 | 2025.03.03 23:41:08.599518 [ 106 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14776 | 2025.03.03 23:41:08.599617 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 14777 | 2025.03.03 23:41:08.599797 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005572 sec., 14716.439339554918 rows/sec., 957.11 KiB/sec. | ||
| 14778 | 2025.03.03 23:41:08.600246 [ 5 ] {532278c0-2393-4980-8cf2-22e0d2c22ecb} <Debug> TCPHandler: Processed in 0.00631963 sec. | ||
| 14779 | 2025.03.03 23:41:08.600626 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14780 | 2025.03.03 23:41:08.601662 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14781 | 2025.03.03 23:41:08.601876 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7548 rows starting from the beginning of the part | ||
| 14782 | 2025.03.03 23:41:08.602541 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 36 rows starting from the beginning of the part | ||
| 14783 | 2025.03.03 23:41:08.602636 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 14784 | 2025.03.03 23:41:08.602834 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 14785 | 2025.03.03 23:41:08.603006 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 14786 | 2025.03.03 23:41:08.603221 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 14787 | 2025.03.03 23:41:08.607557 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7868 rows, containing 4 columns (4 merged, 0 gathered) in 0.007779052 sec., 1011434.298163838 rows/sec., 65.85 MiB/sec. | ||
| 14788 | 2025.03.03 23:41:08.608735 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14789 | 2025.03.03 23:41:08.609064 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2025.03.03 23:41:08.609143 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_131_26} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14791 | 2025.03.03 23:41:08.609228 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 14792 | 2025.03.03 23:41:08.613456 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2066 rows, containing 19 columns (19 merged, 0 gathered) in 0.019894297 sec., 103848.85678543958 rows/sec., 186.09 MiB/sec. | ||
| 14793 | 2025.03.03 23:41:08.615372 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14794 | 2025.03.03 23:41:08.615838 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2025.03.03 23:41:08.615924 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14796 | 2025.03.03 23:41:08.616087 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.99 MiB. | ||
| 14797 | 2025.03.03 23:41:09.000253 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.30 MiB, peak 280.26 MiB, free memory in arenas 0.00 B, will set to 264.47 MiB (RSS), difference: 2.17 MiB | ||
| 14798 | 2025.03.03 23:41:10.243287 [ 221 ] {} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14799 | 2025.03.03 23:41:10.243371 [ 221 ] {} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14800 | 2025.03.03 23:41:10.245211 [ 221 ] {} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14801 | 2025.03.03 23:41:12.057735 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14802 | 2025.03.03 23:41:12.057841 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14803 | 2025.03.03 23:41:12.294091 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 14804 | 2025.03.03 23:41:12.295073 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14805 | 2025.03.03 23:41:12.295112 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14806 | 2025.03.03 23:41:12.295667 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14807 | 2025.03.03 23:41:12.295929 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14808 | 2025.03.03 23:41:12.296117 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14809 | 2025.03.03 23:41:13.537935 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14810 | 2025.03.03 23:41:13.538118 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14811 | 2025.03.03 23:41:13.538202 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14812 | 2025.03.03 23:41:13.539152 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14813 | 2025.03.03 23:41:13.539213 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14814 | 2025.03.03 23:41:13.539792 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14815 | 2025.03.03 23:41:13.540078 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14816 | 2025.03.03 23:41:13.540294 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002228 sec., 25134.649910233395 rows/sec., 1.93 MiB/sec. | ||
| 14817 | 2025.03.03 23:41:13.540352 [ 5 ] {ca0dfa20-5f84-479b-a416-d98494756402} <Debug> TCPHandler: Processed in 0.002545282 sec. | ||
| 14818 | 2025.03.03 23:41:13.540481 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14819 | 2025.03.03 23:41:13.540588 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14820 | 2025.03.03 23:41:13.540636 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14821 | 2025.03.03 23:41:13.541212 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14822 | 2025.03.03 23:41:13.541251 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14823 | 2025.03.03 23:41:13.541613 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14824 | 2025.03.03 23:41:13.541860 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14825 | 2025.03.03 23:41:13.542048 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec. | ||
| 14826 | 2025.03.03 23:41:13.542103 [ 5 ] {83cc3b34-0ae0-4ce1-bcec-d0db1d2d3cbe} <Debug> TCPHandler: Processed in 0.001673438 sec. | ||
| 14827 | 2025.03.03 23:41:13.542221 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14828 | 2025.03.03 23:41:13.542329 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14829 | 2025.03.03 23:41:13.542376 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14830 | 2025.03.03 23:41:13.542892 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14831 | 2025.03.03 23:41:13.542929 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14832 | 2025.03.03 23:41:13.543338 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14833 | 2025.03.03 23:41:13.543683 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14834 | 2025.03.03 23:41:13.543865 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 14835 | 2025.03.03 23:41:13.543937 [ 5 ] {75704b13-0987-446d-b747-93b2908dfb99} <Debug> TCPHandler: Processed in 0.00176618 sec. | ||
| 14836 | 2025.03.03 23:41:13.544050 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14837 | 2025.03.03 23:41:13.544152 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14838 | 2025.03.03 23:41:13.544200 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14839 | 2025.03.03 23:41:13.544676 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14840 | 2025.03.03 23:41:13.544714 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14841 | 2025.03.03 23:41:13.545080 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14842 | 2025.03.03 23:41:13.545335 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14843 | 2025.03.03 23:41:13.545507 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 14844 | 2025.03.03 23:41:13.545557 [ 5 ] {c7138736-11f7-4f97-bec0-6d13802a39b1} <Debug> TCPHandler: Processed in 0.001557865 sec. | ||
| 14845 | 2025.03.03 23:41:14.820625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14846 | 2025.03.03 23:41:14.846458 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14847 | 2025.03.03 23:41:14.846532 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14848 | 2025.03.03 23:41:14.854097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14849 | 2025.03.03 23:41:14.855001 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14850 | 2025.03.03 23:41:14.860476 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14851 | 2025.03.03 23:41:14.978989 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14852 | 2025.03.03 23:41:14.979175 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14853 | 2025.03.03 23:41:14.979249 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14854 | 2025.03.03 23:41:14.980150 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14855 | 2025.03.03 23:41:14.980205 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14856 | 2025.03.03 23:41:14.980657 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14857 | 2025.03.03 23:41:14.980916 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14858 | 2025.03.03 23:41:14.981129 [ 147 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14859 | 2025.03.03 23:41:14.981172 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002041 sec., 103870.65164135229 rows/sec., 6.61 MiB/sec. | ||
| 14860 | 2025.03.03 23:41:14.981214 [ 147 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14861 | 2025.03.03 23:41:14.981291 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14862 | 2025.03.03 23:41:14.981311 [ 5 ] {0ef0f3e7-4ad6-4fe9-97ec-f2e525a923d7} <Debug> TCPHandler: Processed in 0.002448159 sec. | ||
| 14863 | 2025.03.03 23:41:14.981456 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14864 | 2025.03.03 23:41:14.981485 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14865 | 2025.03.03 23:41:14.981583 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14866 | 2025.03.03 23:41:14.981625 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 212 rows starting from the beginning of the part | ||
| 14867 | 2025.03.03 23:41:14.981630 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14868 | 2025.03.03 23:41:14.981699 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14869 | 2025.03.03 23:41:14.981727 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part | ||
| 14870 | 2025.03.03 23:41:14.982222 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part | ||
| 14871 | 2025.03.03 23:41:14.982643 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part | ||
| 14872 | 2025.03.03 23:41:14.982982 [ 186 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part | ||
| 14873 | 2025.03.03 23:41:14.984197 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14874 | 2025.03.03 23:41:14.984242 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14875 | 2025.03.03 23:41:14.984742 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 14876 | 2025.03.03 23:41:14.984970 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003583632 sec., 295789.2997941753 rows/sec., 19.94 MiB/sec. | ||
| 14877 | 2025.03.03 23:41:14.985089 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14878 | 2025.03.03 23:41:14.985155 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14879 | 2025.03.03 23:41:14.985389 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003795 sec., 1054.018445322793 rows/sec., 85.95 KiB/sec. | ||
| 14880 | 2025.03.03 23:41:14.985469 [ 5 ] {52180f30-501e-4c37-b3aa-9cd57e78243d} <Debug> TCPHandler: Processed in 0.004041126 sec. | ||
| 14881 | 2025.03.03 23:41:14.985621 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14882 | 2025.03.03 23:41:14.985621 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14883 | 2025.03.03 23:41:14.985729 [ 190 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_57_14} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14884 | 2025.03.03 23:41:14.985746 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14885 | 2025.03.03 23:41:14.985810 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14886 | 2025.03.03 23:41:14.985817 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14887 | 2025.03.03 23:41:14.987300 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.03.03 23:41:14.987339 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14889 | 2025.03.03 23:41:14.987806 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14890 | 2025.03.03 23:41:14.988055 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.03.03 23:41:14.988266 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002547 sec., 721240.6753042797 rows/sec., 58.87 MiB/sec. | ||
| 14892 | 2025.03.03 23:41:14.988318 [ 5 ] {30d53911-ba4c-4e18-b72a-535de4ea677b} <Debug> TCPHandler: Processed in 0.002758539 sec. | ||
| 14893 | 2025.03.03 23:41:14.988438 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14894 | 2025.03.03 23:41:14.988545 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14895 | 2025.03.03 23:41:14.988588 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14896 | 2025.03.03 23:41:14.989155 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2025.03.03 23:41:14.989195 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14898 | 2025.03.03 23:41:14.989548 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14899 | 2025.03.03 23:41:14.989776 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14900 | 2025.03.03 23:41:14.989992 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.001468 sec., 101498.63760217985 rows/sec., 6.38 MiB/sec. | ||
| 14901 | 2025.03.03 23:41:14.990054 [ 5 ] {5049c223-e5c4-4b06-a264-587c4456b60f} <Debug> TCPHandler: Processed in 0.001668617 sec. | ||
| 14902 | 2025.03.03 23:41:14.990203 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2025.03.03 23:41:14.990310 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14904 | 2025.03.03 23:41:14.990353 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14905 | 2025.03.03 23:41:14.990998 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2025.03.03 23:41:14.991036 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14907 | 2025.03.03 23:41:14.991392 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14908 | 2025.03.03 23:41:14.991623 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2025.03.03 23:41:14.991828 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001539 sec., 221572.44964262508 rows/sec., 14.78 MiB/sec. | ||
| 14910 | 2025.03.03 23:41:14.991878 [ 5 ] {29d73d5e-7c0c-4575-a5c8-e1271fc9d666} <Debug> TCPHandler: Processed in 0.001739799 sec. | ||
| 14911 | 2025.03.03 23:41:14.991998 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2025.03.03 23:41:14.992104 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14913 | 2025.03.03 23:41:14.992148 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14914 | 2025.03.03 23:41:14.992701 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2025.03.03 23:41:14.992741 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14916 | 2025.03.03 23:41:14.993080 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14917 | 2025.03.03 23:41:14.993325 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2025.03.03 23:41:14.993514 [ 147 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14919 | 2025.03.03 23:41:14.993562 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001471 sec., 76138.6811692726 rows/sec., 4.34 MiB/sec. | ||
| 14920 | 2025.03.03 23:41:14.993571 [ 147 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14921 | 2025.03.03 23:41:14.993641 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14922 | 2025.03.03 23:41:14.993692 [ 5 ] {27c686f3-6c8c-423f-93c9-0049f63ac09f} <Debug> TCPHandler: Processed in 0.00174142 sec. | ||
| 14923 | 2025.03.03 23:41:14.993916 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14924 | 2025.03.03 23:41:14.994000 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14925 | 2025.03.03 23:41:14.994411 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14926 | 2025.03.03 23:41:14.994531 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 112 rows starting from the beginning of the part | ||
| 14927 | 2025.03.03 23:41:14.994515 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14928 | 2025.03.03 23:41:14.994785 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14929 | 2025.03.03 23:41:14.994968 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 112 rows starting from the beginning of the part | ||
| 14930 | 2025.03.03 23:41:14.995358 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
| 14931 | 2025.03.03 23:41:14.995607 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part | ||
| 14932 | 2025.03.03 23:41:14.995918 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
| 14933 | 2025.03.03 23:41:14.998094 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14934 | 2025.03.03 23:41:14.998190 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14935 | 2025.03.03 23:41:14.998464 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004730705 sec., 118375.59095314547 rows/sec., 7.19 MiB/sec. | ||
| 14936 | 2025.03.03 23:41:14.998676 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14937 | 2025.03.03 23:41:14.999084 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14938 | 2025.03.03 23:41:14.999195 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2025.03.03 23:41:14.999337 [ 191 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_57_14} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14940 | 2025.03.03 23:41:14.999467 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14941 | 2025.03.03 23:41:14.999565 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14942 | 2025.03.03 23:41:14.999803 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.005493 sec., 160385.94574913528 rows/sec., 11.61 MiB/sec. | ||
| 14943 | 2025.03.03 23:41:14.999866 [ 5 ] {7013b13b-db5b-480b-bf21-e0a90ee2196b} <Debug> TCPHandler: Processed in 0.00597386 sec. | ||
| 14944 | 2025.03.03 23:41:14.999989 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14945 | 2025.03.03 23:41:15.000097 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14946 | 2025.03.03 23:41:15.000146 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14947 | 2025.03.03 23:41:15.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.57 MiB, peak 280.26 MiB, free memory in arenas 0.00 B, will set to 264.48 MiB (RSS), difference: -1.09 MiB | ||
| 14948 | 2025.03.03 23:41:15.001025 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2025.03.03 23:41:15.001074 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14950 | 2025.03.03 23:41:15.001524 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14951 | 2025.03.03 23:41:15.001866 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2025.03.03 23:41:15.002113 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002036 sec., 2946.9548133595285 rows/sec., 153.97 KiB/sec. | ||
| 14953 | 2025.03.03 23:41:15.002177 [ 5 ] {f98dfa90-0903-4149-8172-71b4d38b7b86} <Debug> TCPHandler: Processed in 0.002239544 sec. | ||
| 14954 | 2025.03.03 23:41:15.002306 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14955 | 2025.03.03 23:41:15.002424 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14956 | 2025.03.03 23:41:15.002481 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14957 | 2025.03.03 23:41:15.003357 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14958 | 2025.03.03 23:41:15.003403 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14959 | 2025.03.03 23:41:15.003973 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14960 | 2025.03.03 23:41:15.004298 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2025.03.03 23:41:15.004551 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.002153 sec., 459359.03390617744 rows/sec., 30.57 MiB/sec. | ||
| 14962 | 2025.03.03 23:41:15.004604 [ 5 ] {16d49124-dd8d-453a-af9c-e05a7331d3c5} <Debug> TCPHandler: Processed in 0.002360408 sec. | ||
| 14963 | 2025.03.03 23:41:15.004734 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14964 | 2025.03.03 23:41:15.004840 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14965 | 2025.03.03 23:41:15.004889 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14966 | 2025.03.03 23:41:15.005453 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14967 | 2025.03.03 23:41:15.005502 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14968 | 2025.03.03 23:41:15.005993 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14969 | 2025.03.03 23:41:15.006362 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14970 | 2025.03.03 23:41:15.006631 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001812 sec., 551.8763796909492 rows/sec., 37.19 KiB/sec. | ||
| 14971 | 2025.03.03 23:41:15.006705 [ 5 ] {d171f42f-a475-4b65-95f2-8b69311cae47} <Debug> TCPHandler: Processed in 0.002022558 sec. | ||
| 14972 | 2025.03.03 23:41:15.006840 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14973 | 2025.03.03 23:41:15.006952 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14974 | 2025.03.03 23:41:15.007022 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14975 | 2025.03.03 23:41:15.008317 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14976 | 2025.03.03 23:41:15.008358 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14977 | 2025.03.03 23:41:15.009084 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14978 | 2025.03.03 23:41:15.009357 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14979 | 2025.03.03 23:41:15.009622 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002697 sec., 14460.511679644049 rows/sec., 25.91 MiB/sec. | ||
| 14980 | 2025.03.03 23:41:15.009768 [ 5 ] {7dbe31b8-c7b2-43e9-9e3a-5373503ee704} <Debug> TCPHandler: Processed in 0.002979855 sec. | ||
| 14981 | 2025.03.03 23:41:15.009915 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14982 | 2025.03.03 23:41:15.010021 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14983 | 2025.03.03 23:41:15.010070 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14984 | 2025.03.03 23:41:15.010530 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14985 | 2025.03.03 23:41:15.010569 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 14986 | 2025.03.03 23:41:15.010936 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14987 | 2025.03.03 23:41:15.011205 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14988 | 2025.03.03 23:41:15.011420 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001421 sec., 32371.569317382127 rows/sec., 1.96 MiB/sec. | ||
| 14989 | 2025.03.03 23:41:15.011475 [ 5 ] {0eb918c6-081b-459c-862e-017c9904b883} <Debug> TCPHandler: Processed in 0.001613106 sec. | ||
| 14990 | 2025.03.03 23:41:15.357605 [ 223 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14991 | 2025.03.03 23:41:15.357659 [ 223 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14992 | 2025.03.03 23:41:15.359998 [ 223 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14993 | 2025.03.03 23:41:15.522548 [ 222 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14994 | 2025.03.03 23:41:15.522598 [ 222 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14995 | 2025.03.03 23:41:15.524261 [ 222 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14996 | 2025.03.03 23:41:15.882820 [ 217 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14997 | 2025.03.03 23:41:15.882874 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14998 | 2025.03.03 23:41:15.885351 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14999 | 2025.03.03 23:41:15.957739 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15000 | 2025.03.03 23:41:15.957799 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15001 | 2025.03.03 23:41:15.959941 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15002 | 2025.03.03 23:41:16.384590 [ 219 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15003 | 2025.03.03 23:41:16.384655 [ 219 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15004 | 2025.03.03 23:41:16.387701 [ 219 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15005 | 2025.03.03 23:41:16.845098 [ 220 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15006 | 2025.03.03 23:41:16.845148 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15007 | 2025.03.03 23:41:16.846904 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15008 | 2025.03.03 23:41:17.484378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2082 | ||
| 15009 | 2025.03.03 23:41:17.488057 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2025.03.03 23:41:17.488114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15011 | 2025.03.03 23:41:17.489731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15012 | 2025.03.03 23:41:17.490055 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2025.03.03 23:41:17.490672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2082 | ||
| 15014 | 2025.03.03 23:41:18.537973 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15015 | 2025.03.03 23:41:18.538244 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15016 | 2025.03.03 23:41:18.538348 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15017 | 2025.03.03 23:41:18.539520 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15018 | 2025.03.03 23:41:18.539591 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15019 | 2025.03.03 23:41:18.540173 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15020 | 2025.03.03 23:41:18.540498 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15021 | 2025.03.03 23:41:18.540787 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002616 sec., 21406.727828746178 rows/sec., 1.64 MiB/sec. | ||
| 15022 | 2025.03.03 23:41:18.540860 [ 5 ] {36e3f75c-bd60-4bce-9180-16c758f1fd1d} <Debug> TCPHandler: Processed in 0.003071467 sec. | ||
| 15023 | 2025.03.03 23:41:18.541032 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15024 | 2025.03.03 23:41:18.541165 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15025 | 2025.03.03 23:41:18.541224 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15026 | 2025.03.03 23:41:18.541943 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15027 | 2025.03.03 23:41:18.541992 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15028 | 2025.03.03 23:41:18.542443 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15029 | 2025.03.03 23:41:18.542777 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15030 | 2025.03.03 23:41:18.543025 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 15031 | 2025.03.03 23:41:18.543122 [ 5 ] {0dd1a243-8bbb-4970-9497-b93760ee4fc9} <Debug> TCPHandler: Processed in 0.002156381 sec. | ||
| 15032 | 2025.03.03 23:41:18.543277 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15033 | 2025.03.03 23:41:18.543582 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15034 | 2025.03.03 23:41:18.543750 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15035 | 2025.03.03 23:41:18.545382 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15036 | 2025.03.03 23:41:18.545432 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15037 | 2025.03.03 23:41:18.545935 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15038 | 2025.03.03 23:41:18.546247 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15039 | 2025.03.03 23:41:18.546484 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 15040 | 2025.03.03 23:41:18.546535 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.003074 sec., 31229.66818477554 rows/sec., 2.18 MiB/sec. | ||
| 15041 | 2025.03.03 23:41:18.546590 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15042 | 2025.03.03 23:41:18.546676 [ 5 ] {5db3c20d-dec5-45ac-8ba1-acba9a6afcfd} <Debug> TCPHandler: Processed in 0.003464889 sec. | ||
| 15043 | 2025.03.03 23:41:18.546682 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15044 | 2025.03.03 23:41:18.546935 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15045 | 2025.03.03 23:41:18.547004 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 15046 | 2025.03.03 23:41:18.547101 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15047 | 2025.03.03 23:41:18.547190 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15048 | 2025.03.03 23:41:18.547662 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15049 | 2025.03.03 23:41:18.547842 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38286 rows starting from the beginning of the part | ||
| 15050 | 2025.03.03 23:41:18.548219 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 15051 | 2025.03.03 23:41:18.548735 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 15052 | 2025.03.03 23:41:18.549189 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 15053 | 2025.03.03 23:41:18.549671 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 989 rows starting from the beginning of the part | ||
| 15054 | 2025.03.03 23:41:18.549679 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2025.03.03 23:41:18.549791 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15056 | 2025.03.03 23:41:18.550982 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15057 | 2025.03.03 23:41:18.551478 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2025.03.03 23:41:18.551751 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004694 sec., 7669.365146996165 rows/sec., 529.27 KiB/sec. | ||
| 15059 | 2025.03.03 23:41:18.551917 [ 5 ] {7e88debe-5fdc-45ca-a7d0-158a123f3519} <Debug> TCPHandler: Processed in 0.005085725 sec. | ||
| 15060 | 2025.03.03 23:41:18.560796 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39832 rows, containing 5 columns (5 merged, 0 gathered) in 0.013941528 sec., 2857075.6376202093 rows/sec., 192.84 MiB/sec. | ||
| 15061 | 2025.03.03 23:41:18.561830 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 15062 | 2025.03.03 23:41:18.562349 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15063 | 2025.03.03 23:41:18.562475 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 15064 | 2025.03.03 23:41:18.562628 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 15065 | 2025.03.03 23:41:19.796242 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 15066 | 2025.03.03 23:41:19.797000 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15067 | 2025.03.03 23:41:19.797056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 15068 | 2025.03.03 23:41:19.797638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15069 | 2025.03.03 23:41:19.797905 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15070 | 2025.03.03 23:41:19.798173 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 15071 | 2025.03.03 23:41:22.360531 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15072 | 2025.03.03 23:41:22.383258 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2025.03.03 23:41:22.383312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15074 | 2025.03.03 23:41:22.390856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15075 | 2025.03.03 23:41:22.391766 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2025.03.03 23:41:22.395083 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15077 | 2025.03.03 23:41:23.538087 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15078 | 2025.03.03 23:41:23.538275 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15079 | 2025.03.03 23:41:23.538346 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15080 | 2025.03.03 23:41:23.539130 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15081 | 2025.03.03 23:41:23.539181 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15082 | 2025.03.03 23:41:23.539624 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15083 | 2025.03.03 23:41:23.539893 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15084 | 2025.03.03 23:41:23.540142 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
| 15085 | 2025.03.03 23:41:23.540198 [ 5 ] {46626dfe-a29f-47a1-8b83-f3899c1b4147} <Debug> TCPHandler: Processed in 0.002238203 sec. | ||
| 15086 | 2025.03.03 23:41:23.540327 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15087 | 2025.03.03 23:41:23.540433 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15088 | 2025.03.03 23:41:23.540478 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15089 | 2025.03.03 23:41:23.541028 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15090 | 2025.03.03 23:41:23.541068 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15091 | 2025.03.03 23:41:23.541442 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15092 | 2025.03.03 23:41:23.541690 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15093 | 2025.03.03 23:41:23.541907 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001496 sec., 42780.74866310161 rows/sec., 3.34 MiB/sec. | ||
| 15094 | 2025.03.03 23:41:23.541960 [ 5 ] {bf0ed882-f7f4-4a6c-9d70-7bbafdf6ed6a} <Debug> TCPHandler: Processed in 0.001683798 sec. | ||
| 15095 | 2025.03.03 23:41:23.542077 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15096 | 2025.03.03 23:41:23.542182 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15097 | 2025.03.03 23:41:23.542231 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15098 | 2025.03.03 23:41:23.542759 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15099 | 2025.03.03 23:41:23.542799 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15100 | 2025.03.03 23:41:23.543192 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15101 | 2025.03.03 23:41:23.543442 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15102 | 2025.03.03 23:41:23.543616 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 15103 | 2025.03.03 23:41:23.543666 [ 5 ] {0253bb64-6dce-44f2-83d5-f3cdf2883bac} <Debug> TCPHandler: Processed in 0.001640566 sec. | ||
| 15104 | 2025.03.03 23:41:23.543771 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15105 | 2025.03.03 23:41:23.543873 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15106 | 2025.03.03 23:41:23.543918 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15107 | 2025.03.03 23:41:23.544353 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15108 | 2025.03.03 23:41:23.544390 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15109 | 2025.03.03 23:41:23.544776 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15110 | 2025.03.03 23:41:23.545019 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15111 | 2025.03.03 23:41:23.545196 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
| 15112 | 2025.03.03 23:41:23.545244 [ 5 ] {de818a1f-89e2-45cc-b686-fc118029a601} <Debug> TCPHandler: Processed in 0.001523283 sec. | ||
| 15113 | 2025.03.03 23:41:27.057903 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15114 | 2025.03.03 23:41:27.057977 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15115 | 2025.03.03 23:41:27.298315 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 15116 | 2025.03.03 23:41:27.299448 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15117 | 2025.03.03 23:41:27.299490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15118 | 2025.03.03 23:41:27.300043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15119 | 2025.03.03 23:41:27.300308 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15120 | 2025.03.03 23:41:27.300553 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15121 | 2025.03.03 23:41:27.490946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2098 | ||
| 15122 | 2025.03.03 23:41:27.493761 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15123 | 2025.03.03 23:41:27.493811 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15124 | 2025.03.03 23:41:27.495527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15125 | 2025.03.03 23:41:27.495841 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15126 | 2025.03.03 23:41:27.496199 [ 224 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15127 | 2025.03.03 23:41:27.496320 [ 224 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15128 | 2025.03.03 23:41:27.496868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2098 | ||
| 15129 | 2025.03.03 23:41:27.499173 [ 224 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15130 | 2025.03.03 23:41:27.726910 [ 225 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15131 | 2025.03.03 23:41:27.726970 [ 225 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15132 | 2025.03.03 23:41:27.729080 [ 225 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15133 | 2025.03.03 23:41:27.979741 [ 217 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15134 | 2025.03.03 23:41:27.979794 [ 217 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15135 | 2025.03.03 23:41:27.981450 [ 217 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15136 | 2025.03.03 23:41:28.001728 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001361879 sec. | ||
| 15137 | 2025.03.03 23:41:28.517702 [ 222 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15138 | 2025.03.03 23:41:28.517752 [ 222 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15139 | 2025.03.03 23:41:28.519800 [ 222 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15140 | 2025.03.03 23:41:28.545840 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15141 | 2025.03.03 23:41:28.546001 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15142 | 2025.03.03 23:41:28.546066 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15143 | 2025.03.03 23:41:28.546855 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15144 | 2025.03.03 23:41:28.546897 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15145 | 2025.03.03 23:41:28.547340 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15146 | 2025.03.03 23:41:28.547597 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15147 | 2025.03.03 23:41:28.547785 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001834 sec., 115594.32933478736 rows/sec., 7.35 MiB/sec. | ||
| 15148 | 2025.03.03 23:41:28.547841 [ 5 ] {3c385460-b060-4527-a1b8-b6a3da5bace0} <Debug> TCPHandler: Processed in 0.002117761 sec. | ||
| 15149 | 2025.03.03 23:41:28.547968 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15150 | 2025.03.03 23:41:28.548082 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15151 | 2025.03.03 23:41:28.548128 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15152 | 2025.03.03 23:41:28.548970 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2025.03.03 23:41:28.549013 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15154 | 2025.03.03 23:41:28.549441 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15155 | 2025.03.03 23:41:28.549694 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2025.03.03 23:41:28.549836 [ 134 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15157 | 2025.03.03 23:41:28.549875 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001814 sec., 383131.20176405733 rows/sec., 30.59 MiB/sec. | ||
| 15158 | 2025.03.03 23:41:28.549877 [ 134 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2025.03.03 23:41:28.549920 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15160 | 2025.03.03 23:41:28.549949 [ 5 ] {4139959e-a221-42db-b0ef-d61bf793ceeb} <Debug> TCPHandler: Processed in 0.002038989 sec. | ||
| 15161 | 2025.03.03 23:41:28.550134 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15162 | 2025.03.03 23:41:28.550179 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15163 | 2025.03.03 23:41:28.550324 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15164 | 2025.03.03 23:41:28.550378 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15165 | 2025.03.03 23:41:28.550438 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1844 rows starting from the beginning of the part | ||
| 15166 | 2025.03.03 23:41:28.550537 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15167 | 2025.03.03 23:41:28.550973 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 15168 | 2025.03.03 23:41:28.551759 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1837 rows starting from the beginning of the part | ||
| 15169 | 2025.03.03 23:41:28.552398 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 15170 | 2025.03.03 23:41:28.552954 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 15171 | 2025.03.03 23:41:28.553554 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 695 rows starting from the beginning of the part | ||
| 15172 | 2025.03.03 23:41:28.554893 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15173 | 2025.03.03 23:41:28.554938 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15174 | 2025.03.03 23:41:28.555498 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15175 | 2025.03.03 23:41:28.555871 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15176 | 2025.03.03 23:41:28.556106 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005798 sec., 25008.623663332182 rows/sec., 1.57 MiB/sec. | ||
| 15177 | 2025.03.03 23:41:28.556182 [ 5 ] {acdb7374-47ff-4202-a2f1-ce38ebfa00ac} <Debug> TCPHandler: Processed in 0.006092584 sec. | ||
| 15178 | 2025.03.03 23:41:28.556309 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15179 | 2025.03.03 23:41:28.556438 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15180 | 2025.03.03 23:41:28.556491 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15181 | 2025.03.03 23:41:28.556975 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.006993019 sec., 649790.8843090517 rows/sec., 55.21 MiB/sec. | ||
| 15182 | 2025.03.03 23:41:28.557234 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15183 | 2025.03.03 23:41:28.557242 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15184 | 2025.03.03 23:41:28.557292 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15185 | 2025.03.03 23:41:28.557571 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15186 | 2025.03.03 23:41:28.557675 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_136_27} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15187 | 2025.03.03 23:41:28.557756 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 15188 | 2025.03.03 23:41:28.557764 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15189 | 2025.03.03 23:41:28.558016 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15190 | 2025.03.03 23:41:28.558196 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001784 sec., 63340.807174887894 rows/sec., 4.10 MiB/sec. | ||
| 15191 | 2025.03.03 23:41:28.558272 [ 5 ] {c1711430-7b14-4818-b34b-65e085020424} <Debug> TCPHandler: Processed in 0.002022348 sec. | ||
| 15192 | 2025.03.03 23:41:28.558423 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15193 | 2025.03.03 23:41:28.558528 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15194 | 2025.03.03 23:41:28.558572 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15195 | 2025.03.03 23:41:28.559116 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15196 | 2025.03.03 23:41:28.559154 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15197 | 2025.03.03 23:41:28.559518 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15198 | 2025.03.03 23:41:28.559772 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15199 | 2025.03.03 23:41:28.559945 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001439 sec., 77831.8276580959 rows/sec., 4.43 MiB/sec. | ||
| 15200 | 2025.03.03 23:41:28.559996 [ 5 ] {7af59202-da8c-48c8-a849-e8a7a3ef053d} <Debug> TCPHandler: Processed in 0.001632787 sec. | ||
| 15201 | 2025.03.03 23:41:28.560106 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15202 | 2025.03.03 23:41:28.560211 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15203 | 2025.03.03 23:41:28.560258 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15204 | 2025.03.03 23:41:28.560924 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15205 | 2025.03.03 23:41:28.560961 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15206 | 2025.03.03 23:41:28.561341 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15207 | 2025.03.03 23:41:28.561597 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15208 | 2025.03.03 23:41:28.561735 [ 134 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15209 | 2025.03.03 23:41:28.561773 [ 134 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15210 | 2025.03.03 23:41:28.561778 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001585 sec., 265615.141955836 rows/sec., 18.92 MiB/sec. | ||
| 15211 | 2025.03.03 23:41:28.561796 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15212 | 2025.03.03 23:41:28.561884 [ 5 ] {6d5a1084-ab1d-4a71-b7db-169e036272a0} <Debug> TCPHandler: Processed in 0.001827882 sec. | ||
| 15213 | 2025.03.03 23:41:28.562164 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15214 | 2025.03.03 23:41:28.562184 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15215 | 2025.03.03 23:41:28.562526 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15216 | 2025.03.03 23:41:28.562775 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15217 | 2025.03.03 23:41:28.562896 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15218 | 2025.03.03 23:41:28.563157 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 913 rows starting from the beginning of the part | ||
| 15219 | 2025.03.03 23:41:28.563992 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 15220 | 2025.03.03 23:41:28.564794 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 881 rows starting from the beginning of the part | ||
| 15221 | 2025.03.03 23:41:28.565126 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 15222 | 2025.03.03 23:41:28.565531 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 15223 | 2025.03.03 23:41:28.565874 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 421 rows starting from the beginning of the part | ||
| 15224 | 2025.03.03 23:41:28.566115 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15225 | 2025.03.03 23:41:28.566268 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15226 | 2025.03.03 23:41:28.567137 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15227 | 2025.03.03 23:41:28.567684 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15228 | 2025.03.03 23:41:28.568343 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005959 sec., 1006.8803490518544 rows/sec., 52.61 KiB/sec. | ||
| 15229 | 2025.03.03 23:41:28.568720 [ 5 ] {5ac0965f-9154-4e43-9045-c9fd510a6729} <Debug> TCPHandler: Processed in 0.006660291 sec. | ||
| 15230 | 2025.03.03 23:41:28.568984 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15231 | 2025.03.03 23:41:28.569125 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15232 | 2025.03.03 23:41:28.569176 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15233 | 2025.03.03 23:41:28.569753 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.007820834 sec., 307767.688203074 rows/sec., 23.56 MiB/sec. | ||
| 15234 | 2025.03.03 23:41:28.569969 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15235 | 2025.03.03 23:41:28.570558 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15236 | 2025.03.03 23:41:28.570593 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15237 | 2025.03.03 23:41:28.570659 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15238 | 2025.03.03 23:41:28.570684 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_136_27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15239 | 2025.03.03 23:41:28.570840 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15240 | 2025.03.03 23:41:28.571187 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15241 | 2025.03.03 23:41:28.571439 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15242 | 2025.03.03 23:41:28.571610 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002517 sec., 94159.71394517281 rows/sec., 6.31 MiB/sec. | ||
| 15243 | 2025.03.03 23:41:28.571662 [ 5 ] {81877c97-2dad-4a26-becf-7f46739444e6} <Debug> TCPHandler: Processed in 0.002747418 sec. | ||
| 15244 | 2025.03.03 23:41:28.571764 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15245 | 2025.03.03 23:41:28.571866 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15246 | 2025.03.03 23:41:28.571912 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15247 | 2025.03.03 23:41:28.572345 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15248 | 2025.03.03 23:41:28.572384 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15249 | 2025.03.03 23:41:28.572732 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15250 | 2025.03.03 23:41:28.572987 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15251 | 2025.03.03 23:41:28.573157 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
| 15252 | 2025.03.03 23:41:28.573205 [ 5 ] {2c6f70af-9a77-47d2-8b05-0360402d533c} <Debug> TCPHandler: Processed in 0.001492063 sec. | ||
| 15253 | 2025.03.03 23:41:28.573346 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15254 | 2025.03.03 23:41:28.573452 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15255 | 2025.03.03 23:41:28.573521 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15256 | 2025.03.03 23:41:28.574651 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15257 | 2025.03.03 23:41:28.574689 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15258 | 2025.03.03 23:41:28.575387 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15259 | 2025.03.03 23:41:28.575653 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15260 | 2025.03.03 23:41:28.575847 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002416 sec., 16142.384105960264 rows/sec., 28.93 MiB/sec. | ||
| 15261 | 2025.03.03 23:41:28.575936 [ 5 ] {71f41b83-4ce5-4354-af5d-9318c567de23} <Debug> TCPHandler: Processed in 0.002650896 sec. | ||
| 15262 | 2025.03.03 23:41:28.576047 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15263 | 2025.03.03 23:41:28.576150 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15264 | 2025.03.03 23:41:28.576198 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15265 | 2025.03.03 23:41:28.576621 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15266 | 2025.03.03 23:41:28.576657 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15267 | 2025.03.03 23:41:28.577019 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15268 | 2025.03.03 23:41:28.577267 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15269 | 2025.03.03 23:41:28.577472 [ 133 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15270 | 2025.03.03 23:41:28.577484 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001351 sec., 60695.78090303479 rows/sec., 3.85 MiB/sec. | ||
| 15271 | 2025.03.03 23:41:28.577543 [ 133 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15272 | 2025.03.03 23:41:28.577612 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15273 | 2025.03.03 23:41:28.577618 [ 5 ] {24a75b5e-574c-4e6a-965f-9f8e664c9032} <Debug> TCPHandler: Processed in 0.001617906 sec. | ||
| 15274 | 2025.03.03 23:41:28.577769 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15275 | 2025.03.03 23:41:28.577868 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15276 | 2025.03.03 23:41:28.577896 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7868 rows starting from the beginning of the part | ||
| 15277 | 2025.03.03 23:41:28.577974 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 15278 | 2025.03.03 23:41:28.578194 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 46 rows starting from the beginning of the part | ||
| 15279 | 2025.03.03 23:41:28.578379 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 36 rows starting from the beginning of the part | ||
| 15280 | 2025.03.03 23:41:28.578532 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 15281 | 2025.03.03 23:41:28.578729 [ 194 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 15282 | 2025.03.03 23:41:28.580880 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8152 rows, containing 4 columns (4 merged, 0 gathered) in 0.003171671 sec., 2570253.9765316136 rows/sec., 167.35 MiB/sec. | ||
| 15283 | 2025.03.03 23:41:28.581364 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15284 | 2025.03.03 23:41:28.581743 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15285 | 2025.03.03 23:41:28.581834 [ 189 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_136_27} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15286 | 2025.03.03 23:41:28.581931 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 15287 | 2025.03.03 23:41:29.895152 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15288 | 2025.03.03 23:41:29.916815 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15289 | 2025.03.03 23:41:29.916872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15290 | 2025.03.03 23:41:29.924446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15291 | 2025.03.03 23:41:29.925220 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15292 | 2025.03.03 23:41:29.927979 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15293 | 2025.03.03 23:41:33.538165 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15294 | 2025.03.03 23:41:33.538436 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15295 | 2025.03.03 23:41:33.538534 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15296 | 2025.03.03 23:41:33.539370 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2025.03.03 23:41:33.539425 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15298 | 2025.03.03 23:41:33.539893 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15299 | 2025.03.03 23:41:33.540180 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15300 | 2025.03.03 23:41:33.540414 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002048 sec., 27343.75 rows/sec., 2.10 MiB/sec. | ||
| 15301 | 2025.03.03 23:41:33.540519 [ 5 ] {026c7a32-6ab8-4f9d-834b-5f67301bb828} <Debug> TCPHandler: Processed in 0.002510022 sec. | ||
| 15302 | 2025.03.03 23:41:33.540685 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15303 | 2025.03.03 23:41:33.540971 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15304 | 2025.03.03 23:41:33.541114 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15305 | 2025.03.03 23:41:33.542113 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15306 | 2025.03.03 23:41:33.542157 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15307 | 2025.03.03 23:41:33.542533 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15308 | 2025.03.03 23:41:33.542779 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15309 | 2025.03.03 23:41:33.543049 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002174 sec., 29438.822447102113 rows/sec., 2.30 MiB/sec. | ||
| 15310 | 2025.03.03 23:41:33.543211 [ 5 ] {51320de4-8ad1-4c7d-ac77-dd9fc9b6f60d} <Debug> TCPHandler: Processed in 0.002605515 sec. | ||
| 15311 | 2025.03.03 23:41:33.543609 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15312 | 2025.03.03 23:41:33.544071 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15313 | 2025.03.03 23:41:33.544300 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15314 | 2025.03.03 23:41:33.546022 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15315 | 2025.03.03 23:41:33.546062 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15316 | 2025.03.03 23:41:33.546467 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15317 | 2025.03.03 23:41:33.546718 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15318 | 2025.03.03 23:41:33.546944 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003058 sec., 52321.77894048398 rows/sec., 3.64 MiB/sec. | ||
| 15319 | 2025.03.03 23:41:33.547014 [ 5 ] {67f2c5ff-46ce-40d5-9afd-8809a7066014} <Debug> TCPHandler: Processed in 0.003549381 sec. | ||
| 15320 | 2025.03.03 23:41:33.547130 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15321 | 2025.03.03 23:41:33.547302 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15322 | 2025.03.03 23:41:33.547367 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15323 | 2025.03.03 23:41:33.547806 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15324 | 2025.03.03 23:41:33.547844 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15325 | 2025.03.03 23:41:33.548215 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15326 | 2025.03.03 23:41:33.548465 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15327 | 2025.03.03 23:41:33.548666 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 15328 | 2025.03.03 23:41:33.548715 [ 5 ] {f9b08a95-06b8-439f-81e8-8cc02294a715} <Debug> TCPHandler: Processed in 0.001644707 sec. | ||
| 15329 | 2025.03.03 23:41:34.800693 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 15330 | 2025.03.03 23:41:34.801389 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15331 | 2025.03.03 23:41:34.801444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15332 | 2025.03.03 23:41:34.802009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15333 | 2025.03.03 23:41:34.802286 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15334 | 2025.03.03 23:41:34.802525 [ 130 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15335 | 2025.03.03 23:41:34.802549 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 15336 | 2025.03.03 23:41:34.802609 [ 130 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15337 | 2025.03.03 23:41:34.802638 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15338 | 2025.03.03 23:41:34.802813 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15339 | 2025.03.03 23:41:34.803027 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15340 | 2025.03.03 23:41:34.803085 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15341 | 2025.03.03 23:41:34.803201 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 15342 | 2025.03.03 23:41:34.803327 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 15343 | 2025.03.03 23:41:34.803456 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 15344 | 2025.03.03 23:41:34.803557 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 15345 | 2025.03.03 23:41:34.803658 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 15346 | 2025.03.03 23:41:34.807730 [ 195 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005963 sec., 7408764.307686652 rows/sec., 105.98 MiB/sec. | ||
| 15347 | 2025.03.03 23:41:34.808028 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15348 | 2025.03.03 23:41:34.808346 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15349 | 2025.03.03 23:41:34.808439 [ 193 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_81_16} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15350 | 2025.03.03 23:41:34.808545 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15351 | 2025.03.03 23:41:37.428036 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15352 | 2025.03.03 23:41:37.450020 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15353 | 2025.03.03 23:41:37.450073 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15354 | 2025.03.03 23:41:37.457674 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15355 | 2025.03.03 23:41:37.458518 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15356 | 2025.03.03 23:41:37.458947 [ 123 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15357 | 2025.03.03 23:41:37.459107 [ 123 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15358 | 2025.03.03 23:41:37.459183 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15359 | 2025.03.03 23:41:37.459764 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15360 | 2025.03.03 23:41:37.475805 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15361 | 2025.03.03 23:41:37.477535 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15362 | 2025.03.03 23:41:37.478962 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15363 | 2025.03.03 23:41:37.484723 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15364 | 2025.03.03 23:41:37.490590 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15365 | 2025.03.03 23:41:37.497062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2128 | ||
| 15366 | 2025.03.03 23:41:37.503683 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15367 | 2025.03.03 23:41:37.510220 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15368 | 2025.03.03 23:41:37.510294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15369 | 2025.03.03 23:41:37.518215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15370 | 2025.03.03 23:41:37.519805 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15371 | 2025.03.03 23:41:37.524936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2128 | ||
| 15372 | 2025.03.03 23:41:37.527118 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15373 | 2025.03.03 23:41:37.533178 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15374 | 2025.03.03 23:41:37.605576 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.146239124 sec., 4178.088484720409 rows/sec., 21.60 MiB/sec. | ||
| 15375 | 2025.03.03 23:41:37.608385 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15376 | 2025.03.03 23:41:37.611144 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15377 | 2025.03.03 23:41:37.611272 [ 187 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_81_16} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15378 | 2025.03.03 23:41:37.613240 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15379 | 2025.03.03 23:41:38.000208 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.54 MiB, peak 282.98 MiB, free memory in arenas 0.00 B, will set to 264.48 MiB (RSS), difference: -1.06 MiB | ||
| 15380 | 2025.03.03 23:41:38.202107 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15381 | 2025.03.03 23:41:38.202179 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15382 | 2025.03.03 23:41:38.204668 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15383 | 2025.03.03 23:41:38.432476 [ 225 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15384 | 2025.03.03 23:41:38.432527 [ 225 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15385 | 2025.03.03 23:41:38.434425 [ 225 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15386 | 2025.03.03 23:41:38.545633 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15387 | 2025.03.03 23:41:38.545827 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15388 | 2025.03.03 23:41:38.545901 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15389 | 2025.03.03 23:41:38.546757 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15390 | 2025.03.03 23:41:38.546809 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15391 | 2025.03.03 23:41:38.547256 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15392 | 2025.03.03 23:41:38.547544 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15393 | 2025.03.03 23:41:38.547803 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002026 sec., 104639.68410661402 rows/sec., 6.66 MiB/sec. | ||
| 15394 | 2025.03.03 23:41:38.547901 [ 5 ] {3cf36df9-c112-4fdf-a07e-d53ca5da8702} <Debug> TCPHandler: Processed in 0.002406058 sec. | ||
| 15395 | 2025.03.03 23:41:38.548139 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15396 | 2025.03.03 23:41:38.548277 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15397 | 2025.03.03 23:41:38.548326 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15398 | 2025.03.03 23:41:38.549214 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15399 | 2025.03.03 23:41:38.549255 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15400 | 2025.03.03 23:41:38.549671 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15401 | 2025.03.03 23:41:38.549920 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15402 | 2025.03.03 23:41:38.550104 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001852 sec., 375269.97840172786 rows/sec., 29.96 MiB/sec. | ||
| 15403 | 2025.03.03 23:41:38.550156 [ 5 ] {a7b02551-a063-4325-8a76-4639701dff4b} <Debug> TCPHandler: Processed in 0.002109721 sec. | ||
| 15404 | 2025.03.03 23:41:38.550278 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15405 | 2025.03.03 23:41:38.550385 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15406 | 2025.03.03 23:41:38.550430 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15407 | 2025.03.03 23:41:38.551002 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15408 | 2025.03.03 23:41:38.551039 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15409 | 2025.03.03 23:41:38.551394 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15410 | 2025.03.03 23:41:38.551636 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15411 | 2025.03.03 23:41:38.551833 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001463 sec., 99111.41490088857 rows/sec., 6.22 MiB/sec. | ||
| 15412 | 2025.03.03 23:41:38.551877 [ 223 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15413 | 2025.03.03 23:41:38.551917 [ 5 ] {3077489d-9c6a-4332-a3ed-840dc88ad09a} <Debug> TCPHandler: Processed in 0.001689878 sec. | ||
| 15414 | 2025.03.03 23:41:38.551954 [ 223 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15415 | 2025.03.03 23:41:38.552158 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15416 | 2025.03.03 23:41:38.552338 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15417 | 2025.03.03 23:41:38.552411 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15418 | 2025.03.03 23:41:38.553753 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15419 | 2025.03.03 23:41:38.553817 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15420 | 2025.03.03 23:41:38.554498 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15421 | 2025.03.03 23:41:38.554916 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15422 | 2025.03.03 23:41:38.555294 [ 221 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15423 | 2025.03.03 23:41:38.555372 [ 221 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15424 | 2025.03.03 23:41:38.555533 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003186 sec., 35467.6710608914 rows/sec., 2.30 MiB/sec. | ||
| 15425 | 2025.03.03 23:41:38.555801 [ 5 ] {3aaabd4d-6738-4ca4-acc5-dd79194e9ce8} <Debug> TCPHandler: Processed in 0.003720857 sec. | ||
| 15426 | 2025.03.03 23:41:38.555937 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15427 | 2025.03.03 23:41:38.556112 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15428 | 2025.03.03 23:41:38.556203 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15429 | 2025.03.03 23:41:38.557041 [ 223 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15430 | 2025.03.03 23:41:38.558693 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15431 | 2025.03.03 23:41:38.558759 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15432 | 2025.03.03 23:41:38.559412 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15433 | 2025.03.03 23:41:38.559829 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15434 | 2025.03.03 23:41:38.560124 [ 221 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15435 | 2025.03.03 23:41:38.560227 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00416 sec., 26923.076923076926 rows/sec., 1.53 MiB/sec. | ||
| 15436 | 2025.03.03 23:41:38.560653 [ 5 ] {8c10939e-3144-4354-a8b3-be4487db5cf7} <Debug> TCPHandler: Processed in 0.004769576 sec. | ||
| 15437 | 2025.03.03 23:41:38.560960 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15438 | 2025.03.03 23:41:38.561369 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15439 | 2025.03.03 23:41:38.561536 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15440 | 2025.03.03 23:41:38.562511 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15441 | 2025.03.03 23:41:38.562551 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15442 | 2025.03.03 23:41:38.563006 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15443 | 2025.03.03 23:41:38.563367 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15444 | 2025.03.03 23:41:38.563587 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.002369 sec., 177712.11481637822 rows/sec., 12.66 MiB/sec. | ||
| 15445 | 2025.03.03 23:41:38.563653 [ 5 ] {8ac73105-9beb-4c7c-a4be-68e41145e2a1} <Debug> TCPHandler: Processed in 0.00282097 sec. | ||
| 15446 | 2025.03.03 23:41:38.563839 [ 219 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15447 | 2025.03.03 23:41:38.563882 [ 219 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15448 | 2025.03.03 23:41:38.564005 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15449 | 2025.03.03 23:41:38.564168 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15450 | 2025.03.03 23:41:38.564228 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15451 | 2025.03.03 23:41:38.565239 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15452 | 2025.03.03 23:41:38.565282 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15453 | 2025.03.03 23:41:38.565995 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15454 | 2025.03.03 23:41:38.566397 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15455 | 2025.03.03 23:41:38.566656 [ 222 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15456 | 2025.03.03 23:41:38.566700 [ 222 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15457 | 2025.03.03 23:41:38.566713 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002562 sec., 2341.9203747072597 rows/sec., 122.36 KiB/sec. | ||
| 15458 | 2025.03.03 23:41:38.566964 [ 5 ] {1b946214-c4ae-40a1-921a-edfec78d06b3} <Debug> TCPHandler: Processed in 0.003044936 sec. | ||
| 15459 | 2025.03.03 23:41:38.567267 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2025.03.03 23:41:38.567387 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15461 | 2025.03.03 23:41:38.567456 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15462 | 2025.03.03 23:41:38.569070 [ 219 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15463 | 2025.03.03 23:41:38.569779 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15464 | 2025.03.03 23:41:38.569878 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15465 | 2025.03.03 23:41:38.571802 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15466 | 2025.03.03 23:41:38.572119 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2025.03.03 23:41:38.572290 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 15468 | 2025.03.03 23:41:38.572365 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15469 | 2025.03.03 23:41:38.572380 [ 222 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15470 | 2025.03.03 23:41:38.572405 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005045 sec., 46977.20515361744 rows/sec., 3.15 MiB/sec. | ||
| 15471 | 2025.03.03 23:41:38.572424 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15472 | 2025.03.03 23:41:38.572788 [ 5 ] {d4de99dd-2c11-4f01-a0a8-263b1876a6fe} <Debug> TCPHandler: Processed in 0.005569268 sec. | ||
| 15473 | 2025.03.03 23:41:38.573106 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 15474 | 2025.03.03 23:41:38.573139 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15475 | 2025.03.03 23:41:38.573488 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15476 | 2025.03.03 23:41:38.573658 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15477 | 2025.03.03 23:41:38.573844 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15478 | 2025.03.03 23:41:38.573963 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 39832 rows starting from the beginning of the part | ||
| 15479 | 2025.03.03 23:41:38.574302 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 96 rows starting from the beginning of the part | ||
| 15480 | 2025.03.03 23:41:38.574706 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 15481 | 2025.03.03 23:41:38.575021 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 15482 | 2025.03.03 23:41:38.575409 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 15483 | 2025.03.03 23:41:38.575830 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 15484 | 2025.03.03 23:41:38.577319 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15485 | 2025.03.03 23:41:38.577467 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15486 | 2025.03.03 23:41:38.578450 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15487 | 2025.03.03 23:41:38.578853 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15488 | 2025.03.03 23:41:38.579179 [ 122 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 15489 | 2025.03.03 23:41:38.579281 [ 122 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15490 | 2025.03.03 23:41:38.579350 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15491 | 2025.03.03 23:41:38.579605 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006153 sec., 162.52234682268812 rows/sec., 10.95 KiB/sec. | ||
| 15492 | 2025.03.03 23:41:38.579787 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_12 to all_59_59_0 into Compact with storage Full | ||
| 15493 | 2025.03.03 23:41:38.580071 [ 5 ] {9678eaaa-306a-45c8-a611-46a5afea303e} <Debug> TCPHandler: Processed in 0.00701318 sec. | ||
| 15494 | 2025.03.03 23:41:38.580304 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15495 | 2025.03.03 23:41:38.580421 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_12, total 54 rows starting from the beginning of the part | ||
| 15496 | 2025.03.03 23:41:38.580669 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15497 | 2025.03.03 23:41:38.580779 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15498 | 2025.03.03 23:41:38.581145 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 15499 | 2025.03.03 23:41:38.581178 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15500 | 2025.03.03 23:41:38.581458 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15501 | 2025.03.03 23:41:38.581789 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15502 | 2025.03.03 23:41:38.581880 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15503 | 2025.03.03 23:41:38.582161 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15504 | 2025.03.03 23:41:38.586823 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.007324249 sec., 8055.433396652681 rows/sec., 542.80 KiB/sec. | ||
| 15505 | 2025.03.03 23:41:38.587076 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15506 | 2025.03.03 23:41:38.588086 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2025.03.03 23:41:38.588400 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_59_13} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 15508 | 2025.03.03 23:41:38.588690 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15509 | 2025.03.03 23:41:38.589230 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15510 | 2025.03.03 23:41:38.589241 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40722 rows, containing 5 columns (5 merged, 0 gathered) in 0.016586933 sec., 2455065.0804461557 rows/sec., 165.75 MiB/sec. | ||
| 15511 | 2025.03.03 23:41:38.589298 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15512 | 2025.03.03 23:41:38.589911 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 15513 | 2025.03.03 23:41:38.590394 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15514 | 2025.03.03 23:41:38.590515 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15515 | 2025.03.03 23:41:38.590677 [ 193 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 15516 | 2025.03.03 23:41:38.590830 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15517 | 2025.03.03 23:41:38.590947 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15518 | 2025.03.03 23:41:38.591188 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010269 sec., 3797.838153666374 rows/sec., 6.81 MiB/sec. | ||
| 15519 | 2025.03.03 23:41:38.591199 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15520 | 2025.03.03 23:41:38.591251 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15521 | 2025.03.03 23:41:38.591581 [ 5 ] {4a5478ce-e0ea-4d07-89ac-ca9da8341612} <Debug> TCPHandler: Processed in 0.011132888 sec. | ||
| 15522 | 2025.03.03 23:41:38.591757 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15523 | 2025.03.03 23:41:38.591953 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15524 | 2025.03.03 23:41:38.592046 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15525 | 2025.03.03 23:41:38.593050 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15526 | 2025.03.03 23:41:38.593094 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 15527 | 2025.03.03 23:41:38.593779 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15528 | 2025.03.03 23:41:38.594275 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15529 | 2025.03.03 23:41:38.594892 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002987 sec., 27452.293270840306 rows/sec., 1.74 MiB/sec. | ||
| 15530 | 2025.03.03 23:41:38.594899 [ 224 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15531 | 2025.03.03 23:41:38.594999 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15532 | 2025.03.03 23:41:38.595017 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15533 | 2025.03.03 23:41:38.595304 [ 5 ] {9066bb8a-9a3f-43d0-a0c8-51b201f964a6} <Debug> TCPHandler: Processed in 0.003606643 sec. | ||
| 15534 | 2025.03.03 23:41:38.598134 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15535 | 2025.03.03 23:41:39.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.33 MiB, peak 282.98 MiB, free memory in arenas 0.00 B, will set to 264.48 MiB (RSS), difference: 3.14 MiB | ||
| 15536 | 2025.03.03 23:41:42.058018 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15537 | 2025.03.03 23:41:42.058085 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15538 | 2025.03.03 23:41:42.302701 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 15539 | 2025.03.03 23:41:42.303400 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15540 | 2025.03.03 23:41:42.303445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15541 | 2025.03.03 23:41:42.304004 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15542 | 2025.03.03 23:41:42.304275 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15543 | 2025.03.03 23:41:42.304474 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15544 | 2025.03.03 23:41:43.537370 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2025.03.03 23:41:43.537552 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15546 | 2025.03.03 23:41:43.537621 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15547 | 2025.03.03 23:41:43.538401 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15548 | 2025.03.03 23:41:43.538442 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15549 | 2025.03.03 23:41:43.538860 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15550 | 2025.03.03 23:41:43.539107 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15551 | 2025.03.03 23:41:43.539311 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001809 sec., 30956.32946379215 rows/sec., 2.38 MiB/sec. | ||
| 15552 | 2025.03.03 23:41:43.539367 [ 5 ] {348268a0-8dba-4a01-9e77-5e463e60eac0} <Debug> TCPHandler: Processed in 0.00211948 sec. | ||
| 15553 | 2025.03.03 23:41:43.539493 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15554 | 2025.03.03 23:41:43.539600 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15555 | 2025.03.03 23:41:43.539646 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15556 | 2025.03.03 23:41:43.540185 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15557 | 2025.03.03 23:41:43.540222 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15558 | 2025.03.03 23:41:43.540572 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15559 | 2025.03.03 23:41:43.540819 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15560 | 2025.03.03 23:41:43.540987 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00141 sec., 45390.07092198582 rows/sec., 3.54 MiB/sec. | ||
| 15561 | 2025.03.03 23:41:43.541038 [ 5 ] {2bf94338-3712-4fa8-ac20-55c99c5fbbff} <Debug> TCPHandler: Processed in 0.001595495 sec. | ||
| 15562 | 2025.03.03 23:41:43.541156 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15563 | 2025.03.03 23:41:43.541261 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15564 | 2025.03.03 23:41:43.541310 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15565 | 2025.03.03 23:41:43.541846 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15566 | 2025.03.03 23:41:43.541883 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15567 | 2025.03.03 23:41:43.542257 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15568 | 2025.03.03 23:41:43.542559 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15569 | 2025.03.03 23:41:43.542758 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
| 15570 | 2025.03.03 23:41:43.542812 [ 5 ] {26ba7e3e-7e43-49a4-8453-f2561d4ca262} <Debug> TCPHandler: Processed in 0.001707229 sec. | ||
| 15571 | 2025.03.03 23:41:43.542968 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15572 | 2025.03.03 23:41:43.543267 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15573 | 2025.03.03 23:41:43.543414 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15574 | 2025.03.03 23:41:43.544072 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15575 | 2025.03.03 23:41:43.544109 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15576 | 2025.03.03 23:41:43.544517 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15577 | 2025.03.03 23:41:43.544751 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15578 | 2025.03.03 23:41:43.544946 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001786 sec., 33594.6248600224 rows/sec., 2.26 MiB/sec. | ||
| 15579 | 2025.03.03 23:41:43.545013 [ 5 ] {a013d891-12e8-47f2-a50c-6c8cd2fb5ba0} <Debug> TCPHandler: Processed in 0.002119431 sec. | ||
| 15580 | 2025.03.03 23:41:44.975914 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15581 | 2025.03.03 23:41:44.980730 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15582 | 2025.03.03 23:41:44.981198 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15583 | 2025.03.03 23:41:44.981371 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15584 | 2025.03.03 23:41:44.984806 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15585 | 2025.03.03 23:41:44.984899 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15586 | 2025.03.03 23:41:44.986951 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15587 | 2025.03.03 23:41:44.988052 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15588 | 2025.03.03 23:41:44.988797 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.007745 sec., 27372.49838605552 rows/sec., 1.74 MiB/sec. | ||
| 15589 | 2025.03.03 23:41:44.989085 [ 5 ] {4542d14c-e95b-47ff-a582-d26329ac3cfc} <Debug> TCPHandler: Processed in 0.009918333 sec. | ||
| 15590 | 2025.03.03 23:41:44.989278 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15591 | 2025.03.03 23:41:44.989591 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15592 | 2025.03.03 23:41:44.989862 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15593 | 2025.03.03 23:41:44.992737 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15594 | 2025.03.03 23:41:44.992791 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15595 | 2025.03.03 23:41:44.994383 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 15596 | 2025.03.03 23:41:44.995032 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15597 | 2025.03.03 23:41:44.995698 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.006215 sec., 2252.614641995173 rows/sec., 183.68 KiB/sec. | ||
| 15598 | 2025.03.03 23:41:44.995916 [ 5 ] {89363d1f-3afa-4bc6-bca0-8c12e31822aa} <Debug> TCPHandler: Processed in 0.006726302 sec. | ||
| 15599 | 2025.03.03 23:41:44.996191 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15600 | 2025.03.03 23:41:44.996491 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15601 | 2025.03.03 23:41:44.996628 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15602 | 2025.03.03 23:41:45.001514 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15603 | 2025.03.03 23:41:45.001581 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15604 | 2025.03.03 23:41:45.002740 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15605 | 2025.03.03 23:41:45.003336 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15606 | 2025.03.03 23:41:45.003841 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Debug> executeQuery: Read 1842 rows, 153.90 KiB in 0.00744 sec., 247580.6451612903 rows/sec., 20.20 MiB/sec. | ||
| 15607 | 2025.03.03 23:41:45.004062 [ 5 ] {6ed9808e-3ccb-4417-9790-ffa6fc7287cb} <Debug> TCPHandler: Processed in 0.007965227 sec. | ||
| 15608 | 2025.03.03 23:41:45.004348 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15609 | 2025.03.03 23:41:45.004716 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15610 | 2025.03.03 23:41:45.004867 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15611 | 2025.03.03 23:41:45.008680 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15612 | 2025.03.03 23:41:45.008766 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15613 | 2025.03.03 23:41:45.009962 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15614 | 2025.03.03 23:41:45.010576 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15615 | 2025.03.03 23:41:45.011160 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Debug> executeQuery: Read 159 rows, 10.30 KiB in 0.00657 sec., 24200.91324200913 rows/sec., 1.53 MiB/sec. | ||
| 15616 | 2025.03.03 23:41:45.011388 [ 5 ] {df54435a-2b44-4b00-ba56-f98f34e8c8cf} <Debug> TCPHandler: Processed in 0.007146304 sec. | ||
| 15617 | 2025.03.03 23:41:45.011629 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15618 | 2025.03.03 23:41:45.011879 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15619 | 2025.03.03 23:41:45.011986 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15620 | 2025.03.03 23:41:45.013032 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15621 | 2025.03.03 23:41:45.013078 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15622 | 2025.03.03 23:41:45.013638 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15623 | 2025.03.03 23:41:45.014117 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15624 | 2025.03.03 23:41:45.014958 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.003137 sec., 108702.58208479438 rows/sec., 7.25 MiB/sec. | ||
| 15625 | 2025.03.03 23:41:45.015469 [ 5 ] {92e789e6-49f8-4bc2-af5f-f02da9497c82} <Debug> TCPHandler: Processed in 0.003928882 sec. | ||
| 15626 | 2025.03.03 23:41:45.015944 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15627 | 2025.03.03 23:41:45.016329 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15628 | 2025.03.03 23:41:45.016490 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15629 | 2025.03.03 23:41:45.020985 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15630 | 2025.03.03 23:41:45.021068 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15631 | 2025.03.03 23:41:45.023884 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15632 | 2025.03.03 23:41:45.024674 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15633 | 2025.03.03 23:41:45.026511 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.010267 sec., 10908.736729326969 rows/sec., 636.33 KiB/sec. | ||
| 15634 | 2025.03.03 23:41:45.026806 [ 5 ] {b20dfc5c-c93c-43ab-be74-d990a43ee54d} <Debug> TCPHandler: Processed in 0.011015985 sec. | ||
| 15635 | 2025.03.03 23:41:45.027136 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15636 | 2025.03.03 23:41:45.027321 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15637 | 2025.03.03 23:41:45.027498 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15638 | 2025.03.03 23:41:45.031219 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15639 | 2025.03.03 23:41:45.031308 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15640 | 2025.03.03 23:41:45.032975 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15641 | 2025.03.03 23:41:45.033504 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15642 | 2025.03.03 23:41:45.034094 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Debug> executeQuery: Read 891 rows, 66.14 KiB in 0.006842 sec., 130225.0803858521 rows/sec., 9.44 MiB/sec. | ||
| 15643 | 2025.03.03 23:41:45.034297 [ 5 ] {477afce2-b83e-4958-b5c5-c951eba49b85} <Debug> TCPHandler: Processed in 0.007267477 sec. | ||
| 15644 | 2025.03.03 23:41:45.034525 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15645 | 2025.03.03 23:41:45.034649 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15646 | 2025.03.03 23:41:45.034701 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15647 | 2025.03.03 23:41:45.035268 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15648 | 2025.03.03 23:41:45.035313 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15649 | 2025.03.03 23:41:45.035799 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15650 | 2025.03.03 23:41:45.036297 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15651 | 2025.03.03 23:41:45.037044 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002405 sec., 2494.802494802495 rows/sec., 130.34 KiB/sec. | ||
| 15652 | 2025.03.03 23:41:45.037304 [ 5 ] {6d012106-a579-422e-9143-996bec1c20a7} <Debug> TCPHandler: Processed in 0.002861271 sec. | ||
| 15653 | 2025.03.03 23:41:45.037622 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15654 | 2025.03.03 23:41:45.037939 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15655 | 2025.03.03 23:41:45.038107 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15656 | 2025.03.03 23:41:45.042538 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2025.03.03 23:41:45.042646 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15658 | 2025.03.03 23:41:45.044596 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15659 | 2025.03.03 23:41:45.045731 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2025.03.03 23:41:45.046607 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.008786 sec., 113134.53221033461 rows/sec., 7.53 MiB/sec. | ||
| 15661 | 2025.03.03 23:41:45.047022 [ 5 ] {e16d5f58-04c9-4c3d-a72c-0aba8bf82937} <Debug> TCPHandler: Processed in 0.009500832 sec. | ||
| 15662 | 2025.03.03 23:41:45.047314 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15663 | 2025.03.03 23:41:45.047639 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15664 | 2025.03.03 23:41:45.047831 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15665 | 2025.03.03 23:41:45.050409 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2025.03.03 23:41:45.050511 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15667 | 2025.03.03 23:41:45.051425 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2025.03.03 23:41:45.051500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15669 | 2025.03.03 23:41:45.052288 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15670 | 2025.03.03 23:41:45.053183 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15671 | 2025.03.03 23:41:45.054159 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006631 sec., 150.80681646810436 rows/sec., 10.16 KiB/sec. | ||
| 15672 | 2025.03.03 23:41:45.054568 [ 5 ] {fcf32d0b-6232-4bdd-96d5-479ccdceb9ae} <Debug> TCPHandler: Processed in 0.00736294 sec. | ||
| 15673 | 2025.03.03 23:41:45.055033 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15674 | 2025.03.03 23:41:45.055331 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15675 | 2025.03.03 23:41:45.055565 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15676 | 2025.03.03 23:41:45.061328 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15677 | 2025.03.03 23:41:45.061405 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15678 | 2025.03.03 23:41:45.063674 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15679 | 2025.03.03 23:41:45.064572 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15680 | 2025.03.03 23:41:45.065282 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010015 sec., 3894.1587618572144 rows/sec., 6.98 MiB/sec. | ||
| 15681 | 2025.03.03 23:41:45.065797 [ 5 ] {6b8c6617-3aab-43c5-ae5c-8874f701e7f1} <Debug> TCPHandler: Processed in 0.010906802 sec. | ||
| 15682 | 2025.03.03 23:41:45.066133 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15683 | 2025.03.03 23:41:45.066382 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15684 | 2025.03.03 23:41:45.066517 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15685 | 2025.03.03 23:41:45.068621 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15686 | 2025.03.03 23:41:45.068700 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15687 | 2025.03.03 23:41:45.069941 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15688 | 2025.03.03 23:41:45.070545 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15689 | 2025.03.03 23:41:45.071129 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.004816 sec., 9551.495016611296 rows/sec., 591.49 KiB/sec. | ||
| 15690 | 2025.03.03 23:41:45.071335 [ 5 ] {3fe4e138-c490-49e3-8588-a35b360a1769} <Debug> TCPHandler: Processed in 0.005302491 sec. | ||
| 15691 | 2025.03.03 23:41:45.075202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15692 | 2025.03.03 23:41:45.076144 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15693 | 2025.03.03 23:41:45.080424 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15694 | 2025.03.03 23:41:46.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.71 MiB, peak 282.98 MiB, free memory in arenas 0.00 B, will set to 264.48 MiB (RSS), difference: -1.23 MiB | ||
| 15695 | 2025.03.03 23:41:47.525185 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2182 | ||
| 15696 | 2025.03.03 23:41:47.528986 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15697 | 2025.03.03 23:41:47.529034 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15698 | 2025.03.03 23:41:47.530669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15699 | 2025.03.03 23:41:47.531002 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15700 | 2025.03.03 23:41:47.531300 [ 84 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15701 | 2025.03.03 23:41:47.531473 [ 84 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15702 | 2025.03.03 23:41:47.531591 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15703 | 2025.03.03 23:41:47.531948 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 15704 | 2025.03.03 23:41:47.532236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2182 | ||
| 15705 | 2025.03.03 23:41:47.532645 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15706 | 2025.03.03 23:41:47.532770 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1998 rows starting from the beginning of the part | ||
| 15707 | 2025.03.03 23:41:47.533385 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 15708 | 2025.03.03 23:41:47.534014 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 54 rows starting from the beginning of the part | ||
| 15709 | 2025.03.03 23:41:47.534596 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 15710 | 2025.03.03 23:41:47.535159 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 15711 | 2025.03.03 23:41:47.535782 [ 186 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 54 rows starting from the beginning of the part | ||
| 15712 | 2025.03.03 23:41:47.545019 [ 197 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 72 columns (72 merged, 0 gathered) in 0.013274859 sec., 164370.8607375792 rows/sec., 123.78 MiB/sec. | ||
| 15713 | 2025.03.03 23:41:47.547211 [ 189 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15714 | 2025.03.03 23:41:47.548025 [ 189 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15715 | 2025.03.03 23:41:47.548121 [ 189 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_61_12} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15716 | 2025.03.03 23:41:47.548469 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 15717 | 2025.03.03 23:41:48.534762 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15718 | 2025.03.03 23:41:48.534949 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15719 | 2025.03.03 23:41:48.535020 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15720 | 2025.03.03 23:41:48.535808 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2025.03.03 23:41:48.535860 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15722 | 2025.03.03 23:41:48.536298 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15723 | 2025.03.03 23:41:48.536545 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15724 | 2025.03.03 23:41:48.536768 [ 39 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15725 | 2025.03.03 23:41:48.536779 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec. | ||
| 15726 | 2025.03.03 23:41:48.536861 [ 39 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15727 | 2025.03.03 23:41:48.536931 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15728 | 2025.03.03 23:41:48.536946 [ 5 ] {24a51e25-a544-4e7d-ae30-a244769d25ba} <Debug> TCPHandler: Processed in 0.002311236 sec. | ||
| 15729 | 2025.03.03 23:41:48.537217 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15730 | 2025.03.03 23:41:48.537219 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15731 | 2025.03.03 23:41:48.537493 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15732 | 2025.03.03 23:41:48.537679 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15733 | 2025.03.03 23:41:48.537685 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15734 | 2025.03.03 23:41:48.537845 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1844 rows starting from the beginning of the part | ||
| 15735 | 2025.03.03 23:41:48.538618 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 15736 | 2025.03.03 23:41:48.539207 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 695 rows starting from the beginning of the part | ||
| 15737 | 2025.03.03 23:41:48.539776 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 15738 | 2025.03.03 23:41:48.540458 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1842 rows starting from the beginning of the part | ||
| 15739 | 2025.03.03 23:41:48.540998 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 15740 | 2025.03.03 23:41:48.541800 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15741 | 2025.03.03 23:41:48.541848 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15742 | 2025.03.03 23:41:48.542432 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15743 | 2025.03.03 23:41:48.542741 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15744 | 2025.03.03 23:41:48.542958 [ 39 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15745 | 2025.03.03 23:41:48.542980 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005636 sec., 11355.571327182399 rows/sec., 907.60 KiB/sec. | ||
| 15746 | 2025.03.03 23:41:48.543061 [ 39 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15747 | 2025.03.03 23:41:48.543160 [ 5 ] {246bb93b-acba-42a2-b89b-267e6f01f627} <Debug> TCPHandler: Processed in 0.006021132 sec. | ||
| 15748 | 2025.03.03 23:41:48.543191 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15749 | 2025.03.03 23:41:48.543507 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15750 | 2025.03.03 23:41:48.543727 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15751 | 2025.03.03 23:41:48.543989 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15752 | 2025.03.03 23:41:48.544276 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15753 | 2025.03.03 23:41:48.544595 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.007561786 sec., 601577.4580238055 rows/sec., 51.11 MiB/sec. | ||
| 15754 | 2025.03.03 23:41:48.544625 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15755 | 2025.03.03 23:41:48.544736 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 913 rows starting from the beginning of the part | ||
| 15756 | 2025.03.03 23:41:48.545037 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15757 | 2025.03.03 23:41:48.545349 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 15758 | 2025.03.03 23:41:48.546017 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 421 rows starting from the beginning of the part | ||
| 15759 | 2025.03.03 23:41:48.546345 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15760 | 2025.03.03 23:41:48.546622 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 15761 | 2025.03.03 23:41:48.546794 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_141_28} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15762 | 2025.03.03 23:41:48.547187 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 891 rows starting from the beginning of the part | ||
| 15763 | 2025.03.03 23:41:48.547277 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 15764 | 2025.03.03 23:41:48.547621 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 15765 | 2025.03.03 23:41:48.549254 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2025.03.03 23:41:48.549384 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15767 | 2025.03.03 23:41:48.551308 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15768 | 2025.03.03 23:41:48.551731 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15769 | 2025.03.03 23:41:48.552155 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.008325 sec., 11531.531531531531 rows/sec., 822.42 KiB/sec. | ||
| 15770 | 2025.03.03 23:41:48.552474 [ 5 ] {2a77a51f-c7c1-448f-94de-54d6d76f4581} <Debug> TCPHandler: Processed in 0.009105209 sec. | ||
| 15771 | 2025.03.03 23:41:48.552567 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.009259234 sec., 261036.71210815065 rows/sec., 19.99 MiB/sec. | ||
| 15772 | 2025.03.03 23:41:48.552637 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15773 | 2025.03.03 23:41:48.552793 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15774 | 2025.03.03 23:41:48.552862 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15775 | 2025.03.03 23:41:48.552874 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15776 | 2025.03.03 23:41:48.553494 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15777 | 2025.03.03 23:41:48.553695 [ 188 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_141_28} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15778 | 2025.03.03 23:41:48.553885 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 15779 | 2025.03.03 23:41:48.553946 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15780 | 2025.03.03 23:41:48.553989 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15781 | 2025.03.03 23:41:48.554360 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15782 | 2025.03.03 23:41:48.554598 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15783 | 2025.03.03 23:41:48.554778 [ 39 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15784 | 2025.03.03 23:41:48.554809 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.002056 sec., 17509.727626459142 rows/sec., 1.18 MiB/sec. | ||
| 15785 | 2025.03.03 23:41:48.554868 [ 39 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15786 | 2025.03.03 23:41:48.554926 [ 5 ] {7967bc1f-baec-481c-9ef0-dc753e8870aa} <Debug> TCPHandler: Processed in 0.002355938 sec. | ||
| 15787 | 2025.03.03 23:41:48.554950 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15788 | 2025.03.03 23:41:48.555127 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15789 | 2025.03.03 23:41:48.555235 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15790 | 2025.03.03 23:41:48.555278 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8152 rows starting from the beginning of the part | ||
| 15791 | 2025.03.03 23:41:48.555351 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 15792 | 2025.03.03 23:41:48.555574 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 15793 | 2025.03.03 23:41:48.555744 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 15794 | 2025.03.03 23:41:48.555853 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 46 rows starting from the beginning of the part | ||
| 15795 | 2025.03.03 23:41:48.556073 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 36 rows starting from the beginning of the part | ||
| 15796 | 2025.03.03 23:41:48.558773 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8436 rows, containing 4 columns (4 merged, 0 gathered) in 0.003695095 sec., 2283026.5527679264 rows/sec., 148.65 MiB/sec. | ||
| 15797 | 2025.03.03 23:41:48.558965 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15798 | 2025.03.03 23:41:48.559290 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15799 | 2025.03.03 23:41:48.559379 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_141_28} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15800 | 2025.03.03 23:41:48.559470 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 15801 | 2025.03.03 23:41:49.804612 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 15802 | 2025.03.03 23:41:49.805380 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15803 | 2025.03.03 23:41:49.805429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15804 | 2025.03.03 23:41:49.805988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15805 | 2025.03.03 23:41:49.806275 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15806 | 2025.03.03 23:41:49.806506 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 15807 | 2025.03.03 23:41:52.580496 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 15808 | 2025.03.03 23:41:52.605341 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15809 | 2025.03.03 23:41:52.605403 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15810 | 2025.03.03 23:41:52.613192 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15811 | 2025.03.03 23:41:52.614074 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15812 | 2025.03.03 23:41:52.617960 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15813 | 2025.03.03 23:41:53.538660 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15814 | 2025.03.03 23:41:53.538858 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15815 | 2025.03.03 23:41:53.538939 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15816 | 2025.03.03 23:41:53.539768 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15817 | 2025.03.03 23:41:53.539826 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15818 | 2025.03.03 23:41:53.540333 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15819 | 2025.03.03 23:41:53.540596 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15820 | 2025.03.03 23:41:53.540848 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002042 sec., 27424.09402546523 rows/sec., 2.11 MiB/sec. | ||
| 15821 | 2025.03.03 23:41:53.540932 [ 5 ] {5bdb2678-3b17-4f31-8542-1bf220eb62c7} <Debug> TCPHandler: Processed in 0.002409389 sec. | ||
| 15822 | 2025.03.03 23:41:53.541065 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15823 | 2025.03.03 23:41:53.541237 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15824 | 2025.03.03 23:41:53.541316 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15825 | 2025.03.03 23:41:53.541960 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15826 | 2025.03.03 23:41:53.542005 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15827 | 2025.03.03 23:41:53.542386 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15828 | 2025.03.03 23:41:53.542638 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15829 | 2025.03.03 23:41:53.542872 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001689 sec., 37892.24393132031 rows/sec., 2.96 MiB/sec. | ||
| 15830 | 2025.03.03 23:41:53.542931 [ 5 ] {03b227ba-75d9-48f2-94bd-0368bc79c41d} <Debug> TCPHandler: Processed in 0.001928005 sec. | ||
| 15831 | 2025.03.03 23:41:53.543036 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15832 | 2025.03.03 23:41:53.543145 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15833 | 2025.03.03 23:41:53.543197 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15834 | 2025.03.03 23:41:53.543723 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15835 | 2025.03.03 23:41:53.543763 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15836 | 2025.03.03 23:41:53.544168 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15837 | 2025.03.03 23:41:53.544415 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15838 | 2025.03.03 23:41:53.544631 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 15839 | 2025.03.03 23:41:53.544684 [ 5 ] {1bc4c064-8c8a-4036-a0b4-b7e6895c9094} <Debug> TCPHandler: Processed in 0.001697828 sec. | ||
| 15840 | 2025.03.03 23:41:53.544792 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15841 | 2025.03.03 23:41:53.544894 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15842 | 2025.03.03 23:41:53.544941 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15843 | 2025.03.03 23:41:53.545395 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15844 | 2025.03.03 23:41:53.545435 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15845 | 2025.03.03 23:41:53.545811 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15846 | 2025.03.03 23:41:53.546048 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15847 | 2025.03.03 23:41:53.546280 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 15848 | 2025.03.03 23:41:53.546343 [ 5 ] {ae23dc49-a1d3-4a03-8638-9b9d5130c751} <Debug> TCPHandler: Processed in 0.001601196 sec. | ||
| 15849 | 2025.03.03 23:41:56.601716 [ 25 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15850 | 2025.03.03 23:41:56.601801 [ 25 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15851 | 2025.03.03 23:41:56.601830 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15852 | 2025.03.03 23:41:56.601983 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15853 | 2025.03.03 23:41:56.602251 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15854 | 2025.03.03 23:41:56.602314 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 163 rows starting from the beginning of the part | ||
| 15855 | 2025.03.03 23:41:56.602425 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 149 rows starting from the beginning of the part | ||
| 15856 | 2025.03.03 23:41:56.602662 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 145 rows starting from the beginning of the part | ||
| 15857 | 2025.03.03 23:41:56.602872 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 145 rows starting from the beginning of the part | ||
| 15858 | 2025.03.03 23:41:56.603036 [ 201 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 159 rows starting from the beginning of the part | ||
| 15859 | 2025.03.03 23:41:56.604129 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224474 sec., 342103.3466788103 rows/sec., 22.86 MiB/sec. | ||
| 15860 | 2025.03.03 23:41:56.604374 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15861 | 2025.03.03 23:41:56.604757 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15862 | 2025.03.03 23:41:56.604854 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_60_13} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15863 | 2025.03.03 23:41:56.604967 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15864 | 2025.03.03 23:41:57.037678 [ 35 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15865 | 2025.03.03 23:41:57.037770 [ 35 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15866 | 2025.03.03 23:41:57.037813 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15867 | 2025.03.03 23:41:57.038066 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15868 | 2025.03.03 23:41:57.038526 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15869 | 2025.03.03 23:41:57.038592 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 341 rows starting from the beginning of the part | ||
| 15870 | 2025.03.03 23:41:57.038678 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 341 rows starting from the beginning of the part | ||
| 15871 | 2025.03.03 23:41:57.038907 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 113 rows starting from the beginning of the part | ||
| 15872 | 2025.03.03 23:41:57.039053 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 113 rows starting from the beginning of the part | ||
| 15873 | 2025.03.03 23:41:57.039282 [ 191 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 341 rows starting from the beginning of the part | ||
| 15874 | 2025.03.03 23:41:57.040556 [ 190 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002642525 sec., 472653.9957048656 rows/sec., 33.17 MiB/sec. | ||
| 15875 | 2025.03.03 23:41:57.040782 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15876 | 2025.03.03 23:41:57.041136 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15877 | 2025.03.03 23:41:57.041227 [ 192 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_60_13} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15878 | 2025.03.03 23:41:57.041333 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 15879 | 2025.03.03 23:41:57.058134 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15880 | 2025.03.03 23:41:57.058191 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15881 | 2025.03.03 23:41:57.306751 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 15882 | 2025.03.03 23:41:57.307407 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15883 | 2025.03.03 23:41:57.307453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15884 | 2025.03.03 23:41:57.307984 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15885 | 2025.03.03 23:41:57.308240 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15886 | 2025.03.03 23:41:57.308427 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15887 | 2025.03.03 23:41:57.532561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2198 | ||
| 15888 | 2025.03.03 23:41:57.535546 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15889 | 2025.03.03 23:41:57.535601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15890 | 2025.03.03 23:41:57.537133 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15891 | 2025.03.03 23:41:57.537469 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15892 | 2025.03.03 23:41:57.539206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2198 | ||
| 15893 | 2025.03.03 23:41:58.005668 [ 223 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15894 | 2025.03.03 23:41:58.005719 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15895 | 2025.03.03 23:41:58.007709 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15896 | 2025.03.03 23:41:58.112890 [ 34 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15897 | 2025.03.03 23:41:58.112963 [ 34 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15898 | 2025.03.03 23:41:58.112989 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15899 | 2025.03.03 23:41:58.113167 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15900 | 2025.03.03 23:41:58.113619 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15901 | 2025.03.03 23:41:58.113701 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 15902 | 2025.03.03 23:41:58.113796 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 15903 | 2025.03.03 23:41:58.113996 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 15904 | 2025.03.03 23:41:58.114321 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 15905 | 2025.03.03 23:41:58.114595 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 15906 | 2025.03.03 23:41:58.116122 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.003053367 sec., 117902.63011292125 rows/sec., 6.02 MiB/sec. | ||
| 15907 | 2025.03.03 23:41:58.116338 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15908 | 2025.03.03 23:41:58.116720 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15909 | 2025.03.03 23:41:58.116813 [ 192 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_60_13} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15910 | 2025.03.03 23:41:58.116911 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15911 | 2025.03.03 23:41:58.183634 [ 223 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15912 | 2025.03.03 23:41:58.183711 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15913 | 2025.03.03 23:41:58.186142 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15914 | 2025.03.03 23:41:58.546296 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15915 | 2025.03.03 23:41:58.546490 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15916 | 2025.03.03 23:41:58.546563 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15917 | 2025.03.03 23:41:58.547439 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15918 | 2025.03.03 23:41:58.547490 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15919 | 2025.03.03 23:41:58.547940 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15920 | 2025.03.03 23:41:58.548194 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15921 | 2025.03.03 23:41:58.548357 [ 34 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15922 | 2025.03.03 23:41:58.548400 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00196 sec., 108163.26530612246 rows/sec., 6.88 MiB/sec. | ||
| 15923 | 2025.03.03 23:41:58.548409 [ 34 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15924 | 2025.03.03 23:41:58.548456 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15925 | 2025.03.03 23:41:58.548480 [ 5 ] {b3049256-da45-4cd7-bc52-f8aa45c6ec89} <Debug> TCPHandler: Processed in 0.002315166 sec. | ||
| 15926 | 2025.03.03 23:41:58.548674 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15927 | 2025.03.03 23:41:58.548683 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15928 | 2025.03.03 23:41:58.548844 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15929 | 2025.03.03 23:41:58.548966 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15930 | 2025.03.03 23:41:58.548985 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15931 | 2025.03.03 23:41:58.549092 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 212 rows starting from the beginning of the part | ||
| 15932 | 2025.03.03 23:41:58.549409 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part | ||
| 15933 | 2025.03.03 23:41:58.549860 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part | ||
| 15934 | 2025.03.03 23:41:58.550256 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part | ||
| 15935 | 2025.03.03 23:41:58.550562 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part | ||
| 15936 | 2025.03.03 23:41:58.552101 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15937 | 2025.03.03 23:41:58.552177 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15938 | 2025.03.03 23:41:58.553152 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15939 | 2025.03.03 23:41:58.553180 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004603562 sec., 230256.48400086715 rows/sec., 15.52 MiB/sec. | ||
| 15940 | 2025.03.03 23:41:58.553373 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15941 | 2025.03.03 23:41:58.553549 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15942 | 2025.03.03 23:41:58.553937 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15943 | 2025.03.03 23:41:58.553947 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00514 sec., 135214.00778210117 rows/sec., 10.80 MiB/sec. | ||
| 15944 | 2025.03.03 23:41:58.554105 [ 5 ] {7f888cd1-a6e5-4f15-8ba8-a0baad8851ed} <Debug> TCPHandler: Processed in 0.005510087 sec. | ||
| 15945 | 2025.03.03 23:41:58.554130 [ 200 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_61_15} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15946 | 2025.03.03 23:41:58.554250 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15947 | 2025.03.03 23:41:58.554264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 15948 | 2025.03.03 23:41:58.554371 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15949 | 2025.03.03 23:41:58.554421 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15950 | 2025.03.03 23:41:58.555016 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15951 | 2025.03.03 23:41:58.555054 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15952 | 2025.03.03 23:41:58.555409 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15953 | 2025.03.03 23:41:58.555640 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15954 | 2025.03.03 23:41:58.555810 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00146 sec., 99315.06849315068 rows/sec., 6.23 MiB/sec. | ||
| 15955 | 2025.03.03 23:41:58.555860 [ 5 ] {55a577f5-735b-460c-8831-64c28ae3c620} <Debug> TCPHandler: Processed in 0.001678018 sec. | ||
| 15956 | 2025.03.03 23:41:58.555977 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15957 | 2025.03.03 23:41:58.556082 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15958 | 2025.03.03 23:41:58.556127 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15959 | 2025.03.03 23:41:58.556672 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15960 | 2025.03.03 23:41:58.556709 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15961 | 2025.03.03 23:41:58.557058 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15962 | 2025.03.03 23:41:58.557297 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15963 | 2025.03.03 23:41:58.557464 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001403 sec., 80541.69636493229 rows/sec., 5.21 MiB/sec. | ||
| 15964 | 2025.03.03 23:41:58.557515 [ 5 ] {4f594be1-072b-4881-aeec-a0ded5b4152d} <Debug> TCPHandler: Processed in 0.001589386 sec. | ||
| 15965 | 2025.03.03 23:41:58.557629 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15966 | 2025.03.03 23:41:58.557736 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15967 | 2025.03.03 23:41:58.557780 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15968 | 2025.03.03 23:41:58.558322 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15969 | 2025.03.03 23:41:58.558360 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15970 | 2025.03.03 23:41:58.558706 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15971 | 2025.03.03 23:41:58.558944 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15972 | 2025.03.03 23:41:58.559062 [ 34 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15973 | 2025.03.03 23:41:58.559102 [ 34 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15974 | 2025.03.03 23:41:58.559124 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001408 sec., 79545.45454545454 rows/sec., 4.53 MiB/sec. | ||
| 15975 | 2025.03.03 23:41:58.559127 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15976 | 2025.03.03 23:41:58.559247 [ 5 ] {9ab44d99-1afa-445b-9acd-a324b4c65ed3} <Debug> TCPHandler: Processed in 0.001665988 sec. | ||
| 15977 | 2025.03.03 23:41:58.559309 [ 222 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15978 | 2025.03.03 23:41:58.559387 [ 222 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15979 | 2025.03.03 23:41:58.559528 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15980 | 2025.03.03 23:41:58.559564 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15981 | 2025.03.03 23:41:58.559900 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15982 | 2025.03.03 23:41:58.559927 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15983 | 2025.03.03 23:41:58.560002 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15984 | 2025.03.03 23:41:58.560040 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 112 rows starting from the beginning of the part | ||
| 15985 | 2025.03.03 23:41:58.560740 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part | ||
| 15986 | 2025.03.03 23:41:58.562374 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
| 15987 | 2025.03.03 23:41:58.562880 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part | ||
| 15988 | 2025.03.03 23:41:58.563615 [ 200 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part | ||
| 15989 | 2025.03.03 23:41:58.565015 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15990 | 2025.03.03 23:41:58.565108 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 15991 | 2025.03.03 23:41:58.566240 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15992 | 2025.03.03 23:41:58.566281 [ 222 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15993 | 2025.03.03 23:41:58.567260 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15994 | 2025.03.03 23:41:58.568136 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.008307 sec., 50680.14927169857 rows/sec., 3.61 MiB/sec. | ||
| 15995 | 2025.03.03 23:41:58.568304 [ 5 ] {8b774ed5-de1a-444e-855a-1404ec2f3df0} <Debug> TCPHandler: Processed in 0.008836952 sec. | ||
| 15996 | 2025.03.03 23:41:58.568476 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.009244794 sec., 60574.63259862794 rows/sec., 3.68 MiB/sec. | ||
| 15997 | 2025.03.03 23:41:58.568484 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15998 | 2025.03.03 23:41:58.568609 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15999 | 2025.03.03 23:41:58.568615 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16000 | 2025.03.03 23:41:58.568671 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16001 | 2025.03.03 23:41:58.568980 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16002 | 2025.03.03 23:41:58.569090 [ 190 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_61_15} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16003 | 2025.03.03 23:41:58.569199 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16004 | 2025.03.03 23:41:58.569280 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2025.03.03 23:41:58.569318 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16006 | 2025.03.03 23:41:58.569687 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16007 | 2025.03.03 23:41:58.569919 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16008 | 2025.03.03 23:41:58.570092 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 16009 | 2025.03.03 23:41:58.570140 [ 5 ] {1493e259-83ef-438c-a617-54c00170b905} <Debug> TCPHandler: Processed in 0.001719309 sec. | ||
| 16010 | 2025.03.03 23:41:58.570245 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16011 | 2025.03.03 23:41:58.570347 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16012 | 2025.03.03 23:41:58.570395 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16013 | 2025.03.03 23:41:58.570907 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2025.03.03 23:41:58.570945 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16015 | 2025.03.03 23:41:58.571336 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16016 | 2025.03.03 23:41:58.571575 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16017 | 2025.03.03 23:41:58.571711 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 16018 | 2025.03.03 23:41:58.571753 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16019 | 2025.03.03 23:41:58.571757 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00143 sec., 165734.26573426573 rows/sec., 11.11 MiB/sec. | ||
| 16020 | 2025.03.03 23:41:58.571779 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16021 | 2025.03.03 23:41:58.571865 [ 5 ] {eb40a848-f539-428a-b151-f504e16cba9c} <Debug> TCPHandler: Processed in 0.001666398 sec. | ||
| 16022 | 2025.03.03 23:41:58.572039 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16023 | 2025.03.03 23:41:58.572121 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16024 | 2025.03.03 23:41:58.572158 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 16025 | 2025.03.03 23:41:58.572185 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16026 | 2025.03.03 23:41:58.572646 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16027 | 2025.03.03 23:41:58.572670 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16028 | 2025.03.03 23:41:58.572775 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16029 | 2025.03.03 23:41:58.572779 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_28, total 40722 rows starting from the beginning of the part | ||
| 16030 | 2025.03.03 23:41:58.573236 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 16031 | 2025.03.03 23:41:58.573883 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 994 rows starting from the beginning of the part | ||
| 16032 | 2025.03.03 23:41:58.574304 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 96 rows starting from the beginning of the part | ||
| 16033 | 2025.03.03 23:41:58.574662 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 16034 | 2025.03.03 23:41:58.575342 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 16035 | 2025.03.03 23:41:58.577085 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2025.03.03 23:41:58.577170 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16037 | 2025.03.03 23:41:58.578287 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16038 | 2025.03.03 23:41:58.579021 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16039 | 2025.03.03 23:41:58.579533 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16040 | 2025.03.03 23:41:58.581062 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00845 sec., 118.3431952662722 rows/sec., 7.97 KiB/sec. | ||
| 16041 | 2025.03.03 23:41:58.581869 [ 5 ] {ed3c489f-47ea-4d18-9c6e-6f8ff63f0118} <Debug> TCPHandler: Processed in 0.009787499 sec. | ||
| 16042 | 2025.03.03 23:41:58.582008 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16043 | 2025.03.03 23:41:58.582142 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16044 | 2025.03.03 23:41:58.582233 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16045 | 2025.03.03 23:41:58.583793 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16046 | 2025.03.03 23:41:58.583833 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16047 | 2025.03.03 23:41:58.585020 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16048 | 2025.03.03 23:41:58.585438 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16049 | 2025.03.03 23:41:58.585757 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16050 | 2025.03.03 23:41:58.585844 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16051 | 2025.03.03 23:41:58.585894 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16052 | 2025.03.03 23:41:58.586159 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003962 sec., 9843.513377082281 rows/sec., 17.64 MiB/sec. | ||
| 16053 | 2025.03.03 23:41:58.586294 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 16054 | 2025.03.03 23:41:58.588153 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16055 | 2025.03.03 23:41:58.588315 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42369 rows, containing 5 columns (5 merged, 0 gathered) in 0.016403038 sec., 2582997.12528862 rows/sec., 174.37 MiB/sec. | ||
| 16056 | 2025.03.03 23:41:58.588395 [ 5 ] {de826b07-a9a6-4188-93c8-7d92f12ad4fa} <Debug> TCPHandler: Processed in 0.006422163 sec. | ||
| 16057 | 2025.03.03 23:41:58.588508 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2066 rows starting from the beginning of the part | ||
| 16058 | 2025.03.03 23:41:58.588744 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16059 | 2025.03.03 23:41:58.589215 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 16060 | 2025.03.03 23:41:58.589234 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16061 | 2025.03.03 23:41:58.589328 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 16062 | 2025.03.03 23:41:58.589472 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16063 | 2025.03.03 23:41:58.590573 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 16064 | 2025.03.03 23:41:58.590745 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16065 | 2025.03.03 23:41:58.591329 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 16066 | 2025.03.03 23:41:58.591702 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 16067 | 2025.03.03 23:41:58.591720 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 16068 | 2025.03.03 23:41:58.592621 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 16069 | 2025.03.03 23:41:58.592777 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16070 | 2025.03.03 23:41:58.592899 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16071 | 2025.03.03 23:41:58.593336 [ 193 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 16072 | 2025.03.03 23:41:58.594655 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16073 | 2025.03.03 23:41:58.595184 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16074 | 2025.03.03 23:41:58.595694 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006695 sec., 12247.946228528752 rows/sec., 796.57 KiB/sec. | ||
| 16075 | 2025.03.03 23:41:58.595777 [ 5 ] {3eb06aa2-a666-451b-ab3a-cc15ba9e7753} <Debug> TCPHandler: Processed in 0.007128794 sec. | ||
| 16076 | 2025.03.03 23:41:58.604421 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2261 rows, containing 19 columns (19 merged, 0 gathered) in 0.018420975 sec., 122740.51726360848 rows/sec., 219.95 MiB/sec. | ||
| 16077 | 2025.03.03 23:41:58.606675 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16078 | 2025.03.03 23:41:58.607092 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16079 | 2025.03.03 23:41:58.607167 [ 198 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16080 | 2025.03.03 23:41:58.607321 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.55 MiB. | ||
| 16081 | 2025.03.03 23:41:58.987675 [ 217 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16082 | 2025.03.03 23:41:58.987736 [ 217 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16083 | 2025.03.03 23:41:58.989534 [ 217 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16084 | 2025.03.03 23:41:59.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.42 MiB, peak 283.93 MiB, free memory in arenas 0.00 B, will set to 267.16 MiB (RSS), difference: 1.73 MiB | ||
| 16085 | 2025.03.03 23:41:59.454145 [ 220 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16086 | 2025.03.03 23:41:59.454197 [ 220 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16087 | 2025.03.03 23:41:59.456199 [ 220 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16088 | 2025.03.03 23:42:00.118027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16089 | 2025.03.03 23:42:00.143852 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16090 | 2025.03.03 23:42:00.143905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 16091 | 2025.03.03 23:42:00.151504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16092 | 2025.03.03 23:42:00.152348 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16093 | 2025.03.03 23:42:00.155772 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16094 | 2025.03.03 23:42:03.537681 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16095 | 2025.03.03 23:42:03.537886 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16096 | 2025.03.03 23:42:03.537967 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16097 | 2025.03.03 23:42:03.538868 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16098 | 2025.03.03 23:42:03.538919 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16099 | 2025.03.03 23:42:03.539346 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16100 | 2025.03.03 23:42:03.539596 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16101 | 2025.03.03 23:42:03.539832 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.15 MiB/sec. | ||
| 16102 | 2025.03.03 23:42:03.539888 [ 5 ] {f2c4d600-e627-4ffc-b1cb-3269e3ffa585} <Debug> TCPHandler: Processed in 0.002335656 sec. | ||
| 16103 | 2025.03.03 23:42:03.540003 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16104 | 2025.03.03 23:42:03.540109 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16105 | 2025.03.03 23:42:03.540154 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16106 | 2025.03.03 23:42:03.540682 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16107 | 2025.03.03 23:42:03.540721 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16108 | 2025.03.03 23:42:03.541080 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16109 | 2025.03.03 23:42:03.541312 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16110 | 2025.03.03 23:42:03.541522 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 16111 | 2025.03.03 23:42:03.541574 [ 5 ] {b380d81f-ea1b-40e8-90b2-d2491a4b1a4c} <Debug> TCPHandler: Processed in 0.001621856 sec. | ||
| 16112 | 2025.03.03 23:42:03.541686 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16113 | 2025.03.03 23:42:03.541792 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16114 | 2025.03.03 23:42:03.541842 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16115 | 2025.03.03 23:42:03.542347 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2025.03.03 23:42:03.542386 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16117 | 2025.03.03 23:42:03.542786 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16118 | 2025.03.03 23:42:03.543023 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16119 | 2025.03.03 23:42:03.543243 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 16120 | 2025.03.03 23:42:03.543348 [ 5 ] {4c5a8cc6-454e-432e-a725-d477c28e0eee} <Debug> TCPHandler: Processed in 0.001709619 sec. | ||
| 16121 | 2025.03.03 23:42:03.543483 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16122 | 2025.03.03 23:42:03.543773 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16123 | 2025.03.03 23:42:03.543929 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16124 | 2025.03.03 23:42:03.544825 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16125 | 2025.03.03 23:42:03.544864 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16126 | 2025.03.03 23:42:03.545223 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16127 | 2025.03.03 23:42:03.545448 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16128 | 2025.03.03 23:42:03.545675 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002014 sec., 29791.45978152929 rows/sec., 2.01 MiB/sec. | ||
| 16129 | 2025.03.03 23:42:03.545733 [ 5 ] {bfb8e1a3-939a-46f0-8c9c-6aa29c17d7ad} <Debug> TCPHandler: Processed in 0.002321456 sec. | ||
| 16130 | 2025.03.03 23:42:04.217535 [ 220 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16131 | 2025.03.03 23:42:04.217614 [ 220 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16132 | 2025.03.03 23:42:04.219551 [ 220 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16133 | 2025.03.03 23:42:04.808548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 16134 | 2025.03.03 23:42:04.809220 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16135 | 2025.03.03 23:42:04.809268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16136 | 2025.03.03 23:42:04.809833 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16137 | 2025.03.03 23:42:04.810114 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16138 | 2025.03.03 23:42:04.810402 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 16139 | 2025.03.03 23:42:06.863360 [ 221 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16140 | 2025.03.03 23:42:06.863425 [ 221 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16141 | 2025.03.03 23:42:06.865420 [ 221 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16142 | 2025.03.03 23:42:07.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.16 MiB, peak 283.93 MiB, free memory in arenas 0.00 B, will set to 267.16 MiB (RSS), difference: 4.00 MiB | ||
| 16143 | 2025.03.03 23:42:07.539337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2228 | ||
| 16144 | 2025.03.03 23:42:07.542543 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16145 | 2025.03.03 23:42:07.542602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16146 | 2025.03.03 23:42:07.544146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16147 | 2025.03.03 23:42:07.544472 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16148 | 2025.03.03 23:42:07.546012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2228 | ||
| 16149 | 2025.03.03 23:42:07.655829 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 16150 | 2025.03.03 23:42:07.678244 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16151 | 2025.03.03 23:42:07.678293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16152 | 2025.03.03 23:42:07.685850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16153 | 2025.03.03 23:42:07.686682 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16154 | 2025.03.03 23:42:07.689454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16155 | 2025.03.03 23:42:08.545725 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16156 | 2025.03.03 23:42:08.545916 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16157 | 2025.03.03 23:42:08.545990 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16158 | 2025.03.03 23:42:08.546790 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2025.03.03 23:42:08.546841 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16160 | 2025.03.03 23:42:08.547287 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16161 | 2025.03.03 23:42:08.547544 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2025.03.03 23:42:08.547809 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001931 sec., 109787.67477990678 rows/sec., 6.98 MiB/sec. | ||
| 16163 | 2025.03.03 23:42:08.547921 [ 5 ] {f29a4372-fa58-49c4-881d-35ce7c0bfd78} <Debug> TCPHandler: Processed in 0.002322237 sec. | ||
| 16164 | 2025.03.03 23:42:08.548169 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16165 | 2025.03.03 23:42:08.548324 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16166 | 2025.03.03 23:42:08.548375 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16167 | 2025.03.03 23:42:08.549152 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16168 | 2025.03.03 23:42:08.549194 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16169 | 2025.03.03 23:42:08.549604 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16170 | 2025.03.03 23:42:08.549850 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16171 | 2025.03.03 23:42:08.550069 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001776 sec., 391328.8288288288 rows/sec., 31.24 MiB/sec. | ||
| 16172 | 2025.03.03 23:42:08.550121 [ 5 ] {c50852b9-5048-4905-9ba4-0d8433892beb} <Debug> TCPHandler: Processed in 0.002045588 sec. | ||
| 16173 | 2025.03.03 23:42:08.550232 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16174 | 2025.03.03 23:42:08.550336 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16175 | 2025.03.03 23:42:08.550381 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16176 | 2025.03.03 23:42:08.550930 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2025.03.03 23:42:08.550968 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16178 | 2025.03.03 23:42:08.551325 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16179 | 2025.03.03 23:42:08.551560 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16180 | 2025.03.03 23:42:08.551730 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001416 sec., 102401.12994350283 rows/sec., 6.43 MiB/sec. | ||
| 16181 | 2025.03.03 23:42:08.551781 [ 5 ] {b151d6c9-0f54-49d1-8df0-caaaa4411ee6} <Debug> TCPHandler: Processed in 0.001600266 sec. | ||
| 16182 | 2025.03.03 23:42:08.551881 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16183 | 2025.03.03 23:42:08.551981 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16184 | 2025.03.03 23:42:08.552026 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16185 | 2025.03.03 23:42:08.552549 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16186 | 2025.03.03 23:42:08.552586 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16187 | 2025.03.03 23:42:08.552940 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16188 | 2025.03.03 23:42:08.553181 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16189 | 2025.03.03 23:42:08.553351 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001392 sec., 81178.16091954023 rows/sec., 5.25 MiB/sec. | ||
| 16190 | 2025.03.03 23:42:08.553402 [ 5 ] {6f8c8d22-48bb-416c-863a-6880cf0d7cbf} <Debug> TCPHandler: Processed in 0.001570185 sec. | ||
| 16191 | 2025.03.03 23:42:08.553502 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16192 | 2025.03.03 23:42:08.553603 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16193 | 2025.03.03 23:42:08.553648 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16194 | 2025.03.03 23:42:08.554172 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16195 | 2025.03.03 23:42:08.554210 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16196 | 2025.03.03 23:42:08.554562 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16197 | 2025.03.03 23:42:08.554810 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16198 | 2025.03.03 23:42:08.554982 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001401 sec., 79942.89793004996 rows/sec., 4.55 MiB/sec. | ||
| 16199 | 2025.03.03 23:42:08.555033 [ 5 ] {88077e49-232c-4feb-b23e-fba193e4511f} <Debug> TCPHandler: Processed in 0.001579495 sec. | ||
| 16200 | 2025.03.03 23:42:08.555161 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16201 | 2025.03.03 23:42:08.555296 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16202 | 2025.03.03 23:42:08.555349 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16203 | 2025.03.03 23:42:08.556099 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16204 | 2025.03.03 23:42:08.556138 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16205 | 2025.03.03 23:42:08.556514 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16206 | 2025.03.03 23:42:08.556753 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16207 | 2025.03.03 23:42:08.556928 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001661 sec., 253461.77001806142 rows/sec., 18.05 MiB/sec. | ||
| 16208 | 2025.03.03 23:42:08.556979 [ 5 ] {3d2fef54-4433-4277-809a-1ed6a95e5686} <Debug> TCPHandler: Processed in 0.001881783 sec. | ||
| 16209 | 2025.03.03 23:42:08.557079 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16210 | 2025.03.03 23:42:08.557181 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16211 | 2025.03.03 23:42:08.557227 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16212 | 2025.03.03 23:42:08.557641 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16213 | 2025.03.03 23:42:08.557678 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16214 | 2025.03.03 23:42:08.558025 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16215 | 2025.03.03 23:42:08.558253 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16216 | 2025.03.03 23:42:08.558434 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec. | ||
| 16217 | 2025.03.03 23:42:08.558523 [ 5 ] {d6f704ee-182a-48cf-8c54-cd80fc5d4ad4} <Debug> TCPHandler: Processed in 0.001493902 sec. | ||
| 16218 | 2025.03.03 23:42:08.558680 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16219 | 2025.03.03 23:42:08.558781 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16220 | 2025.03.03 23:42:08.558829 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16221 | 2025.03.03 23:42:08.559320 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16222 | 2025.03.03 23:42:08.559357 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16223 | 2025.03.03 23:42:08.559731 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16224 | 2025.03.03 23:42:08.559965 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16225 | 2025.03.03 23:42:08.560137 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001378 sec., 171988.38896952104 rows/sec., 11.53 MiB/sec. | ||
| 16226 | 2025.03.03 23:42:08.560187 [ 5 ] {288ac925-0115-4df5-808d-9e7e483dc595} <Debug> TCPHandler: Processed in 0.001567355 sec. | ||
| 16227 | 2025.03.03 23:42:08.560316 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16228 | 2025.03.03 23:42:08.560453 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16229 | 2025.03.03 23:42:08.560509 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16230 | 2025.03.03 23:42:08.561004 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16231 | 2025.03.03 23:42:08.561041 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16232 | 2025.03.03 23:42:08.561393 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16233 | 2025.03.03 23:42:08.561623 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16234 | 2025.03.03 23:42:08.561812 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 16235 | 2025.03.03 23:42:08.561845 [ 224 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16236 | 2025.03.03 23:42:08.561888 [ 5 ] {b2a5de01-b948-46df-b1c2-48179ca89058} <Debug> TCPHandler: Processed in 0.001636516 sec. | ||
| 16237 | 2025.03.03 23:42:08.561911 [ 224 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16238 | 2025.03.03 23:42:08.562079 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16239 | 2025.03.03 23:42:08.562215 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16240 | 2025.03.03 23:42:08.562322 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16241 | 2025.03.03 23:42:08.564709 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16242 | 2025.03.03 23:42:08.564762 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16243 | 2025.03.03 23:42:08.566051 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16244 | 2025.03.03 23:42:08.566461 [ 224 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16245 | 2025.03.03 23:42:08.566484 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16246 | 2025.03.03 23:42:08.567160 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004946 sec., 7885.1597250303275 rows/sec., 14.13 MiB/sec. | ||
| 16247 | 2025.03.03 23:42:08.567381 [ 5 ] {cc6f5d2c-5855-4d85-83e1-d0d9432693d5} <Debug> TCPHandler: Processed in 0.005371313 sec. | ||
| 16248 | 2025.03.03 23:42:08.567511 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16249 | 2025.03.03 23:42:08.567622 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16250 | 2025.03.03 23:42:08.567668 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16251 | 2025.03.03 23:42:08.568104 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16252 | 2025.03.03 23:42:08.568141 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16253 | 2025.03.03 23:42:08.568518 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16254 | 2025.03.03 23:42:08.568757 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16255 | 2025.03.03 23:42:08.568956 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001345 sec., 60966.542750929366 rows/sec., 3.87 MiB/sec. | ||
| 16256 | 2025.03.03 23:42:08.569022 [ 5 ] {9ff1bd47-3ba9-4b35-b707-83e0ad4d3191} <Debug> TCPHandler: Processed in 0.001560865 sec. | ||
| 16257 | 2025.03.03 23:42:12.058231 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16258 | 2025.03.03 23:42:12.058299 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16259 | 2025.03.03 23:42:12.310549 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 16260 | 2025.03.03 23:42:12.311493 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16261 | 2025.03.03 23:42:12.311538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16262 | 2025.03.03 23:42:12.312101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16263 | 2025.03.03 23:42:12.312387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16264 | 2025.03.03 23:42:12.312563 [ 95 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16265 | 2025.03.03 23:42:12.312603 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16266 | 2025.03.03 23:42:12.312623 [ 95 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16267 | 2025.03.03 23:42:12.312652 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16268 | 2025.03.03 23:42:12.312847 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16269 | 2025.03.03 23:42:12.313094 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16270 | 2025.03.03 23:42:12.313165 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 16271 | 2025.03.03 23:42:12.313249 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 16272 | 2025.03.03 23:42:12.313470 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 16273 | 2025.03.03 23:42:12.313755 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 16274 | 2025.03.03 23:42:12.314021 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 16275 | 2025.03.03 23:42:12.314334 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 16276 | 2025.03.03 23:42:12.317971 [ 198 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.00522753 sec., 7538168.121464631 rows/sec., 107.83 MiB/sec. | ||
| 16277 | 2025.03.03 23:42:12.318626 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16278 | 2025.03.03 23:42:12.319210 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16279 | 2025.03.03 23:42:12.319308 [ 189 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_86_17} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16280 | 2025.03.03 23:42:12.319428 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 16281 | 2025.03.03 23:42:13.537683 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16282 | 2025.03.03 23:42:13.537870 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16283 | 2025.03.03 23:42:13.537941 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16284 | 2025.03.03 23:42:13.538678 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16285 | 2025.03.03 23:42:13.538730 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16286 | 2025.03.03 23:42:13.539168 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16287 | 2025.03.03 23:42:13.539423 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16288 | 2025.03.03 23:42:13.539594 [ 94 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16289 | 2025.03.03 23:42:13.539622 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001802 sec., 31076.581576026638 rows/sec., 2.39 MiB/sec. | ||
| 16290 | 2025.03.03 23:42:13.539635 [ 94 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16291 | 2025.03.03 23:42:13.539663 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16292 | 2025.03.03 23:42:13.539696 [ 5 ] {81876bca-4f6d-49c6-84c1-ddb93e6624fe} <Debug> TCPHandler: Processed in 0.002144081 sec. | ||
| 16293 | 2025.03.03 23:42:13.539821 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16294 | 2025.03.03 23:42:13.539834 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16295 | 2025.03.03 23:42:13.539978 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16296 | 2025.03.03 23:42:13.539985 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16297 | 2025.03.03 23:42:13.540020 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1844 rows starting from the beginning of the part | ||
| 16298 | 2025.03.03 23:42:13.540042 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16299 | 2025.03.03 23:42:13.540256 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 16300 | 2025.03.03 23:42:13.540653 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 695 rows starting from the beginning of the part | ||
| 16301 | 2025.03.03 23:42:13.541074 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 16302 | 2025.03.03 23:42:13.541443 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 695 rows starting from the beginning of the part | ||
| 16303 | 2025.03.03 23:42:13.541827 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 16304 | 2025.03.03 23:42:13.542710 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16305 | 2025.03.03 23:42:13.542754 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16306 | 2025.03.03 23:42:13.543281 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16307 | 2025.03.03 23:42:13.543587 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16308 | 2025.03.03 23:42:13.543739 [ 94 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16309 | 2025.03.03 23:42:13.543773 [ 94 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16310 | 2025.03.03 23:42:13.543818 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003853 sec., 16610.433428497276 rows/sec., 1.30 MiB/sec. | ||
| 16311 | 2025.03.03 23:42:13.543828 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16312 | 2025.03.03 23:42:13.543947 [ 5 ] {72fde598-21f8-4783-9e68-f85ec3bc9312} <Debug> TCPHandler: Processed in 0.004167169 sec. | ||
| 16313 | 2025.03.03 23:42:13.544223 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16314 | 2025.03.03 23:42:13.544266 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16315 | 2025.03.03 23:42:13.544602 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004865009 sec., 699279.281908831 rows/sec., 59.05 MiB/sec. | ||
| 16316 | 2025.03.03 23:42:13.544646 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16317 | 2025.03.03 23:42:13.544765 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16318 | 2025.03.03 23:42:13.544780 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16319 | 2025.03.03 23:42:13.544851 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 913 rows starting from the beginning of the part | ||
| 16320 | 2025.03.03 23:42:13.544972 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16321 | 2025.03.03 23:42:13.545296 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 16322 | 2025.03.03 23:42:13.545715 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 421 rows starting from the beginning of the part | ||
| 16323 | 2025.03.03 23:42:13.546291 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 16324 | 2025.03.03 23:42:13.546448 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16325 | 2025.03.03 23:42:13.546838 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 421 rows starting from the beginning of the part | ||
| 16326 | 2025.03.03 23:42:13.546935 [ 194 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_146_29} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16327 | 2025.03.03 23:42:13.547293 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16328 | 2025.03.03 23:42:13.547400 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 16329 | 2025.03.03 23:42:13.548288 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16330 | 2025.03.03 23:42:13.548358 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16331 | 2025.03.03 23:42:13.549433 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16332 | 2025.03.03 23:42:13.549910 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16333 | 2025.03.03 23:42:13.550267 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005718 sec., 27981.811822315496 rows/sec., 1.95 MiB/sec. | ||
| 16334 | 2025.03.03 23:42:13.550656 [ 5 ] {2437c4ef-c0e0-456a-90e8-a6c8ffe4abb6} <Debug> TCPHandler: Processed in 0.006470594 sec. | ||
| 16335 | 2025.03.03 23:42:13.550798 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006851456 sec., 284173.1742858744 rows/sec., 21.70 MiB/sec. | ||
| 16336 | 2025.03.03 23:42:13.550890 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16337 | 2025.03.03 23:42:13.551113 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16338 | 2025.03.03 23:42:13.551337 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16339 | 2025.03.03 23:42:13.551552 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16340 | 2025.03.03 23:42:13.552048 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16341 | 2025.03.03 23:42:13.552393 [ 189 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_146_29} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16342 | 2025.03.03 23:42:13.552664 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16343 | 2025.03.03 23:42:13.553293 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16344 | 2025.03.03 23:42:13.553336 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16345 | 2025.03.03 23:42:13.553712 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16346 | 2025.03.03 23:42:13.553947 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16347 | 2025.03.03 23:42:13.554092 [ 94 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16348 | 2025.03.03 23:42:13.554132 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002988 sec., 20080.321285140562 rows/sec., 1.35 MiB/sec. | ||
| 16349 | 2025.03.03 23:42:13.554138 [ 94 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16350 | 2025.03.03 23:42:13.554184 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16351 | 2025.03.03 23:42:13.554208 [ 5 ] {5cfbc9a6-e81a-424b-87fb-59b2b6941949} <Debug> TCPHandler: Processed in 0.003418187 sec. | ||
| 16352 | 2025.03.03 23:42:13.554382 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16353 | 2025.03.03 23:42:13.554569 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16354 | 2025.03.03 23:42:13.554612 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8436 rows starting from the beginning of the part | ||
| 16355 | 2025.03.03 23:42:13.554759 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 16356 | 2025.03.03 23:42:13.554862 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 16357 | 2025.03.03 23:42:13.555122 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 16358 | 2025.03.03 23:42:13.555265 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 16359 | 2025.03.03 23:42:13.555415 [ 191 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 16360 | 2025.03.03 23:42:13.558154 [ 201 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8780 rows, containing 4 columns (4 merged, 0 gathered) in 0.00385172 sec., 2279501.1059993976 rows/sec., 148.46 MiB/sec. | ||
| 16361 | 2025.03.03 23:42:13.558388 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16362 | 2025.03.03 23:42:13.558745 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16363 | 2025.03.03 23:42:13.558840 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_146_29} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16364 | 2025.03.03 23:42:13.558947 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 16365 | 2025.03.03 23:42:14.979192 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16366 | 2025.03.03 23:42:14.979405 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16367 | 2025.03.03 23:42:14.979483 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16368 | 2025.03.03 23:42:14.980363 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16369 | 2025.03.03 23:42:14.980409 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16370 | 2025.03.03 23:42:14.980867 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16371 | 2025.03.03 23:42:14.981128 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16372 | 2025.03.03 23:42:14.981360 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002013 sec., 105315.44957774466 rows/sec., 6.70 MiB/sec. | ||
| 16373 | 2025.03.03 23:42:14.981419 [ 5 ] {1b313a1e-0f39-4ab4-9a6a-4b32ceaf520f} <Debug> TCPHandler: Processed in 0.002363638 sec. | ||
| 16374 | 2025.03.03 23:42:14.981539 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16375 | 2025.03.03 23:42:14.981646 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16376 | 2025.03.03 23:42:14.981693 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16377 | 2025.03.03 23:42:14.982212 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16378 | 2025.03.03 23:42:14.982251 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16379 | 2025.03.03 23:42:14.982600 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 16380 | 2025.03.03 23:42:14.982858 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16381 | 2025.03.03 23:42:14.983104 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001469 sec., 2722.940776038121 rows/sec., 222.04 KiB/sec. | ||
| 16382 | 2025.03.03 23:42:14.983228 [ 5 ] {4e5f7c35-38c5-42ec-b1df-7dce99e145ac} <Debug> TCPHandler: Processed in 0.0017374 sec. | ||
| 16383 | 2025.03.03 23:42:14.983418 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16384 | 2025.03.03 23:42:14.983524 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16385 | 2025.03.03 23:42:14.983569 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16386 | 2025.03.03 23:42:14.984800 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16387 | 2025.03.03 23:42:14.984840 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16388 | 2025.03.03 23:42:14.985305 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16389 | 2025.03.03 23:42:14.985543 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16390 | 2025.03.03 23:42:14.985742 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Debug> executeQuery: Read 1837 rows, 153.53 KiB in 0.002241 sec., 819723.337795627 rows/sec., 66.90 MiB/sec. | ||
| 16391 | 2025.03.03 23:42:14.985794 [ 5 ] {14425a79-b1f6-468a-9dea-adc157f115a8} <Debug> TCPHandler: Processed in 0.002434889 sec. | ||
| 16392 | 2025.03.03 23:42:14.985897 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16393 | 2025.03.03 23:42:14.986000 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16394 | 2025.03.03 23:42:14.986044 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16395 | 2025.03.03 23:42:14.986601 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16396 | 2025.03.03 23:42:14.986640 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16397 | 2025.03.03 23:42:14.986989 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16398 | 2025.03.03 23:42:14.987226 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16399 | 2025.03.03 23:42:14.987430 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Debug> executeQuery: Read 149 rows, 9.60 KiB in 0.001451 sec., 102687.80151619573 rows/sec., 6.46 MiB/sec. | ||
| 16400 | 2025.03.03 23:42:14.987481 [ 5 ] {aaab3195-6920-4fee-a2f9-4c746d4cbbe0} <Debug> TCPHandler: Processed in 0.001635247 sec. | ||
| 16401 | 2025.03.03 23:42:14.987595 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16402 | 2025.03.03 23:42:14.987707 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16403 | 2025.03.03 23:42:14.987753 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16404 | 2025.03.03 23:42:14.988380 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16405 | 2025.03.03 23:42:14.988420 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16406 | 2025.03.03 23:42:14.988795 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16407 | 2025.03.03 23:42:14.989030 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16408 | 2025.03.03 23:42:14.989234 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001549 sec., 220142.02711426726 rows/sec., 14.69 MiB/sec. | ||
| 16409 | 2025.03.03 23:42:14.989286 [ 5 ] {cd8017c6-67d7-4351-9c98-7dc8f244ff4b} <Debug> TCPHandler: Processed in 0.00174411 sec. | ||
| 16410 | 2025.03.03 23:42:14.989390 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16411 | 2025.03.03 23:42:14.989492 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16412 | 2025.03.03 23:42:14.989536 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16413 | 2025.03.03 23:42:14.990068 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16414 | 2025.03.03 23:42:14.990107 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16415 | 2025.03.03 23:42:14.990458 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16416 | 2025.03.03 23:42:14.990689 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16417 | 2025.03.03 23:42:14.990889 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00142 sec., 78873.23943661971 rows/sec., 4.49 MiB/sec. | ||
| 16418 | 2025.03.03 23:42:14.990941 [ 5 ] {aebcddcf-7439-47e6-90f9-5c4c23ecdc2d} <Debug> TCPHandler: Processed in 0.001601545 sec. | ||
| 16419 | 2025.03.03 23:42:14.991058 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16420 | 2025.03.03 23:42:14.991163 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16421 | 2025.03.03 23:42:14.991207 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16422 | 2025.03.03 23:42:14.991980 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16423 | 2025.03.03 23:42:14.992018 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16424 | 2025.03.03 23:42:14.992402 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16425 | 2025.03.03 23:42:14.992644 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16426 | 2025.03.03 23:42:14.992846 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Debug> executeQuery: Read 881 rows, 65.32 KiB in 0.001705 sec., 516715.54252199415 rows/sec., 37.41 MiB/sec. | ||
| 16427 | 2025.03.03 23:42:14.992897 [ 5 ] {f4aa2228-fd16-4ec3-bfcf-070140ab6e32} <Debug> TCPHandler: Processed in 0.001888634 sec. | ||
| 16428 | 2025.03.03 23:42:14.992997 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16429 | 2025.03.03 23:42:14.993099 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16430 | 2025.03.03 23:42:14.993145 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16431 | 2025.03.03 23:42:14.993563 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16432 | 2025.03.03 23:42:14.993601 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16433 | 2025.03.03 23:42:14.993946 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16434 | 2025.03.03 23:42:14.994184 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16435 | 2025.03.03 23:42:14.994384 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
| 16436 | 2025.03.03 23:42:14.994433 [ 5 ] {edcf5034-f815-4e0a-89d3-82fd11678837} <Debug> TCPHandler: Processed in 0.001486242 sec. | ||
| 16437 | 2025.03.03 23:42:14.994534 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16438 | 2025.03.03 23:42:14.994636 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16439 | 2025.03.03 23:42:14.994683 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16440 | 2025.03.03 23:42:14.995354 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16441 | 2025.03.03 23:42:14.995393 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16442 | 2025.03.03 23:42:14.995819 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16443 | 2025.03.03 23:42:14.996057 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16444 | 2025.03.03 23:42:14.996272 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001654 sec., 597944.3772672309 rows/sec., 39.79 MiB/sec. | ||
| 16445 | 2025.03.03 23:42:14.996334 [ 5 ] {63f96fa8-1899-4843-b84b-4926521996d0} <Debug> TCPHandler: Processed in 0.001847533 sec. | ||
| 16446 | 2025.03.03 23:42:14.996444 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16447 | 2025.03.03 23:42:14.996608 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16448 | 2025.03.03 23:42:14.996684 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16449 | 2025.03.03 23:42:14.997273 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16450 | 2025.03.03 23:42:14.997312 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16451 | 2025.03.03 23:42:14.997660 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16452 | 2025.03.03 23:42:14.997900 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16453 | 2025.03.03 23:42:14.998104 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 16454 | 2025.03.03 23:42:14.998152 [ 5 ] {a7e9f1b7-9442-4528-a552-b62bbd6674b6} <Debug> TCPHandler: Processed in 0.00176452 sec. | ||
| 16455 | 2025.03.03 23:42:14.998254 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2025.03.03 23:42:14.998357 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16457 | 2025.03.03 23:42:14.998422 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16458 | 2025.03.03 23:42:14.999514 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16459 | 2025.03.03 23:42:14.999553 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16460 | 2025.03.03 23:42:15.000207 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16461 | 2025.03.03 23:42:15.000779 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2025.03.03 23:42:15.001032 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002697 sec., 14460.511679644049 rows/sec., 25.91 MiB/sec. | ||
| 16463 | 2025.03.03 23:42:15.001137 [ 5 ] {1a736872-6cbc-4202-9150-b95209d9e352} <Debug> TCPHandler: Processed in 0.002932203 sec. | ||
| 16464 | 2025.03.03 23:42:15.001253 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16465 | 2025.03.03 23:42:15.001357 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16466 | 2025.03.03 23:42:15.001403 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16467 | 2025.03.03 23:42:15.001818 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2025.03.03 23:42:15.001856 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16469 | 2025.03.03 23:42:15.002206 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16470 | 2025.03.03 23:42:15.002445 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2025.03.03 23:42:15.002640 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001306 sec., 35222.052067381315 rows/sec., 2.13 MiB/sec. | ||
| 16472 | 2025.03.03 23:42:15.002689 [ 5 ] {298b3726-13f9-4fa2-bd95-d4e59a333ede} <Debug> TCPHandler: Processed in 0.001486033 sec. | ||
| 16473 | 2025.03.03 23:42:15.189513 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16474 | 2025.03.03 23:42:15.211586 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16475 | 2025.03.03 23:42:15.211633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16476 | 2025.03.03 23:42:15.219192 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16477 | 2025.03.03 23:42:15.219983 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16478 | 2025.03.03 23:42:15.220292 [ 92 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16479 | 2025.03.03 23:42:15.220368 [ 92 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2025.03.03 23:42:15.220417 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 16481 | 2025.03.03 23:42:15.221428 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16482 | 2025.03.03 23:42:15.235650 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16483 | 2025.03.03 23:42:15.237495 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16484 | 2025.03.03 23:42:15.238848 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 16485 | 2025.03.03 23:42:15.244690 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 16486 | 2025.03.03 23:42:15.250953 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 16487 | 2025.03.03 23:42:15.257282 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 16488 | 2025.03.03 23:42:15.263919 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 16489 | 2025.03.03 23:42:15.270350 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 16490 | 2025.03.03 23:42:15.336034 [ 201 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.115408764 sec., 5623.489737746433 rows/sec., 29.08 MiB/sec. | ||
| 16491 | 2025.03.03 23:42:15.339751 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16492 | 2025.03.03 23:42:15.342941 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16493 | 2025.03.03 23:42:15.343076 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_86_17} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16494 | 2025.03.03 23:42:15.345871 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16495 | 2025.03.03 23:42:16.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.40 MiB, peak 285.81 MiB, free memory in arenas 0.00 B, will set to 267.16 MiB (RSS), difference: -1.25 MiB | ||
| 16496 | 2025.03.03 23:42:17.546203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2282 | ||
| 16497 | 2025.03.03 23:42:17.549928 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2025.03.03 23:42:17.549980 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16499 | 2025.03.03 23:42:17.551527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16500 | 2025.03.03 23:42:17.551861 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2025.03.03 23:42:17.552242 [ 220 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16502 | 2025.03.03 23:42:17.552330 [ 220 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16503 | 2025.03.03 23:42:17.553215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2282 | ||
| 16504 | 2025.03.03 23:42:17.554887 [ 220 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16505 | 2025.03.03 23:42:18.279449 [ 223 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16506 | 2025.03.03 23:42:18.279521 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16507 | 2025.03.03 23:42:18.282217 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16508 | 2025.03.03 23:42:18.534871 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16509 | 2025.03.03 23:42:18.535077 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16510 | 2025.03.03 23:42:18.535156 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16511 | 2025.03.03 23:42:18.535967 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16512 | 2025.03.03 23:42:18.536014 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16513 | 2025.03.03 23:42:18.536443 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16514 | 2025.03.03 23:42:18.536711 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16515 | 2025.03.03 23:42:18.536942 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.24 MiB/sec. | ||
| 16516 | 2025.03.03 23:42:18.536999 [ 5 ] {23c0bb6f-0d84-446e-9814-41af6e1e9b55} <Debug> TCPHandler: Processed in 0.002265065 sec. | ||
| 16517 | 2025.03.03 23:42:18.537129 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16518 | 2025.03.03 23:42:18.537234 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16519 | 2025.03.03 23:42:18.537281 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16520 | 2025.03.03 23:42:18.537836 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16521 | 2025.03.03 23:42:18.537876 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16522 | 2025.03.03 23:42:18.538236 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16523 | 2025.03.03 23:42:18.538483 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16524 | 2025.03.03 23:42:18.538727 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec. | ||
| 16525 | 2025.03.03 23:42:18.538811 [ 5 ] {ccef20df-c5e3-4087-af12-803a7d09c44d} <Debug> TCPHandler: Processed in 0.00172639 sec. | ||
| 16526 | 2025.03.03 23:42:18.538815 [ 217 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16527 | 2025.03.03 23:42:18.538894 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16528 | 2025.03.03 23:42:18.538948 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16529 | 2025.03.03 23:42:18.539203 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16530 | 2025.03.03 23:42:18.539256 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16531 | 2025.03.03 23:42:18.540308 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16532 | 2025.03.03 23:42:18.540378 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16533 | 2025.03.03 23:42:18.541110 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16534 | 2025.03.03 23:42:18.541548 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16535 | 2025.03.03 23:42:18.541780 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 16536 | 2025.03.03 23:42:18.541887 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16537 | 2025.03.03 23:42:18.541952 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16538 | 2025.03.03 23:42:18.541967 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.002856 sec., 33613.44537815126 rows/sec., 2.34 MiB/sec. | ||
| 16539 | 2025.03.03 23:42:18.542356 [ 5 ] {9eba81a6-2a04-44db-88a2-4157af1f54ee} <Debug> TCPHandler: Processed in 0.003464029 sec. | ||
| 16540 | 2025.03.03 23:42:18.542429 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 16541 | 2025.03.03 23:42:18.542667 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16542 | 2025.03.03 23:42:18.542745 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16543 | 2025.03.03 23:42:18.542869 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42369 rows starting from the beginning of the part | ||
| 16544 | 2025.03.03 23:42:18.543014 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16545 | 2025.03.03 23:42:18.543179 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16546 | 2025.03.03 23:42:18.543333 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16547 | 2025.03.03 23:42:18.543349 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 16548 | 2025.03.03 23:42:18.543764 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 16549 | 2025.03.03 23:42:18.544407 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 16550 | 2025.03.03 23:42:18.545050 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 989 rows starting from the beginning of the part | ||
| 16551 | 2025.03.03 23:42:18.547625 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16552 | 2025.03.03 23:42:18.547697 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16553 | 2025.03.03 23:42:18.548246 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16554 | 2025.03.03 23:42:18.548693 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16555 | 2025.03.03 23:42:18.549198 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006327 sec., 5689.900426742532 rows/sec., 392.66 KiB/sec. | ||
| 16556 | 2025.03.03 23:42:18.549335 [ 5 ] {8ab0c67a-2c78-4cc5-a460-b5ff809ab892} <Debug> TCPHandler: Processed in 0.006762313 sec. | ||
| 16557 | 2025.03.03 23:42:18.555686 [ 196 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43915 rows, containing 5 columns (5 merged, 0 gathered) in 0.013594568 sec., 3230334.351190858 rows/sec., 218.04 MiB/sec. | ||
| 16558 | 2025.03.03 23:42:18.556272 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 16559 | 2025.03.03 23:42:18.556620 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16560 | 2025.03.03 23:42:18.556700 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 16561 | 2025.03.03 23:42:18.556797 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16562 | 2025.03.03 23:42:19.148631 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16563 | 2025.03.03 23:42:19.148692 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16564 | 2025.03.03 23:42:19.150830 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16565 | 2025.03.03 23:42:19.614136 [ 219 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16566 | 2025.03.03 23:42:19.614192 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16567 | 2025.03.03 23:42:19.616327 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16568 | 2025.03.03 23:42:19.812729 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 16569 | 2025.03.03 23:42:19.813384 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2025.03.03 23:42:19.813435 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16571 | 2025.03.03 23:42:19.813989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16572 | 2025.03.03 23:42:19.814246 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2025.03.03 23:42:19.814494 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 16574 | 2025.03.03 23:42:22.735733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16575 | 2025.03.03 23:42:22.758168 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16576 | 2025.03.03 23:42:22.758230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16577 | 2025.03.03 23:42:22.765790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16578 | 2025.03.03 23:42:22.766630 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16579 | 2025.03.03 23:42:22.770236 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16580 | 2025.03.03 23:42:23.538348 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16581 | 2025.03.03 23:42:23.538535 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16582 | 2025.03.03 23:42:23.538604 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16583 | 2025.03.03 23:42:23.539347 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16584 | 2025.03.03 23:42:23.539399 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16585 | 2025.03.03 23:42:23.539850 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16586 | 2025.03.03 23:42:23.540112 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16587 | 2025.03.03 23:42:23.540341 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec. | ||
| 16588 | 2025.03.03 23:42:23.540398 [ 5 ] {54398fce-d436-437b-8880-90a42d820b13} <Debug> TCPHandler: Processed in 0.002178362 sec. | ||
| 16589 | 2025.03.03 23:42:23.540520 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16590 | 2025.03.03 23:42:23.540632 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16591 | 2025.03.03 23:42:23.540679 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16592 | 2025.03.03 23:42:23.541226 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16593 | 2025.03.03 23:42:23.541266 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16594 | 2025.03.03 23:42:23.541669 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16595 | 2025.03.03 23:42:23.541922 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16596 | 2025.03.03 23:42:23.542150 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
| 16597 | 2025.03.03 23:42:23.542204 [ 5 ] {7a8060eb-dfda-4976-97a2-b8e8f4e74168} <Debug> TCPHandler: Processed in 0.001738339 sec. | ||
| 16598 | 2025.03.03 23:42:23.542320 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16599 | 2025.03.03 23:42:23.542425 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16600 | 2025.03.03 23:42:23.542475 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16601 | 2025.03.03 23:42:23.542989 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16602 | 2025.03.03 23:42:23.543030 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16603 | 2025.03.03 23:42:23.543426 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16604 | 2025.03.03 23:42:23.543670 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16605 | 2025.03.03 23:42:23.543878 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec. | ||
| 16606 | 2025.03.03 23:42:23.543930 [ 5 ] {52416a51-0082-471c-9f74-c6b1083dce47} <Debug> TCPHandler: Processed in 0.001663688 sec. | ||
| 16607 | 2025.03.03 23:42:23.544051 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16608 | 2025.03.03 23:42:23.544160 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16609 | 2025.03.03 23:42:23.544206 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16610 | 2025.03.03 23:42:23.544666 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16611 | 2025.03.03 23:42:23.544706 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16612 | 2025.03.03 23:42:23.545088 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16613 | 2025.03.03 23:42:23.545342 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16614 | 2025.03.03 23:42:23.545573 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
| 16615 | 2025.03.03 23:42:23.545630 [ 5 ] {afcf6b4f-aa82-45ce-a1ca-d48b60a985e3} <Debug> TCPHandler: Processed in 0.001633366 sec. | ||
| 16616 | 2025.03.03 23:42:25.316981 [ 223 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16617 | 2025.03.03 23:42:25.317044 [ 223 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16618 | 2025.03.03 23:42:25.319003 [ 223 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16619 | 2025.03.03 23:42:25.858433 [ 77 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 16620 | 2025.03.03 23:42:25.858501 [ 77 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16621 | 2025.03.03 23:42:25.858523 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 16622 | 2025.03.03 23:42:25.858714 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_13 to all_63_63_0 into Compact with storage Full | ||
| 16623 | 2025.03.03 23:42:25.858950 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16624 | 2025.03.03 23:42:25.858996 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 16625 | 2025.03.03 23:42:25.859083 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16626 | 2025.03.03 23:42:25.859320 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 16627 | 2025.03.03 23:42:25.859610 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 16628 | 2025.03.03 23:42:25.859916 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 16629 | 2025.03.03 23:42:25.861019 [ 196 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002409179 sec., 26149.987194807858 rows/sec., 1.72 MiB/sec. | ||
| 16630 | 2025.03.03 23:42:25.861146 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 16631 | 2025.03.03 23:42:25.861426 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16632 | 2025.03.03 23:42:25.861504 [ 200 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_63_14} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 16633 | 2025.03.03 23:42:25.861575 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16634 | 2025.03.03 23:42:26.388476 [ 220 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16635 | 2025.03.03 23:42:26.388531 [ 220 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16636 | 2025.03.03 23:42:26.390124 [ 220 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16637 | 2025.03.03 23:42:27.058363 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16638 | 2025.03.03 23:42:27.058445 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16639 | 2025.03.03 23:42:27.274848 [ 220 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16640 | 2025.03.03 23:42:27.274909 [ 220 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16641 | 2025.03.03 23:42:27.276534 [ 220 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16642 | 2025.03.03 23:42:27.314679 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 16643 | 2025.03.03 23:42:27.315395 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16644 | 2025.03.03 23:42:27.315437 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16645 | 2025.03.03 23:42:27.315985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16646 | 2025.03.03 23:42:27.316248 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16647 | 2025.03.03 23:42:27.316491 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16648 | 2025.03.03 23:42:27.553645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2298 | ||
| 16649 | 2025.03.03 23:42:27.557392 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16650 | 2025.03.03 23:42:27.557464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16651 | 2025.03.03 23:42:27.560762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16652 | 2025.03.03 23:42:27.561205 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16653 | 2025.03.03 23:42:27.563260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2298 | ||
| 16654 | 2025.03.03 23:42:28.550262 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16655 | 2025.03.03 23:42:28.550498 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16656 | 2025.03.03 23:42:28.550584 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16657 | 2025.03.03 23:42:28.551557 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16658 | 2025.03.03 23:42:28.551607 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16659 | 2025.03.03 23:42:28.552098 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16660 | 2025.03.03 23:42:28.552387 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16661 | 2025.03.03 23:42:28.552650 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002202 sec., 96276.11262488647 rows/sec., 6.12 MiB/sec. | ||
| 16662 | 2025.03.03 23:42:28.552768 [ 5 ] {831dc1a1-c271-4f85-acdc-1717ef6b485e} <Debug> TCPHandler: Processed in 0.002657206 sec. | ||
| 16663 | 2025.03.03 23:42:28.552984 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16664 | 2025.03.03 23:42:28.553145 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16665 | 2025.03.03 23:42:28.553199 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16666 | 2025.03.03 23:42:28.554166 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16667 | 2025.03.03 23:42:28.554208 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16668 | 2025.03.03 23:42:28.554661 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16669 | 2025.03.03 23:42:28.554917 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16670 | 2025.03.03 23:42:28.555143 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Debug> executeQuery: Read 717 rows, 58.90 KiB in 0.00201 sec., 356716.41791044775 rows/sec., 28.62 MiB/sec. | ||
| 16671 | 2025.03.03 23:42:28.555214 [ 5 ] {dad9e615-3a3b-4c87-aa76-9b8eb0bdefa9} <Debug> TCPHandler: Processed in 0.002340357 sec. | ||
| 16672 | 2025.03.03 23:42:28.555377 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16673 | 2025.03.03 23:42:28.555703 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16674 | 2025.03.03 23:42:28.555852 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16675 | 2025.03.03 23:42:28.556841 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16676 | 2025.03.03 23:42:28.556886 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16677 | 2025.03.03 23:42:28.557315 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16678 | 2025.03.03 23:42:28.557621 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16679 | 2025.03.03 23:42:28.557832 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Debug> executeQuery: Read 156 rows, 10.15 KiB in 0.002254 sec., 69210.29281277729 rows/sec., 4.40 MiB/sec. | ||
| 16680 | 2025.03.03 23:42:28.557894 [ 5 ] {49815b78-d963-42ce-a8a4-63f5ec75f54a} <Debug> TCPHandler: Processed in 0.002579183 sec. | ||
| 16681 | 2025.03.03 23:42:28.558011 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16682 | 2025.03.03 23:42:28.558129 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16683 | 2025.03.03 23:42:28.558181 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16684 | 2025.03.03 23:42:28.558810 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16685 | 2025.03.03 23:42:28.558855 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16686 | 2025.03.03 23:42:28.559257 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16687 | 2025.03.03 23:42:28.559532 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16688 | 2025.03.03 23:42:28.559754 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001649 sec., 68526.37962401455 rows/sec., 4.44 MiB/sec. | ||
| 16689 | 2025.03.03 23:42:28.559830 [ 5 ] {0f65c425-25b9-4c99-b1ef-beeae46afb00} <Debug> TCPHandler: Processed in 0.001876584 sec. | ||
| 16690 | 2025.03.03 23:42:28.560099 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16691 | 2025.03.03 23:42:28.560251 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16692 | 2025.03.03 23:42:28.560307 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16693 | 2025.03.03 23:42:28.560933 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16694 | 2025.03.03 23:42:28.560978 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16695 | 2025.03.03 23:42:28.561387 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16696 | 2025.03.03 23:42:28.561673 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16697 | 2025.03.03 23:42:28.561913 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001677 sec., 66785.92725104353 rows/sec., 3.80 MiB/sec. | ||
| 16698 | 2025.03.03 23:42:28.562025 [ 5 ] {b766c527-b2e6-4859-9fe0-7977ba9a6ade} <Debug> TCPHandler: Processed in 0.002022228 sec. | ||
| 16699 | 2025.03.03 23:42:28.562277 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16700 | 2025.03.03 23:42:28.562412 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16701 | 2025.03.03 23:42:28.562467 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16702 | 2025.03.03 23:42:28.563252 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16703 | 2025.03.03 23:42:28.563296 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16704 | 2025.03.03 23:42:28.563728 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16705 | 2025.03.03 23:42:28.564006 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16706 | 2025.03.03 23:42:28.564210 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Debug> executeQuery: Read 438 rows, 32.10 KiB in 0.001825 sec., 240000 rows/sec., 17.18 MiB/sec. | ||
| 16707 | 2025.03.03 23:42:28.564273 [ 5 ] {bc7e0d53-85bb-4a5d-947e-1a5934b6f98b} <Debug> TCPHandler: Processed in 0.002089419 sec. | ||
| 16708 | 2025.03.03 23:42:28.564393 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16709 | 2025.03.03 23:42:28.564510 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16710 | 2025.03.03 23:42:28.564591 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16711 | 2025.03.03 23:42:28.565056 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16712 | 2025.03.03 23:42:28.565100 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16713 | 2025.03.03 23:42:28.565511 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16714 | 2025.03.03 23:42:28.565800 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16715 | 2025.03.03 23:42:28.566035 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 16716 | 2025.03.03 23:42:28.566101 [ 5 ] {2da4052b-7c6e-434d-8d97-082fb0127c3a} <Debug> TCPHandler: Processed in 0.001765211 sec. | ||
| 16717 | 2025.03.03 23:42:28.566367 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16718 | 2025.03.03 23:42:28.566533 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16719 | 2025.03.03 23:42:28.566592 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16720 | 2025.03.03 23:42:28.567181 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16721 | 2025.03.03 23:42:28.567224 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16722 | 2025.03.03 23:42:28.567655 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16723 | 2025.03.03 23:42:28.567933 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16724 | 2025.03.03 23:42:28.568134 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 16725 | 2025.03.03 23:42:28.568192 [ 5 ] {62afa763-e19d-4b72-b31f-1769175d9427} <Debug> TCPHandler: Processed in 0.001925335 sec. | ||
| 16726 | 2025.03.03 23:42:28.568309 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16727 | 2025.03.03 23:42:28.568426 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16728 | 2025.03.03 23:42:28.568482 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16729 | 2025.03.03 23:42:28.568934 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16730 | 2025.03.03 23:42:28.568976 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16731 | 2025.03.03 23:42:28.569367 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16732 | 2025.03.03 23:42:28.569639 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16733 | 2025.03.03 23:42:28.569834 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec. | ||
| 16734 | 2025.03.03 23:42:28.569891 [ 5 ] {e09757df-3b47-4fbe-9138-b0132efb4d85} <Debug> TCPHandler: Processed in 0.001640107 sec. | ||
| 16735 | 2025.03.03 23:42:28.570007 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16736 | 2025.03.03 23:42:28.570124 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16737 | 2025.03.03 23:42:28.570200 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16738 | 2025.03.03 23:42:28.571521 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16739 | 2025.03.03 23:42:28.571563 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16740 | 2025.03.03 23:42:28.572383 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16741 | 2025.03.03 23:42:28.572696 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16742 | 2025.03.03 23:42:28.572964 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.00286 sec., 17482.51748251748 rows/sec., 31.33 MiB/sec. | ||
| 16743 | 2025.03.03 23:42:28.572970 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16744 | 2025.03.03 23:42:28.573068 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16745 | 2025.03.03 23:42:28.573229 [ 5 ] {2d0afc27-928b-4911-9221-88809585c10e} <Debug> TCPHandler: Processed in 0.003277233 sec. | ||
| 16746 | 2025.03.03 23:42:28.573484 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16747 | 2025.03.03 23:42:28.573621 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16748 | 2025.03.03 23:42:28.573719 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16749 | 2025.03.03 23:42:28.575046 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16750 | 2025.03.03 23:42:28.575095 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16751 | 2025.03.03 23:42:28.575908 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 16752 | 2025.03.03 23:42:28.576500 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16753 | 2025.03.03 23:42:28.576962 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.003316 sec., 2714.1133896260553 rows/sec., 208.80 KiB/sec. | ||
| 16754 | 2025.03.03 23:42:28.577204 [ 5 ] {20d35b21-1b59-47db-a71f-9959a3f21e6d} <Debug> TCPHandler: Processed in 0.003807689 sec. | ||
| 16755 | 2025.03.03 23:42:28.577427 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16756 | 2025.03.03 23:42:28.577564 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16757 | 2025.03.03 23:42:28.577645 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16758 | 2025.03.03 23:42:28.577882 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16759 | 2025.03.03 23:42:28.579401 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16760 | 2025.03.03 23:42:28.579496 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16761 | 2025.03.03 23:42:28.580006 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16762 | 2025.03.03 23:42:28.580294 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16763 | 2025.03.03 23:42:28.580532 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003011 sec., 27233.47725008303 rows/sec., 1.73 MiB/sec. | ||
| 16764 | 2025.03.03 23:42:28.580595 [ 5 ] {2372f110-8cb3-4fc4-be66-9930de7781c3} <Debug> TCPHandler: Processed in 0.003220422 sec. | ||
| 16765 | 2025.03.03 23:42:30.270289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 16766 | 2025.03.03 23:42:30.293050 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16767 | 2025.03.03 23:42:30.293102 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16768 | 2025.03.03 23:42:30.300572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16769 | 2025.03.03 23:42:30.301406 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16770 | 2025.03.03 23:42:30.304365 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 16771 | 2025.03.03 23:42:33.537754 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16772 | 2025.03.03 23:42:33.538045 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16773 | 2025.03.03 23:42:33.538114 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16774 | 2025.03.03 23:42:33.538888 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16775 | 2025.03.03 23:42:33.538931 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16776 | 2025.03.03 23:42:33.539366 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16777 | 2025.03.03 23:42:33.539620 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16778 | 2025.03.03 23:42:33.539858 [ 68 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16779 | 2025.03.03 23:42:33.539870 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.28 MiB/sec. | ||
| 16780 | 2025.03.03 23:42:33.539971 [ 68 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16781 | 2025.03.03 23:42:33.540051 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16782 | 2025.03.03 23:42:33.540055 [ 5 ] {aedef34d-a918-4b8e-862a-3a41bbc6d0c0} <Debug> TCPHandler: Processed in 0.00246495 sec. | ||
| 16783 | 2025.03.03 23:42:33.540272 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16784 | 2025.03.03 23:42:33.540283 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16785 | 2025.03.03 23:42:33.540459 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16786 | 2025.03.03 23:42:33.540568 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16787 | 2025.03.03 23:42:33.540638 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16788 | 2025.03.03 23:42:33.540758 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1844 rows starting from the beginning of the part | ||
| 16789 | 2025.03.03 23:42:33.541112 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1837 rows starting from the beginning of the part | ||
| 16790 | 2025.03.03 23:42:33.541441 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 16791 | 2025.03.03 23:42:33.541806 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part | ||
| 16792 | 2025.03.03 23:42:33.542201 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 717 rows starting from the beginning of the part | ||
| 16793 | 2025.03.03 23:42:33.542530 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 16794 | 2025.03.03 23:42:33.543493 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16795 | 2025.03.03 23:42:33.543568 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16796 | 2025.03.03 23:42:33.544436 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16797 | 2025.03.03 23:42:33.544982 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16798 | 2025.03.03 23:42:33.545258 [ 68 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16799 | 2025.03.03 23:42:33.545330 [ 68 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16800 | 2025.03.03 23:42:33.545354 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004949 sec., 12931.905435441502 rows/sec., 1.01 MiB/sec. | ||
| 16801 | 2025.03.03 23:42:33.545370 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16802 | 2025.03.03 23:42:33.545766 [ 5 ] {118c0b34-a5f9-428c-9340-9b2e73ca6027} <Debug> TCPHandler: Processed in 0.005561719 sec. | ||
| 16803 | 2025.03.03 23:42:33.547183 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4566 rows, containing 5 columns (5 merged, 0 gathered) in 0.00701552 sec., 650842.7030355554 rows/sec., 55.34 MiB/sec. | ||
| 16804 | 2025.03.03 23:42:33.547500 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16805 | 2025.03.03 23:42:33.547763 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16806 | 2025.03.03 23:42:33.547780 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16807 | 2025.03.03 23:42:33.549068 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16808 | 2025.03.03 23:42:33.549515 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_151_30} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16809 | 2025.03.03 23:42:33.549813 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 16810 | 2025.03.03 23:42:33.549851 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16811 | 2025.03.03 23:42:33.549908 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16812 | 2025.03.03 23:42:33.549982 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16813 | 2025.03.03 23:42:33.549988 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 913 rows starting from the beginning of the part | ||
| 16814 | 2025.03.03 23:42:33.550512 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 881 rows starting from the beginning of the part | ||
| 16815 | 2025.03.03 23:42:33.550923 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 16816 | 2025.03.03 23:42:33.551283 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 16817 | 2025.03.03 23:42:33.551443 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 438 rows starting from the beginning of the part | ||
| 16818 | 2025.03.03 23:42:33.551827 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 16819 | 2025.03.03 23:42:33.552597 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16820 | 2025.03.03 23:42:33.552664 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16821 | 2025.03.03 23:42:33.553642 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16822 | 2025.03.03 23:42:33.554216 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16823 | 2025.03.03 23:42:33.554513 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004811 sec., 33257.11910205778 rows/sec., 2.32 MiB/sec. | ||
| 16824 | 2025.03.03 23:42:33.554636 [ 5 ] {c98e46da-956d-4c62-b103-0de9e267fb93} <Debug> TCPHandler: Processed in 0.007485133 sec. | ||
| 16825 | 2025.03.03 23:42:33.554999 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16826 | 2025.03.03 23:42:33.555512 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16827 | 2025.03.03 23:42:33.555525 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.010045556 sec., 241300.73039262334 rows/sec., 18.49 MiB/sec. | ||
| 16828 | 2025.03.03 23:42:33.555722 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16829 | 2025.03.03 23:42:33.555883 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16830 | 2025.03.03 23:42:33.557014 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16831 | 2025.03.03 23:42:33.557294 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_151_30} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16832 | 2025.03.03 23:42:33.557426 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16833 | 2025.03.03 23:42:33.557657 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16834 | 2025.03.03 23:42:33.557702 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16835 | 2025.03.03 23:42:33.558096 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16836 | 2025.03.03 23:42:33.558345 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16837 | 2025.03.03 23:42:33.558528 [ 68 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16838 | 2025.03.03 23:42:33.558585 [ 68 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16839 | 2025.03.03 23:42:33.558591 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003266 sec., 18371.09614206981 rows/sec., 1.24 MiB/sec. | ||
| 16840 | 2025.03.03 23:42:33.558620 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16841 | 2025.03.03 23:42:33.558746 [ 5 ] {c78c9538-af17-449a-a755-29b6c241984f} <Debug> TCPHandler: Processed in 0.003897002 sec. | ||
| 16842 | 2025.03.03 23:42:33.558927 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16843 | 2025.03.03 23:42:33.559143 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16844 | 2025.03.03 23:42:33.559198 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8780 rows starting from the beginning of the part | ||
| 16845 | 2025.03.03 23:42:33.559396 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 46 rows starting from the beginning of the part | ||
| 16846 | 2025.03.03 23:42:33.559592 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 36 rows starting from the beginning of the part | ||
| 16847 | 2025.03.03 23:42:33.559685 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 16848 | 2025.03.03 23:42:33.559936 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 16849 | 2025.03.03 23:42:33.560163 [ 187 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 16850 | 2025.03.03 23:42:33.563426 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9064 rows, containing 4 columns (4 merged, 0 gathered) in 0.004676523 sec., 1938192.1140984443 rows/sec., 126.23 MiB/sec. | ||
| 16851 | 2025.03.03 23:42:33.563625 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16852 | 2025.03.03 23:42:33.563978 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16853 | 2025.03.03 23:42:33.564056 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_151_30} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16854 | 2025.03.03 23:42:33.564123 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 16855 | 2025.03.03 23:42:34.816623 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
| 16856 | 2025.03.03 23:42:34.817375 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16857 | 2025.03.03 23:42:34.817431 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16858 | 2025.03.03 23:42:34.818135 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16859 | 2025.03.03 23:42:34.818508 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16860 | 2025.03.03 23:42:34.818753 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
| 16861 | 2025.03.03 23:42:37.563402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2330 | ||
| 16862 | 2025.03.03 23:42:37.566564 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16863 | 2025.03.03 23:42:37.566621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16864 | 2025.03.03 23:42:37.568169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16865 | 2025.03.03 23:42:37.568492 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16866 | 2025.03.03 23:42:37.568744 [ 65 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16867 | 2025.03.03 23:42:37.568867 [ 65 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16868 | 2025.03.03 23:42:37.568966 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16869 | 2025.03.03 23:42:37.569508 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::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 | ||
| 16870 | 2025.03.03 23:42:37.571968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2330 | ||
| 16871 | 2025.03.03 23:42:37.572574 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16872 | 2025.03.03 23:42:37.572729 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2182 rows starting from the beginning of the part | ||
| 16873 | 2025.03.03 23:42:37.573390 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 16874 | 2025.03.03 23:42:37.574028 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 16875 | 2025.03.03 23:42:37.574595 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
| 16876 | 2025.03.03 23:42:37.575144 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
| 16877 | 2025.03.03 23:42:37.575805 [ 198 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
| 16878 | 2025.03.03 23:42:37.589467 [ 191 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 72 columns (72 merged, 0 gathered) in 0.020342761 sec., 114537.05817022576 rows/sec., 85.92 MiB/sec. | ||
| 16879 | 2025.03.03 23:42:37.591639 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16880 | 2025.03.03 23:42:37.592487 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16881 | 2025.03.03 23:42:37.592591 [ 199 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_66_13} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16882 | 2025.03.03 23:42:37.592957 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16883 | 2025.03.03 23:42:37.804428 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 16884 | 2025.03.03 23:42:37.827599 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16885 | 2025.03.03 23:42:37.827670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16886 | 2025.03.03 23:42:37.835206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16887 | 2025.03.03 23:42:37.836036 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16888 | 2025.03.03 23:42:37.841403 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 16889 | 2025.03.03 23:42:38.206219 [ 221 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16890 | 2025.03.03 23:42:38.206274 [ 221 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16891 | 2025.03.03 23:42:38.207933 [ 221 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16892 | 2025.03.03 23:42:38.547006 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16893 | 2025.03.03 23:42:38.547214 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16894 | 2025.03.03 23:42:38.547293 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16895 | 2025.03.03 23:42:38.548236 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16896 | 2025.03.03 23:42:38.548286 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16897 | 2025.03.03 23:42:38.548739 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16898 | 2025.03.03 23:42:38.549000 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16899 | 2025.03.03 23:42:38.549198 [ 64 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16900 | 2025.03.03 23:42:38.549258 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.0021 sec., 100952.38095238096 rows/sec., 6.42 MiB/sec. | ||
| 16901 | 2025.03.03 23:42:38.549282 [ 64 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16902 | 2025.03.03 23:42:38.549359 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16903 | 2025.03.03 23:42:38.549401 [ 5 ] {fd044b50-a697-4b05-a282-9813bd376f5b} <Debug> TCPHandler: Processed in 0.002522721 sec. | ||
| 16904 | 2025.03.03 23:42:38.549598 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16905 | 2025.03.03 23:42:38.549608 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 16906 | 2025.03.03 23:42:38.549781 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16907 | 2025.03.03 23:42:38.549899 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16908 | 2025.03.03 23:42:38.549955 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16909 | 2025.03.03 23:42:38.550069 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 212 rows starting from the beginning of the part | ||
| 16910 | 2025.03.03 23:42:38.550374 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part | ||
| 16911 | 2025.03.03 23:42:38.550756 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part | ||
| 16912 | 2025.03.03 23:42:38.551228 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 212 rows starting from the beginning of the part | ||
| 16913 | 2025.03.03 23:42:38.551598 [ 189 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part | ||
| 16914 | 2025.03.03 23:42:38.553142 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16915 | 2025.03.03 23:42:38.553224 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16916 | 2025.03.03 23:42:38.554138 [ 199 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004641713 sec., 228363.9682160444 rows/sec., 15.39 MiB/sec. | ||
| 16917 | 2025.03.03 23:42:38.554152 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16918 | 2025.03.03 23:42:38.554415 [ 199 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 16919 | 2025.03.03 23:42:38.554612 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16920 | 2025.03.03 23:42:38.555049 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Debug> executeQuery: Read 725 rows, 59.66 KiB in 0.005322 sec., 136226.9823374671 rows/sec., 10.95 MiB/sec. | ||
| 16921 | 2025.03.03 23:42:38.555099 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16922 | 2025.03.03 23:42:38.555162 [ 5 ] {2570f6bb-b173-4096-afd7-2a48ce082532} <Debug> TCPHandler: Processed in 0.005629941 sec. | ||
| 16923 | 2025.03.03 23:42:38.555314 [ 191 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_65_16} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 16924 | 2025.03.03 23:42:38.555340 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16925 | 2025.03.03 23:42:38.555470 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16926 | 2025.03.03 23:42:38.555526 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16927 | 2025.03.03 23:42:38.555582 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16928 | 2025.03.03 23:42:38.556174 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16929 | 2025.03.03 23:42:38.556214 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16930 | 2025.03.03 23:42:38.556586 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16931 | 2025.03.03 23:42:38.556836 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16932 | 2025.03.03 23:42:38.556992 [ 64 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16933 | 2025.03.03 23:42:38.557043 [ 64 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16934 | 2025.03.03 23:42:38.557079 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16935 | 2025.03.03 23:42:38.557079 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Debug> executeQuery: Read 160 rows, 10.45 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.39 MiB/sec. | ||
| 16936 | 2025.03.03 23:42:38.557297 [ 5 ] {1d00e2b2-fc0f-4393-b4e2-a7e1e2a37e3a} <Debug> TCPHandler: Processed in 0.002025628 sec. | ||
| 16937 | 2025.03.03 23:42:38.557349 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16938 | 2025.03.03 23:42:38.557464 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16939 | 2025.03.03 23:42:38.557557 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16940 | 2025.03.03 23:42:38.557645 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 163 rows starting from the beginning of the part | ||
| 16941 | 2025.03.03 23:42:38.557664 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16942 | 2025.03.03 23:42:38.557782 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16943 | 2025.03.03 23:42:38.557900 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 145 rows starting from the beginning of the part | ||
| 16944 | 2025.03.03 23:42:38.558331 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 145 rows starting from the beginning of the part | ||
| 16945 | 2025.03.03 23:42:38.558667 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 149 rows starting from the beginning of the part | ||
| 16946 | 2025.03.03 23:42:38.559059 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 156 rows starting from the beginning of the part | ||
| 16947 | 2025.03.03 23:42:38.559444 [ 189 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 16948 | 2025.03.03 23:42:38.560925 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16949 | 2025.03.03 23:42:38.560979 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16950 | 2025.03.03 23:42:38.561967 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16951 | 2025.03.03 23:42:38.562461 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16952 | 2025.03.03 23:42:38.562638 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 5 columns (5 merged, 0 gathered) in 0.005481246 sec., 167480.16783045314 rows/sec., 11.22 MiB/sec. | ||
| 16953 | 2025.03.03 23:42:38.562752 [ 64 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16954 | 2025.03.03 23:42:38.562844 [ 64 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16955 | 2025.03.03 23:42:38.562895 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16956 | 2025.03.03 23:42:38.562955 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00532 sec., 21240.601503759397 rows/sec., 1.37 MiB/sec. | ||
| 16957 | 2025.03.03 23:42:38.562977 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16958 | 2025.03.03 23:42:38.563340 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16959 | 2025.03.03 23:42:38.563362 [ 5 ] {e852cd8c-6cca-4be6-b3a1-9621977b6cc0} <Debug> TCPHandler: Processed in 0.00596919 sec. | ||
| 16960 | 2025.03.03 23:42:38.563655 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16961 | 2025.03.03 23:42:38.563673 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16962 | 2025.03.03 23:42:38.563736 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 341 rows starting from the beginning of the part | ||
| 16963 | 2025.03.03 23:42:38.564106 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16964 | 2025.03.03 23:42:38.564140 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 113 rows starting from the beginning of the part | ||
| 16965 | 2025.03.03 23:42:38.564308 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16966 | 2025.03.03 23:42:38.564369 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16967 | 2025.03.03 23:42:38.564646 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part | ||
| 16968 | 2025.03.03 23:42:38.565064 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 341 rows starting from the beginning of the part | ||
| 16969 | 2025.03.03 23:42:38.565447 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 113 rows starting from the beginning of the part | ||
| 16970 | 2025.03.03 23:42:38.565446 [ 192 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_65_14} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 16971 | 2025.03.03 23:42:38.565832 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 113 rows starting from the beginning of the part | ||
| 16972 | 2025.03.03 23:42:38.566575 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 16973 | 2025.03.03 23:42:38.567684 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16974 | 2025.03.03 23:42:38.567760 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16975 | 2025.03.03 23:42:38.568667 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16976 | 2025.03.03 23:42:38.569057 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006046123 sec., 187558.20878933492 rows/sec., 13.08 MiB/sec. | ||
| 16977 | 2025.03.03 23:42:38.569102 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16978 | 2025.03.03 23:42:38.569236 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16979 | 2025.03.03 23:42:38.569314 [ 64 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16980 | 2025.03.03 23:42:38.569435 [ 64 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16981 | 2025.03.03 23:42:38.569491 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005638 sec., 19865.200425682866 rows/sec., 1.13 MiB/sec. | ||
| 16982 | 2025.03.03 23:42:38.569498 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 16983 | 2025.03.03 23:42:38.569843 [ 5 ] {a3dcbfd3-738b-4d91-a67f-431b5a9cacba} <Debug> TCPHandler: Processed in 0.00630937 sec. | ||
| 16984 | 2025.03.03 23:42:38.569990 [ 222 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16985 | 2025.03.03 23:42:38.570112 [ 222 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16986 | 2025.03.03 23:42:38.570200 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 16987 | 2025.03.03 23:42:38.570380 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16988 | 2025.03.03 23:42:38.570378 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16989 | 2025.03.03 23:42:38.570993 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16990 | 2025.03.03 23:42:38.571004 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16991 | 2025.03.03 23:42:38.571015 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_65_14} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 16992 | 2025.03.03 23:42:38.571056 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 112 rows starting from the beginning of the part | ||
| 16993 | 2025.03.03 23:42:38.571125 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16994 | 2025.03.03 23:42:38.571420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 16995 | 2025.03.03 23:42:38.571650 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part | ||
| 16996 | 2025.03.03 23:42:38.572045 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 112 rows starting from the beginning of the part | ||
| 16997 | 2025.03.03 23:42:38.572529 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 112 rows starting from the beginning of the part | ||
| 16998 | 2025.03.03 23:42:38.572993 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 112 rows starting from the beginning of the part | ||
| 16999 | 2025.03.03 23:42:38.576218 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17000 | 2025.03.03 23:42:38.576314 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17001 | 2025.03.03 23:42:38.577012 [ 222 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17002 | 2025.03.03 23:42:38.577971 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17003 | 2025.03.03 23:42:38.578183 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.008470832 sec., 66109.20863499596 rows/sec., 4.02 MiB/sec. | ||
| 17004 | 2025.03.03 23:42:38.578499 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17005 | 2025.03.03 23:42:38.578677 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17006 | 2025.03.03 23:42:38.579086 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Debug> executeQuery: Read 442 rows, 32.36 KiB in 0.008287 sec., 53336.55122480995 rows/sec., 3.81 MiB/sec. | ||
| 17007 | 2025.03.03 23:42:38.579163 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17008 | 2025.03.03 23:42:38.579329 [ 5 ] {bb01239f-2f36-4c5d-bf62-1f2b71144ce0} <Debug> TCPHandler: Processed in 0.009071969 sec. | ||
| 17009 | 2025.03.03 23:42:38.579472 [ 201 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_65_16} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17010 | 2025.03.03 23:42:38.579742 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17011 | 2025.03.03 23:42:38.579835 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17012 | 2025.03.03 23:42:38.580127 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17013 | 2025.03.03 23:42:38.580250 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17014 | 2025.03.03 23:42:38.580752 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17015 | 2025.03.03 23:42:38.580792 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17016 | 2025.03.03 23:42:38.581161 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17017 | 2025.03.03 23:42:38.581406 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17018 | 2025.03.03 23:42:38.581561 [ 64 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 5 parts from all_61_61_0 to all_65_65_0 | ||
| 17019 | 2025.03.03 23:42:38.581619 [ 64 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17020 | 2025.03.03 23:42:38.581645 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001624 sec., 3694.5812807881775 rows/sec., 193.03 KiB/sec. | ||
| 17021 | 2025.03.03 23:42:38.581659 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17022 | 2025.03.03 23:42:38.581813 [ 5 ] {8fcef0bb-a6f7-4348-904a-3cd1428ec1ea} <Debug> TCPHandler: Processed in 0.002139621 sec. | ||
| 17023 | 2025.03.03 23:42:38.582018 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_61_61_0 to all_65_65_0 into Compact with storage Full | ||
| 17024 | 2025.03.03 23:42:38.582098 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17025 | 2025.03.03 23:42:38.582484 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17026 | 2025.03.03 23:42:38.582552 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17027 | 2025.03.03 23:42:38.582656 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 17028 | 2025.03.03 23:42:38.582684 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17029 | 2025.03.03 23:42:38.583068 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 17030 | 2025.03.03 23:42:38.583581 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 17031 | 2025.03.03 23:42:38.583856 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 17032 | 2025.03.03 23:42:38.584189 [ 186 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 17033 | 2025.03.03 23:42:38.585537 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17034 | 2025.03.03 23:42:38.585584 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17035 | 2025.03.03 23:42:38.586055 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004259352 sec., 7043.324900125653 rows/sec., 367.99 KiB/sec. | ||
| 17036 | 2025.03.03 23:42:38.586191 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Trace> MergedBlockOutputStream: filled checksums all_61_65_1 (state Temporary) | ||
| 17037 | 2025.03.03 23:42:38.586199 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17038 | 2025.03.03 23:42:38.586505 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17039 | 2025.03.03 23:42:38.586516 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_61_65_1 to all_61_65_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17040 | 2025.03.03 23:42:38.586619 [ 190 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_61_65_1} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 5 parts: [all_61_61_0, all_65_65_0] -> all_61_65_1 | ||
| 17041 | 2025.03.03 23:42:38.586736 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 17042 | 2025.03.03 23:42:38.586802 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 17043 | 2025.03.03 23:42:38.586829 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17044 | 2025.03.03 23:42:38.586890 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00453 sec., 52317.88079470198 rows/sec., 3.51 MiB/sec. | ||
| 17045 | 2025.03.03 23:42:38.586897 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17046 | 2025.03.03 23:42:38.587053 [ 5 ] {e951d25f-0425-476e-9ca3-39ad0445911f} <Debug> TCPHandler: Processed in 0.005044724 sec. | ||
| 17047 | 2025.03.03 23:42:38.587111 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 17048 | 2025.03.03 23:42:38.587183 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17049 | 2025.03.03 23:42:38.587233 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17050 | 2025.03.03 23:42:38.587279 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 43915 rows starting from the beginning of the part | ||
| 17051 | 2025.03.03 23:42:38.587320 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17052 | 2025.03.03 23:42:38.587440 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 96 rows starting from the beginning of the part | ||
| 17053 | 2025.03.03 23:42:38.587477 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17054 | 2025.03.03 23:42:38.587920 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 17055 | 2025.03.03 23:42:38.588179 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 17056 | 2025.03.03 23:42:38.588607 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 17057 | 2025.03.03 23:42:38.588917 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 17058 | 2025.03.03 23:42:38.589610 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17059 | 2025.03.03 23:42:38.589653 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17060 | 2025.03.03 23:42:38.590197 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17061 | 2025.03.03 23:42:38.590491 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17062 | 2025.03.03 23:42:38.590902 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003613 sec., 276.7783005812344 rows/sec., 18.65 KiB/sec. | ||
| 17063 | 2025.03.03 23:42:38.591130 [ 5 ] {493b2edc-58f9-44c8-970b-9a2cb4540c49} <Debug> TCPHandler: Processed in 0.003998644 sec. | ||
| 17064 | 2025.03.03 23:42:38.591562 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17065 | 2025.03.03 23:42:38.591934 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17066 | 2025.03.03 23:42:38.592378 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17067 | 2025.03.03 23:42:38.594072 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17068 | 2025.03.03 23:42:38.594120 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17069 | 2025.03.03 23:42:38.594896 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17070 | 2025.03.03 23:42:38.595215 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17071 | 2025.03.03 23:42:38.595501 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.003707 sec., 14567.035338548692 rows/sec., 26.10 MiB/sec. | ||
| 17072 | 2025.03.03 23:42:38.595659 [ 5 ] {c5441b02-9be6-44c1-b8ab-a558d5818818} <Debug> TCPHandler: Processed in 0.00421819 sec. | ||
| 17073 | 2025.03.03 23:42:38.595785 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17074 | 2025.03.03 23:42:38.595890 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17075 | 2025.03.03 23:42:38.595940 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17076 | 2025.03.03 23:42:38.596431 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17077 | 2025.03.03 23:42:38.596473 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17078 | 2025.03.03 23:42:38.596877 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 17079 | 2025.03.03 23:42:38.597131 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17080 | 2025.03.03 23:42:38.597455 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 252.40 KiB/sec. | ||
| 17081 | 2025.03.03 23:42:38.597584 [ 5 ] {a486d37e-288b-4cc7-a81d-e7c4248fb76d} <Debug> TCPHandler: Processed in 0.001850643 sec. | ||
| 17082 | 2025.03.03 23:42:38.597703 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17083 | 2025.03.03 23:42:38.597815 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17084 | 2025.03.03 23:42:38.597862 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17085 | 2025.03.03 23:42:38.598349 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17086 | 2025.03.03 23:42:38.598390 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17087 | 2025.03.03 23:42:38.598825 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17088 | 2025.03.03 23:42:38.599083 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17089 | 2025.03.03 23:42:38.599461 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001665 sec., 49249.249249249246 rows/sec., 3.13 MiB/sec. | ||
| 17090 | 2025.03.03 23:42:38.599512 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44805 rows, containing 5 columns (5 merged, 0 gathered) in 0.012477246 sec., 3590936.6538096624 rows/sec., 242.44 MiB/sec. | ||
| 17091 | 2025.03.03 23:42:38.599568 [ 5 ] {eed5bcf3-9fd5-4840-b048-7baa523a394b} <Debug> TCPHandler: Processed in 0.001924215 sec. | ||
| 17092 | 2025.03.03 23:42:38.600014 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 17093 | 2025.03.03 23:42:38.600337 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17094 | 2025.03.03 23:42:38.600418 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 17095 | 2025.03.03 23:42:38.600503 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 17096 | 2025.03.03 23:42:42.058529 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17097 | 2025.03.03 23:42:42.058605 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17098 | 2025.03.03 23:42:42.318895 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
| 17099 | 2025.03.03 23:42:42.319662 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17100 | 2025.03.03 23:42:42.319712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17101 | 2025.03.03 23:42:42.320259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17102 | 2025.03.03 23:42:42.320546 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17103 | 2025.03.03 23:42:42.320800 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 17104 | 2025.03.03 23:42:42.320864 [ 220 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17105 | 2025.03.03 23:42:42.320915 [ 220 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17106 | 2025.03.03 23:42:42.322786 [ 220 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17107 | 2025.03.03 23:42:43.048870 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17108 | 2025.03.03 23:42:43.048924 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17109 | 2025.03.03 23:42:43.050871 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17110 | 2025.03.03 23:42:43.537831 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17111 | 2025.03.03 23:42:43.538019 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17112 | 2025.03.03 23:42:43.538089 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17113 | 2025.03.03 23:42:43.538827 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17114 | 2025.03.03 23:42:43.538877 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17115 | 2025.03.03 23:42:43.539305 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17116 | 2025.03.03 23:42:43.539553 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17117 | 2025.03.03 23:42:43.539792 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001822 sec., 30735.455543358945 rows/sec., 2.36 MiB/sec. | ||
| 17118 | 2025.03.03 23:42:43.539890 [ 5 ] {2b49e074-d112-4b3d-bec9-198e813d3f35} <Debug> TCPHandler: Processed in 0.002181492 sec. | ||
| 17119 | 2025.03.03 23:42:43.539974 [ 219 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17120 | 2025.03.03 23:42:43.540027 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17121 | 2025.03.03 23:42:43.540066 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17122 | 2025.03.03 23:42:43.540244 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17123 | 2025.03.03 23:42:43.540302 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17124 | 2025.03.03 23:42:43.541414 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17125 | 2025.03.03 23:42:43.541471 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17126 | 2025.03.03 23:42:43.542217 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17127 | 2025.03.03 23:42:43.542609 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17128 | 2025.03.03 23:42:43.543079 [ 217 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17129 | 2025.03.03 23:42:43.543090 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002864 sec., 22346.3687150838 rows/sec., 1.74 MiB/sec. | ||
| 17130 | 2025.03.03 23:42:43.543172 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17131 | 2025.03.03 23:42:43.543348 [ 5 ] {3fa0e736-5cd6-462b-bae5-cb90975a083b} <Debug> TCPHandler: Processed in 0.003375466 sec. | ||
| 17132 | 2025.03.03 23:42:43.543786 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17133 | 2025.03.03 23:42:43.544015 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17134 | 2025.03.03 23:42:43.544175 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17135 | 2025.03.03 23:42:43.544393 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17136 | 2025.03.03 23:42:43.547153 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17137 | 2025.03.03 23:42:43.547218 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17138 | 2025.03.03 23:42:43.547928 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17139 | 2025.03.03 23:42:43.548215 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17140 | 2025.03.03 23:42:43.548450 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17141 | 2025.03.03 23:42:43.548937 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005016 sec., 31897.92663476874 rows/sec., 2.22 MiB/sec. | ||
| 17142 | 2025.03.03 23:42:43.549136 [ 5 ] {e00dde07-8ea8-48b8-8671-20e8b4a3d354} <Debug> TCPHandler: Processed in 0.005497517 sec. | ||
| 17143 | 2025.03.03 23:42:43.549399 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17144 | 2025.03.03 23:42:43.549548 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17145 | 2025.03.03 23:42:43.549607 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17146 | 2025.03.03 23:42:43.550145 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17147 | 2025.03.03 23:42:43.550184 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17148 | 2025.03.03 23:42:43.550547 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17149 | 2025.03.03 23:42:43.550778 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17150 | 2025.03.03 23:42:43.550970 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
| 17151 | 2025.03.03 23:42:43.551019 [ 5 ] {0db242cd-035f-47bf-8c5b-af514d9ba214} <Debug> TCPHandler: Processed in 0.001721609 sec. | ||
| 17152 | 2025.03.03 23:42:43.995668 [ 224 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17153 | 2025.03.03 23:42:43.995721 [ 224 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17154 | 2025.03.03 23:42:43.997652 [ 224 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17155 | 2025.03.03 23:42:44.736094 [ 223 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17156 | 2025.03.03 23:42:44.736147 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17157 | 2025.03.03 23:42:44.737982 [ 223 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17158 | 2025.03.03 23:42:44.938928 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17159 | 2025.03.03 23:42:44.939237 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 17160 | 2025.03.03 23:42:44.939694 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 17161 | 2025.03.03 23:42:44.939750 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 17162 | 2025.03.03 23:42:44.940123 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 17163 | 2025.03.03 23:42:44.940207 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 17164 | 2025.03.03 23:42:44.940383 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 17165 | 2025.03.03 23:42:44.940425 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 17166 | 2025.03.03 23:42:44.940450 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (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 | ||
| 17167 | 2025.03.03 23:42:44.940467 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 17168 | 2025.03.03 23:42:44.940518 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 17169 | 2025.03.03 23:42:44.940543 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 17170 | 2025.03.03 23:42:44.941795 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002704 sec., 15162.721893491125 rows/sec., 578.21 KiB/sec. | ||
| 17171 | 2025.03.03 23:42:44.941927 [ 5 ] {edf41793-c930-4987-9f25-e6413e846fbf} <Debug> TCPHandler: Processed in 0.003140029 sec. | ||
| 17172 | 2025.03.03 23:42:44.987345 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17173 | 2025.03.03 23:42:44.987507 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 17174 | 2025.03.03 23:42:44.987583 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 17175 | 2025.03.03 23:42:44.988427 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17176 | 2025.03.03 23:42:44.988472 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17177 | 2025.03.03 23:42:44.989013 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 17178 | 2025.03.03 23:42:44.989258 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Trace> oximeter.timeseries_schema (d9e55f3c-f667-4a6a-b810-7fd66390e0e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17179 | 2025.03.03 23:42:44.989517 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002058 sec., 485.9086491739553 rows/sec., 135.24 KiB/sec. | ||
| 17180 | 2025.03.03 23:42:44.989663 [ 5 ] {8e41511c-58f4-47ea-9068-7b080858d185} <Debug> TCPHandler: Processed in 0.002388078 sec. | ||
| 17181 | 2025.03.03 23:42:44.989782 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17182 | 2025.03.03 23:42:44.989889 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17183 | 2025.03.03 23:42:44.989935 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17184 | 2025.03.03 23:42:44.990564 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17185 | 2025.03.03 23:42:44.990604 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17186 | 2025.03.03 23:42:44.990973 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17187 | 2025.03.03 23:42:44.991210 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17188 | 2025.03.03 23:42:44.991418 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001551 sec., 136686.00902643456 rows/sec., 8.69 MiB/sec. | ||
| 17189 | 2025.03.03 23:42:44.991470 [ 5 ] {7fd33291-bd46-4cb6-9a3f-25b99988ea7c} <Debug> TCPHandler: Processed in 0.00173705 sec. | ||
| 17190 | 2025.03.03 23:42:44.991573 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17191 | 2025.03.03 23:42:44.991674 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17192 | 2025.03.03 23:42:44.991719 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17193 | 2025.03.03 23:42:44.992228 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17194 | 2025.03.03 23:42:44.992266 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17195 | 2025.03.03 23:42:44.992621 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 17196 | 2025.03.03 23:42:44.992851 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17197 | 2025.03.03 23:42:44.993067 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001414 sec., 12022.630834512023 rows/sec., 964.82 KiB/sec. | ||
| 17198 | 2025.03.03 23:42:44.993192 [ 5 ] {cfeb5237-8a0e-4cc5-aefd-fcacb01fe4ab} <Debug> TCPHandler: Processed in 0.001666548 sec. | ||
| 17199 | 2025.03.03 23:42:44.993311 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17200 | 2025.03.03 23:42:44.993412 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17201 | 2025.03.03 23:42:44.993455 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17202 | 2025.03.03 23:42:44.994827 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17203 | 2025.03.03 23:42:44.994865 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17204 | 2025.03.03 23:42:44.995331 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17205 | 2025.03.03 23:42:44.995567 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17206 | 2025.03.03 23:42:44.995788 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Debug> executeQuery: Read 1884 rows, 157.70 KiB in 0.002393 sec., 787296.2808190555 rows/sec., 64.36 MiB/sec. | ||
| 17207 | 2025.03.03 23:42:44.995855 [ 5 ] {69802f88-8b8a-4063-9855-df062904dc85} <Debug> TCPHandler: Processed in 0.002592814 sec. | ||
| 17208 | 2025.03.03 23:42:44.995998 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17209 | 2025.03.03 23:42:44.996280 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17210 | 2025.03.03 23:42:44.996400 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17211 | 2025.03.03 23:42:44.997346 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17212 | 2025.03.03 23:42:44.997385 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17213 | 2025.03.03 23:42:44.997742 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17214 | 2025.03.03 23:42:44.997971 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17215 | 2025.03.03 23:42:44.998193 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Debug> executeQuery: Read 180 rows, 11.84 KiB in 0.00202 sec., 89108.91089108911 rows/sec., 5.72 MiB/sec. | ||
| 17216 | 2025.03.03 23:42:44.998250 [ 5 ] {f0efc597-bdbf-4172-872b-1d41d64265aa} <Debug> TCPHandler: Processed in 0.002325996 sec. | ||
| 17217 | 2025.03.03 23:42:44.998404 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17218 | 2025.03.03 23:42:44.998506 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17219 | 2025.03.03 23:42:44.998550 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17220 | 2025.03.03 23:42:44.999162 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17221 | 2025.03.03 23:42:44.999200 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17222 | 2025.03.03 23:42:44.999558 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17223 | 2025.03.03 23:42:44.999797 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17224 | 2025.03.03 23:42:45.000034 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001534 sec., 222294.65449804434 rows/sec., 14.83 MiB/sec. | ||
| 17225 | 2025.03.03 23:42:45.000087 [ 5 ] {2a9d8d70-7fbc-4db4-aeed-eda8be8c08b4} <Debug> TCPHandler: Processed in 0.001742749 sec. | ||
| 17226 | 2025.03.03 23:42:45.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.68 MiB, peak 285.81 MiB, free memory in arenas 0.00 B, will set to 267.19 MiB (RSS), difference: 3.51 MiB | ||
| 17227 | 2025.03.03 23:42:45.000198 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17228 | 2025.03.03 23:42:45.000655 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17229 | 2025.03.03 23:42:45.000868 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17230 | 2025.03.03 23:42:45.001598 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17231 | 2025.03.03 23:42:45.001637 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17232 | 2025.03.03 23:42:45.001984 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17233 | 2025.03.03 23:42:45.002212 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17234 | 2025.03.03 23:42:45.002411 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001927 sec., 58121.43227815257 rows/sec., 3.31 MiB/sec. | ||
| 17235 | 2025.03.03 23:42:45.002463 [ 5 ] {7ea5dc19-439f-497a-95e8-0523c3aa27b3} <Debug> TCPHandler: Processed in 0.002320986 sec. | ||
| 17236 | 2025.03.03 23:42:45.002573 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17237 | 2025.03.03 23:42:45.002677 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17238 | 2025.03.03 23:42:45.002721 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17239 | 2025.03.03 23:42:45.003542 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17240 | 2025.03.03 23:42:45.003581 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17241 | 2025.03.03 23:42:45.003973 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17242 | 2025.03.03 23:42:45.004202 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17243 | 2025.03.03 23:42:45.004411 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Debug> executeQuery: Read 930 rows, 69.05 KiB in 0.001754 sec., 530216.6476624857 rows/sec., 38.45 MiB/sec. | ||
| 17244 | 2025.03.03 23:42:45.004461 [ 5 ] {e5814221-c2d7-49f3-a267-a62aca0e88fd} <Debug> TCPHandler: Processed in 0.001937695 sec. | ||
| 17245 | 2025.03.03 23:42:45.004563 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17246 | 2025.03.03 23:42:45.004663 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17247 | 2025.03.03 23:42:45.004708 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17248 | 2025.03.03 23:42:45.005114 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17249 | 2025.03.03 23:42:45.005152 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17250 | 2025.03.03 23:42:45.005498 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17251 | 2025.03.03 23:42:45.005738 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17252 | 2025.03.03 23:42:45.005934 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 242.44 KiB/sec. | ||
| 17253 | 2025.03.03 23:42:45.005983 [ 5 ] {285cd151-10b8-44ac-b375-6cd98173a725} <Debug> TCPHandler: Processed in 0.001468492 sec. | ||
| 17254 | 2025.03.03 23:42:45.006085 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17255 | 2025.03.03 23:42:45.006187 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17256 | 2025.03.03 23:42:45.006234 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17257 | 2025.03.03 23:42:45.006921 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17258 | 2025.03.03 23:42:45.006959 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17259 | 2025.03.03 23:42:45.007385 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17260 | 2025.03.03 23:42:45.007619 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17261 | 2025.03.03 23:42:45.007819 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Debug> executeQuery: Read 997 rows, 67.93 KiB in 0.001653 sec., 603145.795523291 rows/sec., 40.13 MiB/sec. | ||
| 17262 | 2025.03.03 23:42:45.007869 [ 5 ] {52dee737-dbf2-4133-960f-1fab5b403ca2} <Debug> TCPHandler: Processed in 0.001831262 sec. | ||
| 17263 | 2025.03.03 23:42:45.007967 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17264 | 2025.03.03 23:42:45.008068 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17265 | 2025.03.03 23:42:45.008115 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17266 | 2025.03.03 23:42:45.008513 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17267 | 2025.03.03 23:42:45.008552 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17268 | 2025.03.03 23:42:45.008895 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17269 | 2025.03.03 23:42:45.009126 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17270 | 2025.03.03 23:42:45.009321 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001275 sec., 784.313725490196 rows/sec., 52.85 KiB/sec. | ||
| 17271 | 2025.03.03 23:42:45.009370 [ 5 ] {04316ca1-2d85-4127-886f-a14fb5d900bb} <Debug> TCPHandler: Processed in 0.001451241 sec. | ||
| 17272 | 2025.03.03 23:42:45.009494 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17273 | 2025.03.03 23:42:45.009609 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17274 | 2025.03.03 23:42:45.009681 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17275 | 2025.03.03 23:42:45.010927 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17276 | 2025.03.03 23:42:45.010970 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17277 | 2025.03.03 23:42:45.011714 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17278 | 2025.03.03 23:42:45.012005 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17279 | 2025.03.03 23:42:45.012206 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17280 | 2025.03.03 23:42:45.012278 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17281 | 2025.03.03 23:42:45.012308 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.002709 sec., 21040.974529346622 rows/sec., 37.70 MiB/sec. | ||
| 17282 | 2025.03.03 23:42:45.012315 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17283 | 2025.03.03 23:42:45.012776 [ 5 ] {0ea76827-1849-4ff5-b649-86fb13562df3} <Debug> TCPHandler: Processed in 0.003331024 sec. | ||
| 17284 | 2025.03.03 23:42:45.012797 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::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 | ||
| 17285 | 2025.03.03 23:42:45.012948 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17286 | 2025.03.03 23:42:45.013195 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17287 | 2025.03.03 23:42:45.013330 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17288 | 2025.03.03 23:42:45.013868 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17289 | 2025.03.03 23:42:45.014119 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2261 rows starting from the beginning of the part | ||
| 17290 | 2025.03.03 23:42:45.014869 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 17291 | 2025.03.03 23:42:45.015517 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17292 | 2025.03.03 23:42:45.015630 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17293 | 2025.03.03 23:42:45.015641 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part | ||
| 17294 | 2025.03.03 23:42:45.016315 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 50 rows starting from the beginning of the part | ||
| 17295 | 2025.03.03 23:42:45.016902 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 54 rows starting from the beginning of the part | ||
| 17296 | 2025.03.03 23:42:45.017484 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17297 | 2025.03.03 23:42:45.017566 [ 197 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 57 rows starting from the beginning of the part | ||
| 17298 | 2025.03.03 23:42:45.018304 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17299 | 2025.03.03 23:42:45.018819 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.005723 sec., 8037.742442774769 rows/sec., 497.75 KiB/sec. | ||
| 17300 | 2025.03.03 23:42:45.018983 [ 5 ] {c3d2c05c-1c53-41bf-a04c-544d6f7648c1} <Debug> TCPHandler: Processed in 0.006109435 sec. | ||
| 17301 | 2025.03.03 23:42:45.029228 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 19 columns (19 merged, 0 gathered) in 0.016751848 sec., 149237.26624071566 rows/sec., 267.43 MiB/sec. | ||
| 17302 | 2025.03.03 23:42:45.031461 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17303 | 2025.03.03 23:42:45.031911 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17304 | 2025.03.03 23:42:45.031999 [ 188 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17305 | 2025.03.03 23:42:45.032170 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.56 MiB. | ||
| 17306 | 2025.03.03 23:42:45.341453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 17307 | 2025.03.03 23:42:45.363235 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17308 | 2025.03.03 23:42:45.363289 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17309 | 2025.03.03 23:42:45.370792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17310 | 2025.03.03 23:42:45.371583 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17311 | 2025.03.03 23:42:45.375026 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 17312 | 2025.03.03 23:42:47.572176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 2390 | ||
| 17313 | 2025.03.03 23:42:47.575958 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17314 | 2025.03.03 23:42:47.576008 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17315 | 2025.03.03 23:42:47.577558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17316 | 2025.03.03 23:42:47.577883 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17317 | 2025.03.03 23:42:47.578531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2390 | ||
| 17318 | 2025.03.03 23:42:48.534956 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17319 | 2025.03.03 23:42:48.535141 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17320 | 2025.03.03 23:42:48.535213 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17321 | 2025.03.03 23:42:48.535999 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17322 | 2025.03.03 23:42:48.536049 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17323 | 2025.03.03 23:42:48.536490 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17324 | 2025.03.03 23:42:48.536745 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17325 | 2025.03.03 23:42:48.536996 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 17326 | 2025.03.03 23:42:48.537054 [ 5 ] {21d17f97-0859-45af-a81d-76ced9c95e67} <Debug> TCPHandler: Processed in 0.002228463 sec. | ||
| 17327 | 2025.03.03 23:42:48.537178 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17328 | 2025.03.03 23:42:48.537284 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17329 | 2025.03.03 23:42:48.537330 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17330 | 2025.03.03 23:42:48.537881 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17331 | 2025.03.03 23:42:48.537922 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17332 | 2025.03.03 23:42:48.538281 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17333 | 2025.03.03 23:42:48.538529 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17334 | 2025.03.03 23:42:48.538749 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
| 17335 | 2025.03.03 23:42:48.538803 [ 5 ] {1dcbf91a-f413-4e84-9a6c-2d2d790dd977} <Debug> TCPHandler: Processed in 0.001676108 sec. | ||
| 17336 | 2025.03.03 23:42:48.538914 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17337 | 2025.03.03 23:42:48.539020 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17338 | 2025.03.03 23:42:48.539070 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17339 | 2025.03.03 23:42:48.539574 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17340 | 2025.03.03 23:42:48.539613 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17341 | 2025.03.03 23:42:48.540001 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17342 | 2025.03.03 23:42:48.540239 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17343 | 2025.03.03 23:42:48.540454 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001456 sec., 65934.06593406593 rows/sec., 4.59 MiB/sec. | ||
| 17344 | 2025.03.03 23:42:48.540506 [ 5 ] {10d8ed5c-3bf3-48d6-b883-b9483cfbfd05} <Debug> TCPHandler: Processed in 0.001642667 sec. | ||
| 17345 | 2025.03.03 23:42:48.540618 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17346 | 2025.03.03 23:42:48.540724 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17347 | 2025.03.03 23:42:48.540770 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17348 | 2025.03.03 23:42:48.541197 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17349 | 2025.03.03 23:42:48.541236 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17350 | 2025.03.03 23:42:48.541604 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17351 | 2025.03.03 23:42:48.541839 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17352 | 2025.03.03 23:42:48.542054 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001344 sec., 26785.714285714286 rows/sec., 1.81 MiB/sec. | ||
| 17353 | 2025.03.03 23:42:48.542160 [ 5 ] {2705bdc8-ee9f-4970-b941-77ea2371bebb} <Debug> TCPHandler: Processed in 0.001591425 sec. | ||
| 17354 | 2025.03.03 23:42:49.820926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
| 17355 | 2025.03.03 23:42:49.821661 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17356 | 2025.03.03 23:42:49.821699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17357 | 2025.03.03 23:42:49.822231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17358 | 2025.03.03 23:42:49.822494 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17359 | 2025.03.03 23:42:49.822656 [ 47 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17360 | 2025.03.03 23:42:49.822679 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
| 17361 | 2025.03.03 23:42:49.822707 [ 47 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17362 | 2025.03.03 23:42:49.822733 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17363 | 2025.03.03 23:42:49.822846 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17364 | 2025.03.03 23:42:49.822984 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17365 | 2025.03.03 23:42:49.823023 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 17366 | 2025.03.03 23:42:49.823100 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 17367 | 2025.03.03 23:42:49.823340 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 17368 | 2025.03.03 23:42:49.823519 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 17369 | 2025.03.03 23:42:49.823683 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 17370 | 2025.03.03 23:42:49.823757 [ 187 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 17371 | 2025.03.03 23:42:49.826969 [ 196 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.00417283 sec., 9984351.147782201 rows/sec., 142.83 MiB/sec. | ||
| 17372 | 2025.03.03 23:42:49.827316 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17373 | 2025.03.03 23:42:49.827678 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17374 | 2025.03.03 23:42:49.827773 [ 194 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_91_18} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17375 | 2025.03.03 23:42:49.827897 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17376 | 2025.03.03 23:42:52.875074 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 17377 | 2025.03.03 23:42:52.897046 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17378 | 2025.03.03 23:42:52.897094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17379 | 2025.03.03 23:42:52.904551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17380 | 2025.03.03 23:42:52.905320 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17381 | 2025.03.03 23:42:52.905756 [ 43 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17382 | 2025.03.03 23:42:52.905901 [ 43 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17383 | 2025.03.03 23:42:52.905972 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17384 | 2025.03.03 23:42:52.906240 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17385 | 2025.03.03 23:42:52.914488 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 17386 | 2025.03.03 23:42:52.915787 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17387 | 2025.03.03 23:42:52.916703 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 17388 | 2025.03.03 23:42:52.921771 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 17389 | 2025.03.03 23:42:52.926962 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 17390 | 2025.03.03 23:42:52.932543 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 17391 | 2025.03.03 23:42:52.938149 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 17392 | 2025.03.03 23:42:52.943967 [ 196 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 17393 | 2025.03.03 23:42:53.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 282.54 MiB, peak 285.83 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: -15.21 MiB | ||
| 17394 | 2025.03.03 23:42:53.009237 [ 190 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.103143164 sec., 6650.949742049798 rows/sec., 34.39 MiB/sec. | ||
| 17395 | 2025.03.03 23:42:53.012898 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17396 | 2025.03.03 23:42:53.015991 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17397 | 2025.03.03 23:42:53.016115 [ 193 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_91_18} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17398 | 2025.03.03 23:42:53.018749 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 17399 | 2025.03.03 23:42:53.538601 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17400 | 2025.03.03 23:42:53.538785 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17401 | 2025.03.03 23:42:53.538858 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17402 | 2025.03.03 23:42:53.539663 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17403 | 2025.03.03 23:42:53.539713 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17404 | 2025.03.03 23:42:53.540159 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17405 | 2025.03.03 23:42:53.540409 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17406 | 2025.03.03 23:42:53.540608 [ 45 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17407 | 2025.03.03 23:42:53.540668 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
| 17408 | 2025.03.03 23:42:53.540693 [ 45 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17409 | 2025.03.03 23:42:53.540777 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17410 | 2025.03.03 23:42:53.540799 [ 5 ] {b3d2278a-5cbd-40af-8e73-92bfe4a6e806} <Debug> TCPHandler: Processed in 0.002323286 sec. | ||
| 17411 | 2025.03.03 23:42:53.541045 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17412 | 2025.03.03 23:42:53.541061 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17413 | 2025.03.03 23:42:53.541242 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17414 | 2025.03.03 23:42:53.541354 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17415 | 2025.03.03 23:42:53.541381 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17416 | 2025.03.03 23:42:53.541498 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1866 rows starting from the beginning of the part | ||
| 17417 | 2025.03.03 23:42:53.541782 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 725 rows starting from the beginning of the part | ||
| 17418 | 2025.03.03 23:42:53.542090 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 17419 | 2025.03.03 23:42:53.542391 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1884 rows starting from the beginning of the part | ||
| 17420 | 2025.03.03 23:42:53.542719 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 17421 | 2025.03.03 23:42:53.543063 [ 195 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 17422 | 2025.03.03 23:42:53.544439 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17423 | 2025.03.03 23:42:53.544503 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17424 | 2025.03.03 23:42:53.545423 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17425 | 2025.03.03 23:42:53.545905 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17426 | 2025.03.03 23:42:53.546143 [ 45 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17427 | 2025.03.03 23:42:53.546220 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005031 sec., 12721.129000198767 rows/sec., 1016.74 KiB/sec. | ||
| 17428 | 2025.03.03 23:42:53.546240 [ 45 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17429 | 2025.03.03 23:42:53.546358 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17430 | 2025.03.03 23:42:53.546470 [ 5 ] {e40c306f-5d77-4db8-8f16-889c741a4189} <Debug> TCPHandler: Processed in 0.005497867 sec. | ||
| 17431 | 2025.03.03 23:42:53.546711 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17432 | 2025.03.03 23:42:53.546725 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17433 | 2025.03.03 23:42:53.547094 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17434 | 2025.03.03 23:42:53.547228 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17435 | 2025.03.03 23:42:53.547275 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17436 | 2025.03.03 23:42:53.547362 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 927 rows starting from the beginning of the part | ||
| 17437 | 2025.03.03 23:42:53.547853 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 442 rows starting from the beginning of the part | ||
| 17438 | 2025.03.03 23:42:53.547989 [ 200 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4643 rows, containing 5 columns (5 merged, 0 gathered) in 0.006840915 sec., 678710.3771936941 rows/sec., 57.79 MiB/sec. | ||
| 17439 | 2025.03.03 23:42:53.548283 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 17440 | 2025.03.03 23:42:53.548722 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17441 | 2025.03.03 23:42:53.548937 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 930 rows starting from the beginning of the part | ||
| 17442 | 2025.03.03 23:42:53.549465 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 17443 | 2025.03.03 23:42:53.550076 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 17444 | 2025.03.03 23:42:53.550406 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17445 | 2025.03.03 23:42:53.550916 [ 201 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_156_31} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17446 | 2025.03.03 23:42:53.551433 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 17447 | 2025.03.03 23:42:53.552363 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17448 | 2025.03.03 23:42:53.552414 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17449 | 2025.03.03 23:42:53.552997 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17450 | 2025.03.03 23:42:53.553305 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17451 | 2025.03.03 23:42:53.553623 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00667 sec., 23988.0059970015 rows/sec., 1.67 MiB/sec. | ||
| 17452 | 2025.03.03 23:42:53.553875 [ 5 ] {ffc20483-7d52-40d2-8c63-a0fc39de5eb5} <Debug> TCPHandler: Processed in 0.007255708 sec. | ||
| 17453 | 2025.03.03 23:42:53.554238 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17454 | 2025.03.03 23:42:53.554620 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17455 | 2025.03.03 23:42:53.554621 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2491 rows, containing 5 columns (5 merged, 0 gathered) in 0.00805295 sec., 309327.63769798644 rows/sec., 23.71 MiB/sec. | ||
| 17456 | 2025.03.03 23:42:53.554812 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17457 | 2025.03.03 23:42:53.555291 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17458 | 2025.03.03 23:42:53.556652 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17459 | 2025.03.03 23:42:53.556873 [ 192 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_156_31} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17460 | 2025.03.03 23:42:53.557039 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 17461 | 2025.03.03 23:42:53.557131 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17462 | 2025.03.03 23:42:53.557174 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17463 | 2025.03.03 23:42:53.557545 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17464 | 2025.03.03 23:42:53.557782 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17465 | 2025.03.03 23:42:53.557962 [ 45 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17466 | 2025.03.03 23:42:53.558028 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003535 sec., 16973.125884016972 rows/sec., 1.14 MiB/sec. | ||
| 17467 | 2025.03.03 23:42:53.558029 [ 45 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17468 | 2025.03.03 23:42:53.558111 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17469 | 2025.03.03 23:42:53.558161 [ 5 ] {a7c5d704-401d-4495-83f2-cb0ec1516e91} <Debug> TCPHandler: Processed in 0.004044746 sec. | ||
| 17470 | 2025.03.03 23:42:53.558343 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17471 | 2025.03.03 23:42:53.558459 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17472 | 2025.03.03 23:42:53.558489 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9064 rows starting from the beginning of the part | ||
| 17473 | 2025.03.03 23:42:53.558620 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 17474 | 2025.03.03 23:42:53.558825 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 17475 | 2025.03.03 23:42:53.559000 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 46 rows starting from the beginning of the part | ||
| 17476 | 2025.03.03 23:42:53.559191 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 36 rows starting from the beginning of the part | ||
| 17477 | 2025.03.03 23:42:53.559369 [ 192 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 17478 | 2025.03.03 23:42:53.562273 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9348 rows, containing 4 columns (4 merged, 0 gathered) in 0.004053476 sec., 2306168.828926087 rows/sec., 150.20 MiB/sec. | ||
| 17479 | 2025.03.03 23:42:53.562600 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17480 | 2025.03.03 23:42:53.563020 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17481 | 2025.03.03 23:42:53.563101 [ 186 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_156_31} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17482 | 2025.03.03 23:42:53.563186 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 17483 | 2025.03.03 23:42:54.000225 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.57 MiB, peak 285.83 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: 13.76 MiB | ||
| 17484 | 2025.03.03 23:42:57.058662 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17485 | 2025.03.03 23:42:57.058713 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17486 | 2025.03.03 23:42:57.235088 [ 40 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 17487 | 2025.03.03 23:42:57.235137 [ 40 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17488 | 2025.03.03 23:42:57.235162 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. | ||
| 17489 | 2025.03.03 23:42:57.235270 [ 225 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17490 | 2025.03.03 23:42:57.235317 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::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 | ||
| 17491 | 2025.03.03 23:42:57.235326 [ 225 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17492 | 2025.03.03 23:42:57.235517 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17493 | 2025.03.03 23:42:57.235559 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 17494 | 2025.03.03 23:42:57.235647 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 17495 | 2025.03.03 23:42:57.235937 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 17496 | 2025.03.03 23:42:57.236256 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 17497 | 2025.03.03 23:42:57.236420 [ 189 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part | ||
| 17498 | 2025.03.03 23:42:57.237731 [ 186 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 57 rows, containing 5 columns (5 merged, 0 gathered) in 0.002491261 sec., 22879.979255485476 rows/sec., 1.90 MiB/sec. | ||
| 17499 | 2025.03.03 23:42:57.238010 [ 186 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 17500 | 2025.03.03 23:42:57.238556 [ 186 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17501 | 2025.03.03 23:42:57.238756 [ 186 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_21_5} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 17502 | 2025.03.03 23:42:57.238893 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17503 | 2025.03.03 23:42:57.239068 [ 225 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17504 | 2025.03.03 23:42:57.322793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
| 17505 | 2025.03.03 23:42:57.323589 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17506 | 2025.03.03 23:42:57.323641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17507 | 2025.03.03 23:42:57.324204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17508 | 2025.03.03 23:42:57.324469 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2025.03.03 23:42:57.324699 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17510 | 2025.03.03 23:42:57.578812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2406 | ||
| 17511 | 2025.03.03 23:42:57.582219 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17512 | 2025.03.03 23:42:57.582263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17513 | 2025.03.03 23:42:57.583763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17514 | 2025.03.03 23:42:57.584077 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17515 | 2025.03.03 23:42:57.585648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2406 | ||
| 17516 | 2025.03.03 23:42:58.547062 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17517 | 2025.03.03 23:42:58.547278 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17518 | 2025.03.03 23:42:58.547361 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17519 | 2025.03.03 23:42:58.548318 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17520 | 2025.03.03 23:42:58.548372 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17521 | 2025.03.03 23:42:58.548826 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17522 | 2025.03.03 23:42:58.549078 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17523 | 2025.03.03 23:42:58.549323 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002104 sec., 100760.45627376426 rows/sec., 6.41 MiB/sec. | ||
| 17524 | 2025.03.03 23:42:58.549382 [ 5 ] {db9cb69f-d798-41a8-bcd5-4fc51b679e0a} <Debug> TCPHandler: Processed in 0.00245734 sec. | ||
| 17525 | 2025.03.03 23:42:58.549515 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17526 | 2025.03.03 23:42:58.549619 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17527 | 2025.03.03 23:42:58.549666 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17528 | 2025.03.03 23:42:58.550178 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17529 | 2025.03.03 23:42:58.550218 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17530 | 2025.03.03 23:42:58.550573 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 17531 | 2025.03.03 23:42:58.550816 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17532 | 2025.03.03 23:42:58.551036 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.00144 sec., 2083.333333333333 rows/sec., 154.62 KiB/sec. | ||
| 17533 | 2025.03.03 23:42:58.551091 [ 5 ] {a016f9fd-b975-4fe5-a386-ab6b1652a84f} <Debug> TCPHandler: Processed in 0.001626726 sec. | ||
| 17534 | 2025.03.03 23:42:58.551193 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17535 | 2025.03.03 23:42:58.551295 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17536 | 2025.03.03 23:42:58.551340 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17537 | 2025.03.03 23:42:58.552262 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17538 | 2025.03.03 23:42:58.552302 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17539 | 2025.03.03 23:42:58.552717 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17540 | 2025.03.03 23:42:58.552961 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17541 | 2025.03.03 23:42:58.553183 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Debug> executeQuery: Read 739 rows, 60.81 KiB in 0.00191 sec., 386910.9947643979 rows/sec., 31.09 MiB/sec. | ||
| 17542 | 2025.03.03 23:42:58.553235 [ 5 ] {959ea0c4-bd65-4124-b9b2-e99247ea388c} <Debug> TCPHandler: Processed in 0.00209103 sec. | ||
| 17543 | 2025.03.03 23:42:58.553346 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17544 | 2025.03.03 23:42:58.553450 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17545 | 2025.03.03 23:42:58.553494 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17546 | 2025.03.03 23:42:58.554074 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17547 | 2025.03.03 23:42:58.554116 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17548 | 2025.03.03 23:42:58.554475 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17549 | 2025.03.03 23:42:58.554707 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17550 | 2025.03.03 23:42:58.554954 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Debug> executeQuery: Read 167 rows, 10.93 KiB in 0.00152 sec., 109868.42105263157 rows/sec., 7.03 MiB/sec. | ||
| 17551 | 2025.03.03 23:42:58.555126 [ 5 ] {631f2da6-047a-4821-a248-9cd0ad9cfdbc} <Debug> TCPHandler: Processed in 0.001826102 sec. | ||
| 17552 | 2025.03.03 23:42:58.555356 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17553 | 2025.03.03 23:42:58.555466 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17554 | 2025.03.03 23:42:58.555511 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17555 | 2025.03.03 23:42:58.556080 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2025.03.03 23:42:58.556120 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17557 | 2025.03.03 23:42:58.556470 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17558 | 2025.03.03 23:42:58.556698 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2025.03.03 23:42:58.556921 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec. | ||
| 17560 | 2025.03.03 23:42:58.557015 [ 5 ] {ed891ab7-e122-46f5-8fdf-379824d53b47} <Debug> TCPHandler: Processed in 0.00174399 sec. | ||
| 17561 | 2025.03.03 23:42:58.557278 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17562 | 2025.03.03 23:42:58.557568 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17563 | 2025.03.03 23:42:58.557660 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17564 | 2025.03.03 23:42:58.558224 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17565 | 2025.03.03 23:42:58.558264 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17566 | 2025.03.03 23:42:58.558612 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17567 | 2025.03.03 23:42:58.558849 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17568 | 2025.03.03 23:42:58.559090 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001608 sec., 69651.74129353234 rows/sec., 3.97 MiB/sec. | ||
| 17569 | 2025.03.03 23:42:58.559252 [ 5 ] {728db247-5373-4ba6-bc0d-9e7c6754c727} <Debug> TCPHandler: Processed in 0.00208316 sec. | ||
| 17570 | 2025.03.03 23:42:58.559495 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17571 | 2025.03.03 23:42:58.559604 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17572 | 2025.03.03 23:42:58.559649 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17573 | 2025.03.03 23:42:58.560375 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17574 | 2025.03.03 23:42:58.560415 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17575 | 2025.03.03 23:42:58.560784 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17576 | 2025.03.03 23:42:58.561017 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17577 | 2025.03.03 23:42:58.561190 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Debug> executeQuery: Read 470 rows, 34.43 KiB in 0.001609 sec., 292106.89869484154 rows/sec., 20.89 MiB/sec. | ||
| 17578 | 2025.03.03 23:42:58.561241 [ 5 ] {f3f8baf4-98bf-46d1-966d-97e3d3312529} <Debug> TCPHandler: Processed in 0.001832613 sec. | ||
| 17579 | 2025.03.03 23:42:58.561343 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17580 | 2025.03.03 23:42:58.561443 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17581 | 2025.03.03 23:42:58.561489 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17582 | 2025.03.03 23:42:58.561900 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17583 | 2025.03.03 23:42:58.561937 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17584 | 2025.03.03 23:42:58.562281 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17585 | 2025.03.03 23:42:58.562507 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17586 | 2025.03.03 23:42:58.562692 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001263 sec., 4750.593824228028 rows/sec., 248.20 KiB/sec. | ||
| 17587 | 2025.03.03 23:42:58.562804 [ 5 ] {cef2ce2e-06e9-4a26-8ba4-f4ed560904e9} <Debug> TCPHandler: Processed in 0.001504353 sec. | ||
| 17588 | 2025.03.03 23:42:58.562994 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17589 | 2025.03.03 23:42:58.563307 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17590 | 2025.03.03 23:42:58.563420 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17591 | 2025.03.03 23:42:58.563968 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17592 | 2025.03.03 23:42:58.564006 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17593 | 2025.03.03 23:42:58.564381 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17594 | 2025.03.03 23:42:58.564624 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17595 | 2025.03.03 23:42:58.564757 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 17596 | 2025.03.03 23:42:58.564798 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17597 | 2025.03.03 23:42:58.564805 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001623 sec., 147874.30683918667 rows/sec., 9.90 MiB/sec. | ||
| 17598 | 2025.03.03 23:42:58.564823 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17599 | 2025.03.03 23:42:58.564905 [ 5 ] {2202c03c-b38c-4ba5-8c15-ad45ce98ec21} <Debug> TCPHandler: Processed in 0.002008867 sec. | ||
| 17600 | 2025.03.03 23:42:58.565215 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17601 | 2025.03.03 23:42:58.565238 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 17602 | 2025.03.03 23:42:58.565506 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17603 | 2025.03.03 23:42:58.565733 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17604 | 2025.03.03 23:42:58.565883 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17605 | 2025.03.03 23:42:58.566010 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 44805 rows starting from the beginning of the part | ||
| 17606 | 2025.03.03 23:42:58.566549 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 17607 | 2025.03.03 23:42:58.567056 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 997 rows starting from the beginning of the part | ||
| 17608 | 2025.03.03 23:42:58.567531 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 96 rows starting from the beginning of the part | ||
| 17609 | 2025.03.03 23:42:58.567952 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 17610 | 2025.03.03 23:42:58.568319 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 240 rows starting from the beginning of the part | ||
| 17611 | 2025.03.03 23:42:58.570189 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17612 | 2025.03.03 23:42:58.570233 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17613 | 2025.03.03 23:42:58.570760 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17614 | 2025.03.03 23:42:58.571135 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17615 | 2025.03.03 23:42:58.571538 [ 223 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17616 | 2025.03.03 23:42:58.571639 [ 223 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17617 | 2025.03.03 23:42:58.571812 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006426 sec., 155.6178026766262 rows/sec., 10.49 KiB/sec. | ||
| 17618 | 2025.03.03 23:42:58.572245 [ 5 ] {ee815bbe-bd22-43b6-8d30-e0ec284795ac} <Debug> TCPHandler: Processed in 0.007139014 sec. | ||
| 17619 | 2025.03.03 23:42:58.572545 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17620 | 2025.03.03 23:42:58.572827 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17621 | 2025.03.03 23:42:58.573101 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17622 | 2025.03.03 23:42:58.576551 [ 223 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17623 | 2025.03.03 23:42:58.578076 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17624 | 2025.03.03 23:42:58.578128 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17625 | 2025.03.03 23:42:58.579118 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17626 | 2025.03.03 23:42:58.579456 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17627 | 2025.03.03 23:42:58.579829 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007108 sec., 8159.819921215532 rows/sec., 14.62 MiB/sec. | ||
| 17628 | 2025.03.03 23:42:58.580549 [ 5 ] {e81f1d37-4b1c-4564-868b-bfd42a98c97f} <Debug> TCPHandler: Processed in 0.008133572 sec. | ||
| 17629 | 2025.03.03 23:42:58.580924 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17630 | 2025.03.03 23:42:58.581052 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17631 | 2025.03.03 23:42:58.581100 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17632 | 2025.03.03 23:42:58.581819 [ 197 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46458 rows, containing 5 columns (5 merged, 0 gathered) in 0.016872552 sec., 2753466.102815982 rows/sec., 185.88 MiB/sec. | ||
| 17633 | 2025.03.03 23:42:58.582173 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17634 | 2025.03.03 23:42:58.582216 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17635 | 2025.03.03 23:42:58.582500 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 17636 | 2025.03.03 23:42:58.582811 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 17637 | 2025.03.03 23:42:58.583175 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17638 | 2025.03.03 23:42:58.583263 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17639 | 2025.03.03 23:42:58.583362 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 17640 | 2025.03.03 23:42:58.583599 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 17641 | 2025.03.03 23:42:58.583664 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.002657 sec., 3387.2788859616107 rows/sec., 239.27 KiB/sec. | ||
| 17642 | 2025.03.03 23:42:58.583725 [ 5 ] {7a358003-ef7e-4125-bae0-b97c8b562e61} <Debug> TCPHandler: Processed in 0.002858432 sec. | ||
| 17643 | 2025.03.03 23:42:58.583827 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17644 | 2025.03.03 23:42:58.583931 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17645 | 2025.03.03 23:42:58.583976 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17646 | 2025.03.03 23:42:58.584407 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17647 | 2025.03.03 23:42:58.584445 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17648 | 2025.03.03 23:42:58.584802 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17649 | 2025.03.03 23:42:58.585037 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17650 | 2025.03.03 23:42:58.585210 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001301 sec., 63028.43966179861 rows/sec., 4.00 MiB/sec. | ||
| 17651 | 2025.03.03 23:42:58.585260 [ 5 ] {fba51718-c111-4d9b-ba85-c0263ada6488} <Debug> TCPHandler: Processed in 0.001480202 sec. | ||
| 17652 | 2025.03.03 23:43:00.414550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17653 | 2025.03.03 23:43:00.437259 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17654 | 2025.03.03 23:43:00.437305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17655 | 2025.03.03 23:43:00.444799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17656 | 2025.03.03 23:43:00.445624 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17657 | 2025.03.03 23:43:00.450067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17658 | 2025.03.03 23:43:03.158890 [ 217 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17659 | 2025.03.03 23:43:03.158962 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17660 | 2025.03.03 23:43:03.161117 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17661 | 2025.03.03 23:43:03.537686 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17662 | 2025.03.03 23:43:03.537900 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17663 | 2025.03.03 23:43:03.537979 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17664 | 2025.03.03 23:43:03.538773 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17665 | 2025.03.03 23:43:03.538813 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17666 | 2025.03.03 23:43:03.539250 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17667 | 2025.03.03 23:43:03.539511 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17668 | 2025.03.03 23:43:03.539727 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec. | ||
| 17669 | 2025.03.03 23:43:03.539791 [ 5 ] {ed33bc72-47e4-401e-a116-40516c8b43fb} <Debug> TCPHandler: Processed in 0.002236674 sec. | ||
| 17670 | 2025.03.03 23:43:03.539813 [ 221 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17671 | 2025.03.03 23:43:03.539872 [ 221 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17672 | 2025.03.03 23:43:03.539916 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17673 | 2025.03.03 23:43:03.540129 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17674 | 2025.03.03 23:43:03.540179 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17675 | 2025.03.03 23:43:03.541401 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17676 | 2025.03.03 23:43:03.541480 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17677 | 2025.03.03 23:43:03.542153 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17678 | 2025.03.03 23:43:03.542552 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17679 | 2025.03.03 23:43:03.542975 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002888 sec., 22160.6648199446 rows/sec., 1.73 MiB/sec. | ||
| 17680 | 2025.03.03 23:43:03.543024 [ 223 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17681 | 2025.03.03 23:43:03.543125 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17682 | 2025.03.03 23:43:03.543227 [ 5 ] {d14f3949-fdbd-4cb1-b7e7-c3ce4eb0b74a} <Debug> TCPHandler: Processed in 0.003347725 sec. | ||
| 17683 | 2025.03.03 23:43:03.543687 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17684 | 2025.03.03 23:43:03.543839 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17685 | 2025.03.03 23:43:03.543951 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17686 | 2025.03.03 23:43:03.544421 [ 221 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17687 | 2025.03.03 23:43:03.547214 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17688 | 2025.03.03 23:43:03.547265 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17689 | 2025.03.03 23:43:03.548063 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17690 | 2025.03.03 23:43:03.548479 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17691 | 2025.03.03 23:43:03.548629 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17692 | 2025.03.03 23:43:03.548943 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005109 sec., 31317.283225680174 rows/sec., 2.18 MiB/sec. | ||
| 17693 | 2025.03.03 23:43:03.549019 [ 5 ] {ff284827-8f22-409d-948d-20bd9b872177} <Debug> TCPHandler: Processed in 0.005545358 sec. | ||
| 17694 | 2025.03.03 23:43:03.549270 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17695 | 2025.03.03 23:43:03.549532 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17696 | 2025.03.03 23:43:03.549591 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17697 | 2025.03.03 23:43:03.550040 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17698 | 2025.03.03 23:43:03.550077 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17699 | 2025.03.03 23:43:03.550442 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17700 | 2025.03.03 23:43:03.550682 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17701 | 2025.03.03 23:43:03.550857 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 17702 | 2025.03.03 23:43:03.550908 [ 5 ] {9be88e93-8864-42b0-867e-ef565bb86ed1} <Debug> TCPHandler: Processed in 0.00173888 sec. | ||
| 17703 | 2025.03.03 23:43:04.720852 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17704 | 2025.03.03 23:43:04.720909 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17705 | 2025.03.03 23:43:04.722867 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17706 | 2025.03.03 23:43:04.824874 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
| 17707 | 2025.03.03 23:43:04.825861 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17708 | 2025.03.03 23:43:04.825927 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17709 | 2025.03.03 23:43:04.826697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17710 | 2025.03.03 23:43:04.827055 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17711 | 2025.03.03 23:43:04.827368 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
| 17712 | 2025.03.03 23:43:07.585769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2440 | ||
| 17713 | 2025.03.03 23:43:07.588993 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17714 | 2025.03.03 23:43:07.589037 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17715 | 2025.03.03 23:43:07.590562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17716 | 2025.03.03 23:43:07.590883 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17717 | 2025.03.03 23:43:07.591273 [ 219 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17718 | 2025.03.03 23:43:07.591370 [ 219 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17719 | 2025.03.03 23:43:07.592110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2440 | ||
| 17720 | 2025.03.03 23:43:07.593885 [ 219 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17721 | 2025.03.03 23:43:07.950123 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 17722 | 2025.03.03 23:43:07.973796 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2025.03.03 23:43:07.973845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17724 | 2025.03.03 23:43:07.981450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17725 | 2025.03.03 23:43:07.982327 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17726 | 2025.03.03 23:43:07.985337 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 17727 | 2025.03.03 23:43:08.207598 [ 224 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17728 | 2025.03.03 23:43:08.207629 [ 224 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17729 | 2025.03.03 23:43:08.209649 [ 224 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17730 | 2025.03.03 23:43:08.546732 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17731 | 2025.03.03 23:43:08.546948 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17732 | 2025.03.03 23:43:08.547030 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17733 | 2025.03.03 23:43:08.547932 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17734 | 2025.03.03 23:43:08.547984 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17735 | 2025.03.03 23:43:08.548446 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17736 | 2025.03.03 23:43:08.548703 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17737 | 2025.03.03 23:43:08.548927 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002036 sec., 104125.73673870334 rows/sec., 6.62 MiB/sec. | ||
| 17738 | 2025.03.03 23:43:08.549045 [ 5 ] {b134aa4f-45ec-4939-8494-0ea3ef5a1a12} <Debug> TCPHandler: Processed in 0.00244769 sec. | ||
| 17739 | 2025.03.03 23:43:08.549201 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17740 | 2025.03.03 23:43:08.549489 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17741 | 2025.03.03 23:43:08.549586 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17742 | 2025.03.03 23:43:08.550126 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17743 | 2025.03.03 23:43:08.550166 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17744 | 2025.03.03 23:43:08.550530 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 17745 | 2025.03.03 23:43:08.550774 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17746 | 2025.03.03 23:43:08.550991 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001599 sec., 1876.172607879925 rows/sec., 139.25 KiB/sec. | ||
| 17747 | 2025.03.03 23:43:08.551043 [ 5 ] {e8441184-a094-4e03-89d2-41cf0ea3cbf9} <Debug> TCPHandler: Processed in 0.001920645 sec. | ||
| 17748 | 2025.03.03 23:43:08.551163 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17749 | 2025.03.03 23:43:08.551281 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17750 | 2025.03.03 23:43:08.551335 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17751 | 2025.03.03 23:43:08.552387 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17752 | 2025.03.03 23:43:08.552429 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17753 | 2025.03.03 23:43:08.552854 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17754 | 2025.03.03 23:43:08.553106 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17755 | 2025.03.03 23:43:08.553343 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Debug> executeQuery: Read 739 rows, 60.81 KiB in 0.002082 sec., 354947.16618635925 rows/sec., 28.52 MiB/sec. | ||
| 17756 | 2025.03.03 23:43:08.553427 [ 5 ] {e1e963ce-73b0-450d-8360-cf9fc967d435} <Debug> TCPHandler: Processed in 0.002315486 sec. | ||
| 17757 | 2025.03.03 23:43:08.553603 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17758 | 2025.03.03 23:43:08.553907 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17759 | 2025.03.03 23:43:08.554033 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17760 | 2025.03.03 23:43:08.554716 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17761 | 2025.03.03 23:43:08.554758 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17762 | 2025.03.03 23:43:08.555140 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17763 | 2025.03.03 23:43:08.555375 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17764 | 2025.03.03 23:43:08.555628 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Debug> executeQuery: Read 167 rows, 10.93 KiB in 0.001821 sec., 91707.85282811642 rows/sec., 5.86 MiB/sec. | ||
| 17765 | 2025.03.03 23:43:08.555631 [ 221 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17766 | 2025.03.03 23:43:08.555707 [ 5 ] {f45f5f1a-f62b-464e-ba01-8d8bad7d85f7} <Debug> TCPHandler: Processed in 0.002192093 sec. | ||
| 17767 | 2025.03.03 23:43:08.555711 [ 221 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17768 | 2025.03.03 23:43:08.555914 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17769 | 2025.03.03 23:43:08.556057 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17770 | 2025.03.03 23:43:08.556116 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17771 | 2025.03.03 23:43:08.557533 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17772 | 2025.03.03 23:43:08.557575 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17773 | 2025.03.03 23:43:08.558303 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17774 | 2025.03.03 23:43:08.558730 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17775 | 2025.03.03 23:43:08.559033 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002991 sec., 37780.00668672685 rows/sec., 2.45 MiB/sec. | ||
| 17776 | 2025.03.03 23:43:08.559169 [ 5 ] {b28660ba-76af-4be7-b8ee-6f4cc8b31214} <Debug> TCPHandler: Processed in 0.003340166 sec. | ||
| 17777 | 2025.03.03 23:43:08.559344 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17778 | 2025.03.03 23:43:08.559451 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17779 | 2025.03.03 23:43:08.559498 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17780 | 2025.03.03 23:43:08.559833 [ 221 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17781 | 2025.03.03 23:43:08.560698 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17782 | 2025.03.03 23:43:08.560743 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17783 | 2025.03.03 23:43:08.561104 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17784 | 2025.03.03 23:43:08.561345 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17785 | 2025.03.03 23:43:08.561596 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00216 sec., 51851.851851851854 rows/sec., 2.95 MiB/sec. | ||
| 17786 | 2025.03.03 23:43:08.561740 [ 5 ] {225e1671-569a-4011-9848-08fb9913654a} <Debug> TCPHandler: Processed in 0.002477771 sec. | ||
| 17787 | 2025.03.03 23:43:08.561967 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17788 | 2025.03.03 23:43:08.562078 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17789 | 2025.03.03 23:43:08.562125 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17790 | 2025.03.03 23:43:08.562849 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17791 | 2025.03.03 23:43:08.562888 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17792 | 2025.03.03 23:43:08.563271 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17793 | 2025.03.03 23:43:08.563507 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17794 | 2025.03.03 23:43:08.563729 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Debug> executeQuery: Read 461 rows, 33.70 KiB in 0.001668 sec., 276378.896882494 rows/sec., 19.73 MiB/sec. | ||
| 17795 | 2025.03.03 23:43:08.563821 [ 5 ] {3a76fa49-c5de-4767-83f8-6ca92df28e1e} <Debug> TCPHandler: Processed in 0.001932796 sec. | ||
| 17796 | 2025.03.03 23:43:08.563955 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17797 | 2025.03.03 23:43:08.564251 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17798 | 2025.03.03 23:43:08.564387 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17799 | 2025.03.03 23:43:08.565001 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17800 | 2025.03.03 23:43:08.565040 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17801 | 2025.03.03 23:43:08.565391 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17802 | 2025.03.03 23:43:08.565624 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17803 | 2025.03.03 23:43:08.565834 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 184.72 KiB/sec. | ||
| 17804 | 2025.03.03 23:43:08.565885 [ 5 ] {2a920ffd-3090-4e4d-b755-75563491c2f9} <Debug> TCPHandler: Processed in 0.002000317 sec. | ||
| 17805 | 2025.03.03 23:43:08.565992 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17806 | 2025.03.03 23:43:08.566094 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17807 | 2025.03.03 23:43:08.566142 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17808 | 2025.03.03 23:43:08.566663 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17809 | 2025.03.03 23:43:08.566703 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17810 | 2025.03.03 23:43:08.567082 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17811 | 2025.03.03 23:43:08.567319 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17812 | 2025.03.03 23:43:08.567527 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001455 sec., 164948.45360824742 rows/sec., 11.04 MiB/sec. | ||
| 17813 | 2025.03.03 23:43:08.567579 [ 5 ] {78f39024-12b1-4019-9376-93ea7c4b5a60} <Debug> TCPHandler: Processed in 0.001638347 sec. | ||
| 17814 | 2025.03.03 23:43:08.567693 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17815 | 2025.03.03 23:43:08.567798 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17816 | 2025.03.03 23:43:08.567845 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17817 | 2025.03.03 23:43:08.568263 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17818 | 2025.03.03 23:43:08.568303 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17819 | 2025.03.03 23:43:08.568653 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17820 | 2025.03.03 23:43:08.568885 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17821 | 2025.03.03 23:43:08.569047 [ 139 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 6 parts from all_1_63_14 to all_68_68_0 | ||
| 17822 | 2025.03.03 23:43:08.569107 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
| 17823 | 2025.03.03 23:43:08.569120 [ 139 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17824 | 2025.03.03 23:43:08.569189 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17825 | 2025.03.03 23:43:08.569222 [ 5 ] {2323516f-c1df-433e-9951-a70157e0a1e8} <Debug> TCPHandler: Processed in 0.001576545 sec. | ||
| 17826 | 2025.03.03 23:43:08.569429 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17827 | 2025.03.03 23:43:08.569433 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_14 to all_68_68_0 into Compact with storage Full | ||
| 17828 | 2025.03.03 23:43:08.569617 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17829 | 2025.03.03 23:43:08.569766 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17830 | 2025.03.03 23:43:08.569810 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17831 | 2025.03.03 23:43:08.569866 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_14, total 63 rows starting from the beginning of the part | ||
| 17832 | 2025.03.03 23:43:08.570273 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 17833 | 2025.03.03 23:43:08.570578 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 17834 | 2025.03.03 23:43:08.570937 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 17835 | 2025.03.03 23:43:08.571281 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 17836 | 2025.03.03 23:43:08.571661 [ 191 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 17837 | 2025.03.03 23:43:08.575173 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.005879607 sec., 11565.39884383429 rows/sec., 779.31 KiB/sec. | ||
| 17838 | 2025.03.03 23:43:08.575430 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 17839 | 2025.03.03 23:43:08.575814 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17840 | 2025.03.03 23:43:08.575879 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17841 | 2025.03.03 23:43:08.576199 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17842 | 2025.03.03 23:43:08.576409 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_68_15} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 6 parts: [all_1_63_14, all_68_68_0] -> all_1_68_15 | ||
| 17843 | 2025.03.03 23:43:08.576571 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17844 | 2025.03.03 23:43:08.577044 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17845 | 2025.03.03 23:43:08.577316 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17846 | 2025.03.03 23:43:08.577560 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.008013 sec., 7238.237863471859 rows/sec., 12.97 MiB/sec. | ||
| 17847 | 2025.03.03 23:43:08.577665 [ 5 ] {ad57f891-e6cb-434f-8b05-5aa1fd90e6ac} <Debug> TCPHandler: Processed in 0.008319878 sec. | ||
| 17848 | 2025.03.03 23:43:08.577782 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17849 | 2025.03.03 23:43:08.577886 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17850 | 2025.03.03 23:43:08.577932 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17851 | 2025.03.03 23:43:08.578372 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17852 | 2025.03.03 23:43:08.578411 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17853 | 2025.03.03 23:43:08.578779 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17854 | 2025.03.03 23:43:08.579013 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17855 | 2025.03.03 23:43:08.579221 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001357 sec., 60427.413411938105 rows/sec., 3.84 MiB/sec. | ||
| 17856 | 2025.03.03 23:43:08.579271 [ 5 ] {749d8e64-1015-4c01-ad85-e81e3b8587b4} <Debug> TCPHandler: Processed in 0.001539435 sec. | ||
| 17857 | 2025.03.03 23:43:09.559065 [ 222 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17858 | 2025.03.03 23:43:09.559124 [ 222 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17859 | 2025.03.03 23:43:09.561099 [ 222 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17860 | 2025.03.03 23:43:09.940560 [ 119 ] {} <Debug> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 17861 | 2025.03.03 23:43:09.940658 [ 119 ] {} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17862 | 2025.03.03 23:43:09.940702 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17863 | 2025.03.03 23:43:09.940935 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::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 | ||
| 17864 | 2025.03.03 23:43:09.941167 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17865 | 2025.03.03 23:43:09.941213 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 17866 | 2025.03.03 23:43:09.941308 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 17867 | 2025.03.03 23:43:09.941516 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 17868 | 2025.03.03 23:43:09.941620 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 17869 | 2025.03.03 23:43:09.941851 [ 190 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 17870 | 2025.03.03 23:43:09.943685 [ 187 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002874682 sec., 17741.092753911562 rows/sec., 1.26 MiB/sec. | ||
| 17871 | 2025.03.03 23:43:09.943901 [ 201 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 17872 | 2025.03.03 23:43:09.944315 [ 201 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17873 | 2025.03.03 23:43:09.944408 [ 201 ] {c41181b4-d695-439f-8645-ecfbdfe4d3f8::all_1_5_1} <Trace> oximeter.measurements_i64 (c41181b4-d695-439f-8645-ecfbdfe4d3f8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 17874 | 2025.03.03 23:43:09.944509 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17875 | 2025.03.03 23:43:12.058783 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17876 | 2025.03.03 23:43:12.058872 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17877 | 2025.03.03 23:43:12.327483 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
| 17878 | 2025.03.03 23:43:12.328264 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17879 | 2025.03.03 23:43:12.328311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17880 | 2025.03.03 23:43:12.328866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17881 | 2025.03.03 23:43:12.329127 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17882 | 2025.03.03 23:43:12.329316 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 17883 | 2025.03.03 23:43:13.538093 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17884 | 2025.03.03 23:43:13.538300 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17885 | 2025.03.03 23:43:13.538380 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17886 | 2025.03.03 23:43:13.539149 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17887 | 2025.03.03 23:43:13.539199 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17888 | 2025.03.03 23:43:13.539640 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17889 | 2025.03.03 23:43:13.539895 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17890 | 2025.03.03 23:43:13.540126 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec. | ||
| 17891 | 2025.03.03 23:43:13.540183 [ 5 ] {57f9f76d-e50d-4f44-87b8-1f2291391516} <Debug> TCPHandler: Processed in 0.002228534 sec. | ||
| 17892 | 2025.03.03 23:43:13.540290 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17893 | 2025.03.03 23:43:13.540393 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17894 | 2025.03.03 23:43:13.540438 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17895 | 2025.03.03 23:43:13.540978 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17896 | 2025.03.03 23:43:13.541019 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17897 | 2025.03.03 23:43:13.541377 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17898 | 2025.03.03 23:43:13.541615 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17899 | 2025.03.03 23:43:13.541835 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001465 sec., 43686.006825938566 rows/sec., 3.41 MiB/sec. | ||
| 17900 | 2025.03.03 23:43:13.541891 [ 5 ] {dfd5b27f-5528-4c97-958c-05522ec5c876} <Debug> TCPHandler: Processed in 0.001651167 sec. | ||
| 17901 | 2025.03.03 23:43:13.542006 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17902 | 2025.03.03 23:43:13.542114 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17903 | 2025.03.03 23:43:13.542163 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17904 | 2025.03.03 23:43:13.542667 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17905 | 2025.03.03 23:43:13.542707 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17906 | 2025.03.03 23:43:13.543116 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17907 | 2025.03.03 23:43:13.543366 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17908 | 2025.03.03 23:43:13.543613 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 17909 | 2025.03.03 23:43:13.543706 [ 5 ] {7a1f9e0e-1f2e-478d-9f09-af36d946a14a} <Debug> TCPHandler: Processed in 0.00174973 sec. | ||
| 17910 | 2025.03.03 23:43:13.543867 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17911 | 2025.03.03 23:43:13.544198 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17912 | 2025.03.03 23:43:13.544311 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17913 | 2025.03.03 23:43:13.544762 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17914 | 2025.03.03 23:43:13.544802 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17915 | 2025.03.03 23:43:13.545171 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17916 | 2025.03.03 23:43:13.545405 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17917 | 2025.03.03 23:43:13.545613 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 17918 | 2025.03.03 23:43:13.545663 [ 5 ] {998802ab-a561-41dc-9014-b8c67e48dd6c} <Debug> TCPHandler: Processed in 0.001888253 sec. | ||
| 17919 | 2025.03.03 23:43:14.979191 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17920 | 2025.03.03 23:43:14.979405 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17921 | 2025.03.03 23:43:14.979485 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17922 | 2025.03.03 23:43:14.980281 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17923 | 2025.03.03 23:43:14.980333 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17924 | 2025.03.03 23:43:14.980783 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17925 | 2025.03.03 23:43:14.981042 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17926 | 2025.03.03 23:43:14.981288 [ 149 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 17927 | 2025.03.03 23:43:14.981302 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001949 sec., 108773.73011800923 rows/sec., 6.92 MiB/sec. | ||
| 17928 | 2025.03.03 23:43:14.981421 [ 149 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17929 | 2025.03.03 23:43:14.981486 [ 5 ] {cae13f8c-5c89-4a02-90ca-0795740c3991} <Debug> TCPHandler: Processed in 0.002426749 sec. | ||
| 17930 | 2025.03.03 23:43:14.981510 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17931 | 2025.03.03 23:43:14.981687 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17932 | 2025.03.03 23:43:14.981714 [ 217 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17933 | 2025.03.03 23:43:14.981806 [ 217 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17934 | 2025.03.03 23:43:14.982058 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17935 | 2025.03.03 23:43:14.982174 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 17936 | 2025.03.03 23:43:14.982223 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17937 | 2025.03.03 23:43:14.982816 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17938 | 2025.03.03 23:43:14.982964 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 212 rows starting from the beginning of the part | ||
| 17939 | 2025.03.03 23:43:14.983364 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part | ||
| 17940 | 2025.03.03 23:43:14.983695 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 212 rows starting from the beginning of the part | ||
| 17941 | 2025.03.03 23:43:14.984136 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 212 rows starting from the beginning of the part | ||
| 17942 | 2025.03.03 23:43:14.984586 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part | ||
| 17943 | 2025.03.03 23:43:14.987592 [ 217 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17944 | 2025.03.03 23:43:14.987928 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17945 | 2025.03.03 23:43:14.988036 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17946 | 2025.03.03 23:43:14.989383 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00768804 sec., 137876.49387880394 rows/sec., 9.29 MiB/sec. | ||
| 17947 | 2025.03.03 23:43:14.989673 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 17948 | 2025.03.03 23:43:14.989773 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 17949 | 2025.03.03 23:43:14.990238 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17950 | 2025.03.03 23:43:14.990250 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17951 | 2025.03.03 23:43:14.990414 [ 193 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_69_17} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 17952 | 2025.03.03 23:43:14.990624 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 17953 | 2025.03.03 23:43:14.990660 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.008731 sec., 458.1376703699462 rows/sec., 37.36 KiB/sec. | ||
| 17954 | 2025.03.03 23:43:14.990733 [ 5 ] {f3fd2acb-f788-4b3a-9efb-0949a3bc8a6f} <Debug> TCPHandler: Processed in 0.009139832 sec. | ||
| 17955 | 2025.03.03 23:43:14.990863 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17956 | 2025.03.03 23:43:14.990971 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17957 | 2025.03.03 23:43:14.991016 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17958 | 2025.03.03 23:43:14.992267 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17959 | 2025.03.03 23:43:14.992307 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17960 | 2025.03.03 23:43:14.992795 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17961 | 2025.03.03 23:43:14.993036 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17962 | 2025.03.03 23:43:14.993216 [ 149 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17963 | 2025.03.03 23:43:14.993279 [ 149 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17964 | 2025.03.03 23:43:14.993287 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Debug> executeQuery: Read 1875 rows, 157.12 KiB in 0.002326 sec., 806104.9011177989 rows/sec., 65.97 MiB/sec. | ||
| 17965 | 2025.03.03 23:43:14.993309 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17966 | 2025.03.03 23:43:14.993432 [ 5 ] {46cfe386-f2ad-42dd-8d18-c4a75f05014c} <Debug> TCPHandler: Processed in 0.002617595 sec. | ||
| 17967 | 2025.03.03 23:43:14.993563 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17968 | 2025.03.03 23:43:14.993608 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17969 | 2025.03.03 23:43:14.993836 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17970 | 2025.03.03 23:43:14.993839 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17971 | 2025.03.03 23:43:14.993925 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17972 | 2025.03.03 23:43:14.993932 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1886 rows starting from the beginning of the part | ||
| 17973 | 2025.03.03 23:43:14.994343 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 739 rows starting from the beginning of the part | ||
| 17974 | 2025.03.03 23:43:14.994707 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part | ||
| 17975 | 2025.03.03 23:43:14.995081 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 739 rows starting from the beginning of the part | ||
| 17976 | 2025.03.03 23:43:14.995440 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part | ||
| 17977 | 2025.03.03 23:43:14.995732 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1875 rows starting from the beginning of the part | ||
| 17978 | 2025.03.03 23:43:14.996557 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17979 | 2025.03.03 23:43:14.996613 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17980 | 2025.03.03 23:43:14.997389 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17981 | 2025.03.03 23:43:14.997903 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17982 | 2025.03.03 23:43:14.998407 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Debug> executeQuery: Read 168 rows, 11.03 KiB in 0.004634 sec., 36253.776435045314 rows/sec., 2.32 MiB/sec. | ||
| 17983 | 2025.03.03 23:43:14.998488 [ 5 ] {e086e0ca-a6e5-4205-8c2b-987012e45b42} <Debug> TCPHandler: Processed in 0.004939381 sec. | ||
| 17984 | 2025.03.03 23:43:14.998629 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17985 | 2025.03.03 23:43:14.998752 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17986 | 2025.03.03 23:43:14.998817 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17987 | 2025.03.03 23:43:14.999458 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5351 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015141 sec., 889588.456862441 rows/sec., 75.70 MiB/sec. | ||
| 17988 | 2025.03.03 23:43:14.999764 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17989 | 2025.03.03 23:43:14.999881 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17990 | 2025.03.03 23:43:14.999934 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 17991 | 2025.03.03 23:43:15.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.99 MiB, peak 285.83 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: -3.66 MiB | ||
| 17992 | 2025.03.03 23:43:15.000331 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17993 | 2025.03.03 23:43:15.000517 [ 196 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_161_32} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17994 | 2025.03.03 23:43:15.000754 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 17995 | 2025.03.03 23:43:15.001108 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17996 | 2025.03.03 23:43:15.001370 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17997 | 2025.03.03 23:43:15.001600 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002872 sec., 118732.59052924791 rows/sec., 7.92 MiB/sec. | ||
| 17998 | 2025.03.03 23:43:15.001682 [ 5 ] {c407755a-5e46-408e-a174-eba9a2afdc96} <Debug> TCPHandler: Processed in 0.003106599 sec. | ||
| 17999 | 2025.03.03 23:43:15.001847 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18000 | 2025.03.03 23:43:15.001951 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18001 | 2025.03.03 23:43:15.001997 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18002 | 2025.03.03 23:43:15.002560 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18003 | 2025.03.03 23:43:15.002600 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18004 | 2025.03.03 23:43:15.002953 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18005 | 2025.03.03 23:43:15.003189 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18006 | 2025.03.03 23:43:15.003356 [ 149 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 18007 | 2025.03.03 23:43:15.003412 [ 149 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18008 | 2025.03.03 23:43:15.003432 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 18009 | 2025.03.03 23:43:15.003445 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18010 | 2025.03.03 23:43:15.003626 [ 5 ] {65ad6c2e-0637-4cf9-a30e-15b33cf63bb2} <Debug> TCPHandler: Processed in 0.001837513 sec. | ||
| 18011 | 2025.03.03 23:43:15.003645 [ 221 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18012 | 2025.03.03 23:43:15.003729 [ 221 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18013 | 2025.03.03 23:43:15.003864 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 18014 | 2025.03.03 23:43:15.003971 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18015 | 2025.03.03 23:43:15.004339 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18016 | 2025.03.03 23:43:15.004342 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18017 | 2025.03.03 23:43:15.004458 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18018 | 2025.03.03 23:43:15.004479 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 112 rows starting from the beginning of the part | ||
| 18019 | 2025.03.03 23:43:15.005206 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part | ||
| 18020 | 2025.03.03 23:43:15.005801 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 112 rows starting from the beginning of the part | ||
| 18021 | 2025.03.03 23:43:15.006442 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 112 rows starting from the beginning of the part | ||
| 18022 | 2025.03.03 23:43:15.006842 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part | ||
| 18023 | 2025.03.03 23:43:15.008959 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18024 | 2025.03.03 23:43:15.009059 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18025 | 2025.03.03 23:43:15.009272 [ 221 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18026 | 2025.03.03 23:43:15.010991 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18027 | 2025.03.03 23:43:15.011465 [ 198 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007860414 sec., 71243.06684100864 rows/sec., 4.33 MiB/sec. | ||
| 18028 | 2025.03.03 23:43:15.011502 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18029 | 2025.03.03 23:43:15.011647 [ 198 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 18030 | 2025.03.03 23:43:15.011748 [ 149 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18031 | 2025.03.03 23:43:15.011867 [ 149 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18032 | 2025.03.03 23:43:15.011908 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Debug> executeQuery: Read 900 rows, 66.84 KiB in 0.007683 sec., 117141.74150722375 rows/sec., 8.50 MiB/sec. | ||
| 18033 | 2025.03.03 23:43:15.011934 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18034 | 2025.03.03 23:43:15.012270 [ 5 ] {f846b75b-88d7-4c7d-8ac3-bcf32c52099c} <Debug> TCPHandler: Processed in 0.00839744 sec. | ||
| 18035 | 2025.03.03 23:43:15.012649 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18036 | 2025.03.03 23:43:15.012659 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18037 | 2025.03.03 23:43:15.012691 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18038 | 2025.03.03 23:43:15.013004 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18039 | 2025.03.03 23:43:15.013019 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18040 | 2025.03.03 23:43:15.013079 [ 195 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_69_17} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 18041 | 2025.03.03 23:43:15.013116 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 955 rows starting from the beginning of the part | ||
| 18042 | 2025.03.03 23:43:15.013129 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18043 | 2025.03.03 23:43:15.013444 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 18044 | 2025.03.03 23:43:15.013618 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 470 rows starting from the beginning of the part | ||
| 18045 | 2025.03.03 23:43:15.014018 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part | ||
| 18046 | 2025.03.03 23:43:15.014416 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 461 rows starting from the beginning of the part | ||
| 18047 | 2025.03.03 23:43:15.014763 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part | ||
| 18048 | 2025.03.03 23:43:15.015113 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 900 rows starting from the beginning of the part | ||
| 18049 | 2025.03.03 23:43:15.015831 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18050 | 2025.03.03 23:43:15.015876 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18051 | 2025.03.03 23:43:15.016448 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18052 | 2025.03.03 23:43:15.016779 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18053 | 2025.03.03 23:43:15.016947 [ 149 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_60_13 to all_69_69_0 | ||
| 18054 | 2025.03.03 23:43:15.017020 [ 149 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18055 | 2025.03.03 23:43:15.017081 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18056 | 2025.03.03 23:43:15.017088 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004195 sec., 1430.274135876043 rows/sec., 74.73 KiB/sec. | ||
| 18057 | 2025.03.03 23:43:15.017600 [ 5 ] {5af10d5e-e34a-4e02-91df-2ab49cfe05f7} <Debug> TCPHandler: Processed in 0.005020644 sec. | ||
| 18058 | 2025.03.03 23:43:15.017686 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_69_69_0 into Compact with storage Full | ||
| 18059 | 2025.03.03 23:43:15.018205 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18060 | 2025.03.03 23:43:15.018593 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18061 | 2025.03.03 23:43:15.018814 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 18062 | 2025.03.03 23:43:15.018890 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18063 | 2025.03.03 23:43:15.019415 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18064 | 2025.03.03 23:43:15.019761 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2914 rows, containing 5 columns (5 merged, 0 gathered) in 0.007609648 sec., 382934.92681921687 rows/sec., 29.22 MiB/sec. | ||
| 18065 | 2025.03.03 23:43:15.019841 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_65_1, total 30 rows starting from the beginning of the part | ||
| 18066 | 2025.03.03 23:43:15.020330 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 18067 | 2025.03.03 23:43:15.020387 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18068 | 2025.03.03 23:43:15.020816 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 18069 | 2025.03.03 23:43:15.021242 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 18070 | 2025.03.03 23:43:15.021640 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 18071 | 2025.03.03 23:43:15.021860 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18072 | 2025.03.03 23:43:15.022394 [ 198 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_161_32} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18073 | 2025.03.03 23:43:15.022599 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 18074 | 2025.03.03 23:43:15.023743 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18075 | 2025.03.03 23:43:15.023814 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18076 | 2025.03.03 23:43:15.024883 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.00772374 sec., 53600.97569312276 rows/sec., 2.73 MiB/sec. | ||
| 18077 | 2025.03.03 23:43:15.025034 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18078 | 2025.03.03 23:43:15.025067 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) | ||
| 18079 | 2025.03.03 23:43:15.025524 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18080 | 2025.03.03 23:43:15.025615 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18081 | 2025.03.03 23:43:15.025854 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_69_14} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_60_13, all_69_69_0] -> all_1_69_14 | ||
| 18082 | 2025.03.03 23:43:15.026007 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.007333 sec., 134869.76680758217 rows/sec., 8.97 MiB/sec. | ||
| 18083 | 2025.03.03 23:43:15.026052 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18084 | 2025.03.03 23:43:15.026245 [ 5 ] {a6116c67-138e-441f-a412-56b3ba201a0c} <Debug> TCPHandler: Processed in 0.008246935 sec. | ||
| 18085 | 2025.03.03 23:43:15.026424 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18086 | 2025.03.03 23:43:15.026536 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18087 | 2025.03.03 23:43:15.026584 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18088 | 2025.03.03 23:43:15.026996 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18089 | 2025.03.03 23:43:15.027034 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18090 | 2025.03.03 23:43:15.027405 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18091 | 2025.03.03 23:43:15.027638 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18092 | 2025.03.03 23:43:15.027807 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
| 18093 | 2025.03.03 23:43:15.027857 [ 5 ] {0addc0bd-2667-4b18-85a3-76d488f964ee} <Debug> TCPHandler: Processed in 0.001497153 sec. | ||
| 18094 | 2025.03.03 23:43:15.027960 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18095 | 2025.03.03 23:43:15.028062 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18096 | 2025.03.03 23:43:15.028130 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18097 | 2025.03.03 23:43:15.029327 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18098 | 2025.03.03 23:43:15.029364 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18099 | 2025.03.03 23:43:15.030072 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18100 | 2025.03.03 23:43:15.030339 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18101 | 2025.03.03 23:43:15.030533 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002493 sec., 23265.142398716405 rows/sec., 41.69 MiB/sec. | ||
| 18102 | 2025.03.03 23:43:15.030626 [ 5 ] {0d4b2d00-49ac-4a7e-9384-7a63bdf27edc} <Debug> TCPHandler: Processed in 0.002716447 sec. | ||
| 18103 | 2025.03.03 23:43:15.030742 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18104 | 2025.03.03 23:43:15.030847 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18105 | 2025.03.03 23:43:15.030892 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18106 | 2025.03.03 23:43:15.031320 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18107 | 2025.03.03 23:43:15.031356 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18108 | 2025.03.03 23:43:15.031701 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18109 | 2025.03.03 23:43:15.031935 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18110 | 2025.03.03 23:43:15.032071 [ 146 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18111 | 2025.03.03 23:43:15.032110 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001284 sec., 35825.54517133957 rows/sec., 2.17 MiB/sec. | ||
| 18112 | 2025.03.03 23:43:15.032114 [ 146 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18113 | 2025.03.03 23:43:15.032157 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18114 | 2025.03.03 23:43:15.032178 [ 5 ] {fa21ee68-a824-422a-9b60-8b513f7e558f} <Debug> TCPHandler: Processed in 0.001484982 sec. | ||
| 18115 | 2025.03.03 23:43:15.032345 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18116 | 2025.03.03 23:43:15.032461 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18117 | 2025.03.03 23:43:15.032489 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9348 rows starting from the beginning of the part | ||
| 18118 | 2025.03.03 23:43:15.032592 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 18119 | 2025.03.03 23:43:15.032800 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 18120 | 2025.03.03 23:43:15.032973 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 18121 | 2025.03.03 23:43:15.033150 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 18122 | 2025.03.03 23:43:15.033328 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 46 rows starting from the beginning of the part | ||
| 18123 | 2025.03.03 23:43:15.036245 [ 188 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9678 rows, containing 4 columns (4 merged, 0 gathered) in 0.003996814 sec., 2421428.66793401 rows/sec., 157.66 MiB/sec. | ||
| 18124 | 2025.03.03 23:43:15.036626 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18125 | 2025.03.03 23:43:15.036946 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18126 | 2025.03.03 23:43:15.037031 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_161_32} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18127 | 2025.03.03 23:43:15.037123 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 18128 | 2025.03.03 23:43:15.485407 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 18129 | 2025.03.03 23:43:15.510190 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18130 | 2025.03.03 23:43:15.510251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18131 | 2025.03.03 23:43:15.517927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18132 | 2025.03.03 23:43:15.518720 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18133 | 2025.03.03 23:43:15.522272 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 18134 | 2025.03.03 23:43:15.611858 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18135 | 2025.03.03 23:43:15.611942 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18136 | 2025.03.03 23:43:15.614094 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18137 | 2025.03.03 23:43:16.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.27 MiB, peak 285.83 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: 2.06 MiB | ||
| 18138 | 2025.03.03 23:43:17.592346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2496 | ||
| 18139 | 2025.03.03 23:43:17.596186 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18140 | 2025.03.03 23:43:17.596226 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18141 | 2025.03.03 23:43:17.597779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18142 | 2025.03.03 23:43:17.598093 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18143 | 2025.03.03 23:43:17.599011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2496 | ||
| 18144 | 2025.03.03 23:43:18.534422 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18145 | 2025.03.03 23:43:18.534605 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18146 | 2025.03.03 23:43:18.534674 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18147 | 2025.03.03 23:43:18.535414 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18148 | 2025.03.03 23:43:18.535457 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18149 | 2025.03.03 23:43:18.535884 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18150 | 2025.03.03 23:43:18.536159 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18151 | 2025.03.03 23:43:18.536389 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec. | ||
| 18152 | 2025.03.03 23:43:18.536448 [ 5 ] {785d9757-0b54-4991-b056-18f94d1e6595} <Debug> TCPHandler: Processed in 0.002150841 sec. | ||
| 18153 | 2025.03.03 23:43:18.536554 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18154 | 2025.03.03 23:43:18.536656 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18155 | 2025.03.03 23:43:18.536701 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18156 | 2025.03.03 23:43:18.537226 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18157 | 2025.03.03 23:43:18.537275 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18158 | 2025.03.03 23:43:18.537637 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18159 | 2025.03.03 23:43:18.537869 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18160 | 2025.03.03 23:43:18.538069 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001435 sec., 44599.3031358885 rows/sec., 3.48 MiB/sec. | ||
| 18161 | 2025.03.03 23:43:18.538122 [ 5 ] {53f3b9e5-cbf5-4d93-8d3c-c240a5fa2b50} <Debug> TCPHandler: Processed in 0.001618116 sec. | ||
| 18162 | 2025.03.03 23:43:18.538232 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18163 | 2025.03.03 23:43:18.538350 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18164 | 2025.03.03 23:43:18.538398 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18165 | 2025.03.03 23:43:18.538872 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18166 | 2025.03.03 23:43:18.538911 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18167 | 2025.03.03 23:43:18.539293 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18168 | 2025.03.03 23:43:18.539518 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18169 | 2025.03.03 23:43:18.539675 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_157_32 to all_161_161_0 | ||
| 18170 | 2025.03.03 23:43:18.539738 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001407 sec., 68230.27718550107 rows/sec., 4.75 MiB/sec. | ||
| 18171 | 2025.03.03 23:43:18.539763 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18172 | 2025.03.03 23:43:18.539830 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18173 | 2025.03.03 23:43:18.539855 [ 5 ] {aff4e132-fe20-4add-b2a7-2897cc756c28} <Debug> TCPHandler: Processed in 0.001673357 sec. | ||
| 18174 | 2025.03.03 23:43:18.540096 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18175 | 2025.03.03 23:43:18.540130 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_157_32 to all_161_161_0 into Compact with storage Full | ||
| 18176 | 2025.03.03 23:43:18.540414 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18177 | 2025.03.03 23:43:18.540615 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18178 | 2025.03.03 23:43:18.540742 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18179 | 2025.03.03 23:43:18.540888 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_32, total 46458 rows starting from the beginning of the part | ||
| 18180 | 2025.03.03 23:43:18.541454 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 18181 | 2025.03.03 23:43:18.542035 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 240 rows starting from the beginning of the part | ||
| 18182 | 2025.03.03 23:43:18.542653 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part | ||
| 18183 | 2025.03.03 23:43:18.543033 [ 194 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 989 rows starting from the beginning of the part | ||
| 18184 | 2025.03.03 23:43:18.544700 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18185 | 2025.03.03 23:43:18.544773 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18186 | 2025.03.03 23:43:18.545306 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18187 | 2025.03.03 23:43:18.545605 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18188 | 2025.03.03 23:43:18.545877 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005612 sec., 6414.825374198147 rows/sec., 442.69 KiB/sec. | ||
| 18189 | 2025.03.03 23:43:18.545962 [ 5 ] {029678e6-fa88-4786-a215-071b561cedae} <Debug> TCPHandler: Processed in 0.00594589 sec. | ||
| 18190 | 2025.03.03 23:43:18.552893 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48007 rows, containing 5 columns (5 merged, 0 gathered) in 0.01294968 sec., 3707195.8534882716 rows/sec., 250.24 MiB/sec. | ||
| 18191 | 2025.03.03 23:43:18.554034 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 18192 | 2025.03.03 23:43:18.554421 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18193 | 2025.03.03 23:43:18.554519 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_157_32, all_161_161_0] -> all_1_161_33 | ||
| 18194 | 2025.03.03 23:43:18.554634 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 18195 | 2025.03.03 23:43:19.255121 [ 224 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18196 | 2025.03.03 23:43:19.255164 [ 224 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18197 | 2025.03.03 23:43:19.257052 [ 224 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18198 | 2025.03.03 23:43:19.829466 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493 | ||
| 18199 | 2025.03.03 23:43:19.830248 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18200 | 2025.03.03 23:43:19.830292 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18201 | 2025.03.03 23:43:19.830832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18202 | 2025.03.03 23:43:19.831104 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18203 | 2025.03.03 23:43:19.831350 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493 | ||
| 18204 | 2025.03.03 23:43:20.702829 [ 223 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18205 | 2025.03.03 23:43:20.702873 [ 223 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18206 | 2025.03.03 23:43:20.704829 [ 223 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18207 | 2025.03.03 23:43:21.000241 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.34 MiB, peak 285.83 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: 4.00 MiB | ||
| 18208 | 2025.03.03 23:43:23.022320 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 18209 | 2025.03.03 23:43:23.044520 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18210 | 2025.03.03 23:43:23.044567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18211 | 2025.03.03 23:43:23.052149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18212 | 2025.03.03 23:43:23.052978 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18213 | 2025.03.03 23:43:23.057332 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 18214 | 2025.03.03 23:43:23.527647 [ 224 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18215 | 2025.03.03 23:43:23.527695 [ 224 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18216 | 2025.03.03 23:43:23.530054 [ 224 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18217 | 2025.03.03 23:43:23.537645 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18218 | 2025.03.03 23:43:23.537832 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18219 | 2025.03.03 23:43:23.537903 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18220 | 2025.03.03 23:43:23.538662 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18221 | 2025.03.03 23:43:23.538708 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18222 | 2025.03.03 23:43:23.539132 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18223 | 2025.03.03 23:43:23.539393 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18224 | 2025.03.03 23:43:23.539628 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001848 sec., 30303.030303030304 rows/sec., 2.33 MiB/sec. | ||
| 18225 | 2025.03.03 23:43:23.539683 [ 5 ] {50c720dd-1896-4a45-b9b7-33374faeda7d} <Debug> TCPHandler: Processed in 0.002169302 sec. | ||
| 18226 | 2025.03.03 23:43:23.539800 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18227 | 2025.03.03 23:43:23.539907 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18228 | 2025.03.03 23:43:23.539954 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18229 | 2025.03.03 23:43:23.540538 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18230 | 2025.03.03 23:43:23.540583 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18231 | 2025.03.03 23:43:23.540970 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18232 | 2025.03.03 23:43:23.541225 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18233 | 2025.03.03 23:43:23.541428 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001543 sec., 41477.64095917044 rows/sec., 3.24 MiB/sec. | ||
| 18234 | 2025.03.03 23:43:23.541527 [ 5 ] {f6968608-f5c0-4947-a78c-04935aa3417d} <Debug> TCPHandler: Processed in 0.001775021 sec. | ||
| 18235 | 2025.03.03 23:43:23.541592 [ 223 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18236 | 2025.03.03 23:43:23.541655 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18237 | 2025.03.03 23:43:23.541679 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18238 | 2025.03.03 23:43:23.541911 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18239 | 2025.03.03 23:43:23.541981 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18240 | 2025.03.03 23:43:23.542968 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18241 | 2025.03.03 23:43:23.543045 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18242 | 2025.03.03 23:43:23.543893 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18243 | 2025.03.03 23:43:23.544286 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18244 | 2025.03.03 23:43:23.544659 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00286 sec., 55944.055944055945 rows/sec., 3.90 MiB/sec. | ||
| 18245 | 2025.03.03 23:43:23.544789 [ 5 ] {ddc0fce8-d1ae-40ea-9cf6-497456a3caf5} <Debug> TCPHandler: Processed in 0.00316624 sec. | ||
| 18246 | 2025.03.03 23:43:23.544921 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18247 | 2025.03.03 23:43:23.545055 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18248 | 2025.03.03 23:43:23.545135 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18249 | 2025.03.03 23:43:23.546198 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18250 | 2025.03.03 23:43:23.546205 [ 223 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18251 | 2025.03.03 23:43:23.546247 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18252 | 2025.03.03 23:43:23.547328 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18253 | 2025.03.03 23:43:23.547655 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18254 | 2025.03.03 23:43:23.547867 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002849 sec., 21060.02106002106 rows/sec., 1.42 MiB/sec. | ||
| 18255 | 2025.03.03 23:43:23.547919 [ 5 ] {3153a347-1b73-4ee3-9150-5a6dbe4b9219} <Debug> TCPHandler: Processed in 0.003049447 sec. | ||
| 18256 | 2025.03.03 23:43:24.362808 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18257 | 2025.03.03 23:43:24.362866 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18258 | 2025.03.03 23:43:24.364859 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18259 | 2025.03.03 23:43:24.576056 [ 217 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18260 | 2025.03.03 23:43:24.576108 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18261 | 2025.03.03 23:43:24.578009 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18262 | 2025.03.03 23:43:26.559789 [ 133 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18263 | 2025.03.03 23:43:26.559884 [ 133 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18264 | 2025.03.03 23:43:26.559926 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18265 | 2025.03.03 23:43:26.560241 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18266 | 2025.03.03 23:43:26.560911 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18267 | 2025.03.03 23:43:26.561063 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 178 rows starting from the beginning of the part | ||
| 18268 | 2025.03.03 23:43:26.561238 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 180 rows starting from the beginning of the part | ||
| 18269 | 2025.03.03 23:43:26.561614 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 167 rows starting from the beginning of the part | ||
| 18270 | 2025.03.03 23:43:26.561855 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 167 rows starting from the beginning of the part | ||
| 18271 | 2025.03.03 23:43:26.562062 [ 200 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 168 rows starting from the beginning of the part | ||
| 18272 | 2025.03.03 23:43:26.563343 [ 190 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 5 columns (5 merged, 0 gathered) in 0.003288994 sec., 261478.12978679803 rows/sec., 17.75 MiB/sec. | ||
| 18273 | 2025.03.03 23:43:26.563554 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18274 | 2025.03.03 23:43:26.563878 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18275 | 2025.03.03 23:43:26.563964 [ 193 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_69_15} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18276 | 2025.03.03 23:43:26.564068 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 18277 | 2025.03.03 23:43:27.058943 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18278 | 2025.03.03 23:43:27.059026 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18279 | 2025.03.03 23:43:27.331492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981 | ||
| 18280 | 2025.03.03 23:43:27.332683 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18281 | 2025.03.03 23:43:27.332726 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18282 | 2025.03.03 23:43:27.333263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18283 | 2025.03.03 23:43:27.333524 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18284 | 2025.03.03 23:43:27.333721 [ 132 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18285 | 2025.03.03 23:43:27.333793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 18286 | 2025.03.03 23:43:27.333808 [ 132 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18287 | 2025.03.03 23:43:27.333842 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18288 | 2025.03.03 23:43:27.333995 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 18289 | 2025.03.03 23:43:27.334156 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18290 | 2025.03.03 23:43:27.334200 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part | ||
| 18291 | 2025.03.03 23:43:27.334284 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
| 18292 | 2025.03.03 23:43:27.334507 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
| 18293 | 2025.03.03 23:43:27.334660 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
| 18294 | 2025.03.03 23:43:27.334798 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
| 18295 | 2025.03.03 23:43:27.334898 [ 201 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
| 18296 | 2025.03.03 23:43:27.338040 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004110937 sec., 10698534.178461017 rows/sec., 153.04 MiB/sec. | ||
| 18297 | 2025.03.03 23:43:27.338722 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18298 | 2025.03.03 23:43:27.339200 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18299 | 2025.03.03 23:43:27.339297 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_96_19} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18300 | 2025.03.03 23:43:27.339412 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18301 | 2025.03.03 23:43:27.402977 [ 132 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18302 | 2025.03.03 23:43:27.403020 [ 132 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18303 | 2025.03.03 23:43:27.403043 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18304 | 2025.03.03 23:43:27.403171 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18305 | 2025.03.03 23:43:27.403418 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18306 | 2025.03.03 23:43:27.403478 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 341 rows starting from the beginning of the part | ||
| 18307 | 2025.03.03 23:43:27.403579 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 341 rows starting from the beginning of the part | ||
| 18308 | 2025.03.03 23:43:27.403687 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 113 rows starting from the beginning of the part | ||
| 18309 | 2025.03.03 23:43:27.403821 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
| 18310 | 2025.03.03 23:43:27.403909 [ 189 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 341 rows starting from the beginning of the part | ||
| 18311 | 2025.03.03 23:43:27.404972 [ 186 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.001864053 sec., 670045.3259644441 rows/sec., 47.02 MiB/sec. | ||
| 18312 | 2025.03.03 23:43:27.405166 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18313 | 2025.03.03 23:43:27.405473 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18314 | 2025.03.03 23:43:27.405557 [ 199 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_69_15} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18315 | 2025.03.03 23:43:27.405653 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 18316 | 2025.03.03 23:43:27.599353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2512 | ||
| 18317 | 2025.03.03 23:43:27.602567 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18318 | 2025.03.03 23:43:27.602613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18319 | 2025.03.03 23:43:27.604134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18320 | 2025.03.03 23:43:27.604456 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18321 | 2025.03.03 23:43:27.604663 [ 132 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18322 | 2025.03.03 23:43:27.604776 [ 132 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18323 | 2025.03.03 23:43:27.604850 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18324 | 2025.03.03 23:43:27.605312 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 18325 | 2025.03.03 23:43:27.605877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2512 | ||
| 18326 | 2025.03.03 23:43:27.606358 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18327 | 2025.03.03 23:43:27.606530 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2330 rows starting from the beginning of the part | ||
| 18328 | 2025.03.03 23:43:27.607044 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 18329 | 2025.03.03 23:43:27.607564 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 18330 | 2025.03.03 23:43:27.608063 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part | ||
| 18331 | 2025.03.03 23:43:27.608546 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 18332 | 2025.03.03 23:43:27.609017 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 18333 | 2025.03.03 23:43:27.617981 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2512 rows, containing 72 columns (72 merged, 0 gathered) in 0.012932989 sec., 194231.97529975476 rows/sec., 145.31 MiB/sec. | ||
| 18334 | 2025.03.03 23:43:27.620695 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18335 | 2025.03.03 23:43:27.621567 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18336 | 2025.03.03 23:43:27.621659 [ 196 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_71_14} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18337 | 2025.03.03 23:43:27.622047 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18338 | 2025.03.03 23:43:28.003367 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00281556 sec. | ||
| 18339 | 2025.03.03 23:43:28.546567 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18340 | 2025.03.03 23:43:28.546859 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18341 | 2025.03.03 23:43:28.546973 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18342 | 2025.03.03 23:43:28.547923 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18343 | 2025.03.03 23:43:28.547981 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18344 | 2025.03.03 23:43:28.548463 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18345 | 2025.03.03 23:43:28.548732 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18346 | 2025.03.03 23:43:28.548988 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002209 sec., 95971.02761430512 rows/sec., 6.10 MiB/sec. | ||
| 18347 | 2025.03.03 23:43:28.549064 [ 5 ] {74dd7058-a93f-4a1b-881b-ca74198950d2} <Debug> TCPHandler: Processed in 0.002670056 sec. | ||
| 18348 | 2025.03.03 23:43:28.549192 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18349 | 2025.03.03 23:43:28.549309 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18350 | 2025.03.03 23:43:28.549359 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18351 | 2025.03.03 23:43:28.550475 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18352 | 2025.03.03 23:43:28.550518 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18353 | 2025.03.03 23:43:28.550947 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18354 | 2025.03.03 23:43:28.551187 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18355 | 2025.03.03 23:43:28.551402 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.002121 sec., 345591.7020273456 rows/sec., 27.81 MiB/sec. | ||
| 18356 | 2025.03.03 23:43:28.551456 [ 5 ] {3712c86c-9e52-436f-9a82-e42d6acd09a7} <Debug> TCPHandler: Processed in 0.002318516 sec. | ||
| 18357 | 2025.03.03 23:43:28.551584 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18358 | 2025.03.03 23:43:28.551728 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18359 | 2025.03.03 23:43:28.551784 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18360 | 2025.03.03 23:43:28.552467 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18361 | 2025.03.03 23:43:28.552508 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18362 | 2025.03.03 23:43:28.552888 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18363 | 2025.03.03 23:43:28.553130 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18364 | 2025.03.03 23:43:28.553324 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.001629 sec., 100675.26089625536 rows/sec., 6.44 MiB/sec. | ||
| 18365 | 2025.03.03 23:43:28.553377 [ 5 ] {accf96a0-afff-4f82-82ef-b44e27376e8d} <Debug> TCPHandler: Processed in 0.001857983 sec. | ||
| 18366 | 2025.03.03 23:43:28.553476 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18367 | 2025.03.03 23:43:28.553576 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18368 | 2025.03.03 23:43:28.553620 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18369 | 2025.03.03 23:43:28.554182 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18370 | 2025.03.03 23:43:28.554221 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18371 | 2025.03.03 23:43:28.555048 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18372 | 2025.03.03 23:43:28.555305 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18373 | 2025.03.03 23:43:28.555514 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001958 sec., 57711.95097037793 rows/sec., 3.74 MiB/sec. | ||
| 18374 | 2025.03.03 23:43:28.555564 [ 5 ] {99711c49-2d6d-4522-8152-b882b13b03a0} <Debug> TCPHandler: Processed in 0.002136361 sec. | ||
| 18375 | 2025.03.03 23:43:28.555677 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18376 | 2025.03.03 23:43:28.555793 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18377 | 2025.03.03 23:43:28.555837 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18378 | 2025.03.03 23:43:28.556429 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18379 | 2025.03.03 23:43:28.556469 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18380 | 2025.03.03 23:43:28.556833 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18381 | 2025.03.03 23:43:28.557072 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18382 | 2025.03.03 23:43:28.557283 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001514 sec., 73976.2219286658 rows/sec., 4.21 MiB/sec. | ||
| 18383 | 2025.03.03 23:43:28.557335 [ 5 ] {f89e064f-4538-4d33-81d3-1fea4de720a9} <Debug> TCPHandler: Processed in 0.001712499 sec. | ||
| 18384 | 2025.03.03 23:43:28.557463 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18385 | 2025.03.03 23:43:28.557602 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18386 | 2025.03.03 23:43:28.557656 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18387 | 2025.03.03 23:43:28.558533 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18388 | 2025.03.03 23:43:28.558573 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18389 | 2025.03.03 23:43:28.558966 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18390 | 2025.03.03 23:43:28.559213 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18391 | 2025.03.03 23:43:28.559442 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.001864 sec., 236051.50214592274 rows/sec., 16.89 MiB/sec. | ||
| 18392 | 2025.03.03 23:43:28.559539 [ 5 ] {c86d761c-b00c-4222-a810-b18a6760c1a4} <Debug> TCPHandler: Processed in 0.002141231 sec. | ||
| 18393 | 2025.03.03 23:43:28.559666 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18394 | 2025.03.03 23:43:28.559962 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18395 | 2025.03.03 23:43:28.560103 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18396 | 2025.03.03 23:43:28.560884 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18397 | 2025.03.03 23:43:28.560924 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18398 | 2025.03.03 23:43:28.561285 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18399 | 2025.03.03 23:43:28.561540 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18400 | 2025.03.03 23:43:28.561753 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001896 sec., 3164.556962025317 rows/sec., 165.34 KiB/sec. | ||
| 18401 | 2025.03.03 23:43:28.561811 [ 5 ] {bc4d39b8-ab08-498d-9747-aea148811067} <Debug> TCPHandler: Processed in 0.002217573 sec. | ||
| 18402 | 2025.03.03 23:43:28.561964 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18403 | 2025.03.03 23:43:28.562070 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18404 | 2025.03.03 23:43:28.562118 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18405 | 2025.03.03 23:43:28.562664 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18406 | 2025.03.03 23:43:28.562701 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18407 | 2025.03.03 23:43:28.563091 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18408 | 2025.03.03 23:43:28.563327 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18409 | 2025.03.03 23:43:28.563542 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001494 sec., 158634.53815261042 rows/sec., 10.63 MiB/sec. | ||
| 18410 | 2025.03.03 23:43:28.563593 [ 5 ] {58b2c63b-04f4-4402-b5bd-2d708d168409} <Debug> TCPHandler: Processed in 0.001688098 sec. | ||
| 18411 | 2025.03.03 23:43:28.563692 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18412 | 2025.03.03 23:43:28.563794 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18413 | 2025.03.03 23:43:28.563840 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18414 | 2025.03.03 23:43:28.564272 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18415 | 2025.03.03 23:43:28.564311 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18416 | 2025.03.03 23:43:28.564655 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18417 | 2025.03.03 23:43:28.564884 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18418 | 2025.03.03 23:43:28.565083 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
| 18419 | 2025.03.03 23:43:28.565132 [ 5 ] {58ea2ab5-59e8-4354-b56c-80636f48038e} <Debug> TCPHandler: Processed in 0.001488793 sec. | ||
| 18420 | 2025.03.03 23:43:28.565234 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18421 | 2025.03.03 23:43:28.565336 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18422 | 2025.03.03 23:43:28.565403 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18423 | 2025.03.03 23:43:28.566664 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18424 | 2025.03.03 23:43:28.566703 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18425 | 2025.03.03 23:43:28.567412 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18426 | 2025.03.03 23:43:28.567664 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18427 | 2025.03.03 23:43:28.567917 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002602 sec., 22290.545734050727 rows/sec., 39.94 MiB/sec. | ||
| 18428 | 2025.03.03 23:43:28.568015 [ 5 ] {a83ef9ca-0b46-49dc-9d8c-21c75e49ad72} <Debug> TCPHandler: Processed in 0.002829931 sec. | ||
| 18429 | 2025.03.03 23:43:28.568129 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18430 | 2025.03.03 23:43:28.568231 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18431 | 2025.03.03 23:43:28.568276 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18432 | 2025.03.03 23:43:28.568718 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18433 | 2025.03.03 23:43:28.568757 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18434 | 2025.03.03 23:43:28.569134 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18435 | 2025.03.03 23:43:28.569371 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18436 | 2025.03.03 23:43:28.569597 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
| 18437 | 2025.03.03 23:43:28.569702 [ 5 ] {ca21a9a2-3b7e-46a1-abb8-56eb4ad1c040} <Debug> TCPHandler: Processed in 0.001623096 sec. | ||
| 18438 | 2025.03.03 23:43:30.557391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 18439 | 2025.03.03 23:43:30.580434 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18440 | 2025.03.03 23:43:30.580491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18441 | 2025.03.03 23:43:30.588101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18442 | 2025.03.03 23:43:30.588903 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18443 | 2025.03.03 23:43:30.589371 [ 127 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18444 | 2025.03.03 23:43:30.589556 [ 127 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18445 | 2025.03.03 23:43:30.589675 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. | ||
| 18446 | 2025.03.03 23:43:30.590034 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 18447 | 2025.03.03 23:43:30.597892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 18448 | 2025.03.03 23:43:30.599297 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18449 | 2025.03.03 23:43:30.600212 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 18450 | 2025.03.03 23:43:30.605142 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 18451 | 2025.03.03 23:43:30.610061 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 18452 | 2025.03.03 23:43:30.615733 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 18453 | 2025.03.03 23:43:30.622393 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 18454 | 2025.03.03 23:43:30.628566 [ 192 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 18455 | 2025.03.03 23:43:30.692312 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.102459685 sec., 7066.19388884516 rows/sec., 36.54 MiB/sec. | ||
| 18456 | 2025.03.03 23:43:30.696121 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18457 | 2025.03.03 23:43:30.699345 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18458 | 2025.03.03 23:43:30.699473 [ 195 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_96_19} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18459 | 2025.03.03 23:43:30.702177 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 18460 | 2025.03.03 23:43:31.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.41 MiB, peak 285.84 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: -1.08 MiB | ||
| 18461 | 2025.03.03 23:43:33.537833 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18462 | 2025.03.03 23:43:33.538073 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18463 | 2025.03.03 23:43:33.538160 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18464 | 2025.03.03 23:43:33.538968 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18465 | 2025.03.03 23:43:33.539025 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18466 | 2025.03.03 23:43:33.539490 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18467 | 2025.03.03 23:43:33.539748 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18468 | 2025.03.03 23:43:33.540029 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec. | ||
| 18469 | 2025.03.03 23:43:33.540099 [ 5 ] {1dd854f9-21d4-477d-a55e-59d8421deb2e} <Debug> TCPHandler: Processed in 0.002405188 sec. | ||
| 18470 | 2025.03.03 23:43:33.540218 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18471 | 2025.03.03 23:43:33.540329 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18472 | 2025.03.03 23:43:33.540378 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18473 | 2025.03.03 23:43:33.540942 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18474 | 2025.03.03 23:43:33.540985 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18475 | 2025.03.03 23:43:33.541353 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18476 | 2025.03.03 23:43:33.541593 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18477 | 2025.03.03 23:43:33.541830 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 3.28 MiB/sec. | ||
| 18478 | 2025.03.03 23:43:33.541900 [ 5 ] {e0bf6d9e-5f5e-4749-bae3-ee3b7ef48c93} <Debug> TCPHandler: Processed in 0.001729269 sec. | ||
| 18479 | 2025.03.03 23:43:33.542040 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18480 | 2025.03.03 23:43:33.542323 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18481 | 2025.03.03 23:43:33.542487 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18482 | 2025.03.03 23:43:33.543428 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18483 | 2025.03.03 23:43:33.543469 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18484 | 2025.03.03 23:43:33.543881 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18485 | 2025.03.03 23:43:33.544120 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18486 | 2025.03.03 23:43:33.544345 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002128 sec., 75187.96992481203 rows/sec., 5.24 MiB/sec. | ||
| 18487 | 2025.03.03 23:43:33.544400 [ 5 ] {c637eab1-cd15-4ede-ba41-d96211fb8a98} <Debug> TCPHandler: Processed in 0.002430659 sec. | ||
| 18488 | 2025.03.03 23:43:33.544508 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18489 | 2025.03.03 23:43:33.544612 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18490 | 2025.03.03 23:43:33.544659 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18491 | 2025.03.03 23:43:33.545098 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18492 | 2025.03.03 23:43:33.545137 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18493 | 2025.03.03 23:43:33.545502 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18494 | 2025.03.03 23:43:33.545729 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18495 | 2025.03.03 23:43:33.545969 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 18496 | 2025.03.03 23:43:33.546039 [ 5 ] {699b374d-0478-4690-9848-22f1bca91d0f} <Debug> TCPHandler: Processed in 0.001576765 sec. | ||
| 18497 | 2025.03.03 23:43:34.833973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408 | ||
| 18498 | 2025.03.03 23:43:34.835020 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18499 | 2025.03.03 23:43:34.835103 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18500 | 2025.03.03 23:43:34.836294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18501 | 2025.03.03 23:43:34.836663 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18502 | 2025.03.03 23:43:34.837004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408 | ||
| 18503 | 2025.03.03 23:43:37.606000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2542 | ||
| 18504 | 2025.03.03 23:43:37.609074 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18505 | 2025.03.03 23:43:37.609117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18506 | 2025.03.03 23:43:37.610602 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18507 | 2025.03.03 23:43:37.610908 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18508 | 2025.03.03 23:43:37.612370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2542 | ||
| 18509 | 2025.03.03 23:43:38.097943 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 18510 | 2025.03.03 23:43:38.120679 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18511 | 2025.03.03 23:43:38.120725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18512 | 2025.03.03 23:43:38.128245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18513 | 2025.03.03 23:43:38.129046 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18514 | 2025.03.03 23:43:38.133767 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 18515 | 2025.03.03 23:43:38.545797 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18516 | 2025.03.03 23:43:38.546011 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18517 | 2025.03.03 23:43:38.546094 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18518 | 2025.03.03 23:43:38.546984 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18519 | 2025.03.03 23:43:38.547035 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18520 | 2025.03.03 23:43:38.547482 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18521 | 2025.03.03 23:43:38.547754 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18522 | 2025.03.03 23:43:38.547998 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002046 sec., 103616.81329423265 rows/sec., 6.59 MiB/sec. | ||
| 18523 | 2025.03.03 23:43:38.548070 [ 5 ] {b039334d-d4af-427f-a552-9366660683fb} <Debug> TCPHandler: Processed in 0.002409359 sec. | ||
| 18524 | 2025.03.03 23:43:38.548183 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18525 | 2025.03.03 23:43:38.548295 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18526 | 2025.03.03 23:43:38.548345 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18527 | 2025.03.03 23:43:38.549190 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18528 | 2025.03.03 23:43:38.549233 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18529 | 2025.03.03 23:43:38.549649 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18530 | 2025.03.03 23:43:38.549889 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18531 | 2025.03.03 23:43:38.550071 [ 116 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18532 | 2025.03.03 23:43:38.550131 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.001856 sec., 394935.3448275862 rows/sec., 31.79 MiB/sec. | ||
| 18533 | 2025.03.03 23:43:38.550139 [ 116 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18534 | 2025.03.03 23:43:38.550216 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18535 | 2025.03.03 23:43:38.550264 [ 5 ] {31e7b28c-cab6-4d16-acbc-698a1cb73285} <Debug> TCPHandler: Processed in 0.002131901 sec. | ||
| 18536 | 2025.03.03 23:43:38.550431 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18537 | 2025.03.03 23:43:38.550442 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18538 | 2025.03.03 23:43:38.550708 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18539 | 2025.03.03 23:43:38.550736 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18540 | 2025.03.03 23:43:38.550818 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18541 | 2025.03.03 23:43:38.550829 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1888 rows starting from the beginning of the part | ||
| 18542 | 2025.03.03 23:43:38.551433 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part | ||
| 18543 | 2025.03.03 23:43:38.552011 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part | ||
| 18544 | 2025.03.03 23:43:38.552611 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 733 rows starting from the beginning of the part | ||
| 18545 | 2025.03.03 23:43:38.553136 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part | ||
| 18546 | 2025.03.03 23:43:38.553671 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 733 rows starting from the beginning of the part | ||
| 18547 | 2025.03.03 23:43:38.554484 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18548 | 2025.03.03 23:43:38.554525 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18549 | 2025.03.03 23:43:38.555064 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18550 | 2025.03.03 23:43:38.555356 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18551 | 2025.03.03 23:43:38.555638 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.005013 sec., 32714.941153002193 rows/sec., 2.09 MiB/sec. | ||
| 18552 | 2025.03.03 23:43:38.555934 [ 5 ] {3c852c32-c875-4afc-b856-732b71bf30e0} <Debug> TCPHandler: Processed in 0.005547029 sec. | ||
| 18553 | 2025.03.03 23:43:38.556357 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18554 | 2025.03.03 23:43:38.556803 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18555 | 2025.03.03 23:43:38.556813 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3522 rows, containing 5 columns (5 merged, 0 gathered) in 0.006492095 sec., 542505.9245128114 rows/sec., 46.00 MiB/sec. | ||
| 18556 | 2025.03.03 23:43:38.556952 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18557 | 2025.03.03 23:43:38.557214 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18558 | 2025.03.03 23:43:38.557582 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18559 | 2025.03.03 23:43:38.557663 [ 198 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_166_33} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18560 | 2025.03.03 23:43:38.557758 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 18561 | 2025.03.03 23:43:38.557924 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18562 | 2025.03.03 23:43:38.557964 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18563 | 2025.03.03 23:43:38.558317 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18564 | 2025.03.03 23:43:38.558562 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18565 | 2025.03.03 23:43:38.558770 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002117 sec., 53377.4208786018 rows/sec., 3.46 MiB/sec. | ||
| 18566 | 2025.03.03 23:43:38.558825 [ 5 ] {b5e97523-c4f2-4d09-9817-22ea9409a572} <Debug> TCPHandler: Processed in 0.002610684 sec. | ||
| 18567 | 2025.03.03 23:43:38.558938 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18568 | 2025.03.03 23:43:38.559043 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18569 | 2025.03.03 23:43:38.559088 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18570 | 2025.03.03 23:43:38.559633 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18571 | 2025.03.03 23:43:38.559672 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18572 | 2025.03.03 23:43:38.560013 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18573 | 2025.03.03 23:43:38.560245 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18574 | 2025.03.03 23:43:38.560461 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00143 sec., 78321.67832167832 rows/sec., 4.46 MiB/sec. | ||
| 18575 | 2025.03.03 23:43:38.560563 [ 5 ] {22d06e0b-b18f-486a-b3f5-cf1e930e90a8} <Debug> TCPHandler: Processed in 0.001674758 sec. | ||
| 18576 | 2025.03.03 23:43:38.560712 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18577 | 2025.03.03 23:43:38.560856 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18578 | 2025.03.03 23:43:38.560902 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18579 | 2025.03.03 23:43:38.561557 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18580 | 2025.03.03 23:43:38.561595 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18581 | 2025.03.03 23:43:38.561959 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18582 | 2025.03.03 23:43:38.562196 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18583 | 2025.03.03 23:43:38.562370 [ 115 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18584 | 2025.03.03 23:43:38.562420 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.001583 sec., 277953.2533164877 rows/sec., 19.88 MiB/sec. | ||
| 18585 | 2025.03.03 23:43:38.562459 [ 115 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18586 | 2025.03.03 23:43:38.562529 [ 5 ] {1cc99d76-93c6-4de7-b5ec-af6c3f35cd3a} <Debug> TCPHandler: Processed in 0.001900394 sec. | ||
| 18587 | 2025.03.03 23:43:38.562544 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18588 | 2025.03.03 23:43:38.562761 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18589 | 2025.03.03 23:43:38.562918 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18590 | 2025.03.03 23:43:38.563026 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18591 | 2025.03.03 23:43:38.563204 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18592 | 2025.03.03 23:43:38.563509 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18593 | 2025.03.03 23:43:38.563656 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 956 rows starting from the beginning of the part | ||
| 18594 | 2025.03.03 23:43:38.564031 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 18595 | 2025.03.03 23:43:38.564412 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part | ||
| 18596 | 2025.03.03 23:43:38.564867 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 440 rows starting from the beginning of the part | ||
| 18597 | 2025.03.03 23:43:38.565376 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part | ||
| 18598 | 2025.03.03 23:43:38.565829 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 440 rows starting from the beginning of the part | ||
| 18599 | 2025.03.03 23:43:38.567509 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18600 | 2025.03.03 23:43:38.567578 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18601 | 2025.03.03 23:43:38.568605 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18602 | 2025.03.03 23:43:38.568916 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18603 | 2025.03.03 23:43:38.569474 [ 197 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2028 rows, containing 5 columns (5 merged, 0 gathered) in 0.006779234 sec., 299148.84188980644 rows/sec., 22.89 MiB/sec. | ||
| 18604 | 2025.03.03 23:43:38.569635 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006644 sec., 903.0704394942805 rows/sec., 47.18 KiB/sec. | ||
| 18605 | 2025.03.03 23:43:38.569917 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18606 | 2025.03.03 23:43:38.569979 [ 5 ] {e51e0301-dca3-42fd-8d26-b96a60e9bb9e} <Debug> TCPHandler: Processed in 0.007332389 sec. | ||
| 18607 | 2025.03.03 23:43:38.570371 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18608 | 2025.03.03 23:43:38.570662 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18609 | 2025.03.03 23:43:38.570735 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18610 | 2025.03.03 23:43:38.570810 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18611 | 2025.03.03 23:43:38.570946 [ 194 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_166_33} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18612 | 2025.03.03 23:43:38.571061 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 18613 | 2025.03.03 23:43:38.571421 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18614 | 2025.03.03 23:43:38.571459 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18615 | 2025.03.03 23:43:38.571847 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18616 | 2025.03.03 23:43:38.572080 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18617 | 2025.03.03 23:43:38.572236 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 18618 | 2025.03.03 23:43:38.572296 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18619 | 2025.03.03 23:43:38.572333 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001747 sec., 135661.13337149398 rows/sec., 9.09 MiB/sec. | ||
| 18620 | 2025.03.03 23:43:38.572345 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18621 | 2025.03.03 23:43:38.572509 [ 5 ] {946aba99-101a-4da9-92fb-c509544d3f2e} <Debug> TCPHandler: Processed in 0.002254795 sec. | ||
| 18622 | 2025.03.03 23:43:38.572632 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 18623 | 2025.03.03 23:43:38.572704 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18624 | 2025.03.03 23:43:38.572951 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18625 | 2025.03.03 23:43:38.572953 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18626 | 2025.03.03 23:43:38.573024 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 48007 rows starting from the beginning of the part | ||
| 18627 | 2025.03.03 23:43:38.573050 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18628 | 2025.03.03 23:43:38.573424 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 96 rows starting from the beginning of the part | ||
| 18629 | 2025.03.03 23:43:38.573813 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part | ||
| 18630 | 2025.03.03 23:43:38.574144 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part | ||
| 18631 | 2025.03.03 23:43:38.574476 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 18632 | 2025.03.03 23:43:38.574681 [ 188 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 18633 | 2025.03.03 23:43:38.575487 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18634 | 2025.03.03 23:43:38.575561 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18635 | 2025.03.03 23:43:38.576250 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18636 | 2025.03.03 23:43:38.576550 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18637 | 2025.03.03 23:43:38.576850 [ 220 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 6 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18638 | 2025.03.03 23:43:38.576916 [ 220 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 6 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18639 | 2025.03.03 23:43:38.576924 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004038 sec., 247.64735017335315 rows/sec., 16.69 KiB/sec. | ||
| 18640 | 2025.03.03 23:43:38.577311 [ 5 ] {290cfc73-f366-4b69-9042-2ad7dfa93032} <Debug> TCPHandler: Processed in 0.004667713 sec. | ||
| 18641 | 2025.03.03 23:43:38.577626 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18642 | 2025.03.03 23:43:38.578020 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18643 | 2025.03.03 23:43:38.578440 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18644 | 2025.03.03 23:43:38.582426 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18645 | 2025.03.03 23:43:38.582436 [ 220 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 6 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18646 | 2025.03.03 23:43:38.582479 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18647 | 2025.03.03 23:43:38.584388 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18648 | 2025.03.03 23:43:38.584753 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18649 | 2025.03.03 23:43:38.584934 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18650 | 2025.03.03 23:43:38.585032 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18651 | 2025.03.03 23:43:38.585110 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18652 | 2025.03.03 23:43:38.585323 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007466 sec., 7768.550763461023 rows/sec., 13.92 MiB/sec. | ||
| 18653 | 2025.03.03 23:43:38.585400 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 18654 | 2025.03.03 23:43:38.585610 [ 5 ] {c9d0740f-f9d6-4cae-91d0-a0042a0b6845} <Debug> TCPHandler: Processed in 0.008087121 sec. | ||
| 18655 | 2025.03.03 23:43:38.585899 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18656 | 2025.03.03 23:43:38.585975 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18657 | 2025.03.03 23:43:38.586075 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18658 | 2025.03.03 23:43:38.586080 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2500 rows starting from the beginning of the part | ||
| 18659 | 2025.03.03 23:43:38.586137 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18660 | 2025.03.03 23:43:38.587126 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 58 rows starting from the beginning of the part | ||
| 18661 | 2025.03.03 23:43:38.587866 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 58 rows starting from the beginning of the part | ||
| 18662 | 2025.03.03 23:43:38.588552 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18663 | 2025.03.03 23:43:38.588570 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 58 rows starting from the beginning of the part | ||
| 18664 | 2025.03.03 23:43:38.588598 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18665 | 2025.03.03 23:43:38.589867 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 18666 | 2025.03.03 23:43:38.590080 [ 200 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48897 rows, containing 5 columns (5 merged, 0 gathered) in 0.017585072 sec., 2780597.0882575857 rows/sec., 187.73 MiB/sec. | ||
| 18667 | 2025.03.03 23:43:38.590393 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18668 | 2025.03.03 23:43:38.590616 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part | ||
| 18669 | 2025.03.03 23:43:38.590955 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 18670 | 2025.03.03 23:43:38.591167 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18671 | 2025.03.03 23:43:38.591552 [ 115 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18672 | 2025.03.03 23:43:38.591736 [ 115 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18673 | 2025.03.03 23:43:38.591853 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18674 | 2025.03.03 23:43:38.592091 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005995 sec., 13678.065054211842 rows/sec., 889.58 KiB/sec. | ||
| 18675 | 2025.03.03 23:43:38.592197 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18676 | 2025.03.03 23:43:38.592654 [ 5 ] {348a2935-417e-4b33-bdda-386fa4e5c6a8} <Debug> TCPHandler: Processed in 0.006810694 sec. | ||
| 18677 | 2025.03.03 23:43:38.592645 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18678 | 2025.03.03 23:43:38.592814 [ 190 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 18679 | 2025.03.03 23:43:38.593203 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 18680 | 2025.03.03 23:43:38.593437 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18681 | 2025.03.03 23:43:38.593499 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9678 rows starting from the beginning of the part | ||
| 18682 | 2025.03.03 23:43:38.593748 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 36 rows starting from the beginning of the part | ||
| 18683 | 2025.03.03 23:43:38.594097 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 18684 | 2025.03.03 23:43:38.594406 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 18685 | 2025.03.03 23:43:38.594705 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 18686 | 2025.03.03 23:43:38.595008 [ 199 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 18687 | 2025.03.03 23:43:38.599626 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9998 rows, containing 4 columns (4 merged, 0 gathered) in 0.007530015 sec., 1327752.9991640123 rows/sec., 86.46 MiB/sec. | ||
| 18688 | 2025.03.03 23:43:38.600015 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18689 | 2025.03.03 23:43:38.600608 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18690 | 2025.03.03 23:43:38.600724 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_166_33} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18691 | 2025.03.03 23:43:38.600815 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 18692 | 2025.03.03 23:43:38.606367 [ 201 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2790 rows, containing 19 columns (19 merged, 0 gathered) in 0.021101182 sec., 132220.08132056298 rows/sec., 236.93 MiB/sec. | ||
| 18693 | 2025.03.03 23:43:38.608644 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18694 | 2025.03.03 23:43:38.609037 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18695 | 2025.03.03 23:43:38.609113 [ 186 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18696 | 2025.03.03 23:43:38.609226 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.93 MiB. | ||
| 18697 | 2025.03.03 23:43:42.059295 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18698 | 2025.03.03 23:43:42.059383 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18699 | 2025.03.03 23:43:42.337132 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896 | ||
| 18700 | 2025.03.03 23:43:42.337886 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18701 | 2025.03.03 23:43:42.337927 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18702 | 2025.03.03 23:43:42.338467 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18703 | 2025.03.03 23:43:42.338717 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18704 | 2025.03.03 23:43:42.338952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 18705 | 2025.03.03 23:43:43.538416 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18706 | 2025.03.03 23:43:43.538604 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18707 | 2025.03.03 23:43:43.538674 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18708 | 2025.03.03 23:43:43.539437 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2025.03.03 23:43:43.539482 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18710 | 2025.03.03 23:43:43.539914 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18711 | 2025.03.03 23:43:43.540163 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2025.03.03 23:43:43.540403 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 18713 | 2025.03.03 23:43:43.540464 [ 5 ] {07ab9694-61fd-4ea2-a743-038309b6f727} <Debug> TCPHandler: Processed in 0.002170402 sec. | ||
| 18714 | 2025.03.03 23:43:43.540579 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18715 | 2025.03.03 23:43:43.540685 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18716 | 2025.03.03 23:43:43.540729 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18717 | 2025.03.03 23:43:43.541264 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18718 | 2025.03.03 23:43:43.541303 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18719 | 2025.03.03 23:43:43.541681 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18720 | 2025.03.03 23:43:43.541913 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18721 | 2025.03.03 23:43:43.542132 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
| 18722 | 2025.03.03 23:43:43.542211 [ 5 ] {68a6f697-68d8-4d5e-8ef8-8705e9719b26} <Debug> TCPHandler: Processed in 0.001678958 sec. | ||
| 18723 | 2025.03.03 23:43:43.542339 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18724 | 2025.03.03 23:43:43.542651 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18725 | 2025.03.03 23:43:43.542804 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18726 | 2025.03.03 23:43:43.543833 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18727 | 2025.03.03 23:43:43.543896 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18728 | 2025.03.03 23:43:43.544280 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18729 | 2025.03.03 23:43:43.544527 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18730 | 2025.03.03 23:43:43.544749 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002217 sec., 72169.59855660803 rows/sec., 5.03 MiB/sec. | ||
| 18731 | 2025.03.03 23:43:43.544802 [ 5 ] {f10e8ad1-4ba8-4df1-ab8f-d6ea7cdba4a8} <Debug> TCPHandler: Processed in 0.002525522 sec. | ||
| 18732 | 2025.03.03 23:43:43.544902 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18733 | 2025.03.03 23:43:43.545004 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18734 | 2025.03.03 23:43:43.545049 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18735 | 2025.03.03 23:43:43.545469 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18736 | 2025.03.03 23:43:43.545508 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18737 | 2025.03.03 23:43:43.545859 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18738 | 2025.03.03 23:43:43.546087 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18739 | 2025.03.03 23:43:43.546285 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 18740 | 2025.03.03 23:43:43.546334 [ 5 ] {86015caf-233f-46eb-b42b-9d12f72cb98a} <Debug> TCPHandler: Processed in 0.001480083 sec. | ||
| 18741 | 2025.03.03 23:43:44.615658 [ 223 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18742 | 2025.03.03 23:43:44.615751 [ 223 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18743 | 2025.03.03 23:43:44.618290 [ 223 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18744 | 2025.03.03 23:43:44.979193 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18745 | 2025.03.03 23:43:44.979413 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18746 | 2025.03.03 23:43:44.979494 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18747 | 2025.03.03 23:43:44.980304 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18748 | 2025.03.03 23:43:44.980355 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18749 | 2025.03.03 23:43:44.980804 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18750 | 2025.03.03 23:43:44.981054 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18751 | 2025.03.03 23:43:44.981288 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. | ||
| 18752 | 2025.03.03 23:43:44.981345 [ 5 ] {6fbd8fb5-6cd4-42db-8dc3-69b84f31d554} <Debug> TCPHandler: Processed in 0.002294216 sec. | ||
| 18753 | 2025.03.03 23:43:44.981459 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18754 | 2025.03.03 23:43:44.981565 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18755 | 2025.03.03 23:43:44.981615 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18756 | 2025.03.03 23:43:44.982146 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18757 | 2025.03.03 23:43:44.982185 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18758 | 2025.03.03 23:43:44.982524 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 18759 | 2025.03.03 23:43:44.982819 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18760 | 2025.03.03 23:43:44.983097 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001543 sec., 9073.233959818535 rows/sec., 739.86 KiB/sec. | ||
| 18761 | 2025.03.03 23:43:44.983179 [ 5 ] {ce932946-61fe-4ae3-9a29-090d6b7dd09c} <Debug> TCPHandler: Processed in 0.00176548 sec. | ||
| 18762 | 2025.03.03 23:43:44.983383 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18763 | 2025.03.03 23:43:44.983488 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18764 | 2025.03.03 23:43:44.983534 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18765 | 2025.03.03 23:43:44.984713 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18766 | 2025.03.03 23:43:44.984752 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18767 | 2025.03.03 23:43:44.985215 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18768 | 2025.03.03 23:43:44.985451 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18769 | 2025.03.03 23:43:44.985648 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Debug> executeQuery: Read 1880 rows, 157.49 KiB in 0.002183 sec., 861200.1832340815 rows/sec., 70.45 MiB/sec. | ||
| 18770 | 2025.03.03 23:43:44.985699 [ 5 ] {2e44d035-00e5-472e-b383-91beebfcd742} <Debug> TCPHandler: Processed in 0.002386298 sec. | ||
| 18771 | 2025.03.03 23:43:44.985812 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18772 | 2025.03.03 23:43:44.985916 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18773 | 2025.03.03 23:43:44.985960 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18774 | 2025.03.03 23:43:44.986520 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18775 | 2025.03.03 23:43:44.986558 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18776 | 2025.03.03 23:43:44.986908 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18777 | 2025.03.03 23:43:44.987145 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18778 | 2025.03.03 23:43:44.987341 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Debug> executeQuery: Read 178 rows, 11.72 KiB in 0.00144 sec., 123611.11111111111 rows/sec., 7.95 MiB/sec. | ||
| 18779 | 2025.03.03 23:43:44.987395 [ 5 ] {5ebca0df-50b0-450b-8f66-5fb996231b19} <Debug> TCPHandler: Processed in 0.001634016 sec. | ||
| 18780 | 2025.03.03 23:43:44.987496 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18781 | 2025.03.03 23:43:44.987596 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18782 | 2025.03.03 23:43:44.987640 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18783 | 2025.03.03 23:43:44.988236 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18784 | 2025.03.03 23:43:44.988275 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18785 | 2025.03.03 23:43:44.988626 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18786 | 2025.03.03 23:43:44.988864 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18787 | 2025.03.03 23:43:44.989099 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001524 sec., 223753.28083989501 rows/sec., 14.93 MiB/sec. | ||
| 18788 | 2025.03.03 23:43:44.989151 [ 5 ] {ebba0865-fbb5-4072-a6d5-6e3aae824a51} <Debug> TCPHandler: Processed in 0.001704928 sec. | ||
| 18789 | 2025.03.03 23:43:44.989250 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18790 | 2025.03.03 23:43:44.989351 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18791 | 2025.03.03 23:43:44.989395 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18792 | 2025.03.03 23:43:44.989922 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18793 | 2025.03.03 23:43:44.989960 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18794 | 2025.03.03 23:43:44.990302 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18795 | 2025.03.03 23:43:44.990533 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18796 | 2025.03.03 23:43:44.990770 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001435 sec., 78048.78048780488 rows/sec., 4.45 MiB/sec. | ||
| 18797 | 2025.03.03 23:43:44.990869 [ 5 ] {92088b8d-faf9-4c6a-9634-79d5459f5359} <Debug> TCPHandler: Processed in 0.001666667 sec. | ||
| 18798 | 2025.03.03 23:43:44.991029 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18799 | 2025.03.03 23:43:44.991354 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18800 | 2025.03.03 23:43:44.991455 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18801 | 2025.03.03 23:43:44.992291 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18802 | 2025.03.03 23:43:44.992329 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18803 | 2025.03.03 23:43:44.992713 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18804 | 2025.03.03 23:43:44.992944 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18805 | 2025.03.03 23:43:44.993147 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Debug> executeQuery: Read 910 rows, 67.66 KiB in 0.001914 sec., 475444.0961337513 rows/sec., 34.52 MiB/sec. | ||
| 18806 | 2025.03.03 23:43:44.993198 [ 5 ] {d572f251-94cc-479c-bd71-ca508e2f729f} <Debug> TCPHandler: Processed in 0.002269685 sec. | ||
| 18807 | 2025.03.03 23:43:44.993300 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18808 | 2025.03.03 23:43:44.993401 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18809 | 2025.03.03 23:43:44.993447 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18810 | 2025.03.03 23:43:44.993861 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18811 | 2025.03.03 23:43:44.993899 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18812 | 2025.03.03 23:43:44.994242 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18813 | 2025.03.03 23:43:44.994472 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18814 | 2025.03.03 23:43:44.994682 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
| 18815 | 2025.03.03 23:43:44.994731 [ 5 ] {f3232473-25fd-4297-93fc-f370b0d6b44f} <Debug> TCPHandler: Processed in 0.001481442 sec. | ||
| 18816 | 2025.03.03 23:43:44.994831 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18817 | 2025.03.03 23:43:44.994931 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18818 | 2025.03.03 23:43:44.994979 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18819 | 2025.03.03 23:43:44.995650 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18820 | 2025.03.03 23:43:44.995689 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18821 | 2025.03.03 23:43:44.996111 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18822 | 2025.03.03 23:43:44.996342 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18823 | 2025.03.03 23:43:44.996544 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Debug> executeQuery: Read 994 rows, 67.74 KiB in 0.001634 sec., 608323.1334149326 rows/sec., 40.49 MiB/sec. | ||
| 18824 | 2025.03.03 23:43:44.996595 [ 5 ] {e0402330-e8a8-4ca4-9044-108c63536bf9} <Debug> TCPHandler: Processed in 0.001812152 sec. | ||
| 18825 | 2025.03.03 23:43:44.996695 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18826 | 2025.03.03 23:43:44.996797 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18827 | 2025.03.03 23:43:44.996844 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18828 | 2025.03.03 23:43:44.997244 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18829 | 2025.03.03 23:43:44.997289 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18830 | 2025.03.03 23:43:44.997627 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18831 | 2025.03.03 23:43:44.997856 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18832 | 2025.03.03 23:43:44.998072 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
| 18833 | 2025.03.03 23:43:44.998121 [ 5 ] {5b75b41a-3934-4e3c-b8be-19c70186b072} <Debug> TCPHandler: Processed in 0.001475833 sec. | ||
| 18834 | 2025.03.03 23:43:44.998222 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18835 | 2025.03.03 23:43:44.998324 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18836 | 2025.03.03 23:43:44.998388 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18837 | 2025.03.03 23:43:44.999519 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18838 | 2025.03.03 23:43:44.999556 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18839 | 2025.03.03 23:43:45.000244 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18840 | 2025.03.03 23:43:45.000683 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18841 | 2025.03.03 23:43:45.001031 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002729 sec., 21253.20630267497 rows/sec., 38.08 MiB/sec. | ||
| 18842 | 2025.03.03 23:43:45.001126 [ 5 ] {241f8634-2c17-49bc-aef6-cbfd7f900610} <Debug> TCPHandler: Processed in 0.002953054 sec. | ||
| 18843 | 2025.03.03 23:43:45.001238 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18844 | 2025.03.03 23:43:45.001341 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18845 | 2025.03.03 23:43:45.001386 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18846 | 2025.03.03 23:43:45.001802 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18847 | 2025.03.03 23:43:45.001841 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18848 | 2025.03.03 23:43:45.002193 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18849 | 2025.03.03 23:43:45.002446 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18850 | 2025.03.03 23:43:45.002659 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.00134 sec., 34328.35820895522 rows/sec., 2.08 MiB/sec. | ||
| 18851 | 2025.03.03 23:43:45.002707 [ 5 ] {0e949ae7-4e5e-43aa-8e6b-80066f52514f} <Debug> TCPHandler: Processed in 0.001519343 sec. | ||
| 18852 | 2025.03.03 23:43:45.633849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 18853 | 2025.03.03 23:43:45.657203 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18854 | 2025.03.03 23:43:45.657267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18855 | 2025.03.03 23:43:45.662405 [ 221 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18856 | 2025.03.03 23:43:45.662499 [ 221 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18857 | 2025.03.03 23:43:45.667231 [ 221 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18858 | 2025.03.03 23:43:45.668042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18859 | 2025.03.03 23:43:45.668994 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18860 | 2025.03.03 23:43:45.673727 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 18861 | 2025.03.03 23:43:45.852746 [ 220 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18862 | 2025.03.03 23:43:45.852779 [ 220 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18863 | 2025.03.03 23:43:45.854648 [ 220 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18864 | 2025.03.03 23:43:46.413307 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18865 | 2025.03.03 23:43:46.413370 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18866 | 2025.03.03 23:43:46.415348 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18867 | 2025.03.03 23:43:47.612577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2596 | ||
| 18868 | 2025.03.03 23:43:47.616448 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18869 | 2025.03.03 23:43:47.616499 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18870 | 2025.03.03 23:43:47.618067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18871 | 2025.03.03 23:43:47.618402 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18872 | 2025.03.03 23:43:47.619038 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2596 | ||
| 18873 | 2025.03.03 23:43:48.534961 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18874 | 2025.03.03 23:43:48.535141 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18875 | 2025.03.03 23:43:48.535209 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18876 | 2025.03.03 23:43:48.535934 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18877 | 2025.03.03 23:43:48.535976 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18878 | 2025.03.03 23:43:48.536408 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18879 | 2025.03.03 23:43:48.536657 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18880 | 2025.03.03 23:43:48.536864 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001768 sec., 31674.20814479638 rows/sec., 2.43 MiB/sec. | ||
| 18881 | 2025.03.03 23:43:48.536932 [ 5 ] {0a1ee016-2cc6-47f2-80e6-1bf7e06b46e8} <Debug> TCPHandler: Processed in 0.002085829 sec. | ||
| 18882 | 2025.03.03 23:43:48.537077 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18883 | 2025.03.03 23:43:48.537341 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18884 | 2025.03.03 23:43:48.537478 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18885 | 2025.03.03 23:43:48.539075 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18886 | 2025.03.03 23:43:48.539113 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18887 | 2025.03.03 23:43:48.539479 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18888 | 2025.03.03 23:43:48.539715 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18889 | 2025.03.03 23:43:48.539889 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002667 sec., 23997.00037495313 rows/sec., 1.87 MiB/sec. | ||
| 18890 | 2025.03.03 23:43:48.539940 [ 5 ] {4af4faf3-8b01-467d-b5bf-4e5f93927b94} <Debug> TCPHandler: Processed in 0.002914843 sec. | ||
| 18891 | 2025.03.03 23:43:48.540052 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18892 | 2025.03.03 23:43:48.540167 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18893 | 2025.03.03 23:43:48.540218 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18894 | 2025.03.03 23:43:48.540703 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18895 | 2025.03.03 23:43:48.540743 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18896 | 2025.03.03 23:43:48.541140 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18897 | 2025.03.03 23:43:48.541377 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18898 | 2025.03.03 23:43:48.541559 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001416 sec., 67796.61016949153 rows/sec., 4.72 MiB/sec. | ||
| 18899 | 2025.03.03 23:43:48.541611 [ 5 ] {1dce3f1d-e879-46b5-a7b9-c6064f4d48db} <Debug> TCPHandler: Processed in 0.001612126 sec. | ||
| 18900 | 2025.03.03 23:43:48.541710 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18901 | 2025.03.03 23:43:48.541811 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18902 | 2025.03.03 23:43:48.541857 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18903 | 2025.03.03 23:43:48.542266 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18904 | 2025.03.03 23:43:48.542304 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18905 | 2025.03.03 23:43:48.542657 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18906 | 2025.03.03 23:43:48.542887 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18907 | 2025.03.03 23:43:48.543054 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001265 sec., 28458.498023715412 rows/sec., 1.92 MiB/sec. | ||
| 18908 | 2025.03.03 23:43:48.543102 [ 5 ] {dc55cced-0824-44b5-b54f-c5c96883ac45} <Debug> TCPHandler: Processed in 0.001440001 sec. | ||
| 18909 | 2025.03.03 23:43:49.839110 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45323 | ||
| 18910 | 2025.03.03 23:43:49.840254 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18911 | 2025.03.03 23:43:49.840326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18912 | 2025.03.03 23:43:49.840876 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18913 | 2025.03.03 23:43:49.841126 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18914 | 2025.03.03 23:43:49.841395 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45323 | ||
| 18915 | 2025.03.03 23:43:53.173778 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 18916 | 2025.03.03 23:43:53.196964 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18917 | 2025.03.03 23:43:53.197019 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18918 | 2025.03.03 23:43:53.204636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18919 | 2025.03.03 23:43:53.205431 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18920 | 2025.03.03 23:43:53.210056 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 18921 | 2025.03.03 23:43:53.537821 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18922 | 2025.03.03 23:43:53.538026 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18923 | 2025.03.03 23:43:53.538098 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18924 | 2025.03.03 23:43:53.538842 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18925 | 2025.03.03 23:43:53.538887 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18926 | 2025.03.03 23:43:53.539322 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18927 | 2025.03.03 23:43:53.539579 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18928 | 2025.03.03 23:43:53.539816 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec. | ||
| 18929 | 2025.03.03 23:43:53.539873 [ 5 ] {46e33c77-cb01-4bb1-9df6-8d1fcce5a4ce} <Debug> TCPHandler: Processed in 0.002183173 sec. | ||
| 18930 | 2025.03.03 23:43:53.539981 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18931 | 2025.03.03 23:43:53.540083 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18932 | 2025.03.03 23:43:53.540128 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18933 | 2025.03.03 23:43:53.540652 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18934 | 2025.03.03 23:43:53.540691 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18935 | 2025.03.03 23:43:53.541042 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18936 | 2025.03.03 23:43:53.541273 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18937 | 2025.03.03 23:43:53.541498 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 18938 | 2025.03.03 23:43:53.541552 [ 5 ] {8ba60a18-afd7-4571-991e-ef9beb8e8d18} <Debug> TCPHandler: Processed in 0.001622427 sec. | ||
| 18939 | 2025.03.03 23:43:53.541680 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18940 | 2025.03.03 23:43:53.541818 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18941 | 2025.03.03 23:43:53.541878 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18942 | 2025.03.03 23:43:53.542432 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18943 | 2025.03.03 23:43:53.542472 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18944 | 2025.03.03 23:43:53.542874 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18945 | 2025.03.03 23:43:53.543129 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18946 | 2025.03.03 23:43:53.543345 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 18947 | 2025.03.03 23:43:53.543398 [ 5 ] {0013404a-f993-4582-af0f-ca9a244302fc} <Debug> TCPHandler: Processed in 0.00178166 sec. | ||
| 18948 | 2025.03.03 23:43:53.543501 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18949 | 2025.03.03 23:43:53.543603 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18950 | 2025.03.03 23:43:53.543649 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18951 | 2025.03.03 23:43:53.544076 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18952 | 2025.03.03 23:43:53.544115 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18953 | 2025.03.03 23:43:53.544471 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18954 | 2025.03.03 23:43:53.544703 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18955 | 2025.03.03 23:43:53.544915 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
| 18956 | 2025.03.03 23:43:53.544964 [ 5 ] {22df8a99-ecd8-4ecc-9b52-81fa0e228e2e} <Debug> TCPHandler: Processed in 0.001511693 sec. | ||
| 18957 | 2025.03.03 23:43:55.312465 [ 225 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18958 | 2025.03.03 23:43:55.312550 [ 225 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18959 | 2025.03.03 23:43:55.314446 [ 225 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18960 | 2025.03.03 23:43:55.921442 [ 219 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18961 | 2025.03.03 23:43:55.921523 [ 219 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18962 | 2025.03.03 23:43:55.923326 [ 219 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18963 | 2025.03.03 23:43:56.137048 [ 222 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18964 | 2025.03.03 23:43:56.137109 [ 222 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18965 | 2025.03.03 23:43:56.138959 [ 222 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18966 | 2025.03.03 23:43:56.695840 [ 88 ] {} <Debug> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 18967 | 2025.03.03 23:43:56.695916 [ 88 ] {} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18968 | 2025.03.03 23:43:56.695944 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18969 | 2025.03.03 23:43:56.696153 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 18970 | 2025.03.03 23:43:56.696518 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18971 | 2025.03.03 23:43:56.696600 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part | ||
| 18972 | 2025.03.03 23:43:56.696703 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 3 rows starting from the beginning of the part | ||
| 18973 | 2025.03.03 23:43:56.697004 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
| 18974 | 2025.03.03 23:43:56.697199 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 18975 | 2025.03.03 23:43:56.697382 [ 200 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 18976 | 2025.03.03 23:43:56.698383 [ 201 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355847 sec., 19101.410235893927 rows/sec., 1.57 MiB/sec. | ||
| 18977 | 2025.03.03 23:43:56.698607 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 18978 | 2025.03.03 23:43:56.698964 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18979 | 2025.03.03 23:43:56.699057 [ 195 ] {748e12f8-9e1d-4706-a11e-125359f8430d::all_1_25_6} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 18980 | 2025.03.03 23:43:56.699168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18981 | 2025.03.03 23:43:57.059435 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18982 | 2025.03.03 23:43:57.059486 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18983 | 2025.03.03 23:43:57.215986 [ 221 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18984 | 2025.03.03 23:43:57.216068 [ 221 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18985 | 2025.03.03 23:43:57.218226 [ 221 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18986 | 2025.03.03 23:43:57.247468 [ 217 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18987 | 2025.03.03 23:43:57.247540 [ 217 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18988 | 2025.03.03 23:43:57.249730 [ 217 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18989 | 2025.03.03 23:43:57.341539 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45811 | ||
| 18990 | 2025.03.03 23:43:57.342512 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18991 | 2025.03.03 23:43:57.342557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18992 | 2025.03.03 23:43:57.343097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18993 | 2025.03.03 23:43:57.343349 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18994 | 2025.03.03 23:43:57.343603 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 18995 | 2025.03.03 23:43:57.619370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2612 | ||
| 18996 | 2025.03.03 23:43:57.622756 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18997 | 2025.03.03 23:43:57.622801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 18998 | 2025.03.03 23:43:57.624383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 18999 | 2025.03.03 23:43:57.624695 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19000 | 2025.03.03 23:43:57.625178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2612 | ||
| 19001 | 2025.03.03 23:43:57.843983 [ 82 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Selected 5 parts from all_1_68_15 to all_72_72_0 | ||
| 19002 | 2025.03.03 23:43:57.844042 [ 82 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19003 | 2025.03.03 23:43:57.844073 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19004 | 2025.03.03 23:43:57.844384 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_68_15 to all_72_72_0 into Compact with storage Full | ||
| 19005 | 2025.03.03 23:43:57.845027 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19006 | 2025.03.03 23:43:57.845115 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_15, total 68 rows starting from the beginning of the part | ||
| 19007 | 2025.03.03 23:43:57.845279 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19008 | 2025.03.03 23:43:57.845398 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 19009 | 2025.03.03 23:43:57.845677 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
| 19010 | 2025.03.03 23:43:57.845870 [ 192 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 19011 | 2025.03.03 23:43:57.846951 [ 201 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 4 columns (4 merged, 0 gathered) in 0.002774719 sec., 25948.57353122965 rows/sec., 1.71 MiB/sec. | ||
| 19012 | 2025.03.03 23:43:57.847135 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Trace> MergedBlockOutputStream: filled checksums all_1_72_16 (state Temporary) | ||
| 19013 | 2025.03.03 23:43:57.847498 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_merge_all_1_72_16 to all_1_72_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19014 | 2025.03.03 23:43:57.847603 [ 187 ] {a62e36eb-db92-47c2-b229-5f76fe0be435::all_1_72_16} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435) (MergerMutator): Merged 5 parts: [all_1_68_15, all_72_72_0] -> all_1_72_16 | ||
| 19015 | 2025.03.03 23:43:57.847704 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19016 | 2025.03.03 23:43:58.275611 [ 220 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19017 | 2025.03.03 23:43:58.275653 [ 220 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19018 | 2025.03.03 23:43:58.277164 [ 220 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19019 | 2025.03.03 23:43:58.546725 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19020 | 2025.03.03 23:43:58.546915 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19021 | 2025.03.03 23:43:58.546987 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19022 | 2025.03.03 23:43:58.547783 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19023 | 2025.03.03 23:43:58.547825 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19024 | 2025.03.03 23:43:58.548266 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19025 | 2025.03.03 23:43:58.548525 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19026 | 2025.03.03 23:43:58.548722 [ 109 ] {} <Debug> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19027 | 2025.03.03 23:43:58.548781 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001916 sec., 110647.18162839249 rows/sec., 7.04 MiB/sec. | ||
| 19028 | 2025.03.03 23:43:58.548793 [ 109 ] {} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19029 | 2025.03.03 23:43:58.548862 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19030 | 2025.03.03 23:43:58.548913 [ 5 ] {81c3f879-1b51-4ebb-8eb9-9b9821aa3617} <Debug> TCPHandler: Processed in 0.002311336 sec. | ||
| 19031 | 2025.03.03 23:43:58.549135 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19032 | 2025.03.03 23:43:58.549147 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19033 | 2025.03.03 23:43:58.549394 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19034 | 2025.03.03 23:43:58.549418 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19035 | 2025.03.03 23:43:58.549492 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19036 | 2025.03.03 23:43:58.549503 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 212 rows starting from the beginning of the part | ||
| 19037 | 2025.03.03 23:43:58.549876 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part | ||
| 19038 | 2025.03.03 23:43:58.550242 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 212 rows starting from the beginning of the part | ||
| 19039 | 2025.03.03 23:43:58.550626 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part | ||
| 19040 | 2025.03.03 23:43:58.551027 [ 192 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part | ||
| 19041 | 2025.03.03 23:43:58.552982 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19042 | 2025.03.03 23:43:58.553062 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19043 | 2025.03.03 23:43:58.553697 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004712994 sec., 224910.11021868477 rows/sec., 15.16 MiB/sec. | ||
| 19044 | 2025.03.03 23:43:58.553911 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19045 | 2025.03.03 23:43:58.553954 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19046 | 2025.03.03 23:43:58.554511 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19047 | 2025.03.03 23:43:58.554578 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19048 | 2025.03.03 23:43:58.554799 [ 109 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19049 | 2025.03.03 23:43:58.554812 [ 187 ] {5c92c3f1-dcce-48b7-858e-5cc340fb5449::all_1_73_18} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19050 | 2025.03.03 23:43:58.554893 [ 109 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19051 | 2025.03.03 23:43:58.554983 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19052 | 2025.03.03 23:43:58.555057 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 19053 | 2025.03.03 23:43:58.555063 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.005736 sec., 127789.40027894003 rows/sec., 10.28 MiB/sec. | ||
| 19054 | 2025.03.03 23:43:58.555284 [ 5 ] {f7f849da-1cfa-4d67-b946-0e65c0f70abe} <Debug> TCPHandler: Processed in 0.006213728 sec. | ||
| 19055 | 2025.03.03 23:43:58.555327 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19056 | 2025.03.03 23:43:58.555468 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19057 | 2025.03.03 23:43:58.555530 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19058 | 2025.03.03 23:43:58.555581 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1888 rows starting from the beginning of the part | ||
| 19059 | 2025.03.03 23:43:58.555748 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19060 | 2025.03.03 23:43:58.555856 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part | ||
| 19061 | 2025.03.03 23:43:58.555959 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19062 | 2025.03.03 23:43:58.556219 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1880 rows starting from the beginning of the part | ||
| 19063 | 2025.03.03 23:43:58.556536 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part | ||
| 19064 | 2025.03.03 23:43:58.556851 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part | ||
| 19065 | 2025.03.03 23:43:58.557202 [ 192 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 733 rows starting from the beginning of the part | ||
| 19066 | 2025.03.03 23:43:58.558747 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19067 | 2025.03.03 23:43:58.558824 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19068 | 2025.03.03 23:43:58.559793 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19069 | 2025.03.03 23:43:58.560153 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19070 | 2025.03.03 23:43:58.560424 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.00481 sec., 34095.634095634094 rows/sec., 2.18 MiB/sec. | ||
| 19071 | 2025.03.03 23:43:58.560487 [ 5 ] {401657c0-659f-4743-bfd1-34d65f29642b} <Debug> TCPHandler: Processed in 0.005116037 sec. | ||
| 19072 | 2025.03.03 23:43:58.560710 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19073 | 2025.03.03 23:43:58.560893 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4669 rows, containing 5 columns (5 merged, 0 gathered) in 0.005707463 sec., 818051.7333182887 rows/sec., 69.70 MiB/sec. | ||
| 19074 | 2025.03.03 23:43:58.560921 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19075 | 2025.03.03 23:43:58.561008 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19076 | 2025.03.03 23:43:58.561367 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19077 | 2025.03.03 23:43:58.561946 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19078 | 2025.03.03 23:43:58.562156 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19079 | 2025.03.03 23:43:58.562172 [ 187 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_171_34} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19080 | 2025.03.03 23:43:58.562226 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19081 | 2025.03.03 23:43:58.562360 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 19082 | 2025.03.03 23:43:58.562732 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19083 | 2025.03.03 23:43:58.562981 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19084 | 2025.03.03 23:43:58.563194 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002336 sec., 48373.28767123288 rows/sec., 3.13 MiB/sec. | ||
| 19085 | 2025.03.03 23:43:58.563253 [ 5 ] {85bf3def-ac5f-4d1d-a34e-af1c49cda12b} <Debug> TCPHandler: Processed in 0.002642465 sec. | ||
| 19086 | 2025.03.03 23:43:58.563409 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19087 | 2025.03.03 23:43:58.563514 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19088 | 2025.03.03 23:43:58.563559 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19089 | 2025.03.03 23:43:58.564110 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19090 | 2025.03.03 23:43:58.564148 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19091 | 2025.03.03 23:43:58.564506 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19092 | 2025.03.03 23:43:58.564748 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19093 | 2025.03.03 23:43:58.564910 [ 109 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19094 | 2025.03.03 23:43:58.564957 [ 109 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19095 | 2025.03.03 23:43:58.564988 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001487 sec., 75319.43510423672 rows/sec., 4.29 MiB/sec. | ||
| 19096 | 2025.03.03 23:43:58.565000 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19097 | 2025.03.03 23:43:58.565137 [ 5 ] {df9f1880-de25-4b6b-9209-e67d99f8f72c} <Debug> TCPHandler: Processed in 0.001787501 sec. | ||
| 19098 | 2025.03.03 23:43:58.565228 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19099 | 2025.03.03 23:43:58.565304 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19100 | 2025.03.03 23:43:58.565410 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19101 | 2025.03.03 23:43:58.565495 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 112 rows starting from the beginning of the part | ||
| 19102 | 2025.03.03 23:43:58.565507 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19103 | 2025.03.03 23:43:58.565647 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19104 | 2025.03.03 23:43:58.565862 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part | ||
| 19105 | 2025.03.03 23:43:58.566197 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 112 rows starting from the beginning of the part | ||
| 19106 | 2025.03.03 23:43:58.566565 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 112 rows starting from the beginning of the part | ||
| 19107 | 2025.03.03 23:43:58.566918 [ 192 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part | ||
| 19108 | 2025.03.03 23:43:58.568602 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19109 | 2025.03.03 23:43:58.568689 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19110 | 2025.03.03 23:43:58.569510 [ 187 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004368525 sec., 128189.72078676442 rows/sec., 7.79 MiB/sec. | ||
| 19111 | 2025.03.03 23:43:58.569679 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19112 | 2025.03.03 23:43:58.569813 [ 187 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19113 | 2025.03.03 23:43:58.570179 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19114 | 2025.03.03 23:43:58.570448 [ 109 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19115 | 2025.03.03 23:43:58.570536 [ 109 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19116 | 2025.03.03 23:43:58.570612 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19117 | 2025.03.03 23:43:58.570622 [ 187 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19118 | 2025.03.03 23:43:58.570903 [ 187 ] {fdb9ae90-07c7-4151-8092-f4310e41daf9::all_1_73_18} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19119 | 2025.03.03 23:43:58.570920 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.005301 sec., 83003.2069420864 rows/sec., 5.94 MiB/sec. | ||
| 19120 | 2025.03.03 23:43:58.570968 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19121 | 2025.03.03 23:43:58.571162 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 19122 | 2025.03.03 23:43:58.571250 [ 5 ] {fd6b189b-d0c2-4cb0-b9ab-000ae71ec914} <Debug> TCPHandler: Processed in 0.006001722 sec. | ||
| 19123 | 2025.03.03 23:43:58.571302 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19124 | 2025.03.03 23:43:58.571381 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 956 rows starting from the beginning of the part | ||
| 19125 | 2025.03.03 23:43:58.571431 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19126 | 2025.03.03 23:43:58.571563 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part | ||
| 19127 | 2025.03.03 23:43:58.571895 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 910 rows starting from the beginning of the part | ||
| 19128 | 2025.03.03 23:43:58.571912 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19129 | 2025.03.03 23:43:58.572260 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 19130 | 2025.03.03 23:43:58.572276 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19131 | 2025.03.03 23:43:58.572604 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part | ||
| 19132 | 2025.03.03 23:43:58.573004 [ 193 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 440 rows starting from the beginning of the part | ||
| 19133 | 2025.03.03 23:43:58.574453 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19134 | 2025.03.03 23:43:58.574521 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19135 | 2025.03.03 23:43:58.575510 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19136 | 2025.03.03 23:43:58.575911 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19137 | 2025.03.03 23:43:58.576302 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004629 sec., 1296.1762799740764 rows/sec., 67.72 KiB/sec. | ||
| 19138 | 2025.03.03 23:43:58.576610 [ 5 ] {ea041ce6-27b4-4b3b-aa12-bec932e78957} <Debug> TCPHandler: Processed in 0.005249769 sec. | ||
| 19139 | 2025.03.03 23:43:58.576740 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2498 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021092 sec., 414874.9097339818 rows/sec., 31.81 MiB/sec. | ||
| 19140 | 2025.03.03 23:43:58.576790 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19141 | 2025.03.03 23:43:58.576925 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19142 | 2025.03.03 23:43:58.577015 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19143 | 2025.03.03 23:43:58.577123 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19144 | 2025.03.03 23:43:58.577806 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19145 | 2025.03.03 23:43:58.578041 [ 187 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_171_34} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19146 | 2025.03.03 23:43:58.578212 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 19147 | 2025.03.03 23:43:58.578355 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19148 | 2025.03.03 23:43:58.578400 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19149 | 2025.03.03 23:43:58.578794 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19150 | 2025.03.03 23:43:58.579038 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19151 | 2025.03.03 23:43:58.579211 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 6 parts from all_1_166_34 to all_171_171_0 | ||
| 19152 | 2025.03.03 23:43:58.579260 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19153 | 2025.03.03 23:43:58.579292 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002389 sec., 99204.68815403935 rows/sec., 6.65 MiB/sec. | ||
| 19154 | 2025.03.03 23:43:58.579304 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19155 | 2025.03.03 23:43:58.579449 [ 5 ] {ea5a9b30-c5d6-49c0-bc82-414d19430114} <Debug> TCPHandler: Processed in 0.002717218 sec. | ||
| 19156 | 2025.03.03 23:43:58.579537 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_34 to all_171_171_0 into Compact with storage Full | ||
| 19157 | 2025.03.03 23:43:58.579629 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19158 | 2025.03.03 23:43:58.579724 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19159 | 2025.03.03 23:43:58.579803 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_166_34, total 48897 rows starting from the beginning of the part | ||
| 19160 | 2025.03.03 23:43:58.579837 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19161 | 2025.03.03 23:43:58.580029 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19162 | 2025.03.03 23:43:58.580064 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part | ||
| 19163 | 2025.03.03 23:43:58.580483 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 994 rows starting from the beginning of the part | ||
| 19164 | 2025.03.03 23:43:58.580778 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 96 rows starting from the beginning of the part | ||
| 19165 | 2025.03.03 23:43:58.581085 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part | ||
| 19166 | 2025.03.03 23:43:58.581426 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part | ||
| 19167 | 2025.03.03 23:43:58.582852 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19168 | 2025.03.03 23:43:58.582914 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19169 | 2025.03.03 23:43:58.583531 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19170 | 2025.03.03 23:43:58.583888 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19171 | 2025.03.03 23:43:58.584359 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00459 sec., 217.86492374727666 rows/sec., 14.68 KiB/sec. | ||
| 19172 | 2025.03.03 23:43:58.584552 [ 5 ] {49c0f51d-2744-4154-b2a5-13b540d7294a} <Debug> TCPHandler: Processed in 0.004985322 sec. | ||
| 19173 | 2025.03.03 23:43:58.584786 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19174 | 2025.03.03 23:43:58.585058 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19175 | 2025.03.03 23:43:58.585200 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19176 | 2025.03.03 23:43:58.586804 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19177 | 2025.03.03 23:43:58.586847 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19178 | 2025.03.03 23:43:58.587721 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19179 | 2025.03.03 23:43:58.588115 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19180 | 2025.03.03 23:43:58.588621 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003629 sec., 15982.364287682558 rows/sec., 28.64 MiB/sec. | ||
| 19181 | 2025.03.03 23:43:58.589278 [ 5 ] {a152f0aa-d269-4d58-bf1b-e64bf01028e6} <Debug> TCPHandler: Processed in 0.00457829 sec. | ||
| 19182 | 2025.03.03 23:43:58.589508 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19183 | 2025.03.03 23:43:58.589626 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19184 | 2025.03.03 23:43:58.589673 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19185 | 2025.03.03 23:43:58.590429 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19186 | 2025.03.03 23:43:58.590468 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19187 | 2025.03.03 23:43:58.590911 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19188 | 2025.03.03 23:43:58.591162 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19189 | 2025.03.03 23:43:58.591370 [ 101 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19190 | 2025.03.03 23:43:58.591479 [ 101 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19191 | 2025.03.03 23:43:58.591519 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001904 sec., 43067.2268907563 rows/sec., 2.74 MiB/sec. | ||
| 19192 | 2025.03.03 23:43:58.591526 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19193 | 2025.03.03 23:43:58.591714 [ 5 ] {89bfadd9-b90b-4e47-a8ae-90c27dc1c42f} <Debug> TCPHandler: Processed in 0.002254755 sec. | ||
| 19194 | 2025.03.03 23:43:58.592063 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19195 | 2025.03.03 23:43:58.592277 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19196 | 2025.03.03 23:43:58.592306 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 9998 rows starting from the beginning of the part | ||
| 19197 | 2025.03.03 23:43:58.592490 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part | ||
| 19198 | 2025.03.03 23:43:58.592627 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 46 rows starting from the beginning of the part | ||
| 19199 | 2025.03.03 23:43:58.592799 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 36 rows starting from the beginning of the part | ||
| 19200 | 2025.03.03 23:43:58.593054 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 19201 | 2025.03.03 23:43:58.593306 [ 196 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part | ||
| 19202 | 2025.03.03 23:43:58.595327 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50544 rows, containing 5 columns (5 merged, 0 gathered) in 0.015897714 sec., 3179325.027485084 rows/sec., 214.64 MiB/sec. | ||
| 19203 | 2025.03.03 23:43:58.595673 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Trace> MergedBlockOutputStream: filled checksums all_1_171_35 (state Temporary) | ||
| 19204 | 2025.03.03 23:43:58.596102 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_171_35 to all_1_171_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19205 | 2025.03.03 23:43:58.596185 [ 189 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 6 parts: [all_1_166_34, all_171_171_0] -> all_1_171_35 | ||
| 19206 | 2025.03.03 23:43:58.596270 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 19207 | 2025.03.03 23:43:58.597730 [ 197 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10282 rows, containing 4 columns (4 merged, 0 gathered) in 0.006022332 sec., 1707312.0512120554 rows/sec., 111.18 MiB/sec. | ||
| 19208 | 2025.03.03 23:43:58.598774 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19209 | 2025.03.03 23:43:58.599101 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2025.03.03 23:43:58.599180 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_171_34} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19211 | 2025.03.03 23:43:58.599274 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 19212 | 2025.03.03 23:43:59.242542 [ 217 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19213 | 2025.03.03 23:43:59.242623 [ 217 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19214 | 2025.03.03 23:43:59.244808 [ 217 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19215 | 2025.03.03 23:43:59.393273 [ 220 ] {} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19216 | 2025.03.03 23:43:59.393370 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19217 | 2025.03.03 23:43:59.395457 [ 220 ] {} <Debug> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19218 | 2025.03.03 23:44:00.000215 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.00 MiB, peak 286.67 MiB, free memory in arenas 0.00 B, will set to 268.00 MiB (RSS), difference: 4.00 MiB | ||
| 19219 | 2025.03.03 23:44:00.710126 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 19220 | 2025.03.03 23:44:00.732972 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19221 | 2025.03.03 23:44:00.733020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19222 | 2025.03.03 23:44:00.740676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 19223 | 2025.03.03 23:44:00.741470 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19224 | 2025.03.03 23:44:00.744280 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 19225 | 2025.03.03 23:44:03.538389 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19226 | 2025.03.03 23:44:03.538619 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19227 | 2025.03.03 23:44:03.538701 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19228 | 2025.03.03 23:44:03.539542 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19229 | 2025.03.03 23:44:03.539593 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19230 | 2025.03.03 23:44:03.540038 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19231 | 2025.03.03 23:44:03.540295 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19232 | 2025.03.03 23:44:03.540535 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 19233 | 2025.03.03 23:44:03.540638 [ 5 ] {d3e3323f-2f70-4889-b9d8-9ff205fcb4f8} <Debug> TCPHandler: Processed in 0.002377708 sec. | ||
| 19234 | 2025.03.03 23:44:03.540827 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19235 | 2025.03.03 23:44:03.541113 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19236 | 2025.03.03 23:44:03.541204 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19237 | 2025.03.03 23:44:03.541759 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19238 | 2025.03.03 23:44:03.541798 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19239 | 2025.03.03 23:44:03.542157 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19240 | 2025.03.03 23:44:03.542404 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19241 | 2025.03.03 23:44:03.542605 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec. | ||
| 19242 | 2025.03.03 23:44:03.542656 [ 5 ] {b0c738f9-5542-4c29-b8ba-6970f651f689} <Debug> TCPHandler: Processed in 0.001930865 sec. | ||
| 19243 | 2025.03.03 23:44:03.542766 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19244 | 2025.03.03 23:44:03.542872 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19245 | 2025.03.03 23:44:03.542921 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19246 | 2025.03.03 23:44:03.543426 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19247 | 2025.03.03 23:44:03.543464 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19248 | 2025.03.03 23:44:03.543850 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19249 | 2025.03.03 23:44:03.544088 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19250 | 2025.03.03 23:44:03.544309 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 19251 | 2025.03.03 23:44:03.544369 [ 5 ] {82b06a9e-0048-45e8-a551-f2b608f5e2c9} <Debug> TCPHandler: Processed in 0.001653387 sec. | ||
| 19252 | 2025.03.03 23:44:03.544514 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19253 | 2025.03.03 23:44:03.544784 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19254 | 2025.03.03 23:44:03.544939 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19255 | 2025.03.03 23:44:03.546330 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19256 | 2025.03.03 23:44:03.546370 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19257 | 2025.03.03 23:44:03.546736 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19258 | 2025.03.03 23:44:03.546967 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19259 | 2025.03.03 23:44:03.547212 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002538 sec., 23640.66193853428 rows/sec., 1.59 MiB/sec. | ||
| 19260 | 2025.03.03 23:44:03.547295 [ 5 ] {4ee5e5d4-a924-4992-ba0b-ad14e86973eb} <Debug> TCPHandler: Processed in 0.002821601 sec. | ||
| 19261 | 2025.03.03 23:44:04.843769 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46238 | ||
| 19262 | 2025.03.03 23:44:04.844528 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19263 | 2025.03.03 23:44:04.844584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19264 | 2025.03.03 23:44:04.845196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19265 | 2025.03.03 23:44:04.845485 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19266 | 2025.03.03 23:44:04.845759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46238 | ||
| 19267 | 2025.03.03 23:44:04.845797 [ 102 ] {} <Debug> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19268 | 2025.03.03 23:44:04.845891 [ 102 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19269 | 2025.03.03 23:44:04.845936 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. | ||
| 19270 | 2025.03.03 23:44:04.846164 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 19271 | 2025.03.03 23:44:04.846550 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19272 | 2025.03.03 23:44:04.846696 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 19273 | 2025.03.03 23:44:04.847190 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 427 rows starting from the beginning of the part | ||
| 19274 | 2025.03.03 23:44:04.847446 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 488 rows starting from the beginning of the part | ||
| 19275 | 2025.03.03 23:44:04.847607 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 427 rows starting from the beginning of the part | ||
| 19276 | 2025.03.03 23:44:04.847771 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part | ||
| 19277 | 2025.03.03 23:44:04.847952 [ 190 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part | ||
| 19278 | 2025.03.03 23:44:04.852584 [ 197 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46238 rows, containing 4 columns (4 merged, 0 gathered) in 0.006546007 sec., 7063542.706263528 rows/sec., 101.04 MiB/sec. | ||
| 19279 | 2025.03.03 23:44:04.853222 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19280 | 2025.03.03 23:44:04.853708 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19281 | 2025.03.03 23:44:04.853834 [ 188 ] {3a315f05-4495-41e5-a24c-7eeb93abb562::all_1_101_20} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19282 | 2025.03.03 23:44:04.853997 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19283 | 2025.03.03 23:44:07.625299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2642 | ||
| 19284 | 2025.03.03 23:44:07.628406 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19285 | 2025.03.03 23:44:07.628455 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19286 | 2025.03.03 23:44:07.629952 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19287 | 2025.03.03 23:44:07.630272 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19288 | 2025.03.03 23:44:07.631773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2642 | ||
| 19289 | 2025.03.03 23:44:08.038370 [ 217 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19290 | 2025.03.03 23:44:08.038426 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19291 | 2025.03.03 23:44:08.040428 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19292 | 2025.03.03 23:44:08.040497 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19293 | 2025.03.03 23:44:08.040730 [ 217 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19294 | 2025.03.03 23:44:08.042983 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19295 | 2025.03.03 23:44:08.244335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 19296 | 2025.03.03 23:44:08.267255 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2025.03.03 23:44:08.267308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19298 | 2025.03.03 23:44:08.274917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19299 | 2025.03.03 23:44:08.275755 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2025.03.03 23:44:08.276175 [ 95 ] {} <Debug> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19301 | 2025.03.03 23:44:08.276326 [ 95 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19302 | 2025.03.03 23:44:08.276397 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19303 | 2025.03.03 23:44:08.276856 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 19304 | 2025.03.03 23:44:08.287241 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 19305 | 2025.03.03 23:44:08.288526 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19306 | 2025.03.03 23:44:08.289440 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 19307 | 2025.03.03 23:44:08.294237 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 19308 | 2025.03.03 23:44:08.299218 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 19309 | 2025.03.03 23:44:08.304617 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 19310 | 2025.03.03 23:44:08.310111 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 19311 | 2025.03.03 23:44:08.316042 [ 188 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 19312 | 2025.03.03 23:44:08.379798 [ 197 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.103248278 sec., 7380.268366315998 rows/sec., 38.16 MiB/sec. | ||
| 19313 | 2025.03.03 23:44:08.383646 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19314 | 2025.03.03 23:44:08.386959 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19315 | 2025.03.03 23:44:08.387093 [ 186 ] {c31fa701-9585-4de5-be4c-3baaf0bed9b6::all_1_101_20} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19316 | 2025.03.03 23:44:08.389746 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 19317 | 2025.03.03 23:44:08.546710 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19318 | 2025.03.03 23:44:08.546872 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19319 | 2025.03.03 23:44:08.546937 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19320 | 2025.03.03 23:44:08.547669 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19321 | 2025.03.03 23:44:08.547715 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19322 | 2025.03.03 23:44:08.548120 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19323 | 2025.03.03 23:44:08.548378 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19324 | 2025.03.03 23:44:08.548604 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. | ||
| 19325 | 2025.03.03 23:44:08.548662 [ 5 ] {1b9010ff-fa4b-45ca-964e-0f431e38af0a} <Debug> TCPHandler: Processed in 0.002068159 sec. | ||
| 19326 | 2025.03.03 23:44:08.548814 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19327 | 2025.03.03 23:44:08.548920 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19328 | 2025.03.03 23:44:08.548966 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19329 | 2025.03.03 23:44:08.549766 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19330 | 2025.03.03 23:44:08.549804 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19331 | 2025.03.03 23:44:08.550204 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19332 | 2025.03.03 23:44:08.550447 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19333 | 2025.03.03 23:44:08.550696 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.001792 sec., 409040.1785714286 rows/sec., 32.92 MiB/sec. | ||
| 19334 | 2025.03.03 23:44:08.550707 [ 219 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19335 | 2025.03.03 23:44:08.550769 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19336 | 2025.03.03 23:44:08.550800 [ 5 ] {3bfaa75b-73b4-42df-acb2-187d9dd3f96f} <Debug> TCPHandler: Processed in 0.002046469 sec. | ||
| 19337 | 2025.03.03 23:44:08.550945 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19338 | 2025.03.03 23:44:08.551063 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19339 | 2025.03.03 23:44:08.551135 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19340 | 2025.03.03 23:44:08.552388 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19341 | 2025.03.03 23:44:08.552429 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19342 | 2025.03.03 23:44:08.553087 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19343 | 2025.03.03 23:44:08.553467 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19344 | 2025.03.03 23:44:08.553741 [ 95 ] {} <Debug> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19345 | 2025.03.03 23:44:08.553813 [ 95 ] {} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19346 | 2025.03.03 23:44:08.553850 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19347 | 2025.03.03 23:44:08.553858 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.002821 sec., 58135.41297412265 rows/sec., 3.72 MiB/sec. | ||
| 19348 | 2025.03.03 23:44:08.554124 [ 5 ] {ab818f95-c414-458d-815e-42fc8dfc7024} <Debug> TCPHandler: Processed in 0.003227753 sec. | ||
| 19349 | 2025.03.03 23:44:08.554298 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19350 | 2025.03.03 23:44:08.554508 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19351 | 2025.03.03 23:44:08.554704 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19352 | 2025.03.03 23:44:08.554784 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 185 rows starting from the beginning of the part | ||
| 19353 | 2025.03.03 23:44:08.554871 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19354 | 2025.03.03 23:44:08.555175 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 164 rows starting from the beginning of the part | ||
| 19355 | 2025.03.03 23:44:08.555262 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19356 | 2025.03.03 23:44:08.555466 [ 219 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19357 | 2025.03.03 23:44:08.555568 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 164 rows starting from the beginning of the part | ||
| 19358 | 2025.03.03 23:44:08.555974 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 178 rows starting from the beginning of the part | ||
| 19359 | 2025.03.03 23:44:08.556323 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 164 rows starting from the beginning of the part | ||
| 19360 | 2025.03.03 23:44:08.556743 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 164 rows starting from the beginning of the part | ||
| 19361 | 2025.03.03 23:44:08.560515 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19362 | 2025.03.03 23:44:08.560563 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19363 | 2025.03.03 23:44:08.561153 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 5 columns (5 merged, 0 gathered) in 0.007162014 sec., 142278.41498215444 rows/sec., 9.67 MiB/sec. | ||
| 19364 | 2025.03.03 23:44:08.561385 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19365 | 2025.03.03 23:44:08.561451 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19366 | 2025.03.03 23:44:08.561862 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19367 | 2025.03.03 23:44:08.561920 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19368 | 2025.03.03 23:44:08.562045 [ 197 ] {5b5fbc64-b2a5-4e09-a6d7-0496b732b228::all_1_74_16} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19369 | 2025.03.03 23:44:08.562203 [ 95 ] {} <Debug> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19370 | 2025.03.03 23:44:08.562293 [ 95 ] {} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19371 | 2025.03.03 23:44:08.562301 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 19372 | 2025.03.03 23:44:08.562373 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19373 | 2025.03.03 23:44:08.562480 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0077 sec., 14675.324675324675 rows/sec., 972.76 KiB/sec. | ||
| 19374 | 2025.03.03 23:44:08.562625 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19375 | 2025.03.03 23:44:08.562641 [ 5 ] {af1c0c88-b05e-456a-8583-9ef5f07922c7} <Debug> TCPHandler: Processed in 0.008302667 sec. | ||
| 19376 | 2025.03.03 23:44:08.562817 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19377 | 2025.03.03 23:44:08.562840 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19378 | 2025.03.03 23:44:08.562866 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 341 rows starting from the beginning of the part | ||
| 19379 | 2025.03.03 23:44:08.563144 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 113 rows starting from the beginning of the part | ||
| 19380 | 2025.03.03 23:44:08.563218 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19381 | 2025.03.03 23:44:08.563395 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 113 rows starting from the beginning of the part | ||
| 19382 | 2025.03.03 23:44:08.563431 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19383 | 2025.03.03 23:44:08.563659 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 341 rows starting from the beginning of the part | ||
| 19384 | 2025.03.03 23:44:08.564031 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 113 rows starting from the beginning of the part | ||
| 19385 | 2025.03.03 23:44:08.564398 [ 197 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part | ||
| 19386 | 2025.03.03 23:44:08.566418 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19387 | 2025.03.03 23:44:08.566505 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19388 | 2025.03.03 23:44:08.567403 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19389 | 2025.03.03 23:44:08.567788 [ 195 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306821 sec., 213687.25268856817 rows/sec., 14.90 MiB/sec. | ||
| 19390 | 2025.03.03 23:44:08.567894 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19391 | 2025.03.03 23:44:08.568127 [ 195 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19392 | 2025.03.03 23:44:08.568376 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005305 sec., 21112.158341187558 rows/sec., 1.20 MiB/sec. | ||
| 19393 | 2025.03.03 23:44:08.568661 [ 5 ] {3d75ca28-7680-421d-a516-f675c9c27854} <Debug> TCPHandler: Processed in 0.005893759 sec. | ||
| 19394 | 2025.03.03 23:44:08.568962 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19395 | 2025.03.03 23:44:08.569163 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19396 | 2025.03.03 23:44:08.569180 [ 195 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19397 | 2025.03.03 23:44:08.569341 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19398 | 2025.03.03 23:44:08.569499 [ 195 ] {45fa370e-0c55-44d8-9eba-481953f005b9::all_1_74_16} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19399 | 2025.03.03 23:44:08.569677 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 19400 | 2025.03.03 23:44:08.570305 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19401 | 2025.03.03 23:44:08.570348 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19402 | 2025.03.03 23:44:08.570737 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19403 | 2025.03.03 23:44:08.570986 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19404 | 2025.03.03 23:44:08.571302 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.002193 sec., 200638.39489284085 rows/sec., 14.35 MiB/sec. | ||
| 19405 | 2025.03.03 23:44:08.571356 [ 5 ] {9a83beec-689b-4257-a2b0-7a228d72edd9} <Debug> TCPHandler: Processed in 0.002485502 sec. | ||
| 19406 | 2025.03.03 23:44:08.571462 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19407 | 2025.03.03 23:44:08.571563 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19408 | 2025.03.03 23:44:08.571609 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19409 | 2025.03.03 23:44:08.572031 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19410 | 2025.03.03 23:44:08.572070 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19411 | 2025.03.03 23:44:08.572427 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19412 | 2025.03.03 23:44:08.572684 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19413 | 2025.03.03 23:44:08.572857 [ 95 ] {} <Debug> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0 | ||
| 19414 | 2025.03.03 23:44:08.572914 [ 95 ] {} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19415 | 2025.03.03 23:44:08.572930 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 19416 | 2025.03.03 23:44:08.572957 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19417 | 2025.03.03 23:44:08.573083 [ 5 ] {65b7a808-c1eb-426b-b318-b52bd2c26b95} <Debug> TCPHandler: Processed in 0.001667988 sec. | ||
| 19418 | 2025.03.03 23:44:08.573278 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full | ||
| 19419 | 2025.03.03 23:44:08.573391 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19420 | 2025.03.03 23:44:08.573767 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19421 | 2025.03.03 23:44:08.573816 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19422 | 2025.03.03 23:44:08.573888 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 414 rows starting from the beginning of the part | ||
| 19423 | 2025.03.03 23:44:08.574050 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19424 | 2025.03.03 23:44:08.574303 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 19425 | 2025.03.03 23:44:08.574735 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 19426 | 2025.03.03 23:44:08.575169 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 19427 | 2025.03.03 23:44:08.575608 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 19428 | 2025.03.03 23:44:08.575965 [ 201 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 19429 | 2025.03.03 23:44:08.577433 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19430 | 2025.03.03 23:44:08.577500 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19431 | 2025.03.03 23:44:08.578609 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19432 | 2025.03.03 23:44:08.578849 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.005760764 sec., 77073.11044160115 rows/sec., 3.93 MiB/sec. | ||
| 19433 | 2025.03.03 23:44:08.579101 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) | ||
| 19434 | 2025.03.03 23:44:08.579107 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19435 | 2025.03.03 23:44:08.579586 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005924 sec., 40006.7521944632 rows/sec., 2.68 MiB/sec. | ||
| 19436 | 2025.03.03 23:44:08.579714 [ 5 ] {933a7161-67e1-4563-b1a4-0d05904ca849} <Debug> TCPHandler: Processed in 0.006412983 sec. | ||
| 19437 | 2025.03.03 23:44:08.579829 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19438 | 2025.03.03 23:44:08.579901 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19439 | 2025.03.03 23:44:08.579952 [ 195 ] {b4745d57-82a9-4004-8d2c-83fde495dcdd::all_1_74_15} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15 | ||
| 19440 | 2025.03.03 23:44:08.580095 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19441 | 2025.03.03 23:44:08.580099 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 19442 | 2025.03.03 23:44:08.580169 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19443 | 2025.03.03 23:44:08.580603 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19444 | 2025.03.03 23:44:08.580641 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19445 | 2025.03.03 23:44:08.581004 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19446 | 2025.03.03 23:44:08.581243 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19447 | 2025.03.03 23:44:08.581424 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 19448 | 2025.03.03 23:44:08.581472 [ 5 ] {a4c61f0d-e471-49b5-a3b1-251a4d763c22} <Debug> TCPHandler: Processed in 0.001641647 sec. | ||
| 19449 | 2025.03.03 23:44:08.581574 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19450 | 2025.03.03 23:44:08.581676 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19451 | 2025.03.03 23:44:08.581742 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19452 | 2025.03.03 23:44:08.582879 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19453 | 2025.03.03 23:44:08.582917 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19454 | 2025.03.03 23:44:08.583639 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19455 | 2025.03.03 23:44:08.583904 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19456 | 2025.03.03 23:44:08.584103 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002449 sec., 23683.135973866887 rows/sec., 42.44 MiB/sec. | ||
| 19457 | 2025.03.03 23:44:08.584195 [ 5 ] {fde7f156-234d-4031-a701-a9fba3aeb219} <Debug> TCPHandler: Processed in 0.002669636 sec. | ||
| 19458 | 2025.03.03 23:44:08.584307 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19459 | 2025.03.03 23:44:08.584410 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19460 | 2025.03.03 23:44:08.584455 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19461 | 2025.03.03 23:44:08.584871 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19462 | 2025.03.03 23:44:08.584908 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19463 | 2025.03.03 23:44:08.585311 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19464 | 2025.03.03 23:44:08.585549 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19465 | 2025.03.03 23:44:08.585735 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001345 sec., 60966.542750929366 rows/sec., 3.87 MiB/sec. | ||
| 19466 | 2025.03.03 23:44:08.585806 [ 224 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19467 | 2025.03.03 23:44:08.585810 [ 5 ] {bea62654-dc11-420a-b92c-3acfbac995d3} <Debug> TCPHandler: Processed in 0.001549424 sec. | ||
| 19468 | 2025.03.03 23:44:08.585854 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19469 | 2025.03.03 23:44:08.588118 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19470 | 2025.03.03 23:44:09.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.91 MiB, peak 286.67 MiB, free memory in arenas 0.00 B, will set to 268.00 MiB (RSS), difference: -1.91 MiB | ||
| 19471 | 2025.03.03 23:44:09.654633 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19472 | 2025.03.03 23:44:09.654683 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19473 | 2025.03.03 23:44:09.656475 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19474 | 2025.03.03 23:44:12.059528 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19475 | 2025.03.03 23:44:12.059585 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19476 | 2025.03.03 23:44:12.345933 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46726 | ||
| 19477 | 2025.03.03 23:44:12.346820 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19478 | 2025.03.03 23:44:12.346866 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19479 | 2025.03.03 23:44:12.347401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19480 | 2025.03.03 23:44:12.347653 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19481 | 2025.03.03 23:44:12.347910 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 19482 | 2025.03.03 23:44:13.537628 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19483 | 2025.03.03 23:44:13.537844 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19484 | 2025.03.03 23:44:13.537925 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19485 | 2025.03.03 23:44:13.538797 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19486 | 2025.03.03 23:44:13.538848 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19487 | 2025.03.03 23:44:13.539289 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19488 | 2025.03.03 23:44:13.539546 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19489 | 2025.03.03 23:44:13.539802 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.13 MiB/sec. | ||
| 19490 | 2025.03.03 23:44:13.539864 [ 5 ] {f0426576-cbf7-4d83-89a2-2c098bb2601d} <Debug> TCPHandler: Processed in 0.002364947 sec. | ||
| 19491 | 2025.03.03 23:44:13.539972 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19492 | 2025.03.03 23:44:13.540078 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19493 | 2025.03.03 23:44:13.540127 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19494 | 2025.03.03 23:44:13.540658 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19495 | 2025.03.03 23:44:13.540698 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19496 | 2025.03.03 23:44:13.541048 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19497 | 2025.03.03 23:44:13.541278 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19498 | 2025.03.03 23:44:13.541491 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001438 sec., 44506.25869262865 rows/sec., 3.47 MiB/sec. | ||
| 19499 | 2025.03.03 23:44:13.541544 [ 5 ] {351254b9-2869-4ef4-b936-f44c8652a836} <Debug> TCPHandler: Processed in 0.001622376 sec. | ||
| 19500 | 2025.03.03 23:44:13.541644 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19501 | 2025.03.03 23:44:13.541745 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19502 | 2025.03.03 23:44:13.541793 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19503 | 2025.03.03 23:44:13.542284 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19504 | 2025.03.03 23:44:13.542322 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19505 | 2025.03.03 23:44:13.542719 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19506 | 2025.03.03 23:44:13.542950 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19507 | 2025.03.03 23:44:13.543178 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 19508 | 2025.03.03 23:44:13.543229 [ 5 ] {11424ddc-9631-4fb5-82cf-f24a647dc629} <Debug> TCPHandler: Processed in 0.001634446 sec. | ||
| 19509 | 2025.03.03 23:44:13.543328 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19510 | 2025.03.03 23:44:13.543429 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19511 | 2025.03.03 23:44:13.543475 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19512 | 2025.03.03 23:44:13.543891 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19513 | 2025.03.03 23:44:13.543929 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19514 | 2025.03.03 23:44:13.544276 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19515 | 2025.03.03 23:44:13.544501 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19516 | 2025.03.03 23:44:13.544730 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 19517 | 2025.03.03 23:44:13.544792 [ 5 ] {5f85f73a-7ba6-4904-80dd-0c4e34c877cb} <Debug> TCPHandler: Processed in 0.001511793 sec. | ||
| 19518 | 2025.03.03 23:44:14.978992 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19519 | 2025.03.03 23:44:14.979203 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19520 | 2025.03.03 23:44:14.979283 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19521 | 2025.03.03 23:44:14.980138 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19522 | 2025.03.03 23:44:14.980191 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19523 | 2025.03.03 23:44:14.980638 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19524 | 2025.03.03 23:44:14.980892 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19525 | 2025.03.03 23:44:14.981112 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001965 sec., 107888.04071246818 rows/sec., 6.86 MiB/sec. | ||
| 19526 | 2025.03.03 23:44:14.981169 [ 5 ] {e10c0ffe-7a11-434b-9c7a-34c5b387d1ce} <Debug> TCPHandler: Processed in 0.002316636 sec. | ||
| 19527 | 2025.03.03 23:44:14.981273 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19528 | 2025.03.03 23:44:14.981375 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19529 | 2025.03.03 23:44:14.981421 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19530 | 2025.03.03 23:44:14.981924 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19531 | 2025.03.03 23:44:14.981963 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19532 | 2025.03.03 23:44:14.982307 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 19533 | 2025.03.03 23:44:14.982549 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Trace> oximeter.fields_ipaddr (748e12f8-9e1d-4706-a11e-125359f8430d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19534 | 2025.03.03 23:44:14.982754 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0014 sec., 2857.1428571428573 rows/sec., 232.98 KiB/sec. | ||
| 19535 | 2025.03.03 23:44:14.982806 [ 5 ] {2d3e1b76-a5da-4cde-ab25-9b1c2a24b435} <Debug> TCPHandler: Processed in 0.001581625 sec. | ||
| 19536 | 2025.03.03 23:44:14.982908 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19537 | 2025.03.03 23:44:14.983009 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19538 | 2025.03.03 23:44:14.983052 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19539 | 2025.03.03 23:44:14.984252 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19540 | 2025.03.03 23:44:14.984297 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19541 | 2025.03.03 23:44:14.984780 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19542 | 2025.03.03 23:44:14.985021 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19543 | 2025.03.03 23:44:14.985252 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Debug> executeQuery: Read 1875 rows, 157.12 KiB in 0.002259 sec., 830013.2802124834 rows/sec., 67.92 MiB/sec. | ||
| 19544 | 2025.03.03 23:44:14.985309 [ 5 ] {d109a44c-0160-4d08-bd9b-7ba7bab6e57d} <Debug> TCPHandler: Processed in 0.00244949 sec. | ||
| 19545 | 2025.03.03 23:44:14.985436 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19546 | 2025.03.03 23:44:14.985696 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19547 | 2025.03.03 23:44:14.985819 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19548 | 2025.03.03 23:44:14.987026 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19549 | 2025.03.03 23:44:14.987065 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19550 | 2025.03.03 23:44:14.987434 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19551 | 2025.03.03 23:44:14.987665 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19552 | 2025.03.03 23:44:14.987879 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Debug> executeQuery: Read 168 rows, 11.03 KiB in 0.002289 sec., 73394.49541284404 rows/sec., 4.70 MiB/sec. | ||
| 19553 | 2025.03.03 23:44:14.987949 [ 5 ] {3aee7f8a-156f-4eff-9716-09f334ad801e} <Debug> TCPHandler: Processed in 0.002562303 sec. | ||
| 19554 | 2025.03.03 23:44:14.988185 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19555 | 2025.03.03 23:44:14.988312 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19556 | 2025.03.03 23:44:14.988358 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19557 | 2025.03.03 23:44:14.988979 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19558 | 2025.03.03 23:44:14.989018 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19559 | 2025.03.03 23:44:14.989384 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19560 | 2025.03.03 23:44:14.989649 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19561 | 2025.03.03 23:44:14.989854 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001565 sec., 217891.37380191693 rows/sec., 14.54 MiB/sec. | ||
| 19562 | 2025.03.03 23:44:14.989907 [ 5 ] {d11bd79b-d87a-44d0-b279-1d0a51ffdbf6} <Debug> TCPHandler: Processed in 0.001813532 sec. | ||
| 19563 | 2025.03.03 23:44:14.990020 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19564 | 2025.03.03 23:44:14.990124 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19565 | 2025.03.03 23:44:14.990168 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19566 | 2025.03.03 23:44:14.990705 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19567 | 2025.03.03 23:44:14.990744 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19568 | 2025.03.03 23:44:14.991098 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19569 | 2025.03.03 23:44:14.991331 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19570 | 2025.03.03 23:44:14.991545 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001442 sec., 77669.90291262136 rows/sec., 4.42 MiB/sec. | ||
| 19571 | 2025.03.03 23:44:14.991596 [ 5 ] {1753090a-946d-4520-9255-2c23e0c4d981} <Debug> TCPHandler: Processed in 0.001626766 sec. | ||
| 19572 | 2025.03.03 23:44:14.991724 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19573 | 2025.03.03 23:44:14.991861 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19574 | 2025.03.03 23:44:14.991914 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19575 | 2025.03.03 23:44:14.992852 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19576 | 2025.03.03 23:44:14.992895 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19577 | 2025.03.03 23:44:14.993304 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19578 | 2025.03.03 23:44:14.993538 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19579 | 2025.03.03 23:44:14.993748 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Debug> executeQuery: Read 900 rows, 66.84 KiB in 0.001917 sec., 469483.56807511736 rows/sec., 34.05 MiB/sec. | ||
| 19580 | 2025.03.03 23:44:14.993800 [ 5 ] {379d8ea5-4bf1-44f9-86fc-c63a44f32b27} <Debug> TCPHandler: Processed in 0.002141801 sec. | ||
| 19581 | 2025.03.03 23:44:14.993903 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19582 | 2025.03.03 23:44:14.994005 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19583 | 2025.03.03 23:44:14.994051 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19584 | 2025.03.03 23:44:14.994482 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19585 | 2025.03.03 23:44:14.994520 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19586 | 2025.03.03 23:44:14.994870 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19587 | 2025.03.03 23:44:14.995105 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19588 | 2025.03.03 23:44:14.995323 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
| 19589 | 2025.03.03 23:44:14.995391 [ 5 ] {805a8ee3-f0fa-44ed-a354-a43f347297e0} <Debug> TCPHandler: Processed in 0.001539103 sec. | ||
| 19590 | 2025.03.03 23:44:14.995623 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19591 | 2025.03.03 23:44:14.995743 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19592 | 2025.03.03 23:44:14.995793 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19593 | 2025.03.03 23:44:14.996472 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19594 | 2025.03.03 23:44:14.996510 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19595 | 2025.03.03 23:44:14.996929 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19596 | 2025.03.03 23:44:14.997159 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19597 | 2025.03.03 23:44:14.997376 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Debug> executeQuery: Read 989 rows, 67.39 KiB in 0.001657 sec., 596861.7984308992 rows/sec., 39.72 MiB/sec. | ||
| 19598 | 2025.03.03 23:44:14.997428 [ 5 ] {b9f02883-7735-4c40-878f-5a9d38b12b00} <Debug> TCPHandler: Processed in 0.001897885 sec. | ||
| 19599 | 2025.03.03 23:44:14.997541 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19600 | 2025.03.03 23:44:14.997658 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19601 | 2025.03.03 23:44:14.997706 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19602 | 2025.03.03 23:44:14.998131 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19603 | 2025.03.03 23:44:14.998172 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19604 | 2025.03.03 23:44:14.998547 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19605 | 2025.03.03 23:44:14.998783 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19606 | 2025.03.03 23:44:14.999016 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec. | ||
| 19607 | 2025.03.03 23:44:14.999066 [ 5 ] {3a7bcf97-b054-4ed1-bba8-2468e0b63f6c} <Debug> TCPHandler: Processed in 0.001579465 sec. | ||
| 19608 | 2025.03.03 23:44:14.999167 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19609 | 2025.03.03 23:44:14.999276 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19610 | 2025.03.03 23:44:14.999343 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19611 | 2025.03.03 23:44:15.001054 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19612 | 2025.03.03 23:44:15.001094 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19613 | 2025.03.03 23:44:15.001795 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19614 | 2025.03.03 23:44:15.002067 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19615 | 2025.03.03 23:44:15.002329 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003082 sec., 18818.948734587928 rows/sec., 33.72 MiB/sec. | ||
| 19616 | 2025.03.03 23:44:15.002425 [ 5 ] {ab2c17b2-4f6e-4ac1-8f21-19a38fcf6183} <Debug> TCPHandler: Processed in 0.003308444 sec. | ||
| 19617 | 2025.03.03 23:44:15.002554 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19618 | 2025.03.03 23:44:15.002658 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19619 | 2025.03.03 23:44:15.002704 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19620 | 2025.03.03 23:44:15.003122 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19621 | 2025.03.03 23:44:15.003161 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19622 | 2025.03.03 23:44:15.003515 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19623 | 2025.03.03 23:44:15.003744 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19624 | 2025.03.03 23:44:15.003939 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001302 sec., 35330.26113671275 rows/sec., 2.14 MiB/sec. | ||
| 19625 | 2025.03.03 23:44:15.003988 [ 5 ] {7dec8dd7-399d-4ee8-8cfe-bb7451f598a1} <Debug> TCPHandler: Processed in 0.001484323 sec. | ||
| 19626 | 2025.03.03 23:44:15.787312 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 19627 | 2025.03.03 23:44:15.810865 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19628 | 2025.03.03 23:44:15.810915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19629 | 2025.03.03 23:44:15.818515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19630 | 2025.03.03 23:44:15.819357 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19631 | 2025.03.03 23:44:15.822359 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 19632 | 2025.03.03 23:44:17.631953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2696 | ||
| 19633 | 2025.03.03 23:44:17.635720 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19634 | 2025.03.03 23:44:17.635770 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19635 | 2025.03.03 23:44:17.637330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19636 | 2025.03.03 23:44:17.637654 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19637 | 2025.03.03 23:44:17.637912 [ 83 ] {} <Debug> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19638 | 2025.03.03 23:44:17.638083 [ 83 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19639 | 2025.03.03 23:44:17.638174 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19640 | 2025.03.03 23:44:17.638735 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 19641 | 2025.03.03 23:44:17.639297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2696 | ||
| 19642 | 2025.03.03 23:44:17.639822 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19643 | 2025.03.03 23:44:17.640011 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2512 rows starting from the beginning of the part | ||
| 19644 | 2025.03.03 23:44:17.640541 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part | ||
| 19645 | 2025.03.03 23:44:17.641360 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 54 rows starting from the beginning of the part | ||
| 19646 | 2025.03.03 23:44:17.642085 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 19647 | 2025.03.03 23:44:17.642733 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 19648 | 2025.03.03 23:44:17.643378 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 54 rows starting from the beginning of the part | ||
| 19649 | 2025.03.03 23:44:17.652899 [ 201 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2696 rows, containing 72 columns (72 merged, 0 gathered) in 0.014498554 sec., 185949.5781441377 rows/sec., 138.59 MiB/sec. | ||
| 19650 | 2025.03.03 23:44:17.655273 [ 195 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19651 | 2025.03.03 23:44:17.656111 [ 195 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19652 | 2025.03.03 23:44:17.656208 [ 195 ] {994fe11e-36ea-4401-aa00-3df88219b402::all_1_76_15} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19653 | 2025.03.03 23:44:17.656604 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 19654 | 2025.03.03 23:44:18.534815 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19655 | 2025.03.03 23:44:18.535010 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19656 | 2025.03.03 23:44:18.535083 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19657 | 2025.03.03 23:44:18.535828 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19658 | 2025.03.03 23:44:18.535879 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19659 | 2025.03.03 23:44:18.536327 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19660 | 2025.03.03 23:44:18.536581 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19661 | 2025.03.03 23:44:18.536782 [ 80 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19662 | 2025.03.03 23:44:18.536808 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001851 sec., 30253.916801728796 rows/sec., 2.32 MiB/sec. | ||
| 19663 | 2025.03.03 23:44:18.536910 [ 80 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19664 | 2025.03.03 23:44:18.536963 [ 5 ] {3f2e2ea9-dc53-44d0-84a2-1969c41af8c1} <Debug> TCPHandler: Processed in 0.002279485 sec. | ||
| 19665 | 2025.03.03 23:44:18.536996 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19666 | 2025.03.03 23:44:18.537140 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19667 | 2025.03.03 23:44:18.537276 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19668 | 2025.03.03 23:44:18.537317 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19669 | 2025.03.03 23:44:18.537391 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19670 | 2025.03.03 23:44:18.537659 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19671 | 2025.03.03 23:44:18.537758 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1888 rows starting from the beginning of the part | ||
| 19672 | 2025.03.03 23:44:18.538096 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part | ||
| 19673 | 2025.03.03 23:44:18.538500 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 733 rows starting from the beginning of the part | ||
| 19674 | 2025.03.03 23:44:18.538830 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part | ||
| 19675 | 2025.03.03 23:44:18.539057 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1875 rows starting from the beginning of the part | ||
| 19676 | 2025.03.03 23:44:18.539319 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part | ||
| 19677 | 2025.03.03 23:44:18.540660 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19678 | 2025.03.03 23:44:18.540742 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19679 | 2025.03.03 23:44:18.541620 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19680 | 2025.03.03 23:44:18.542134 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19681 | 2025.03.03 23:44:18.542441 [ 80 ] {} <Debug> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19682 | 2025.03.03 23:44:18.542551 [ 80 ] {} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19683 | 2025.03.03 23:44:18.542568 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00525 sec., 12190.476190476189 rows/sec., 974.33 KiB/sec. | ||
| 19684 | 2025.03.03 23:44:18.542618 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19685 | 2025.03.03 23:44:18.542799 [ 5 ] {61543a11-e892-499b-b046-5b8a36b521d6} <Debug> TCPHandler: Processed in 0.005725313 sec. | ||
| 19686 | 2025.03.03 23:44:18.543274 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19687 | 2025.03.03 23:44:18.543283 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19688 | 2025.03.03 23:44:18.543627 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4664 rows, containing 5 columns (5 merged, 0 gathered) in 0.006480545 sec., 719692.5567216955 rows/sec., 61.33 MiB/sec. | ||
| 19689 | 2025.03.03 23:44:18.543788 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19690 | 2025.03.03 23:44:18.543798 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19691 | 2025.03.03 23:44:18.543860 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 956 rows starting from the beginning of the part | ||
| 19692 | 2025.03.03 23:44:18.543964 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19693 | 2025.03.03 23:44:18.544022 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19694 | 2025.03.03 23:44:18.544219 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part | ||
| 19695 | 2025.03.03 23:44:18.544697 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 440 rows starting from the beginning of the part | ||
| 19696 | 2025.03.03 23:44:18.545167 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19697 | 2025.03.03 23:44:18.545175 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part | ||
| 19698 | 2025.03.03 23:44:18.545525 [ 193 ] {aa91b653-fe56-4be1-9e99-85e5a7e5c678::all_1_176_35} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19699 | 2025.03.03 23:44:18.545605 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 900 rows starting from the beginning of the part | ||
| 19700 | 2025.03.03 23:44:18.545833 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 19701 | 2025.03.03 23:44:18.546016 [ 199 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part | ||
| 19702 | 2025.03.03 23:44:18.547691 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19703 | 2025.03.03 23:44:18.547764 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19704 | 2025.03.03 23:44:18.548787 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19705 | 2025.03.03 23:44:18.549168 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19706 | 2025.03.03 23:44:18.549638 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Selected 5 parts from all_1_171_35 to all_175_175_0 | ||
| 19707 | 2025.03.03 23:44:18.549697 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2488 rows, containing 5 columns (5 merged, 0 gathered) in 0.006796965 sec., 366045.7277623174 rows/sec., 28.06 MiB/sec. | ||
| 19708 | 2025.03.03 23:44:18.549754 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19709 | 2025.03.03 23:44:18.549824 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.006163 sec., 15576.829466169072 rows/sec., 1.08 MiB/sec. | ||
| 19710 | 2025.03.03 23:44:18.549846 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19711 | 2025.03.03 23:44:18.550126 [ 5 ] {330a5d7b-48ec-44a9-b7a5-e641b19ec2c7} <Debug> TCPHandler: Processed in 0.006994949 sec. | ||
| 19712 | 2025.03.03 23:44:18.550338 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_171_35 to all_175_175_0 into Compact with storage Full | ||
| 19713 | 2025.03.03 23:44:18.550532 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19714 | 2025.03.03 23:44:18.550896 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19715 | 2025.03.03 23:44:18.551034 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_171_35, total 50544 rows starting from the beginning of the part | ||
| 19716 | 2025.03.03 23:44:18.551162 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19717 | 2025.03.03 23:44:18.551602 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part | ||
| 19718 | 2025.03.03 23:44:18.552029 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19719 | 2025.03.03 23:44:18.552125 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 237 rows starting from the beginning of the part | ||
| 19720 | 2025.03.03 23:44:18.552589 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part | ||
| 19721 | 2025.03.03 23:44:18.553047 [ 187 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 989 rows starting from the beginning of the part | ||
| 19722 | 2025.03.03 23:44:18.553474 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19723 | 2025.03.03 23:44:18.554659 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19724 | 2025.03.03 23:44:18.555128 [ 196 ] {dfd0f9ef-92c0-463d-94a6-2de3113ede5a::all_1_176_35} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19725 | 2025.03.03 23:44:18.555455 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 19726 | 2025.03.03 23:44:18.555577 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19727 | 2025.03.03 23:44:18.555652 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19728 | 2025.03.03 23:44:18.556279 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19729 | 2025.03.03 23:44:18.556785 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19730 | 2025.03.03 23:44:18.557115 [ 80 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19731 | 2025.03.03 23:44:18.557224 [ 80 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19732 | 2025.03.03 23:44:18.557261 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006326 sec., 5690.7998735377805 rows/sec., 392.72 KiB/sec. | ||
| 19733 | 2025.03.03 23:44:18.557281 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19734 | 2025.03.03 23:44:18.557479 [ 5 ] {d3d7d529-e604-4ee0-8a36-43e704ce2497} <Debug> TCPHandler: Processed in 0.007084962 sec. | ||
| 19735 | 2025.03.03 23:44:18.557550 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19736 | 2025.03.03 23:44:18.557655 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19737 | 2025.03.03 23:44:18.557684 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10282 rows starting from the beginning of the part | ||
| 19738 | 2025.03.03 23:44:18.557871 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part | ||
| 19739 | 2025.03.03 23:44:18.558093 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part | ||
| 19740 | 2025.03.03 23:44:18.558315 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part | ||
| 19741 | 2025.03.03 23:44:18.558650 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 46 rows starting from the beginning of the part | ||
| 19742 | 2025.03.03 23:44:18.558847 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 36 rows starting from the beginning of the part | ||
| 19743 | 2025.03.03 23:44:18.562867 [ 198 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10566 rows, containing 4 columns (4 merged, 0 gathered) in 0.005410195 sec., 1952979.5136774185 rows/sec., 127.18 MiB/sec. | ||
| 19744 | 2025.03.03 23:44:18.563322 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19745 | 2025.03.03 23:44:18.564084 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19746 | 2025.03.03 23:44:18.564187 [ 200 ] {cb572892-6e86-4dad-97f7-d77b6aa75a87::all_1_176_35} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19747 | 2025.03.03 23:44:18.564302 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 19748 | 2025.03.03 23:44:18.566980 [ 191 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52090 rows, containing 5 columns (5 merged, 0 gathered) in 0.016939413 sec., 3075077.0407451545 rows/sec., 207.58 MiB/sec. | ||
| 19749 | 2025.03.03 23:44:18.567550 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Trace> MergedBlockOutputStream: filled checksums all_1_175_36 (state Temporary) | ||
| 19750 | 2025.03.03 23:44:18.567879 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_merge_all_1_175_36 to all_1_175_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19751 | 2025.03.03 23:44:18.567959 [ 186 ] {6af2a9b3-2469-44b6-b63a-8af355d8b1da::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da) (MergerMutator): Merged 5 parts: [all_1_171_35, all_175_175_0] -> all_1_175_36 | ||
| 19752 | 2025.03.03 23:44:18.568050 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 19753 | 2025.03.03 23:44:19.848096 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47153 | ||
| 19754 | 2025.03.03 23:44:19.849230 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19755 | 2025.03.03 23:44:19.849281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19756 | 2025.03.03 23:44:19.849855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19757 | 2025.03.03 23:44:19.850115 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19758 | 2025.03.03 23:44:19.850380 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47153 | ||
| 19759 | 2025.03.03 23:44:22.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.00 MiB, peak 286.67 MiB, free memory in arenas 0.00 B, will set to 268.00 MiB (RSS), difference: -4.00 MiB | ||
| 19760 | 2025.03.03 23:44:23.322422 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 19761 | 2025.03.03 23:44:23.348234 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19762 | 2025.03.03 23:44:23.348278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19763 | 2025.03.03 23:44:23.355790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19764 | 2025.03.03 23:44:23.356645 [ 244 ] {} <Trace> system.metric_log (c31fa701-9585-4de5-be4c-3baaf0bed9b6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19765 | 2025.03.03 23:44:23.359664 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 19766 | 2025.03.03 23:44:23.538096 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19767 | 2025.03.03 23:44:23.538296 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19768 | 2025.03.03 23:44:23.538375 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19769 | 2025.03.03 23:44:23.539235 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19770 | 2025.03.03 23:44:23.539277 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19771 | 2025.03.03 23:44:23.539711 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19772 | 2025.03.03 23:44:23.539961 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19773 | 2025.03.03 23:44:23.540211 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec. | ||
| 19774 | 2025.03.03 23:44:23.540308 [ 5 ] {52cdc55e-e0f8-4ca9-b925-8e1ebf35425b} <Debug> TCPHandler: Processed in 0.002332336 sec. | ||
| 19775 | 2025.03.03 23:44:23.540440 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19776 | 2025.03.03 23:44:23.540694 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19777 | 2025.03.03 23:44:23.540835 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19778 | 2025.03.03 23:44:23.542242 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19779 | 2025.03.03 23:44:23.542284 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19780 | 2025.03.03 23:44:23.542655 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19781 | 2025.03.03 23:44:23.542898 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19782 | 2025.03.03 23:44:23.543105 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002517 sec., 25427.095748907428 rows/sec., 1.98 MiB/sec. | ||
| 19783 | 2025.03.03 23:44:23.543159 [ 5 ] {9db26215-2e15-4f88-ab08-0678f66e1d67} <Debug> TCPHandler: Processed in 0.00278126 sec. | ||
| 19784 | 2025.03.03 23:44:23.543289 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19785 | 2025.03.03 23:44:23.543428 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19786 | 2025.03.03 23:44:23.543488 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19787 | 2025.03.03 23:44:23.544111 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19788 | 2025.03.03 23:44:23.544159 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19789 | 2025.03.03 23:44:23.544567 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19790 | 2025.03.03 23:44:23.544809 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19791 | 2025.03.03 23:44:23.545022 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 19792 | 2025.03.03 23:44:23.545074 [ 5 ] {70c9f72c-a6eb-4072-8801-b12326462403} <Debug> TCPHandler: Processed in 0.001850113 sec. | ||
| 19793 | 2025.03.03 23:44:23.545176 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19794 | 2025.03.03 23:44:23.545279 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19795 | 2025.03.03 23:44:23.545326 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19796 | 2025.03.03 23:44:23.545742 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19797 | 2025.03.03 23:44:23.545782 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19798 | 2025.03.03 23:44:23.546133 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19799 | 2025.03.03 23:44:23.546392 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19800 | 2025.03.03 23:44:23.546590 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 19801 | 2025.03.03 23:44:23.546639 [ 5 ] {60492d65-7637-46ef-8ce8-db961cdc6cd7} <Debug> TCPHandler: Processed in 0.001511653 sec. | ||
| 19802 | 2025.03.03 23:44:27.059641 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19803 | 2025.03.03 23:44:27.059726 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19804 | 2025.03.03 23:44:27.350527 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47641 | ||
| 19805 | 2025.03.03 23:44:27.351578 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19806 | 2025.03.03 23:44:27.351622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19807 | 2025.03.03 23:44:27.352332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 19808 | 2025.03.03 23:44:27.352597 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a315f05-4495-41e5-a24c-7eeb93abb562): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19809 | 2025.03.03 23:44:27.352845 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641 | ||
| 19810 | 2025.03.03 23:44:27.639590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2712 | ||
| 19811 | 2025.03.03 23:44:27.642459 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19812 | 2025.03.03 23:44:27.642503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19813 | 2025.03.03 23:44:27.643995 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19814 | 2025.03.03 23:44:27.644322 [ 242 ] {} <Trace> system.query_log (994fe11e-36ea-4401-aa00-3df88219b402): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19815 | 2025.03.03 23:44:27.644831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2712 | ||
| 19816 | 2025.03.03 23:44:28.152293 [ 221 ] {} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19817 | 2025.03.03 23:44:28.152350 [ 221 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19818 | 2025.03.03 23:44:28.154432 [ 221 ] {} <Debug> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19819 | 2025.03.03 23:44:28.303722 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19820 | 2025.03.03 23:44:28.303779 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19821 | 2025.03.03 23:44:28.305900 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19822 | 2025.03.03 23:44:28.535298 [ 217 ] {} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19823 | 2025.03.03 23:44:28.535332 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19824 | 2025.03.03 23:44:28.537294 [ 217 ] {} <Debug> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19825 | 2025.03.03 23:44:28.546562 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19826 | 2025.03.03 23:44:28.550705 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19827 | 2025.03.03 23:44:28.550787 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19828 | 2025.03.03 23:44:28.551750 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19829 | 2025.03.03 23:44:28.551798 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19830 | 2025.03.03 23:44:28.552253 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19831 | 2025.03.03 23:44:28.552519 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Trace> oximeter.fields_i16 (5c92c3f1-dcce-48b7-858e-5cc340fb5449): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19832 | 2025.03.03 23:44:28.552806 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002153 sec., 98467.25499303298 rows/sec., 6.26 MiB/sec. | ||
| 19833 | 2025.03.03 23:44:28.552935 [ 5 ] {c4b0011d-9761-4b3f-80c4-25ebafebbdc4} <Debug> TCPHandler: Processed in 0.006516947 sec. | ||
| 19834 | 2025.03.03 23:44:28.553169 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19835 | 2025.03.03 23:44:28.553437 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19836 | 2025.03.03 23:44:28.553491 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19837 | 2025.03.03 23:44:28.554414 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19838 | 2025.03.03 23:44:28.554454 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19839 | 2025.03.03 23:44:28.554865 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19840 | 2025.03.03 23:44:28.555118 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Trace> oximeter.fields_string (aa91b653-fe56-4be1-9e99-85e5a7e5c678): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19841 | 2025.03.03 23:44:28.555330 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.001979 sec., 370389.08539666503 rows/sec., 29.81 MiB/sec. | ||
| 19842 | 2025.03.03 23:44:28.555387 [ 5 ] {05b94e9a-7db6-453e-abe8-eec193d55f01} <Debug> TCPHandler: Processed in 0.002326567 sec. | ||
| 19843 | 2025.03.03 23:44:28.555502 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19844 | 2025.03.03 23:44:28.555610 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19845 | 2025.03.03 23:44:28.555655 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19846 | 2025.03.03 23:44:28.556233 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19847 | 2025.03.03 23:44:28.556273 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19848 | 2025.03.03 23:44:28.556634 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19849 | 2025.03.03 23:44:28.556883 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Trace> oximeter.fields_u16 (5b5fbc64-b2a5-4e09-a6d7-0496b732b228): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19850 | 2025.03.03 23:44:28.557097 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.001505 sec., 108970.09966777408 rows/sec., 6.97 MiB/sec. | ||
| 19851 | 2025.03.03 23:44:28.557197 [ 5 ] {537f080c-2526-40a0-9b1a-54cc2eae9f1f} <Debug> TCPHandler: Processed in 0.00174447 sec. | ||
| 19852 | 2025.03.03 23:44:28.557435 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19853 | 2025.03.03 23:44:28.557573 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19854 | 2025.03.03 23:44:28.557620 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19855 | 2025.03.03 23:44:28.558192 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19856 | 2025.03.03 23:44:28.558230 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19857 | 2025.03.03 23:44:28.558585 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19858 | 2025.03.03 23:44:28.558821 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Trace> oximeter.fields_u32 (45fa370e-0c55-44d8-9eba-481953f005b9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19859 | 2025.03.03 23:44:28.559021 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001471 sec., 76818.49082256967 rows/sec., 4.97 MiB/sec. | ||
| 19860 | 2025.03.03 23:44:28.559074 [ 5 ] {f78979ef-2f60-41fd-9a17-c9c3211ff565} <Debug> TCPHandler: Processed in 0.00173715 sec. | ||
| 19861 | 2025.03.03 23:44:28.559186 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19862 | 2025.03.03 23:44:28.559291 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19863 | 2025.03.03 23:44:28.559336 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19864 | 2025.03.03 23:44:28.559886 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19865 | 2025.03.03 23:44:28.559925 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19866 | 2025.03.03 23:44:28.560275 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19867 | 2025.03.03 23:44:28.560510 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Trace> oximeter.fields_u8 (fdb9ae90-07c7-4151-8092-f4310e41daf9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19868 | 2025.03.03 23:44:28.560715 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001446 sec., 77455.04840940525 rows/sec., 4.41 MiB/sec. | ||
| 19869 | 2025.03.03 23:44:28.560766 [ 5 ] {a77dd91f-b18a-4993-af23-ef574c83d9fc} <Debug> TCPHandler: Processed in 0.001630717 sec. | ||
| 19870 | 2025.03.03 23:44:28.560878 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19871 | 2025.03.03 23:44:28.560982 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19872 | 2025.03.03 23:44:28.561027 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19873 | 2025.03.03 23:44:28.561710 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19874 | 2025.03.03 23:44:28.561749 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19875 | 2025.03.03 23:44:28.562119 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19876 | 2025.03.03 23:44:28.562372 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Trace> oximeter.fields_uuid (dfd0f9ef-92c0-463d-94a6-2de3113ede5a): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19877 | 2025.03.03 23:44:28.562590 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.001629 sec., 270104.35850214853 rows/sec., 19.32 MiB/sec. | ||
| 19878 | 2025.03.03 23:44:28.562643 [ 5 ] {435d4abf-50a4-49eb-aabf-d4e2d2c60b08} <Debug> TCPHandler: Processed in 0.001814762 sec. | ||
| 19879 | 2025.03.03 23:44:28.562754 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19880 | 2025.03.03 23:44:28.562860 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19881 | 2025.03.03 23:44:28.562906 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19882 | 2025.03.03 23:44:28.563341 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19883 | 2025.03.03 23:44:28.563380 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19884 | 2025.03.03 23:44:28.563736 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19885 | 2025.03.03 23:44:28.563973 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Trace> oximeter.measurements_bool (b4745d57-82a9-4004-8d2c-83fde495dcdd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19886 | 2025.03.03 23:44:28.564203 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
| 19887 | 2025.03.03 23:44:28.564266 [ 5 ] {1bc33b4b-86ef-4c09-800d-9ec3ff136241} <Debug> TCPHandler: Processed in 0.001558065 sec. | ||
| 19888 | 2025.03.03 23:44:28.564557 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19889 | 2025.03.03 23:44:28.564744 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19890 | 2025.03.03 23:44:28.564795 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19891 | 2025.03.03 23:44:28.565323 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19892 | 2025.03.03 23:44:28.565363 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19893 | 2025.03.03 23:44:28.565748 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19894 | 2025.03.03 23:44:28.565985 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Trace> oximeter.measurements_cumulativeu64 (6af2a9b3-2469-44b6-b63a-8af355d8b1da): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19895 | 2025.03.03 23:44:28.566202 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 19896 | 2025.03.03 23:44:28.566255 [ 5 ] {7bfefc97-4ace-45bb-9c80-b8d56878ca6c} <Debug> TCPHandler: Processed in 0.001804552 sec. | ||
| 19897 | 2025.03.03 23:44:28.566369 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19898 | 2025.03.03 23:44:28.566475 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19899 | 2025.03.03 23:44:28.566522 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19900 | 2025.03.03 23:44:28.566937 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19901 | 2025.03.03 23:44:28.566977 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19902 | 2025.03.03 23:44:28.567326 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19903 | 2025.03.03 23:44:28.567560 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19904 | 2025.03.03 23:44:28.567798 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
| 19905 | 2025.03.03 23:44:28.567806 [ 223 ] {} <Trace> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Found 5 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19906 | 2025.03.03 23:44:28.567868 [ 5 ] {7f47f567-df60-42bd-b1e4-f2bc9912fcbf} <Debug> TCPHandler: Processed in 0.001548634 sec. | ||
| 19907 | 2025.03.03 23:44:28.567876 [ 223 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19908 | 2025.03.03 23:44:28.568047 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19909 | 2025.03.03 23:44:28.568187 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19910 | 2025.03.03 23:44:28.568301 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19911 | 2025.03.03 23:44:28.571357 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19912 | 2025.03.03 23:44:28.571414 [ 223 ] {} <Debug> oximeter.measurements_f64 (a62e36eb-db92-47c2-b229-5f76fe0be435): Removing 5 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19913 | 2025.03.03 23:44:28.571425 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19914 | 2025.03.03 23:44:28.572942 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19915 | 2025.03.03 23:44:28.573208 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19916 | 2025.03.03 23:44:28.573382 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19917 | 2025.03.03 23:44:28.573454 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19918 | 2025.03.03 23:44:28.573488 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.005318 sec., 10906.355772846935 rows/sec., 19.54 MiB/sec. | ||
| 19919 | 2025.03.03 23:44:28.573496 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19920 | 2025.03.03 23:44:28.573909 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 19921 | 2025.03.03 23:44:28.574223 [ 5 ] {051e9b5c-0d41-4866-9b76-5ec918dd51a7} <Debug> TCPHandler: Processed in 0.006231788 sec. | ||
| 19922 | 2025.03.03 23:44:28.574775 [ 5 ] {} <Trace> TCP-Session: 230b084d-3229-4990-b1c4-bd48ef23ed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19923 | 2025.03.03 23:44:28.575137 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55415) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19924 | 2025.03.03 23:44:28.575237 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19925 | 2025.03.03 23:44:28.575291 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19926 | 2025.03.03 23:44:28.575430 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2790 rows starting from the beginning of the part | ||
| 19927 | 2025.03.03 23:44:28.576038 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part | ||
| 19928 | 2025.03.03 23:44:28.576675 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part | ||
| 19929 | 2025.03.03 23:44:28.576685 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19930 | 2025.03.03 23:44:28.576732 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. | ||
| 19931 | 2025.03.03 23:44:28.577195 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part | ||
| 19932 | 2025.03.03 23:44:28.577743 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 58 rows starting from the beginning of the part | ||
| 19933 | 2025.03.03 23:44:28.577814 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19934 | 2025.03.03 23:44:28.578197 [ 194 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part | ||
| 19935 | 2025.03.03 23:44:28.578539 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Trace> oximeter.measurements_u64 (cb572892-6e86-4dad-97f7-d77b6aa75a87): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19936 | 2025.03.03 23:44:28.579173 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004148 sec., 19768.563162970106 rows/sec., 1.26 MiB/sec. | ||
| 19937 | 2025.03.03 23:44:28.579305 [ 5 ] {11c39347-586f-4bba-a061-fd99f466bb9b} <Debug> TCPHandler: Processed in 0.004660273 sec. | ||
| 19938 | 2025.03.03 23:44:28.586678 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3080 rows, containing 19 columns (19 merged, 0 gathered) in 0.013051792 sec., 235982.92096594858 rows/sec., 422.87 MiB/sec. | ||
| 19939 | 2025.03.03 23:44:28.589493 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19940 | 2025.03.03 23:44:28.589963 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19941 | 2025.03.03 23:44:28.590051 [ 191 ] {bef3340c-18f9-4fe4-9385-788975b174ec::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bef3340c-18f9-4fe4-9385-788975b174ec) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19942 | 2025.03.03 23:44:28.590221 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.15 MiB. | ||