| 1 | [ Jan 29 07:09:17 Enabled. ] | ||
| 2 | [ Jan 29 07:09:17 Rereading configuration. ] | ||
| 3 | [ Jan 29 07:09:18 Rereading configuration. ] | ||
| 4 | [ Jan 29 07:09:22 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 | [ Jan 29 07:09:22 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.01.29 07:09:23.347871 [ 1 ] {} <Information> Application: Will watch for the process with pid 23049 | ||
| 29 | 2025.01.29 07:09:23.348311 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.29 07:09:23.536850 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23049 | ||
| 31 | 2025.01.29 07:09:23.537575 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.29 07:09:23.538256 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.29 07:09:23.623057 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.29 07:09:23.700086 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.29 07:09:23.700156 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.29 07:09:23.700170 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.29 07:09:23.700249 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.29 07:09:23.700699 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.29 07:09:23.702440 [ 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.01.29 07:09:23.703201 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.29 07:09:23.704088 [ 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.01.29 07:09:23.704112 [ 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.01.29 07:09:23.704128 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.29 07:09:23.704311 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.29 07:09:23.705238 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.29 07:09:23.710960 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.29 07:09:23.711634 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.29 07:09:23.712866 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.29 07:09:23.712932 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.29 07:09:23.714523 [ 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.01.29 07:09:23.715003 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.29 07:09:23.718943 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.29 07:09:23.719354 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.29 07:09:23.721032 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.29 07:09:23.721396 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.29 07:09:23.721804 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.29 07:09:23.722126 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.29 07:09:23.723414 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.29 07:09:23.723439 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.29 07:09:23.723509 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.29 07:09:23.723623 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.29 07:09:23.750875 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.29 07:09:23.750904 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152204 sec | ||
| 68 | 2025.01.29 07:09:23.750947 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.29 07:09:23.750962 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.29 07:09:23.752151 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.29 07:09:23.753186 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.29 07:09:23.765835 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.29 07:09:23.765881 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.29 07:09:23.765905 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.29 07:09:23.765918 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.29 07:09:23.765950 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.29 07:09:23.765970 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.29 07:09:23.768564 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.29 07:09:23.768610 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.29 07:09:23.768631 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.29 07:09:23.768813 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.29 07:09:23.768833 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.29 07:09:23.768874 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.29 07:09:23.768894 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.29 07:09:23.768907 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.29 07:09:23.768935 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.29 07:09:23.768954 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.29 07:09:23.795151 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.29 07:09:23.796765 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.29 07:09:23.796799 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4052e-05 sec | ||
| 91 | 2025.01.29 07:09:23.796814 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.29 07:09:23.796827 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.29 07:09:23.796852 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.29 07:09:23.797055 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.29 07:09:23.797100 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.29 07:09:23.797113 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.29 07:09:23.797125 [ 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.01.29 07:09:23.797137 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.29 07:09:23.807313 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.29 07:09:23.807513 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.29 07:09:23.808365 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.309e-05 sec. | ||
| 102 | 2025.01.29 07:09:23.809295 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.29 07:09:23.809394 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.29 07:09:23.809417 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.29 07:09:24.152622 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57667 | ||
| 106 | 2025.01.29 07:09:24.153007 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.29 07:09:24.153085 [ 3 ] {} <Debug> TCP-Session: 7666e9cc-23e5-4f5e-b6b4-abdd332be5eb Authenticating user 'default' from [fd00:1122:3344:101::b]:57667 | ||
| 108 | 2025.01.29 07:09:24.153123 [ 3 ] {} <Debug> TCP-Session: 7666e9cc-23e5-4f5e-b6b4-abdd332be5eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.29 07:09:24.153146 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49514 | ||
| 110 | 2025.01.29 07:09:24.153158 [ 3 ] {} <Debug> TCP-Session: 7666e9cc-23e5-4f5e-b6b4-abdd332be5eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 111 | 2025.01.29 07:09:24.153307 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 112 | 2025.01.29 07:09:24.153352 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 113 | 2025.01.29 07:09:24.153364 [ 4 ] {} <Debug> TCP-Session: 19c742bd-66f9-4da7-91c6-ec2196757109 Authenticating user 'default' from [fd00:1122:3344:101::a]:49514 | ||
| 114 | 2025.01.29 07:09:24.153418 [ 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 | ||
| 115 | 2025.01.29 07:09:24.153429 [ 4 ] {} <Debug> TCP-Session: 19c742bd-66f9-4da7-91c6-ec2196757109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 116 | 2025.01.29 07:09:24.153456 [ 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 | ||
| 117 | 2025.01.29 07:09:24.153466 [ 4 ] {} <Debug> TCP-Session: 19c742bd-66f9-4da7-91c6-ec2196757109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.01.29 07:09:24.153546 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 119 | 2025.01.29 07:09:24.153575 [ 4 ] {} <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 | ||
| 120 | 2025.01.29 07:09:24.153607 [ 4 ] {} <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 | ||
| 121 | 2025.01.29 07:09:24.154442 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57425 | ||
| 122 | 2025.01.29 07:09:24.154564 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2025.01.29 07:09:24.154597 [ 5 ] {} <Debug> TCP-Session: 8d471f8c-5138-4835-b74b-2731409e6e1d Authenticating user 'default' from [fd00:1122:3344:101::b]:57425 | ||
| 124 | 2025.01.29 07:09:24.154636 [ 5 ] {} <Debug> TCP-Session: 8d471f8c-5138-4835-b74b-2731409e6e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2025.01.29 07:09:24.154651 [ 5 ] {} <Debug> TCP-Session: 8d471f8c-5138-4835-b74b-2731409e6e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2025.01.29 07:09:24.155323 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36737 | ||
| 127 | 2025.01.29 07:09:24.155473 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.01.29 07:09:24.155500 [ 253 ] {} <Debug> TCP-Session: 46dd07fa-1a74-47f0-a3d9-034888a1c2f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:36737 | ||
| 129 | 2025.01.29 07:09:24.155518 [ 253 ] {} <Debug> TCP-Session: 46dd07fa-1a74-47f0-a3d9-034888a1c2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.01.29 07:09:24.155536 [ 253 ] {} <Debug> TCP-Session: 46dd07fa-1a74-47f0-a3d9-034888a1c2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.29 07:09:24.155644 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54062 | ||
| 132 | 2025.01.29 07:09:24.155660 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49167 | ||
| 133 | 2025.01.29 07:09:24.155912 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58810 | ||
| 134 | 2025.01.29 07:09:24.155964 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.29 07:09:24.156083 [ 254 ] {} <Debug> TCP-Session: 345c9ce3-edd4-4815-902d-b88ed7bb6d02 Authenticating user 'default' from [fd00:1122:3344:101::b]:49167 | ||
| 136 | 2025.01.29 07:09:24.156126 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.29 07:09:24.156138 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49131 | ||
| 138 | 2025.01.29 07:09:24.156175 [ 256 ] {} <Debug> TCP-Session: 5cc02f1e-d3a7-4414-ab10-41b70af5ec96 Authenticating user 'default' from [fd00:1122:3344:101::b]:58810 | ||
| 139 | 2025.01.29 07:09:24.156150 [ 254 ] {} <Debug> TCP-Session: 345c9ce3-edd4-4815-902d-b88ed7bb6d02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.01.29 07:09:24.156275 [ 256 ] {} <Debug> TCP-Session: 5cc02f1e-d3a7-4414-ab10-41b70af5ec96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.29 07:09:24.156277 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61387 | ||
| 142 | 2025.01.29 07:09:24.156422 [ 256 ] {} <Debug> TCP-Session: 5cc02f1e-d3a7-4414-ab10-41b70af5ec96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.29 07:09:24.156469 [ 254 ] {} <Debug> TCP-Session: 345c9ce3-edd4-4815-902d-b88ed7bb6d02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.29 07:09:24.156471 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52704 | ||
| 145 | 2025.01.29 07:09:24.156682 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41445 | ||
| 146 | 2025.01.29 07:09:24.156706 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 147 | 2025.01.29 07:09:24.156909 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.01.29 07:09:24.156943 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55015 | ||
| 149 | 2025.01.29 07:09:24.156955 [ 258 ] {} <Debug> TCP-Session: ff04d444-98c0-4ce7-8888-aa1259102264 Authenticating user 'default' from [fd00:1122:3344:101::b]:61387 | ||
| 150 | 2025.01.29 07:09:24.157000 [ 259 ] {} <Debug> TCP-Session: db03d757-841e-4e09-8871-e5871710e5c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:52704 | ||
| 151 | 2025.01.29 07:09:24.157034 [ 258 ] {} <Debug> TCP-Session: ff04d444-98c0-4ce7-8888-aa1259102264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.29 07:09:24.157136 [ 259 ] {} <Debug> TCP-Session: db03d757-841e-4e09-8871-e5871710e5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.29 07:09:24.157113 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47766 | ||
| 154 | 2025.01.29 07:09:24.157173 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 155 | 2025.01.29 07:09:24.157192 [ 259 ] {} <Debug> TCP-Session: db03d757-841e-4e09-8871-e5871710e5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 156 | 2025.01.29 07:09:24.157245 [ 261 ] {} <Debug> TCP-Session: 7a3179f0-0042-4adb-83da-5eca54644c61 Authenticating user 'default' from [fd00:1122:3344:101::a]:55015 | ||
| 157 | 2025.01.29 07:09:24.157161 [ 258 ] {} <Debug> TCP-Session: ff04d444-98c0-4ce7-8888-aa1259102264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 158 | 2025.01.29 07:09:24.157376 [ 261 ] {} <Debug> TCP-Session: 7a3179f0-0042-4adb-83da-5eca54644c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 159 | 2025.01.29 07:09:24.157422 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61676 | ||
| 160 | 2025.01.29 07:09:24.157546 [ 261 ] {} <Debug> TCP-Session: 7a3179f0-0042-4adb-83da-5eca54644c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 161 | 2025.01.29 07:09:24.157620 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.01.29 07:09:24.157623 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39169 | ||
| 163 | 2025.01.29 07:09:24.157893 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39182 | ||
| 164 | 2025.01.29 07:09:24.157995 [ 262 ] {} <Debug> TCP-Session: f9169cc4-19c3-4b91-8942-9bb49b6ca2b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:47766 | ||
| 165 | 2025.01.29 07:09:24.158082 [ 262 ] {} <Debug> TCP-Session: f9169cc4-19c3-4b91-8942-9bb49b6ca2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2025.01.29 07:09:24.158088 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2025.01.29 07:09:24.158102 [ 262 ] {} <Debug> TCP-Session: f9169cc4-19c3-4b91-8942-9bb49b6ca2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2025.01.29 07:09:24.158138 [ 265 ] {} <Debug> TCP-Session: 8b5332f7-74d0-44d4-9227-ccc8d7869ba9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39182 | ||
| 169 | 2025.01.29 07:09:24.158199 [ 265 ] {} <Debug> TCP-Session: 8b5332f7-74d0-44d4-9227-ccc8d7869ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.01.29 07:09:24.158225 [ 265 ] {} <Debug> TCP-Session: 8b5332f7-74d0-44d4-9227-ccc8d7869ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.01.29 07:09:24.159919 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.01.29 07:09:24.159970 [ 257 ] {} <Debug> TCP-Session: f0971793-6b50-4c0b-a971-de80c131da7f Authenticating user 'default' from [fd00:1122:3344:101::b]:49131 | ||
| 173 | 2025.01.29 07:09:24.159988 [ 257 ] {} <Debug> TCP-Session: f0971793-6b50-4c0b-a971-de80c131da7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.01.29 07:09:24.160003 [ 257 ] {} <Debug> TCP-Session: f0971793-6b50-4c0b-a971-de80c131da7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.01.29 07:09:24.160055 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2025.01.29 07:09:24.160099 [ 255 ] {} <Debug> TCP-Session: 09bb844a-3054-465b-80d1-8c7daffdc12d Authenticating user 'default' from [fd00:1122:3344:101::b]:54062 | ||
| 177 | 2025.01.29 07:09:24.160122 [ 255 ] {} <Debug> TCP-Session: 09bb844a-3054-465b-80d1-8c7daffdc12d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.01.29 07:09:24.160155 [ 255 ] {} <Debug> TCP-Session: 09bb844a-3054-465b-80d1-8c7daffdc12d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.01.29 07:09:24.162859 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2025.01.29 07:09:24.162875 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.01.29 07:09:24.162901 [ 260 ] {} <Debug> TCP-Session: 67fc2380-3ecb-4add-b6d5-44cc44619510 Authenticating user 'default' from [fd00:1122:3344:101::a]:41445 | ||
| 182 | 2025.01.29 07:09:24.162965 [ 260 ] {} <Debug> TCP-Session: 67fc2380-3ecb-4add-b6d5-44cc44619510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.01.29 07:09:24.162964 [ 263 ] {} <Debug> TCP-Session: 777ca424-5669-4f46-96b4-b11645b9dc8d Authenticating user 'default' from [fd00:1122:3344:101::a]:61676 | ||
| 184 | 2025.01.29 07:09:24.162994 [ 260 ] {} <Debug> TCP-Session: 67fc2380-3ecb-4add-b6d5-44cc44619510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.29 07:09:24.162978 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2025.01.29 07:09:24.163067 [ 263 ] {} <Debug> TCP-Session: 777ca424-5669-4f46-96b4-b11645b9dc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.01.29 07:09:24.163097 [ 264 ] {} <Debug> TCP-Session: 2dcf3c0e-a2d1-41b5-aba2-9f45e994722c Authenticating user 'default' from [fd00:1122:3344:101::a]:39169 | ||
| 188 | 2025.01.29 07:09:24.163164 [ 263 ] {} <Debug> TCP-Session: 777ca424-5669-4f46-96b4-b11645b9dc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.29 07:09:24.163175 [ 264 ] {} <Debug> TCP-Session: 2dcf3c0e-a2d1-41b5-aba2-9f45e994722c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.29 07:09:24.163294 [ 264 ] {} <Debug> TCP-Session: 2dcf3c0e-a2d1-41b5-aba2-9f45e994722c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.29 07:09:24.280609 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56414 | ||
| 192 | 2025.01.29 07:09:24.280810 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2025.01.29 07:09:24.280850 [ 266 ] {} <Debug> TCP-Session: 6f5f5392-c1cb-4cfd-9b08-c44e0187c464 Authenticating user 'default' from [fd00:1122:3344:101::e]:56414 | ||
| 194 | 2025.01.29 07:09:24.280902 [ 266 ] {} <Debug> TCP-Session: 6f5f5392-c1cb-4cfd-9b08-c44e0187c464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.29 07:09:24.280925 [ 266 ] {} <Debug> TCP-Session: 6f5f5392-c1cb-4cfd-9b08-c44e0187c464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.29 07:09:24.281010 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2025.01.29 07:09:24.281052 [ 266 ] {} <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 | ||
| 198 | 2025.01.29 07:09:24.281074 [ 266 ] {} <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 | ||
| 199 | 2025.01.29 07:09:24.282133 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60497 | ||
| 200 | 2025.01.29 07:09:24.282217 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43059 | ||
| 201 | 2025.01.29 07:09:24.282337 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58361 | ||
| 202 | 2025.01.29 07:09:24.282349 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 203 | 2025.01.29 07:09:24.282555 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 204 | 2025.01.29 07:09:24.282586 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39511 | ||
| 205 | 2025.01.29 07:09:24.282614 [ 267 ] {} <Debug> TCP-Session: b2ba4fea-891d-41b5-a19b-26700ebaabe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60497 | ||
| 206 | 2025.01.29 07:09:24.282642 [ 268 ] {} <Debug> TCP-Session: 89a5bb74-c24b-4fbb-a1e0-046da5a2d0e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43059 | ||
| 207 | 2025.01.29 07:09:24.282594 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2025.01.29 07:09:24.282872 [ 267 ] {} <Debug> TCP-Session: b2ba4fea-891d-41b5-a19b-26700ebaabe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 209 | 2025.01.29 07:09:24.282887 [ 269 ] {} <Debug> TCP-Session: 005719fa-c4ef-45c5-801b-cb4fa9da1913 Authenticating user 'default' from [fd00:1122:3344:101::e]:58361 | ||
| 210 | 2025.01.29 07:09:24.282911 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 211 | 2025.01.29 07:09:24.282886 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42964 | ||
| 212 | 2025.01.29 07:09:24.283009 [ 268 ] {} <Debug> TCP-Session: 89a5bb74-c24b-4fbb-a1e0-046da5a2d0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 213 | 2025.01.29 07:09:24.283023 [ 267 ] {} <Debug> TCP-Session: b2ba4fea-891d-41b5-a19b-26700ebaabe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 214 | 2025.01.29 07:09:24.283026 [ 269 ] {} <Debug> TCP-Session: 005719fa-c4ef-45c5-801b-cb4fa9da1913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2025.01.29 07:09:24.283066 [ 270 ] {} <Debug> TCP-Session: 478a0a08-f57f-480c-bd5e-1af9b846ed5e Authenticating user 'default' from [fd00:1122:3344:101::e]:39511 | ||
| 216 | 2025.01.29 07:09:24.283203 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56227 | ||
| 217 | 2025.01.29 07:09:24.283116 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60897 | ||
| 218 | 2025.01.29 07:09:24.283223 [ 269 ] {} <Debug> TCP-Session: 005719fa-c4ef-45c5-801b-cb4fa9da1913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.01.29 07:09:24.283270 [ 268 ] {} <Debug> TCP-Session: 89a5bb74-c24b-4fbb-a1e0-046da5a2d0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 220 | 2025.01.29 07:09:24.283286 [ 270 ] {} <Debug> TCP-Session: 478a0a08-f57f-480c-bd5e-1af9b846ed5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 221 | 2025.01.29 07:09:24.283703 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 222 | 2025.01.29 07:09:24.283795 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 223 | 2025.01.29 07:09:24.283845 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 224 | 2025.01.29 07:09:24.283877 [ 270 ] {} <Debug> TCP-Session: 478a0a08-f57f-480c-bd5e-1af9b846ed5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 225 | 2025.01.29 07:09:24.283977 [ 273 ] {} <Debug> TCP-Session: e4be4f9a-65d9-4aa2-91d0-89784e21c6d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56227 | ||
| 226 | 2025.01.29 07:09:24.283993 [ 272 ] {} <Debug> TCP-Session: 56ba8495-14fb-4729-9ab7-a23b786e41d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60897 | ||
| 227 | 2025.01.29 07:09:24.284009 [ 271 ] {} <Debug> TCP-Session: 40f5c30a-95db-435a-9ac1-db75b346181f Authenticating user 'default' from [fd00:1122:3344:101::e]:42964 | ||
| 228 | 2025.01.29 07:09:24.284052 [ 273 ] {} <Debug> TCP-Session: e4be4f9a-65d9-4aa2-91d0-89784e21c6d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.01.29 07:09:24.284065 [ 272 ] {} <Debug> TCP-Session: 56ba8495-14fb-4729-9ab7-a23b786e41d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.01.29 07:09:24.284083 [ 271 ] {} <Debug> TCP-Session: 40f5c30a-95db-435a-9ac1-db75b346181f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.01.29 07:09:24.284097 [ 273 ] {} <Debug> TCP-Session: e4be4f9a-65d9-4aa2-91d0-89784e21c6d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.01.29 07:09:24.284114 [ 272 ] {} <Debug> TCP-Session: 56ba8495-14fb-4729-9ab7-a23b786e41d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.01.29 07:09:24.284143 [ 271 ] {} <Debug> TCP-Session: 40f5c30a-95db-435a-9ac1-db75b346181f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.01.29 07:09:24.375550 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52398 | ||
| 235 | 2025.01.29 07:09:24.375739 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 236 | 2025.01.29 07:09:24.375770 [ 274 ] {} <Debug> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:52398 | ||
| 237 | 2025.01.29 07:09:24.375801 [ 274 ] {} <Debug> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2025.01.29 07:09:24.375823 [ 274 ] {} <Debug> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.01.29 07:09:24.375885 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 240 | 2025.01.29 07:09:24.375910 [ 274 ] {} <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 | ||
| 241 | 2025.01.29 07:09:24.375939 [ 274 ] {} <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 | ||
| 242 | 2025.01.29 07:09:24.376448 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56710 | ||
| 243 | 2025.01.29 07:09:24.376696 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46780 | ||
| 244 | 2025.01.29 07:09:24.376703 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 245 | 2025.01.29 07:09:24.377509 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47538 | ||
| 246 | 2025.01.29 07:09:24.377518 [ 275 ] {} <Debug> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Authenticating user 'default' from [fd00:1122:3344:101::d]:56710 | ||
| 247 | 2025.01.29 07:09:24.377533 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2025.01.29 07:09:24.378243 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45382 | ||
| 249 | 2025.01.29 07:09:24.378272 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 250 | 2025.01.29 07:09:24.378303 [ 276 ] {} <Debug> TCP-Session: 0036bd24-4370-47eb-85a5-4e699e06bc33 Authenticating user 'default' from [fd00:1122:3344:101::d]:46780 | ||
| 251 | 2025.01.29 07:09:24.378257 [ 275 ] {} <Debug> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2025.01.29 07:09:24.378509 [ 275 ] {} <Debug> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2025.01.29 07:09:24.378536 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 254 | 2025.01.29 07:09:24.378541 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54003 | ||
| 255 | 2025.01.29 07:09:24.378587 [ 277 ] {} <Debug> TCP-Session: 924c4976-94a7-44e3-951c-3fd4cc8491f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47538 | ||
| 256 | 2025.01.29 07:09:24.378565 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2025.01.29 07:09:24.378690 [ 278 ] {} <Debug> TCP-Session: ebd2d7d7-434a-4866-93a4-da4b219fedcb Authenticating user 'default' from [fd00:1122:3344:101::d]:45382 | ||
| 258 | 2025.01.29 07:09:24.378819 [ 277 ] {} <Debug> TCP-Session: 924c4976-94a7-44e3-951c-3fd4cc8491f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 259 | 2025.01.29 07:09:24.378915 [ 276 ] {} <Debug> TCP-Session: 0036bd24-4370-47eb-85a5-4e699e06bc33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2025.01.29 07:09:24.378945 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 261 | 2025.01.29 07:09:24.378814 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55187 | ||
| 262 | 2025.01.29 07:09:24.379007 [ 278 ] {} <Debug> TCP-Session: ebd2d7d7-434a-4866-93a4-da4b219fedcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 263 | 2025.01.29 07:09:24.379024 [ 276 ] {} <Debug> TCP-Session: 0036bd24-4370-47eb-85a5-4e699e06bc33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 264 | 2025.01.29 07:09:24.378977 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45374 | ||
| 265 | 2025.01.29 07:09:24.379095 [ 279 ] {} <Debug> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54003 | ||
| 266 | 2025.01.29 07:09:24.378954 [ 277 ] {} <Debug> TCP-Session: 924c4976-94a7-44e3-951c-3fd4cc8491f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 267 | 2025.01.29 07:09:24.379113 [ 278 ] {} <Debug> TCP-Session: ebd2d7d7-434a-4866-93a4-da4b219fedcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 268 | 2025.01.29 07:09:24.380561 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56628 | ||
| 269 | 2025.01.29 07:09:24.381433 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 270 | 2025.01.29 07:09:24.381436 [ 279 ] {} <Debug> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2025.01.29 07:09:24.381669 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 272 | 2025.01.29 07:09:24.381685 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 273 | 2025.01.29 07:09:24.381730 [ 280 ] {} <Debug> TCP-Session: 46481803-11e8-42c7-ba0e-183366af7439 Authenticating user 'default' from [fd00:1122:3344:101::d]:45374 | ||
| 274 | 2025.01.29 07:09:24.381746 [ 281 ] {} <Debug> TCP-Session: aa4ad3a1-cb9f-4234-b8f9-9f306d63a096 Authenticating user 'default' from [fd00:1122:3344:101::d]:55187 | ||
| 275 | 2025.01.29 07:09:24.381712 [ 279 ] {} <Debug> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2025.01.29 07:09:24.382310 [ 280 ] {} <Debug> TCP-Session: 46481803-11e8-42c7-ba0e-183366af7439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.01.29 07:09:24.382336 [ 281 ] {} <Debug> TCP-Session: aa4ad3a1-cb9f-4234-b8f9-9f306d63a096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2025.01.29 07:09:24.381815 [ 282 ] {} <Debug> TCP-Session: 9f4592c0-b88a-4611-92fd-dabe3134d9f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56628 | ||
| 279 | 2025.01.29 07:09:24.382381 [ 280 ] {} <Debug> TCP-Session: 46481803-11e8-42c7-ba0e-183366af7439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2025.01.29 07:09:24.382397 [ 281 ] {} <Debug> TCP-Session: aa4ad3a1-cb9f-4234-b8f9-9f306d63a096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 281 | 2025.01.29 07:09:24.382431 [ 282 ] {} <Debug> TCP-Session: 9f4592c0-b88a-4611-92fd-dabe3134d9f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.01.29 07:09:24.383010 [ 282 ] {} <Debug> TCP-Session: 9f4592c0-b88a-4611-92fd-dabe3134d9f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.01.29 07:09:24.383262 [ 274 ] {d60cdb02-ddbb-4441-8200-5136f116081e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 284 | 2025.01.29 07:09:24.437599 [ 274 ] {d60cdb02-ddbb-4441-8200-5136f116081e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52398) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 285 | |||
| 286 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 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 | ||
| 293 | 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 | ||
| 294 | 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 | ||
| 295 | 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 | ||
| 296 | 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 | ||
| 297 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 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 | ||
| 300 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 307 | |||
| 308 | 2025.01.29 07:09:24.438651 [ 274 ] {d60cdb02-ddbb-4441-8200-5136f116081e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 309 | |||
| 310 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 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 | ||
| 313 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 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 | ||
| 317 | 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 | ||
| 318 | 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 | ||
| 319 | 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 | ||
| 320 | 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 | ||
| 321 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 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 | ||
| 324 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 331 | |||
| 332 | 2025.01.29 07:09:24.438907 [ 274 ] {d60cdb02-ddbb-4441-8200-5136f116081e} <Debug> TCPHandler: Processed in 0.062394075 sec. | ||
| 333 | 2025.01.29 07:09:24.439232 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2025.01.29 07:09:24.439528 [ 279 ] {d2d90b9f-9b6d-413b-a9af-4b036648514b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 335 | 2025.01.29 07:09:24.439850 [ 279 ] {d2d90b9f-9b6d-413b-a9af-4b036648514b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54003) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 336 | |||
| 337 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 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 | ||
| 340 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 341 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 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 | ||
| 344 | 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 | ||
| 345 | 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 | ||
| 346 | 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 | ||
| 347 | 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 | ||
| 348 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 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 | ||
| 351 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 352 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 358 | |||
| 359 | 2025.01.29 07:09:24.440148 [ 279 ] {d2d90b9f-9b6d-413b-a9af-4b036648514b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 360 | |||
| 361 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 362 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 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 | ||
| 364 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 365 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 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 | ||
| 368 | 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 | ||
| 369 | 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 | ||
| 370 | 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 | ||
| 371 | 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 | ||
| 372 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 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 | ||
| 375 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 376 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 382 | |||
| 383 | 2025.01.29 07:09:24.440388 [ 279 ] {d2d90b9f-9b6d-413b-a9af-4b036648514b} <Debug> TCPHandler: Processed in 0.001306425 sec. | ||
| 384 | 2025.01.29 07:09:24.440721 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2025.01.29 07:09:24.442092 [ 274 ] {d4cd955c-ca37-445d-a063-cb6fca61531c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 386 | 2025.01.29 07:09:24.442919 [ 274 ] {d4cd955c-ca37-445d-a063-cb6fca61531c} <Debug> TCPHandler: Processed in 0.002355193 sec. | ||
| 387 | 2025.01.29 07:09:24.443124 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 388 | 2025.01.29 07:09:24.443236 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 389 | 2025.01.29 07:09:24.443412 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 390 | 2025.01.29 07:09:24.446054 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 391 | 2025.01.29 07:09:24.446081 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0722e-05 sec | ||
| 392 | 2025.01.29 07:09:24.446181 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Trace> ReferentialDeps: No tables | ||
| 393 | 2025.01.29 07:09:24.446200 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Trace> LoadingDeps: No tables | ||
| 394 | 2025.01.29 07:09:24.446231 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 395 | 2025.01.29 07:09:24.446292 [ 279 ] {6ec5f31b-c4a2-4b40-abe0-f6811c1e90f8} <Debug> TCPHandler: Processed in 0.003224506 sec. | ||
| 396 | 2025.01.29 07:09:24.446562 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2025.01.29 07:09:24.446742 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) /* The version table contains metadata about the `oximeter` database */ | ||
| 398 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 399 | 2025.01.29 07:09:24.446914 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 400 | 2025.01.29 07:09:24.455159 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 401 | 2025.01.29 07:09:24.456837 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Debug> oximeter.version (612e2037-75b2-42c6-b633-cfba7ffc2875): Loading data parts | ||
| 402 | 2025.01.29 07:09:24.457490 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Debug> oximeter.version (612e2037-75b2-42c6-b633-cfba7ffc2875): There are no data parts | ||
| 403 | 2025.01.29 07:09:24.475376 [ 274 ] {e5d33a9e-7f09-47f5-a166-4330ef67bd09} <Debug> TCPHandler: Processed in 0.028872085 sec. | ||
| 404 | 2025.01.29 07:09:24.475620 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 405 | 2025.01.29 07:09:24.475968 [ 279 ] {6fe244f0-479a-4024-aa23-98bdf59d52d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) /* The measurement tables contain all individual samples from each timeseries. | ||
| 406 | * | ||
| 407 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 408 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 409 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 410 | * by all samples from the same timeseries. | ||
| 411 | * | ||
| 412 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 413 | * and then uses that to index quickly into the measurements tables. | ||
| 414 | */ | ||
| 415 | 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) | ||
| 416 | 2025.01.29 07:09:24.476106 [ 279 ] {6fe244f0-479a-4024-aa23-98bdf59d52d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 417 | 2025.01.29 07:09:24.491514 [ 279 ] {6fe244f0-479a-4024-aa23-98bdf59d52d7} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Loading data parts | ||
| 418 | 2025.01.29 07:09:24.491738 [ 279 ] {6fe244f0-479a-4024-aa23-98bdf59d52d7} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): There are no data parts | ||
| 419 | 2025.01.29 07:09:24.503157 [ 279 ] {6fe244f0-479a-4024-aa23-98bdf59d52d7} <Debug> TCPHandler: Processed in 0.027602841 sec. | ||
| 420 | 2025.01.29 07:09:24.503424 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.29 07:09:24.503675 [ 274 ] {e612a0e4-b45e-4e06-ae7d-6f4e1a1e11ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 422 | 2025.01.29 07:09:24.503812 [ 274 ] {e612a0e4-b45e-4e06-ae7d-6f4e1a1e11ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 423 | 2025.01.29 07:09:24.514246 [ 274 ] {e612a0e4-b45e-4e06-ae7d-6f4e1a1e11ce} <Debug> oximeter.measurements_i8 (0a8be211-a527-4ac7-9f0c-be348c5511f6): Loading data parts | ||
| 424 | 2025.01.29 07:09:24.514602 [ 274 ] {e612a0e4-b45e-4e06-ae7d-6f4e1a1e11ce} <Debug> oximeter.measurements_i8 (0a8be211-a527-4ac7-9f0c-be348c5511f6): There are no data parts | ||
| 425 | 2025.01.29 07:09:24.517305 [ 274 ] {e612a0e4-b45e-4e06-ae7d-6f4e1a1e11ce} <Debug> TCPHandler: Processed in 0.013985586 sec. | ||
| 426 | 2025.01.29 07:09:24.517545 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.29 07:09:24.517918 [ 279 ] {89d23f52-ce3b-4bdd-b69c-2833472deb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 428 | 2025.01.29 07:09:24.518032 [ 279 ] {89d23f52-ce3b-4bdd-b69c-2833472deb68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 429 | 2025.01.29 07:09:24.529837 [ 279 ] {89d23f52-ce3b-4bdd-b69c-2833472deb68} <Debug> oximeter.measurements_u8 (6107fe16-4dc8-4427-86fa-c99494678a75): Loading data parts | ||
| 430 | 2025.01.29 07:09:24.530024 [ 279 ] {89d23f52-ce3b-4bdd-b69c-2833472deb68} <Debug> oximeter.measurements_u8 (6107fe16-4dc8-4427-86fa-c99494678a75): There are no data parts | ||
| 431 | 2025.01.29 07:09:24.540604 [ 279 ] {89d23f52-ce3b-4bdd-b69c-2833472deb68} <Debug> TCPHandler: Processed in 0.02313031 sec. | ||
| 432 | 2025.01.29 07:09:24.540906 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.29 07:09:24.541178 [ 274 ] {bcad83ce-50bd-408a-a3e1-e3cec01ed395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 434 | 2025.01.29 07:09:24.541344 [ 274 ] {bcad83ce-50bd-408a-a3e1-e3cec01ed395} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 435 | 2025.01.29 07:09:24.554376 [ 274 ] {bcad83ce-50bd-408a-a3e1-e3cec01ed395} <Debug> oximeter.measurements_i16 (dab48742-be8b-4204-aa75-7a8ff01c565a): Loading data parts | ||
| 436 | 2025.01.29 07:09:24.554739 [ 274 ] {bcad83ce-50bd-408a-a3e1-e3cec01ed395} <Debug> oximeter.measurements_i16 (dab48742-be8b-4204-aa75-7a8ff01c565a): There are no data parts | ||
| 437 | 2025.01.29 07:09:24.566268 [ 274 ] {bcad83ce-50bd-408a-a3e1-e3cec01ed395} <Debug> TCPHandler: Processed in 0.025446283 sec. | ||
| 438 | 2025.01.29 07:09:24.566527 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.29 07:09:24.566868 [ 279 ] {96dd61d3-39ad-4735-8b1a-dfebc382eb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 440 | 2025.01.29 07:09:24.566980 [ 279 ] {96dd61d3-39ad-4735-8b1a-dfebc382eb4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 441 | 2025.01.29 07:09:24.570995 [ 279 ] {96dd61d3-39ad-4735-8b1a-dfebc382eb4a} <Debug> oximeter.measurements_u16 (4b2a3330-98f3-434e-8c3b-51e180c60cca): Loading data parts | ||
| 442 | 2025.01.29 07:09:24.571215 [ 279 ] {96dd61d3-39ad-4735-8b1a-dfebc382eb4a} <Debug> oximeter.measurements_u16 (4b2a3330-98f3-434e-8c3b-51e180c60cca): There are no data parts | ||
| 443 | 2025.01.29 07:09:24.593253 [ 279 ] {96dd61d3-39ad-4735-8b1a-dfebc382eb4a} <Debug> TCPHandler: Processed in 0.0268139 sec. | ||
| 444 | 2025.01.29 07:09:24.593619 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.01.29 07:09:24.593876 [ 274 ] {ac07b1ad-aa48-4132-b615-0723a7765bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 446 | 2025.01.29 07:09:24.594059 [ 274 ] {ac07b1ad-aa48-4132-b615-0723a7765bc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 447 | 2025.01.29 07:09:24.608396 [ 274 ] {ac07b1ad-aa48-4132-b615-0723a7765bc7} <Debug> oximeter.measurements_i32 (a3224d6d-d9b8-455f-933d-b013f6953282): Loading data parts | ||
| 448 | 2025.01.29 07:09:24.608662 [ 274 ] {ac07b1ad-aa48-4132-b615-0723a7765bc7} <Debug> oximeter.measurements_i32 (a3224d6d-d9b8-455f-933d-b013f6953282): There are no data parts | ||
| 449 | 2025.01.29 07:09:24.620224 [ 274 ] {ac07b1ad-aa48-4132-b615-0723a7765bc7} <Debug> TCPHandler: Processed in 0.026681077 sec. | ||
| 450 | 2025.01.29 07:09:24.620505 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.01.29 07:09:24.620914 [ 279 ] {1b3ec27e-80c1-4e6a-a255-c8b9409416c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 452 | 2025.01.29 07:09:24.620989 [ 279 ] {1b3ec27e-80c1-4e6a-a255-c8b9409416c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 453 | 2025.01.29 07:09:24.635677 [ 279 ] {1b3ec27e-80c1-4e6a-a255-c8b9409416c9} <Debug> oximeter.measurements_u32 (10f15fa6-1036-459b-9092-a0ab010c9a7e): Loading data parts | ||
| 454 | 2025.01.29 07:09:24.635922 [ 279 ] {1b3ec27e-80c1-4e6a-a255-c8b9409416c9} <Debug> oximeter.measurements_u32 (10f15fa6-1036-459b-9092-a0ab010c9a7e): There are no data parts | ||
| 455 | 2025.01.29 07:09:24.637913 [ 279 ] {1b3ec27e-80c1-4e6a-a255-c8b9409416c9} <Debug> TCPHandler: Processed in 0.017518191 sec. | ||
| 456 | 2025.01.29 07:09:24.638196 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.01.29 07:09:24.638411 [ 274 ] {ef8e8a94-1ba5-4d87-83da-f66ea54703d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 458 | 2025.01.29 07:09:24.638554 [ 274 ] {ef8e8a94-1ba5-4d87-83da-f66ea54703d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 459 | 2025.01.29 07:09:24.647167 [ 274 ] {ef8e8a94-1ba5-4d87-83da-f66ea54703d4} <Debug> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): Loading data parts | ||
| 460 | 2025.01.29 07:09:24.647445 [ 274 ] {ef8e8a94-1ba5-4d87-83da-f66ea54703d4} <Debug> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): There are no data parts | ||
| 461 | 2025.01.29 07:09:24.649520 [ 274 ] {ef8e8a94-1ba5-4d87-83da-f66ea54703d4} <Debug> TCPHandler: Processed in 0.011386785 sec. | ||
| 462 | 2025.01.29 07:09:24.649726 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.01.29 07:09:24.650024 [ 279 ] {db73e365-6a8e-4f40-979e-bc2fd9291ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 464 | 2025.01.29 07:09:24.650074 [ 279 ] {db73e365-6a8e-4f40-979e-bc2fd9291ca0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 465 | 2025.01.29 07:09:24.660143 [ 279 ] {db73e365-6a8e-4f40-979e-bc2fd9291ca0} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Loading data parts | ||
| 466 | 2025.01.29 07:09:24.660326 [ 279 ] {db73e365-6a8e-4f40-979e-bc2fd9291ca0} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): There are no data parts | ||
| 467 | 2025.01.29 07:09:24.663122 [ 279 ] {db73e365-6a8e-4f40-979e-bc2fd9291ca0} <Debug> TCPHandler: Processed in 0.013457031 sec. | ||
| 468 | 2025.01.29 07:09:24.663415 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.01.29 07:09:24.663632 [ 274 ] {6059d732-fa9d-4c35-88fb-f7b599b18121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 470 | 2025.01.29 07:09:24.663782 [ 274 ] {6059d732-fa9d-4c35-88fb-f7b599b18121} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 471 | 2025.01.29 07:09:24.672182 [ 274 ] {6059d732-fa9d-4c35-88fb-f7b599b18121} <Debug> oximeter.measurements_f32 (13490f55-2180-49f2-bca6-b16b904e68bd): Loading data parts | ||
| 472 | 2025.01.29 07:09:24.672474 [ 274 ] {6059d732-fa9d-4c35-88fb-f7b599b18121} <Debug> oximeter.measurements_f32 (13490f55-2180-49f2-bca6-b16b904e68bd): There are no data parts | ||
| 473 | 2025.01.29 07:09:24.674819 [ 274 ] {6059d732-fa9d-4c35-88fb-f7b599b18121} <Debug> TCPHandler: Processed in 0.011462667 sec. | ||
| 474 | 2025.01.29 07:09:24.675029 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2025.01.29 07:09:24.675413 [ 279 ] {5706e8d5-1b52-469b-997e-6c56633c5698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 476 | 2025.01.29 07:09:24.675471 [ 279 ] {5706e8d5-1b52-469b-997e-6c56633c5698} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 477 | 2025.01.29 07:09:24.685683 [ 279 ] {5706e8d5-1b52-469b-997e-6c56633c5698} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Loading data parts | ||
| 478 | 2025.01.29 07:09:24.685868 [ 279 ] {5706e8d5-1b52-469b-997e-6c56633c5698} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): There are no data parts | ||
| 479 | 2025.01.29 07:09:24.688730 [ 279 ] {5706e8d5-1b52-469b-997e-6c56633c5698} <Debug> TCPHandler: Processed in 0.013757939 sec. | ||
| 480 | 2025.01.29 07:09:24.689018 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2025.01.29 07:09:24.689275 [ 274 ] {a40a0393-097c-46e8-998b-53009bbe3d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 482 | 2025.01.29 07:09:24.689439 [ 274 ] {a40a0393-097c-46e8-998b-53009bbe3d8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 483 | 2025.01.29 07:09:24.697801 [ 274 ] {a40a0393-097c-46e8-998b-53009bbe3d8a} <Debug> oximeter.measurements_string (364edd83-da79-433b-9091-9ccac7f7ca56): Loading data parts | ||
| 484 | 2025.01.29 07:09:24.698074 [ 274 ] {a40a0393-097c-46e8-998b-53009bbe3d8a} <Debug> oximeter.measurements_string (364edd83-da79-433b-9091-9ccac7f7ca56): There are no data parts | ||
| 485 | 2025.01.29 07:09:24.700718 [ 274 ] {a40a0393-097c-46e8-998b-53009bbe3d8a} <Debug> TCPHandler: Processed in 0.011767776 sec. | ||
| 486 | 2025.01.29 07:09:24.700935 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 487 | 2025.01.29 07:09:24.701260 [ 279 ] {5107645e-1589-488a-bc77-ac908588df99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 488 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 489 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 490 | * a string isn't palatable for a few reasons. | ||
| 491 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 492 | * details. | ||
| 493 | */ | ||
| 494 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 495 | 2025.01.29 07:09:24.701414 [ 279 ] {5107645e-1589-488a-bc77-ac908588df99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 496 | 2025.01.29 07:09:24.713028 [ 279 ] {5107645e-1589-488a-bc77-ac908588df99} <Debug> oximeter.measurements_bytes (ff30eae0-3dde-4518-81a8-dcafaf12dfaa): Loading data parts | ||
| 497 | 2025.01.29 07:09:24.713286 [ 279 ] {5107645e-1589-488a-bc77-ac908588df99} <Debug> oximeter.measurements_bytes (ff30eae0-3dde-4518-81a8-dcafaf12dfaa): There are no data parts | ||
| 498 | 2025.01.29 07:09:24.715323 [ 279 ] {5107645e-1589-488a-bc77-ac908588df99} <Debug> TCPHandler: Processed in 0.014448198 sec. | ||
| 499 | 2025.01.29 07:09:24.715531 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.01.29 07:09:24.715854 [ 274 ] {e1189f2b-b543-4076-8828-3b0878efa8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 501 | 2025.01.29 07:09:24.716013 [ 274 ] {e1189f2b-b543-4076-8828-3b0878efa8f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 502 | 2025.01.29 07:09:24.727025 [ 274 ] {e1189f2b-b543-4076-8828-3b0878efa8f3} <Debug> oximeter.measurements_cumulativei64 (b3d4db77-5981-4e44-9683-1c80d61fc91b): Loading data parts | ||
| 503 | 2025.01.29 07:09:24.727219 [ 274 ] {e1189f2b-b543-4076-8828-3b0878efa8f3} <Debug> oximeter.measurements_cumulativei64 (b3d4db77-5981-4e44-9683-1c80d61fc91b): There are no data parts | ||
| 504 | 2025.01.29 07:09:24.749253 [ 274 ] {e1189f2b-b543-4076-8828-3b0878efa8f3} <Debug> TCPHandler: Processed in 0.033837958 sec. | ||
| 505 | 2025.01.29 07:09:24.749550 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.01.29 07:09:24.749798 [ 279 ] {825f5611-d65f-4778-b230-1019be612d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 507 | 2025.01.29 07:09:24.749904 [ 279 ] {825f5611-d65f-4778-b230-1019be612d49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 508 | 2025.01.29 07:09:24.763940 [ 279 ] {825f5611-d65f-4778-b230-1019be612d49} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Loading data parts | ||
| 509 | 2025.01.29 07:09:24.764172 [ 279 ] {825f5611-d65f-4778-b230-1019be612d49} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): There are no data parts | ||
| 510 | 2025.01.29 07:09:24.767182 [ 279 ] {825f5611-d65f-4778-b230-1019be612d49} <Debug> TCPHandler: Processed in 0.017717456 sec. | ||
| 511 | 2025.01.29 07:09:24.767430 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.01.29 07:09:24.767700 [ 274 ] {73e271f2-5cb8-4636-9266-4a18c43cf372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 513 | 2025.01.29 07:09:24.767806 [ 274 ] {73e271f2-5cb8-4636-9266-4a18c43cf372} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 514 | 2025.01.29 07:09:24.777333 [ 274 ] {73e271f2-5cb8-4636-9266-4a18c43cf372} <Debug> oximeter.measurements_cumulativef32 (79b716d0-72ee-4470-a62d-dbe74eb0caa7): Loading data parts | ||
| 515 | 2025.01.29 07:09:24.777544 [ 274 ] {73e271f2-5cb8-4636-9266-4a18c43cf372} <Debug> oximeter.measurements_cumulativef32 (79b716d0-72ee-4470-a62d-dbe74eb0caa7): There are no data parts | ||
| 516 | 2025.01.29 07:09:24.779155 [ 274 ] {73e271f2-5cb8-4636-9266-4a18c43cf372} <Debug> TCPHandler: Processed in 0.011794846 sec. | ||
| 517 | 2025.01.29 07:09:24.779463 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.01.29 07:09:24.779821 [ 279 ] {b6da1cf3-2d21-45a6-becc-feaa5d7e796a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 519 | 2025.01.29 07:09:24.779919 [ 279 ] {b6da1cf3-2d21-45a6-becc-feaa5d7e796a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 520 | 2025.01.29 07:09:24.781947 [ 279 ] {b6da1cf3-2d21-45a6-becc-feaa5d7e796a} <Debug> oximeter.measurements_cumulativef64 (3198d038-4b48-468c-910c-e7d3ec298933): Loading data parts | ||
| 521 | 2025.01.29 07:09:24.782112 [ 279 ] {b6da1cf3-2d21-45a6-becc-feaa5d7e796a} <Debug> oximeter.measurements_cumulativef64 (3198d038-4b48-468c-910c-e7d3ec298933): There are no data parts | ||
| 522 | 2025.01.29 07:09:24.791906 [ 279 ] {b6da1cf3-2d21-45a6-becc-feaa5d7e796a} <Debug> TCPHandler: Processed in 0.012591568 sec. | ||
| 523 | 2025.01.29 07:09:24.792126 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.01.29 07:09:24.792485 [ 274 ] {bebd999f-d6da-4ef5-91b4-e90a2ce2f9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 525 | * NOTE: Array types cannot be Nullable, see | ||
| 526 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 527 | * for more details. | ||
| 528 | * | ||
| 529 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 530 | * is unfortunate, and at this point relies on the fact that an | ||
| 531 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 532 | * to figure out another way to represent missing samples here. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2025.01.29 07:09:24.792601 [ 274 ] {bebd999f-d6da-4ef5-91b4-e90a2ce2f9ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 536 | 2025.01.29 07:09:24.795138 [ 274 ] {bebd999f-d6da-4ef5-91b4-e90a2ce2f9ca} <Debug> oximeter.measurements_histogrami8 (0148d2b0-a378-4f04-b3fa-0ec1f5c151c0): Loading data parts | ||
| 537 | 2025.01.29 07:09:24.795339 [ 274 ] {bebd999f-d6da-4ef5-91b4-e90a2ce2f9ca} <Debug> oximeter.measurements_histogrami8 (0148d2b0-a378-4f04-b3fa-0ec1f5c151c0): There are no data parts | ||
| 538 | 2025.01.29 07:09:24.804682 [ 274 ] {bebd999f-d6da-4ef5-91b4-e90a2ce2f9ca} <Debug> TCPHandler: Processed in 0.012617289 sec. | ||
| 539 | 2025.01.29 07:09:24.804924 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.29 07:09:24.805276 [ 279 ] {28b552ec-0630-47cc-9caf-1a96ef44db0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 541 | 2025.01.29 07:09:24.805366 [ 279 ] {28b552ec-0630-47cc-9caf-1a96ef44db0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 542 | 2025.01.29 07:09:24.807847 [ 279 ] {28b552ec-0630-47cc-9caf-1a96ef44db0f} <Debug> oximeter.measurements_histogramu8 (6f0efb5d-c739-476f-a58b-ce511a32a433): Loading data parts | ||
| 543 | 2025.01.29 07:09:24.808017 [ 279 ] {28b552ec-0630-47cc-9caf-1a96ef44db0f} <Debug> oximeter.measurements_histogramu8 (6f0efb5d-c739-476f-a58b-ce511a32a433): There are no data parts | ||
| 544 | 2025.01.29 07:09:24.819058 [ 279 ] {28b552ec-0630-47cc-9caf-1a96ef44db0f} <Debug> TCPHandler: Processed in 0.014218762 sec. | ||
| 545 | 2025.01.29 07:09:24.819293 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.29 07:09:24.819654 [ 274 ] {b73ab6cf-d3c9-43d3-86ef-83d53dd0883e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 547 | 2025.01.29 07:09:24.819759 [ 274 ] {b73ab6cf-d3c9-43d3-86ef-83d53dd0883e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2025.01.29 07:09:24.822749 [ 274 ] {b73ab6cf-d3c9-43d3-86ef-83d53dd0883e} <Debug> oximeter.measurements_histogrami16 (b60dd468-f9a7-49e5-999f-c32353c6c286): Loading data parts | ||
| 549 | 2025.01.29 07:09:24.822950 [ 274 ] {b73ab6cf-d3c9-43d3-86ef-83d53dd0883e} <Debug> oximeter.measurements_histogrami16 (b60dd468-f9a7-49e5-999f-c32353c6c286): There are no data parts | ||
| 550 | 2025.01.29 07:09:24.831745 [ 274 ] {b73ab6cf-d3c9-43d3-86ef-83d53dd0883e} <Debug> TCPHandler: Processed in 0.012520137 sec. | ||
| 551 | 2025.01.29 07:09:24.831978 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.29 07:09:24.832311 [ 279 ] {2bbb32fe-f282-4980-9c07-b5ab0232d3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 553 | 2025.01.29 07:09:24.832399 [ 279 ] {2bbb32fe-f282-4980-9c07-b5ab0232d3f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 554 | 2025.01.29 07:09:24.834801 [ 279 ] {2bbb32fe-f282-4980-9c07-b5ab0232d3f8} <Debug> oximeter.measurements_histogramu16 (7ad55caa-b5e1-4b39-bc09-78cb24ca2c8b): Loading data parts | ||
| 555 | 2025.01.29 07:09:24.834974 [ 279 ] {2bbb32fe-f282-4980-9c07-b5ab0232d3f8} <Debug> oximeter.measurements_histogramu16 (7ad55caa-b5e1-4b39-bc09-78cb24ca2c8b): There are no data parts | ||
| 556 | 2025.01.29 07:09:24.845732 [ 279 ] {2bbb32fe-f282-4980-9c07-b5ab0232d3f8} <Debug> TCPHandler: Processed in 0.013812981 sec. | ||
| 557 | 2025.01.29 07:09:24.845943 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.29 07:09:24.846239 [ 274 ] {213e490d-b2a4-4657-ade7-ccd499d8b1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 559 | 2025.01.29 07:09:24.846337 [ 274 ] {213e490d-b2a4-4657-ade7-ccd499d8b1a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 560 | 2025.01.29 07:09:24.857421 [ 274 ] {213e490d-b2a4-4657-ade7-ccd499d8b1a0} <Debug> oximeter.measurements_histogrami32 (e4db511b-44c0-4696-9a4e-013a4ffe08a9): Loading data parts | ||
| 561 | 2025.01.29 07:09:24.857667 [ 274 ] {213e490d-b2a4-4657-ade7-ccd499d8b1a0} <Debug> oximeter.measurements_histogrami32 (e4db511b-44c0-4696-9a4e-013a4ffe08a9): There are no data parts | ||
| 562 | 2025.01.29 07:09:24.859584 [ 274 ] {213e490d-b2a4-4657-ade7-ccd499d8b1a0} <Debug> TCPHandler: Processed in 0.013702548 sec. | ||
| 563 | 2025.01.29 07:09:24.859815 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.29 07:09:24.860183 [ 279 ] {bbac161e-47a5-489a-95fc-ea703158ca8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 565 | 2025.01.29 07:09:24.860277 [ 279 ] {bbac161e-47a5-489a-95fc-ea703158ca8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 566 | 2025.01.29 07:09:24.873528 [ 279 ] {bbac161e-47a5-489a-95fc-ea703158ca8a} <Debug> oximeter.measurements_histogramu32 (07668713-87e4-47e0-9582-e7ad25ddcd37): Loading data parts | ||
| 567 | 2025.01.29 07:09:24.873811 [ 279 ] {bbac161e-47a5-489a-95fc-ea703158ca8a} <Debug> oximeter.measurements_histogramu32 (07668713-87e4-47e0-9582-e7ad25ddcd37): There are no data parts | ||
| 568 | 2025.01.29 07:09:24.876465 [ 279 ] {bbac161e-47a5-489a-95fc-ea703158ca8a} <Debug> TCPHandler: Processed in 0.016715169 sec. | ||
| 569 | 2025.01.29 07:09:24.876704 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.29 07:09:24.877001 [ 274 ] {ae6fc051-8939-4c95-b602-d96dff232a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 571 | 2025.01.29 07:09:24.877102 [ 274 ] {ae6fc051-8939-4c95-b602-d96dff232a6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 572 | 2025.01.29 07:09:24.888530 [ 274 ] {ae6fc051-8939-4c95-b602-d96dff232a6d} <Debug> oximeter.measurements_histogrami64 (9941b196-bf73-49d3-9fda-2a5fd65ec7ca): Loading data parts | ||
| 573 | 2025.01.29 07:09:24.888737 [ 274 ] {ae6fc051-8939-4c95-b602-d96dff232a6d} <Debug> oximeter.measurements_histogrami64 (9941b196-bf73-49d3-9fda-2a5fd65ec7ca): There are no data parts | ||
| 574 | 2025.01.29 07:09:24.900511 [ 274 ] {ae6fc051-8939-4c95-b602-d96dff232a6d} <Debug> TCPHandler: Processed in 0.023867621 sec. | ||
| 575 | 2025.01.29 07:09:24.900747 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.01.29 07:09:24.901115 [ 279 ] {f609ffa7-1a79-4971-8ac4-ece1c7222a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 577 | 2025.01.29 07:09:24.901211 [ 279 ] {f609ffa7-1a79-4971-8ac4-ece1c7222a12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 578 | 2025.01.29 07:09:24.913506 [ 279 ] {f609ffa7-1a79-4971-8ac4-ece1c7222a12} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Loading data parts | ||
| 579 | 2025.01.29 07:09:24.913707 [ 279 ] {f609ffa7-1a79-4971-8ac4-ece1c7222a12} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): There are no data parts | ||
| 580 | 2025.01.29 07:09:24.930920 [ 279 ] {f609ffa7-1a79-4971-8ac4-ece1c7222a12} <Debug> TCPHandler: Processed in 0.030249872 sec. | ||
| 581 | 2025.01.29 07:09:24.931180 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2025.01.29 07:09:24.931480 [ 274 ] {7e527e08-d1cd-4414-abdc-dc92adc1ae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 583 | 2025.01.29 07:09:24.931585 [ 274 ] {7e527e08-d1cd-4414-abdc-dc92adc1ae32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 584 | 2025.01.29 07:09:24.935363 [ 274 ] {7e527e08-d1cd-4414-abdc-dc92adc1ae32} <Debug> oximeter.measurements_histogramf32 (b7718f15-8100-4adf-94a4-a14f822b2041): Loading data parts | ||
| 585 | 2025.01.29 07:09:24.935604 [ 274 ] {7e527e08-d1cd-4414-abdc-dc92adc1ae32} <Debug> oximeter.measurements_histogramf32 (b7718f15-8100-4adf-94a4-a14f822b2041): There are no data parts | ||
| 586 | 2025.01.29 07:09:24.945796 [ 274 ] {7e527e08-d1cd-4414-abdc-dc92adc1ae32} <Debug> TCPHandler: Processed in 0.014676324 sec. | ||
| 587 | 2025.01.29 07:09:24.946015 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2025.01.29 07:09:24.946395 [ 279 ] {f934c0a8-f2be-464c-8f3f-4e878317bccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 589 | 2025.01.29 07:09:24.946498 [ 279 ] {f934c0a8-f2be-464c-8f3f-4e878317bccf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 590 | 2025.01.29 07:09:24.960173 [ 279 ] {f934c0a8-f2be-464c-8f3f-4e878317bccf} <Debug> oximeter.measurements_histogramf64 (4cd2e9e3-50f3-4d2d-9c8e-bc7354cf7f17): Loading data parts | ||
| 591 | 2025.01.29 07:09:24.960366 [ 279 ] {f934c0a8-f2be-464c-8f3f-4e878317bccf} <Debug> oximeter.measurements_histogramf64 (4cd2e9e3-50f3-4d2d-9c8e-bc7354cf7f17): There are no data parts | ||
| 592 | 2025.01.29 07:09:24.963553 [ 279 ] {f934c0a8-f2be-464c-8f3f-4e878317bccf} <Debug> TCPHandler: Processed in 0.017603703 sec. | ||
| 593 | 2025.01.29 07:09:24.963814 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2025.01.29 07:09:24.964035 [ 274 ] {f5ed6563-43cd-4f05-b723-eab912977b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) /* The field tables store named dimensions of each timeseries. | ||
| 595 | * | ||
| 596 | * As with the measurement tables, there is one field table for each field data | ||
| 597 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 598 | * this behavior **must not** be relied upon for query correctness. | ||
| 599 | * | ||
| 600 | * The index for the fields differs from the measurements, however. Rows are | ||
| 601 | * sorted by timeseries name, then field name, field value, and finally | ||
| 602 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 603 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 604 | * usually then used to look up measurements. | ||
| 605 | * | ||
| 606 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 607 | * timeseries name and then key, since it would improve lookups where one | ||
| 608 | * already has the key. Realistically though, these tables are quite small and | ||
| 609 | * so performance benefits will be low in absolute terms. | ||
| 610 | * | ||
| 611 | * TTL: We use a materialized column to expire old field table records. This | ||
| 612 | * column is generated automatically by the database whenever a new row is | ||
| 613 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 614 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 615 | * record will remain during a deduplication, which will have the last | ||
| 616 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 617 | * measurement tables. | ||
| 618 | */ | ||
| 619 | 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) | ||
| 620 | 2025.01.29 07:09:24.964131 [ 274 ] {f5ed6563-43cd-4f05-b723-eab912977b47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 621 | 2025.01.29 07:09:24.974322 [ 274 ] {f5ed6563-43cd-4f05-b723-eab912977b47} <Debug> oximeter.fields_bool (f0b224e1-ae69-49e3-a32d-4104cb7d2a08): Loading data parts | ||
| 622 | 2025.01.29 07:09:24.974572 [ 274 ] {f5ed6563-43cd-4f05-b723-eab912977b47} <Debug> oximeter.fields_bool (f0b224e1-ae69-49e3-a32d-4104cb7d2a08): There are no data parts | ||
| 623 | 2025.01.29 07:09:24.988917 [ 274 ] {f5ed6563-43cd-4f05-b723-eab912977b47} <Debug> TCPHandler: Processed in 0.025163676 sec. | ||
| 624 | 2025.01.29 07:09:24.989183 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.29 07:09:24.989419 [ 279 ] {c2bf3490-bc55-4d1d-b3d0-a6098d0181e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 626 | 2025.01.29 07:09:24.989524 [ 279 ] {c2bf3490-bc55-4d1d-b3d0-a6098d0181e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 627 | 2025.01.29 07:09:25.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.26 MiB, peak 124.26 MiB, free memory in arenas 0.00 B, will set to 136.37 MiB (RSS), difference: 12.11 MiB | ||
| 628 | 2025.01.29 07:09:25.000954 [ 279 ] {c2bf3490-bc55-4d1d-b3d0-a6098d0181e4} <Debug> oximeter.fields_i8 (cc11db94-13f1-42db-b266-bf265781a1cd): Loading data parts | ||
| 629 | 2025.01.29 07:09:25.001188 [ 279 ] {c2bf3490-bc55-4d1d-b3d0-a6098d0181e4} <Debug> oximeter.fields_i8 (cc11db94-13f1-42db-b266-bf265781a1cd): There are no data parts | ||
| 630 | 2025.01.29 07:09:25.003757 [ 279 ] {c2bf3490-bc55-4d1d-b3d0-a6098d0181e4} <Debug> TCPHandler: Processed in 0.014653803 sec. | ||
| 631 | 2025.01.29 07:09:25.003979 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2025.01.29 07:09:25.004200 [ 274 ] {fc0209a7-ea72-4290-9589-82da5da74e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 633 | 2025.01.29 07:09:25.004295 [ 274 ] {fc0209a7-ea72-4290-9589-82da5da74e57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 634 | 2025.01.29 07:09:25.016637 [ 274 ] {fc0209a7-ea72-4290-9589-82da5da74e57} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Loading data parts | ||
| 635 | 2025.01.29 07:09:25.016848 [ 274 ] {fc0209a7-ea72-4290-9589-82da5da74e57} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): There are no data parts | ||
| 636 | 2025.01.29 07:09:25.019288 [ 274 ] {fc0209a7-ea72-4290-9589-82da5da74e57} <Debug> TCPHandler: Processed in 0.015377873 sec. | ||
| 637 | 2025.01.29 07:09:25.019498 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2025.01.29 07:09:25.019764 [ 279 ] {9a8d83a9-63f5-4257-90a1-1a666bb184ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 639 | 2025.01.29 07:09:25.019843 [ 279 ] {9a8d83a9-63f5-4257-90a1-1a666bb184ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 640 | 2025.01.29 07:09:25.029830 [ 279 ] {9a8d83a9-63f5-4257-90a1-1a666bb184ee} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Loading data parts | ||
| 641 | 2025.01.29 07:09:25.030006 [ 279 ] {9a8d83a9-63f5-4257-90a1-1a666bb184ee} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): There are no data parts | ||
| 642 | 2025.01.29 07:09:25.032397 [ 279 ] {9a8d83a9-63f5-4257-90a1-1a666bb184ee} <Debug> TCPHandler: Processed in 0.012967008 sec. | ||
| 643 | 2025.01.29 07:09:25.032595 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 644 | 2025.01.29 07:09:25.032827 [ 274 ] {73095ad3-aebd-41f4-b457-b12cdcf509fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 645 | 2025.01.29 07:09:25.032921 [ 274 ] {73095ad3-aebd-41f4-b457-b12cdcf509fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 646 | 2025.01.29 07:09:25.055992 [ 274 ] {73095ad3-aebd-41f4-b457-b12cdcf509fc} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Loading data parts | ||
| 647 | 2025.01.29 07:09:25.056181 [ 274 ] {73095ad3-aebd-41f4-b457-b12cdcf509fc} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): There are no data parts | ||
| 648 | 2025.01.29 07:09:25.081796 [ 274 ] {73095ad3-aebd-41f4-b457-b12cdcf509fc} <Debug> TCPHandler: Processed in 0.049270082 sec. | ||
| 649 | 2025.01.29 07:09:25.082087 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 650 | 2025.01.29 07:09:25.082375 [ 279 ] {ccdf8316-07c5-4102-9e84-3103b0097d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 651 | 2025.01.29 07:09:25.082458 [ 279 ] {ccdf8316-07c5-4102-9e84-3103b0097d7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 652 | 2025.01.29 07:09:25.096103 [ 279 ] {ccdf8316-07c5-4102-9e84-3103b0097d7f} <Debug> oximeter.fields_i32 (764c2ebf-54ff-4c3a-8856-5676d393a06d): Loading data parts | ||
| 653 | 2025.01.29 07:09:25.096298 [ 279 ] {ccdf8316-07c5-4102-9e84-3103b0097d7f} <Debug> oximeter.fields_i32 (764c2ebf-54ff-4c3a-8856-5676d393a06d): There are no data parts | ||
| 654 | 2025.01.29 07:09:25.107518 [ 279 ] {ccdf8316-07c5-4102-9e84-3103b0097d7f} <Debug> TCPHandler: Processed in 0.025496815 sec. | ||
| 655 | 2025.01.29 07:09:25.107753 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2025.01.29 07:09:25.107982 [ 274 ] {07e6abfc-c953-4a51-8a02-9b0c8fcd27ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 657 | 2025.01.29 07:09:25.108173 [ 274 ] {07e6abfc-c953-4a51-8a02-9b0c8fcd27ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 658 | 2025.01.29 07:09:25.112029 [ 274 ] {07e6abfc-c953-4a51-8a02-9b0c8fcd27ac} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Loading data parts | ||
| 659 | 2025.01.29 07:09:25.112201 [ 274 ] {07e6abfc-c953-4a51-8a02-9b0c8fcd27ac} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): There are no data parts | ||
| 660 | 2025.01.29 07:09:25.123628 [ 274 ] {07e6abfc-c953-4a51-8a02-9b0c8fcd27ac} <Debug> TCPHandler: Processed in 0.015954608 sec. | ||
| 661 | 2025.01.29 07:09:25.123903 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 662 | 2025.01.29 07:09:25.124129 [ 279 ] {f20a193d-c443-4b53-b1f8-22b6906df76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 663 | 2025.01.29 07:09:25.124226 [ 279 ] {f20a193d-c443-4b53-b1f8-22b6906df76d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 664 | 2025.01.29 07:09:25.137358 [ 279 ] {f20a193d-c443-4b53-b1f8-22b6906df76d} <Debug> oximeter.fields_i64 (8bafa5e8-2932-4e5e-8c1e-0e86ac72eea5): Loading data parts | ||
| 665 | 2025.01.29 07:09:25.137596 [ 279 ] {f20a193d-c443-4b53-b1f8-22b6906df76d} <Debug> oximeter.fields_i64 (8bafa5e8-2932-4e5e-8c1e-0e86ac72eea5): There are no data parts | ||
| 666 | 2025.01.29 07:09:25.150363 [ 279 ] {f20a193d-c443-4b53-b1f8-22b6906df76d} <Debug> TCPHandler: Processed in 0.026531962 sec. | ||
| 667 | 2025.01.29 07:09:25.150591 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2025.01.29 07:09:25.150866 [ 274 ] {bf6a5cbc-41be-4636-8cb3-e6a9e8917ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 669 | 2025.01.29 07:09:25.150920 [ 274 ] {bf6a5cbc-41be-4636-8cb3-e6a9e8917ace} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 670 | 2025.01.29 07:09:25.163469 [ 274 ] {bf6a5cbc-41be-4636-8cb3-e6a9e8917ace} <Debug> oximeter.fields_u64 (cc407b1b-68f0-4f4a-b70b-d244df662a67): Loading data parts | ||
| 671 | 2025.01.29 07:09:25.163655 [ 274 ] {bf6a5cbc-41be-4636-8cb3-e6a9e8917ace} <Debug> oximeter.fields_u64 (cc407b1b-68f0-4f4a-b70b-d244df662a67): There are no data parts | ||
| 672 | 2025.01.29 07:09:25.177810 [ 274 ] {bf6a5cbc-41be-4636-8cb3-e6a9e8917ace} <Debug> TCPHandler: Processed in 0.027291203 sec. | ||
| 673 | 2025.01.29 07:09:25.178135 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 674 | 2025.01.29 07:09:25.178373 [ 279 ] {cb602df5-5782-4ea2-b43e-256c5ae8140f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 675 | 2025.01.29 07:09:25.178500 [ 279 ] {cb602df5-5782-4ea2-b43e-256c5ae8140f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 676 | 2025.01.29 07:09:25.189745 [ 279 ] {cb602df5-5782-4ea2-b43e-256c5ae8140f} <Debug> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Loading data parts | ||
| 677 | 2025.01.29 07:09:25.190028 [ 279 ] {cb602df5-5782-4ea2-b43e-256c5ae8140f} <Debug> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): There are no data parts | ||
| 678 | 2025.01.29 07:09:25.207856 [ 279 ] {cb602df5-5782-4ea2-b43e-256c5ae8140f} <Debug> TCPHandler: Processed in 0.02980015 sec. | ||
| 679 | 2025.01.29 07:09:25.208157 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2025.01.29 07:09:25.208529 [ 274 ] {eb605095-ee92-4479-b724-f07a785b8cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 681 | 2025.01.29 07:09:25.208639 [ 274 ] {eb605095-ee92-4479-b724-f07a785b8cb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 682 | 2025.01.29 07:09:25.219723 [ 274 ] {eb605095-ee92-4479-b724-f07a785b8cb4} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Loading data parts | ||
| 683 | 2025.01.29 07:09:25.219935 [ 274 ] {eb605095-ee92-4479-b724-f07a785b8cb4} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): There are no data parts | ||
| 684 | 2025.01.29 07:09:25.223673 [ 274 ] {eb605095-ee92-4479-b724-f07a785b8cb4} <Debug> TCPHandler: Processed in 0.015631939 sec. | ||
| 685 | 2025.01.29 07:09:25.223936 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 686 | 2025.01.29 07:09:25.224152 [ 279 ] {34c5480d-f171-44fb-a626-37e9e3e172d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 687 | 2025.01.29 07:09:25.224303 [ 279 ] {34c5480d-f171-44fb-a626-37e9e3e172d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 688 | 2025.01.29 07:09:25.235493 [ 279 ] {34c5480d-f171-44fb-a626-37e9e3e172d6} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Loading data parts | ||
| 689 | 2025.01.29 07:09:25.235736 [ 279 ] {34c5480d-f171-44fb-a626-37e9e3e172d6} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): There are no data parts | ||
| 690 | 2025.01.29 07:09:25.237821 [ 279 ] {34c5480d-f171-44fb-a626-37e9e3e172d6} <Debug> TCPHandler: Processed in 0.013949464 sec. | ||
| 691 | 2025.01.29 07:09:25.238093 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2025.01.29 07:09:25.238552 [ 274 ] {942340c9-ef20-49de-80cc-e519b50fab88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) /* The timeseries schema table stores the extracted schema for the samples | ||
| 693 | * oximeter collects. | ||
| 694 | */ | ||
| 695 | 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) | ||
| 696 | 2025.01.29 07:09:25.238665 [ 274 ] {942340c9-ef20-49de-80cc-e519b50fab88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 697 | 2025.01.29 07:09:25.247506 [ 274 ] {942340c9-ef20-49de-80cc-e519b50fab88} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Loading data parts | ||
| 698 | 2025.01.29 07:09:25.247796 [ 274 ] {942340c9-ef20-49de-80cc-e519b50fab88} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): There are no data parts | ||
| 699 | 2025.01.29 07:09:25.261694 [ 274 ] {942340c9-ef20-49de-80cc-e519b50fab88} <Debug> TCPHandler: Processed in 0.023694016 sec. | ||
| 700 | 2025.01.29 07:09:25.261933 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 701 | 2025.01.29 07:09:25.262243 [ 279 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 702 | 2025.01.29 07:09:25.263537 [ 279 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 703 | 2025.01.29 07:09:25.272284 [ 284 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Trace> oximeter.version (612e2037-75b2-42c6-b633-cfba7ffc2875): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 704 | 2025.01.29 07:09:25.272446 [ 284 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 705 | 2025.01.29 07:09:25.277656 [ 284 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 706 | 2025.01.29 07:09:25.278444 [ 284 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Trace> oximeter.version (612e2037-75b2-42c6-b633-cfba7ffc2875): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 707 | 2025.01.29 07:09:25.278880 [ 279 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016693 sec., 59.905349547714614 rows/sec., 958.49 B/sec. | ||
| 708 | 2025.01.29 07:09:25.280182 [ 279 ] {77a5cf6f-0860-4c5d-9b95-b4a49d46315d} <Debug> TCPHandler: Processed in 0.018309361 sec. | ||
| 709 | 2025.01.29 07:09:25.814652 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45071 | ||
| 710 | 2025.01.29 07:09:25.814874 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.01.29 07:09:25.814906 [ 285 ] {} <Debug> TCP-Session: 953cb391-f594-4fb6-adbc-89d0bbb5293c Authenticating user 'default' from [fd00:1122:3344:101::c]:45071 | ||
| 712 | 2025.01.29 07:09:25.814930 [ 285 ] {} <Debug> TCP-Session: 953cb391-f594-4fb6-adbc-89d0bbb5293c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.01.29 07:09:25.815033 [ 285 ] {} <Debug> TCP-Session: 953cb391-f594-4fb6-adbc-89d0bbb5293c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.29 07:09:25.815096 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.01.29 07:09:25.815124 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 716 | 2025.01.29 07:09:25.815234 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 717 | 2025.01.29 07:09:25.816455 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35964 | ||
| 718 | 2025.01.29 07:09:25.816456 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41122 | ||
| 719 | 2025.01.29 07:09:25.816545 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54764 | ||
| 720 | 2025.01.29 07:09:25.816643 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2025.01.29 07:09:25.816665 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65204 | ||
| 722 | 2025.01.29 07:09:25.816794 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2025.01.29 07:09:25.816934 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33053 | ||
| 724 | 2025.01.29 07:09:25.816941 [ 286 ] {} <Debug> TCP-Session: 44ce60c8-45b3-4a0f-af37-cfbca6b6c548 Authenticating user 'default' from [fd00:1122:3344:101::c]:35964 | ||
| 725 | 2025.01.29 07:09:25.817228 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 726 | 2025.01.29 07:09:25.817234 [ 286 ] {} <Debug> TCP-Session: 44ce60c8-45b3-4a0f-af37-cfbca6b6c548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2025.01.29 07:09:25.817223 [ 287 ] {} <Debug> TCP-Session: 8115c215-5336-4b4a-aead-501b37ad9de0 Authenticating user 'default' from [fd00:1122:3344:101::c]:41122 | ||
| 728 | 2025.01.29 07:09:25.817310 [ 288 ] {} <Debug> TCP-Session: 56d456ca-f54d-4750-9e5d-d06d52b59302 Authenticating user 'default' from [fd00:1122:3344:101::c]:54764 | ||
| 729 | 2025.01.29 07:09:25.817370 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64440 | ||
| 730 | 2025.01.29 07:09:25.817296 [ 286 ] {} <Debug> TCP-Session: 44ce60c8-45b3-4a0f-af37-cfbca6b6c548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.01.29 07:09:25.817279 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62923 | ||
| 732 | 2025.01.29 07:09:25.817427 [ 287 ] {} <Debug> TCP-Session: 8115c215-5336-4b4a-aead-501b37ad9de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2025.01.29 07:09:25.817479 [ 288 ] {} <Debug> TCP-Session: 56d456ca-f54d-4750-9e5d-d06d52b59302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2025.01.29 07:09:25.817587 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 735 | 2025.01.29 07:09:25.817639 [ 288 ] {} <Debug> TCP-Session: 56d456ca-f54d-4750-9e5d-d06d52b59302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.29 07:09:25.817617 [ 287 ] {} <Debug> TCP-Session: 8115c215-5336-4b4a-aead-501b37ad9de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.29 07:09:25.817819 [ 292 ] {} <Debug> TCP-Session: 6865783f-556a-4ece-a83c-b9fa4e423797 Authenticating user 'default' from [fd00:1122:3344:101::c]:64440 | ||
| 738 | 2025.01.29 07:09:25.817949 [ 292 ] {} <Debug> TCP-Session: 6865783f-556a-4ece-a83c-b9fa4e423797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.29 07:09:25.817965 [ 292 ] {} <Debug> TCP-Session: 6865783f-556a-4ece-a83c-b9fa4e423797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.29 07:09:25.820678 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 741 | 2025.01.29 07:09:25.820819 [ 290 ] {} <Debug> TCP-Session: 48653800-f060-468b-84e4-b32d7b8d7ae1 Authenticating user 'default' from [fd00:1122:3344:101::c]:33053 | ||
| 742 | 2025.01.29 07:09:25.820855 [ 290 ] {} <Debug> TCP-Session: 48653800-f060-468b-84e4-b32d7b8d7ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.29 07:09:25.820872 [ 290 ] {} <Debug> TCP-Session: 48653800-f060-468b-84e4-b32d7b8d7ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.29 07:09:25.821793 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 745 | 2025.01.29 07:09:25.821832 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.29 07:09:25.821843 [ 291 ] {} <Debug> TCP-Session: bb28fb97-d7f6-4e6f-b2de-ea9f46d6dbc0 Authenticating user 'default' from [fd00:1122:3344:101::c]:62923 | ||
| 747 | 2025.01.29 07:09:25.821896 [ 289 ] {} <Debug> TCP-Session: b5c37ed1-dcfd-455a-b41b-b759f169e460 Authenticating user 'default' from [fd00:1122:3344:101::c]:65204 | ||
| 748 | 2025.01.29 07:09:25.821905 [ 291 ] {} <Debug> TCP-Session: bb28fb97-d7f6-4e6f-b2de-ea9f46d6dbc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.29 07:09:25.821997 [ 289 ] {} <Debug> TCP-Session: b5c37ed1-dcfd-455a-b41b-b759f169e460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2025.01.29 07:09:25.822009 [ 291 ] {} <Debug> TCP-Session: bb28fb97-d7f6-4e6f-b2de-ea9f46d6dbc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.29 07:09:25.822035 [ 289 ] {} <Debug> TCP-Session: b5c37ed1-dcfd-455a-b41b-b759f169e460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.29 07:09:26.001255 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.38 MiB, peak 137.38 MiB, free memory in arenas 0.00 B, will set to 141.41 MiB (RSS), difference: 4.04 MiB | ||
| 753 | 2025.01.29 07:09:31.270164 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.29 07:09:31.270189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.29 07:09:31.270277 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.29 07:09:31.270340 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.29 07:09:31.277930 [ 244 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Loading data parts | ||
| 758 | 2025.01.29 07:09:31.278328 [ 244 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): There are no data parts | ||
| 759 | 2025.01.29 07:09:31.289911 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.29 07:09:31.290003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 761 | 2025.01.29 07:09:31.294078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.29 07:09:31.295253 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.29 07:09:31.296092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.01.29 07:09:31.301032 [ 243 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Loading data parts | ||
| 765 | 2025.01.29 07:09:31.301230 [ 243 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): There are no data parts | ||
| 766 | 2025.01.29 07:09:31.327141 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.29 07:09:31.327214 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 768 | 2025.01.29 07:09:31.339845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.29 07:09:31.341744 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.29 07:09:31.346704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.29 07:09:32.001211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.40 MiB, peak 150.40 MiB, free memory in arenas 0.00 B, will set to 151.30 MiB (RSS), difference: 4.90 MiB | ||
| 772 | 2025.01.29 07:09:33.770030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.29 07:09:33.770129 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.29 07:09:33.777821 [ 242 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Loading data parts | ||
| 775 | 2025.01.29 07:09:33.778042 [ 242 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): There are no data parts | ||
| 776 | 2025.01.29 07:09:33.784253 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.29 07:09:33.784294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 778 | 2025.01.29 07:09:33.786066 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.29 07:09:33.786742 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.29 07:09:33.787231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.29 07:09:34.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.48 MiB, peak 155.48 MiB, free memory in arenas 0.00 B, will set to 151.74 MiB (RSS), difference: -3.74 MiB | ||
| 782 | 2025.01.29 07:09:38.723660 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.29 07:09:38.723721 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.29 07:09:38.797053 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.29 07:09:38.797943 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.29 07:09:38.797995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 787 | 2025.01.29 07:09:38.798717 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.29 07:09:38.799175 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.29 07:09:38.799400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.29 07:09:38.847635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.29 07:09:38.868892 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.29 07:09:38.868968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 793 | 2025.01.29 07:09:38.876247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.29 07:09:38.877414 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2025.01.29 07:09:38.880295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.29 07:09:44.001079 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.24 MiB, peak 156.41 MiB, free memory in arenas 0.00 B, will set to 153.26 MiB (RSS), difference: 4.02 MiB | ||
| 797 | 2025.01.29 07:09:45.296255 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.01.29 07:09:45.296568 [ 274 ] {78a447ff-7d70-4d86-a0a3-98e6fd29ab02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 799 | 2025.01.29 07:09:45.299547 [ 274 ] {78a447ff-7d70-4d86-a0a3-98e6fd29ab02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.01.29 07:09:45.309539 [ 274 ] {78a447ff-7d70-4d86-a0a3-98e6fd29ab02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.01.29 07:09:45.318221 [ 274 ] {78a447ff-7d70-4d86-a0a3-98e6fd29ab02} <Debug> TCPHandler: Processed in 0.022151295 sec. | ||
| 802 | 2025.01.29 07:09:45.324158 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.01.29 07:09:45.324400 [ 279 ] {5dab8e86-9d2d-4d13-8644-25b2d4a74c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.01.29 07:09:45.330172 [ 279 ] {5dab8e86-9d2d-4d13-8644-25b2d4a74c68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.01.29 07:09:45.330252 [ 279 ] {5dab8e86-9d2d-4d13-8644-25b2d4a74c68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.01.29 07:09:45.330957 [ 279 ] {5dab8e86-9d2d-4d13-8644-25b2d4a74c68} <Debug> TCPHandler: Processed in 0.006928716 sec. | ||
| 807 | 2025.01.29 07:09:45.331344 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.01.29 07:09:45.331539 [ 274 ] {ae2c7662-cfb4-445c-9c9d-ec49f68c1985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.01.29 07:09:45.333975 [ 274 ] {ae2c7662-cfb4-445c-9c9d-ec49f68c1985} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.01.29 07:09:45.334038 [ 274 ] {ae2c7662-cfb4-445c-9c9d-ec49f68c1985} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.01.29 07:09:45.334597 [ 274 ] {ae2c7662-cfb4-445c-9c9d-ec49f68c1985} <Debug> TCPHandler: Processed in 0.00332589 sec. | ||
| 812 | 2025.01.29 07:09:45.334982 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.01.29 07:09:45.335159 [ 279 ] {ccf3e8b2-c3ca-422a-80d1-4d96773dfbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 814 | 2025.01.29 07:09:45.335588 [ 279 ] {ccf3e8b2-c3ca-422a-80d1-4d96773dfbf8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.01.29 07:09:45.335655 [ 279 ] {ccf3e8b2-c3ca-422a-80d1-4d96773dfbf8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.01.29 07:09:45.336178 [ 279 ] {ccf3e8b2-c3ca-422a-80d1-4d96773dfbf8} <Debug> TCPHandler: Processed in 0.001262954 sec. | ||
| 817 | 2025.01.29 07:09:45.336447 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.01.29 07:09:45.336603 [ 274 ] {a5243ae1-47bb-4882-9bd6-47558cfed674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 819 | 2025.01.29 07:09:45.336969 [ 274 ] {a5243ae1-47bb-4882-9bd6-47558cfed674} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.01.29 07:09:45.337025 [ 274 ] {a5243ae1-47bb-4882-9bd6-47558cfed674} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.01.29 07:09:45.337524 [ 274 ] {a5243ae1-47bb-4882-9bd6-47558cfed674} <Debug> TCPHandler: Processed in 0.00113148 sec. | ||
| 822 | 2025.01.29 07:09:45.337765 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.01.29 07:09:45.337944 [ 279 ] {c77283fe-b19a-42bc-b6ce-c20c6cc80b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 824 | 2025.01.29 07:09:45.338372 [ 279 ] {c77283fe-b19a-42bc-b6ce-c20c6cc80b41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.01.29 07:09:45.338439 [ 279 ] {c77283fe-b19a-42bc-b6ce-c20c6cc80b41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.01.29 07:09:45.338992 [ 279 ] {c77283fe-b19a-42bc-b6ce-c20c6cc80b41} <Debug> TCPHandler: Processed in 0.001282175 sec. | ||
| 827 | 2025.01.29 07:09:45.339241 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.01.29 07:09:45.339392 [ 274 ] {21f9489c-858b-4798-b413-11c1a464d7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 829 | 2025.01.29 07:09:45.339760 [ 274 ] {21f9489c-858b-4798-b413-11c1a464d7a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.01.29 07:09:45.339816 [ 274 ] {21f9489c-858b-4798-b413-11c1a464d7a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.01.29 07:09:45.340309 [ 274 ] {21f9489c-858b-4798-b413-11c1a464d7a0} <Debug> TCPHandler: Processed in 0.00112298 sec. | ||
| 832 | 2025.01.29 07:09:45.340547 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.01.29 07:09:45.340698 [ 279 ] {75eeefab-046e-4c1c-b85e-592b01d53635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 834 | 2025.01.29 07:09:45.341133 [ 279 ] {75eeefab-046e-4c1c-b85e-592b01d53635} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.01.29 07:09:45.341199 [ 279 ] {75eeefab-046e-4c1c-b85e-592b01d53635} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.01.29 07:09:45.341781 [ 279 ] {75eeefab-046e-4c1c-b85e-592b01d53635} <Debug> TCPHandler: Processed in 0.001291555 sec. | ||
| 837 | 2025.01.29 07:09:45.342047 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.01.29 07:09:45.342199 [ 274 ] {50250607-d115-4c74-855c-d99b957b3f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 839 | 2025.01.29 07:09:45.342577 [ 274 ] {50250607-d115-4c74-855c-d99b957b3f1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.01.29 07:09:45.342631 [ 274 ] {50250607-d115-4c74-855c-d99b957b3f1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.01.29 07:09:45.343126 [ 274 ] {50250607-d115-4c74-855c-d99b957b3f1d} <Debug> TCPHandler: Processed in 0.001134281 sec. | ||
| 842 | 2025.01.29 07:09:45.343374 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.01.29 07:09:45.343528 [ 279 ] {51711270-41ff-460a-8cfb-2f23fdc330a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 844 | 2025.01.29 07:09:45.343905 [ 279 ] {51711270-41ff-460a-8cfb-2f23fdc330a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.01.29 07:09:45.343960 [ 279 ] {51711270-41ff-460a-8cfb-2f23fdc330a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 846 | 2025.01.29 07:09:45.344452 [ 279 ] {51711270-41ff-460a-8cfb-2f23fdc330a7} <Debug> TCPHandler: Processed in 0.00113175 sec. | ||
| 847 | 2025.01.29 07:09:45.344709 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2025.01.29 07:09:45.344891 [ 274 ] {bc2f1757-21d8-4a19-8541-763a60b11478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 849 | 2025.01.29 07:09:45.345351 [ 274 ] {bc2f1757-21d8-4a19-8541-763a60b11478} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 850 | 2025.01.29 07:09:45.345418 [ 274 ] {bc2f1757-21d8-4a19-8541-763a60b11478} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 851 | 2025.01.29 07:09:45.345986 [ 274 ] {bc2f1757-21d8-4a19-8541-763a60b11478} <Debug> TCPHandler: Processed in 0.001330836 sec. | ||
| 852 | 2025.01.29 07:09:45.346229 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 853 | 2025.01.29 07:09:45.346387 [ 279 ] {de841e9c-7388-42b6-80c8-a8875c220480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 854 | 2025.01.29 07:09:45.346768 [ 279 ] {de841e9c-7388-42b6-80c8-a8875c220480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 855 | 2025.01.29 07:09:45.346824 [ 279 ] {de841e9c-7388-42b6-80c8-a8875c220480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 856 | 2025.01.29 07:09:45.347326 [ 279 ] {de841e9c-7388-42b6-80c8-a8875c220480} <Debug> TCPHandler: Processed in 0.0011543 sec. | ||
| 857 | 2025.01.29 07:09:45.347589 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2025.01.29 07:09:45.347748 [ 274 ] {73704e2d-d66b-436c-9ba6-7ef357455d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 859 | 2025.01.29 07:09:45.348220 [ 274 ] {73704e2d-d66b-436c-9ba6-7ef357455d92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 860 | 2025.01.29 07:09:45.348288 [ 274 ] {73704e2d-d66b-436c-9ba6-7ef357455d92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 861 | 2025.01.29 07:09:45.348865 [ 274 ] {73704e2d-d66b-436c-9ba6-7ef357455d92} <Debug> TCPHandler: Processed in 0.001330336 sec. | ||
| 862 | 2025.01.29 07:09:45.349104 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2025.01.29 07:09:45.349262 [ 279 ] {4a190a45-5410-4b4b-b939-67b3bb88c8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 864 | 2025.01.29 07:09:45.349653 [ 279 ] {4a190a45-5410-4b4b-b939-67b3bb88c8a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 865 | 2025.01.29 07:09:45.349708 [ 279 ] {4a190a45-5410-4b4b-b939-67b3bb88c8a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 866 | 2025.01.29 07:09:45.350212 [ 279 ] {4a190a45-5410-4b4b-b939-67b3bb88c8a7} <Debug> TCPHandler: Processed in 0.001164911 sec. | ||
| 867 | 2025.01.29 07:09:45.350461 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.01.29 07:09:45.350619 [ 274 ] {c927358f-7695-4e4a-9ed4-1666842f14c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 869 | 2025.01.29 07:09:45.351015 [ 274 ] {c927358f-7695-4e4a-9ed4-1666842f14c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 870 | 2025.01.29 07:09:45.351071 [ 274 ] {c927358f-7695-4e4a-9ed4-1666842f14c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 871 | 2025.01.29 07:09:45.351599 [ 274 ] {c927358f-7695-4e4a-9ed4-1666842f14c0} <Debug> TCPHandler: Processed in 0.001191882 sec. | ||
| 872 | 2025.01.29 07:09:45.351858 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.01.29 07:09:45.352049 [ 279 ] {662053d1-f0c2-499c-bca3-d90d7cd4ec7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 874 | 2025.01.29 07:09:45.352522 [ 279 ] {662053d1-f0c2-499c-bca3-d90d7cd4ec7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2025.01.29 07:09:45.352589 [ 279 ] {662053d1-f0c2-499c-bca3-d90d7cd4ec7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2025.01.29 07:09:45.353091 [ 279 ] {662053d1-f0c2-499c-bca3-d90d7cd4ec7f} <Debug> TCPHandler: Processed in 0.001299285 sec. | ||
| 877 | 2025.01.29 07:09:45.353340 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.29 07:09:45.353499 [ 274 ] {f4cfdb69-cd14-4550-ba9d-42413eac8559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 879 | 2025.01.29 07:09:45.353895 [ 274 ] {f4cfdb69-cd14-4550-ba9d-42413eac8559} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 880 | 2025.01.29 07:09:45.353951 [ 274 ] {f4cfdb69-cd14-4550-ba9d-42413eac8559} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 881 | 2025.01.29 07:09:45.354446 [ 274 ] {f4cfdb69-cd14-4550-ba9d-42413eac8559} <Debug> TCPHandler: Processed in 0.001158111 sec. | ||
| 882 | 2025.01.29 07:09:45.354736 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2025.01.29 07:09:45.354930 [ 279 ] {00672479-eb42-47f8-833e-32d2303ab6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 884 | 2025.01.29 07:09:45.355412 [ 279 ] {00672479-eb42-47f8-833e-32d2303ab6b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 885 | 2025.01.29 07:09:45.355478 [ 279 ] {00672479-eb42-47f8-833e-32d2303ab6b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 886 | 2025.01.29 07:09:45.355997 [ 279 ] {00672479-eb42-47f8-833e-32d2303ab6b3} <Debug> TCPHandler: Processed in 0.001317445 sec. | ||
| 887 | 2025.01.29 07:09:45.361919 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.01.29 07:09:45.362068 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 889 | 2025.01.29 07:09:45.362130 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2025.01.29 07:09:45.362995 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.01.29 07:09:45.363035 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 892 | 2025.01.29 07:09:45.363807 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 893 | 2025.01.29 07:09:45.364220 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.01.29 07:09:45.364475 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002432 sec., 7401.315789473684 rows/sec., 1.01 MiB/sec. | ||
| 895 | 2025.01.29 07:09:45.364581 [ 274 ] {972e3136-3b79-4599-bd48-0e7dbf4834db} <Debug> TCPHandler: Processed in 0.002729534 sec. | ||
| 896 | 2025.01.29 07:09:45.364747 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.01.29 07:09:45.364895 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 898 | 2025.01.29 07:09:45.364954 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 899 | 2025.01.29 07:09:45.371229 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.01.29 07:09:45.371283 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 901 | 2025.01.29 07:09:45.373814 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 902 | 2025.01.29 07:09:45.374272 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.01.29 07:09:45.374494 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.009642 sec., 5807.923667288945 rows/sec., 456.88 KiB/sec. | ||
| 904 | 2025.01.29 07:09:45.374548 [ 279 ] {062e6ea4-d6b2-4fe9-b560-0c6c7adbdd26} <Debug> TCPHandler: Processed in 0.009869945 sec. | ||
| 905 | 2025.01.29 07:09:45.374752 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.01.29 07:09:45.374914 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 907 | 2025.01.29 07:09:45.374972 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 908 | 2025.01.29 07:09:45.375692 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.01.29 07:09:45.375737 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 910 | 2025.01.29 07:09:45.376250 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 911 | 2025.01.29 07:09:45.376756 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.01.29 07:09:45.376940 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002057 sec., 31113.271754982987 rows/sec., 2.43 MiB/sec. | ||
| 913 | 2025.01.29 07:09:45.376991 [ 274 ] {af3b2d95-f678-4eeb-9dac-49f54cee594b} <Debug> TCPHandler: Processed in 0.002347543 sec. | ||
| 914 | 2025.01.29 07:09:45.377137 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2025.01.29 07:09:45.377276 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 916 | 2025.01.29 07:09:45.377337 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 917 | 2025.01.29 07:09:45.378014 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.01.29 07:09:45.378050 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 919 | 2025.01.29 07:09:45.378766 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 920 | 2025.01.29 07:09:45.379254 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.01.29 07:09:45.379459 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002215 sec., 57787.81038374718 rows/sec., 4.02 MiB/sec. | ||
| 922 | 2025.01.29 07:09:45.379510 [ 279 ] {b593c4b0-a075-4e47-9835-204d96e9cf2b} <Debug> TCPHandler: Processed in 0.002439776 sec. | ||
| 923 | 2025.01.29 07:09:45.379664 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 924 | 2025.01.29 07:09:45.379801 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 925 | 2025.01.29 07:09:45.379859 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 926 | 2025.01.29 07:09:45.380446 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 927 | 2025.01.29 07:09:45.380489 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 928 | 2025.01.29 07:09:45.381042 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 929 | 2025.01.29 07:09:45.381565 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 930 | 2025.01.29 07:09:45.381741 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001972 sec., 24340.770791075054 rows/sec., 1.64 MiB/sec. | ||
| 931 | 2025.01.29 07:09:45.381793 [ 274 ] {8c86336f-9153-4712-9dfe-0eb9ba76a9e8} <Debug> TCPHandler: Processed in 0.002194679 sec. | ||
| 932 | 2025.01.29 07:09:46.299968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 933 | 2025.01.29 07:09:46.300613 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2025.01.29 07:09:46.300653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 935 | 2025.01.29 07:09:46.301249 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 936 | 2025.01.29 07:09:46.301512 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2025.01.29 07:09:46.301726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 938 | 2025.01.29 07:09:46.380831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 939 | 2025.01.29 07:09:46.400507 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2025.01.29 07:09:46.400571 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 941 | 2025.01.29 07:09:46.407262 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 942 | 2025.01.29 07:09:46.408024 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2025.01.29 07:09:46.410540 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 944 | 2025.01.29 07:09:50.301849 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2025.01.29 07:09:50.302164 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 946 | 2025.01.29 07:09:50.302278 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 947 | 2025.01.29 07:09:50.303166 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2025.01.29 07:09:50.303217 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 949 | 2025.01.29 07:09:50.303637 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 950 | 2025.01.29 07:09:50.303882 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2025.01.29 07:09:50.304113 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec. | ||
| 952 | 2025.01.29 07:09:50.304176 [ 274 ] {d985aa77-8a13-46f8-9a6b-564e5ff5aa1e} <Debug> TCPHandler: Processed in 0.002507088 sec. | ||
| 953 | 2025.01.29 07:09:50.304415 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.01.29 07:09:50.304602 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 955 | 2025.01.29 07:09:50.304673 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 956 | 2025.01.29 07:09:50.305439 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2025.01.29 07:09:50.305481 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 958 | 2025.01.29 07:09:50.305907 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 959 | 2025.01.29 07:09:50.306157 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2025.01.29 07:09:50.306422 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001855 sec., 34501.34770889488 rows/sec., 2.69 MiB/sec. | ||
| 961 | 2025.01.29 07:09:50.306484 [ 279 ] {ad08d237-5ff5-4ff9-bcbe-04c9998e75cd} <Debug> TCPHandler: Processed in 0.002195879 sec. | ||
| 962 | 2025.01.29 07:09:50.306624 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.01.29 07:09:50.306748 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 964 | 2025.01.29 07:09:50.306804 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 965 | 2025.01.29 07:09:50.307371 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 966 | 2025.01.29 07:09:50.307411 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 967 | 2025.01.29 07:09:50.307799 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 968 | 2025.01.29 07:09:50.308034 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 969 | 2025.01.29 07:09:50.308281 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 970 | 2025.01.29 07:09:50.308336 [ 274 ] {fe97da48-c589-43fe-b7bc-8214216cf031} <Debug> TCPHandler: Processed in 0.001768907 sec. | ||
| 971 | 2025.01.29 07:09:50.308480 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 972 | 2025.01.29 07:09:50.308599 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 973 | 2025.01.29 07:09:50.308661 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 974 | 2025.01.29 07:09:50.309299 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2025.01.29 07:09:50.309346 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 976 | 2025.01.29 07:09:50.309765 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 977 | 2025.01.29 07:09:50.310006 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2025.01.29 07:09:50.310181 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 979 | 2025.01.29 07:09:50.310230 [ 279 ] {b8edd443-995b-4f29-ae3e-e7dfd4359ecb} <Debug> TCPHandler: Processed in 0.001805269 sec. | ||
| 980 | 2025.01.29 07:09:53.723752 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 981 | 2025.01.29 07:09:53.723809 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 982 | 2025.01.29 07:09:53.788618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 983 | 2025.01.29 07:09:53.792590 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 984 | 2025.01.29 07:09:53.792629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 985 | 2025.01.29 07:09:53.794068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 986 | 2025.01.29 07:09:53.794380 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 987 | 2025.01.29 07:09:53.794818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 988 | 2025.01.29 07:09:53.802519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 989 | 2025.01.29 07:09:53.803177 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 990 | 2025.01.29 07:09:53.803224 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 991 | 2025.01.29 07:09:53.803792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 992 | 2025.01.29 07:09:53.804057 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.01.29 07:09:53.804284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 994 | 2025.01.29 07:09:53.911290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 995 | 2025.01.29 07:09:53.931526 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 996 | 2025.01.29 07:09:53.931600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 997 | 2025.01.29 07:09:53.938487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 998 | 2025.01.29 07:09:53.939272 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 999 | 2025.01.29 07:09:53.942363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1000 | 2025.01.29 07:09:55.295357 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1001 | 2025.01.29 07:09:55.295602 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1002 | 2025.01.29 07:09:55.297963 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1003 | 2025.01.29 07:09:55.298057 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <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 | ||
| 1004 | 2025.01.29 07:09:55.298436 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1005 | 2025.01.29 07:09:55.298696 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1006 | 2025.01.29 07:09:55.300912 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1007 | 2025.01.29 07:09:55.304279 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1008 | 2025.01.29 07:09:55.306238 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1009 | 2025.01.29 07:09:55.306272 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1010 | 2025.01.29 07:09:55.306398 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <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'))" | ||
| 1011 | 2025.01.29 07:09:55.306427 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1012 | 2025.01.29 07:09:55.320370 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.024874 sec., 723.6471817962531 rows/sec., 29.60 KiB/sec. | ||
| 1013 | 2025.01.29 07:09:55.320508 [ 274 ] {1daff5c8-e597-48ed-b5fb-df017df6242c} <Debug> TCPHandler: Processed in 0.025278089 sec. | ||
| 1014 | 2025.01.29 07:09:55.321508 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.01.29 07:09:55.321775 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1016 | 2025.01.29 07:09:55.322159 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1017 | 2025.01.29 07:09:55.322204 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <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 | ||
| 1018 | 2025.01.29 07:09:55.322509 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1019 | 2025.01.29 07:09:55.322591 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1020 | 2025.01.29 07:09:55.322778 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1021 | 2025.01.29 07:09:55.322819 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1022 | 2025.01.29 07:09:55.322844 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1023 | 2025.01.29 07:09:55.322862 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1024 | 2025.01.29 07:09:55.322911 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <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'))" | ||
| 1025 | 2025.01.29 07:09:55.322936 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1026 | 2025.01.29 07:09:55.323570 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001913 sec., 9409.304756926294 rows/sec., 384.91 KiB/sec. | ||
| 1027 | 2025.01.29 07:09:55.323656 [ 279 ] {e925f13b-2635-430e-a731-836a5cb41495} <Debug> TCPHandler: Processed in 0.002290722 sec. | ||
| 1028 | 2025.01.29 07:09:55.324043 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1029 | 2025.01.29 07:09:55.324228 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1030 | 2025.01.29 07:09:55.324560 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1031 | 2025.01.29 07:09:55.324606 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <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 | ||
| 1032 | 2025.01.29 07:09:55.324894 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1033 | 2025.01.29 07:09:55.324968 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1034 | 2025.01.29 07:09:55.325122 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1035 | 2025.01.29 07:09:55.325158 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1036 | 2025.01.29 07:09:55.325183 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1037 | 2025.01.29 07:09:55.325201 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1038 | 2025.01.29 07:09:55.325248 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <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'))" | ||
| 1039 | 2025.01.29 07:09:55.325272 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1040 | 2025.01.29 07:09:55.325883 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001741 sec., 10338.885697874784 rows/sec., 422.93 KiB/sec. | ||
| 1041 | 2025.01.29 07:09:55.326001 [ 274 ] {2c87ae3f-0952-4ffd-8343-43b21049f2e9} <Debug> TCPHandler: Processed in 0.002016014 sec. | ||
| 1042 | 2025.01.29 07:09:55.326722 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2025.01.29 07:09:55.326894 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1044 | 2025.01.29 07:09:55.327201 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1045 | 2025.01.29 07:09:55.327245 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <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 | ||
| 1046 | 2025.01.29 07:09:55.327519 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1047 | 2025.01.29 07:09:55.327593 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1048 | 2025.01.29 07:09:55.327742 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1049 | 2025.01.29 07:09:55.327776 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1050 | 2025.01.29 07:09:55.327801 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1051 | 2025.01.29 07:09:55.327818 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1052 | 2025.01.29 07:09:55.327863 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <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'))" | ||
| 1053 | 2025.01.29 07:09:55.327887 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1054 | 2025.01.29 07:09:55.328396 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00158 sec., 11392.405063291139 rows/sec., 466.03 KiB/sec. | ||
| 1055 | 2025.01.29 07:09:55.328480 [ 279 ] {be4a0402-eb2c-4623-804e-7ba2e7cecf02} <Debug> TCPHandler: Processed in 0.001826209 sec. | ||
| 1056 | 2025.01.29 07:09:55.328774 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2025.01.29 07:09:55.328953 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1058 | 2025.01.29 07:09:55.329269 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1059 | 2025.01.29 07:09:55.329317 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <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 | ||
| 1060 | 2025.01.29 07:09:55.329596 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1061 | 2025.01.29 07:09:55.329665 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1062 | 2025.01.29 07:09:55.329814 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1063 | 2025.01.29 07:09:55.329849 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1064 | 2025.01.29 07:09:55.329873 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1065 | 2025.01.29 07:09:55.329891 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1066 | 2025.01.29 07:09:55.329936 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <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'))" | ||
| 1067 | 2025.01.29 07:09:55.329959 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1068 | 2025.01.29 07:09:55.330600 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001731 sec., 10398.613518197575 rows/sec., 425.38 KiB/sec. | ||
| 1069 | 2025.01.29 07:09:55.330718 [ 274 ] {f0d4acd6-e89a-4981-b722-8fb2843e7731} <Debug> TCPHandler: Processed in 0.002002604 sec. | ||
| 1070 | 2025.01.29 07:09:55.330996 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2025.01.29 07:09:55.331174 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1072 | 2025.01.29 07:09:55.331486 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1073 | 2025.01.29 07:09:55.331531 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <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 | ||
| 1074 | 2025.01.29 07:09:55.331813 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1075 | 2025.01.29 07:09:55.331892 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1076 | 2025.01.29 07:09:55.332045 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1077 | 2025.01.29 07:09:55.332080 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1078 | 2025.01.29 07:09:55.332104 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1079 | 2025.01.29 07:09:55.332121 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1080 | 2025.01.29 07:09:55.332166 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <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'))" | ||
| 1081 | 2025.01.29 07:09:55.332189 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1082 | 2025.01.29 07:09:55.332700 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001609 sec., 11187.072715972654 rows/sec., 457.63 KiB/sec. | ||
| 1083 | 2025.01.29 07:09:55.332782 [ 279 ] {7e158d96-854f-427a-8b34-cae466d2a4d5} <Debug> TCPHandler: Processed in 0.00184263 sec. | ||
| 1084 | 2025.01.29 07:09:55.333089 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1085 | 2025.01.29 07:09:55.333299 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1086 | 2025.01.29 07:09:55.333673 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1087 | 2025.01.29 07:09:55.333723 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <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 | ||
| 1088 | 2025.01.29 07:09:55.334013 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1089 | 2025.01.29 07:09:55.334091 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1090 | 2025.01.29 07:09:55.334246 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1091 | 2025.01.29 07:09:55.334282 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1092 | 2025.01.29 07:09:55.334306 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1093 | 2025.01.29 07:09:55.334327 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1094 | 2025.01.29 07:09:55.334379 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <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'))" | ||
| 1095 | 2025.01.29 07:09:55.334404 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1096 | 2025.01.29 07:09:55.334967 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001768 sec., 10180.995475113123 rows/sec., 416.48 KiB/sec. | ||
| 1097 | 2025.01.29 07:09:55.335081 [ 274 ] {f14e33a1-cf50-4e51-a5f8-4464fdb54cc3} <Debug> TCPHandler: Processed in 0.002060045 sec. | ||
| 1098 | 2025.01.29 07:09:55.335342 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.01.29 07:09:55.335515 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1100 | 2025.01.29 07:09:55.335835 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1101 | 2025.01.29 07:09:55.335880 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <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 | ||
| 1102 | 2025.01.29 07:09:55.336173 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1103 | 2025.01.29 07:09:55.336241 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1104 | 2025.01.29 07:09:55.336397 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1105 | 2025.01.29 07:09:55.336431 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1106 | 2025.01.29 07:09:55.336464 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1107 | 2025.01.29 07:09:55.336482 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1108 | 2025.01.29 07:09:55.336525 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <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'))" | ||
| 1109 | 2025.01.29 07:09:55.336548 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1110 | 2025.01.29 07:09:55.337104 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec. | ||
| 1111 | 2025.01.29 07:09:55.337186 [ 279 ] {cf7005c7-3e50-4464-91bc-fbcb10b2d055} <Debug> TCPHandler: Processed in 0.001900631 sec. | ||
| 1112 | 2025.01.29 07:09:55.337497 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.01.29 07:09:55.337718 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1114 | 2025.01.29 07:09:55.338048 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1115 | 2025.01.29 07:09:55.338103 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <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 | ||
| 1116 | 2025.01.29 07:09:55.338551 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1117 | 2025.01.29 07:09:55.338621 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1118 | 2025.01.29 07:09:55.338786 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1119 | 2025.01.29 07:09:55.338828 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1120 | 2025.01.29 07:09:55.338859 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1121 | 2025.01.29 07:09:55.338879 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1122 | 2025.01.29 07:09:55.338927 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <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'))" | ||
| 1123 | 2025.01.29 07:09:55.338953 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1124 | 2025.01.29 07:09:55.339709 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002089 sec., 8616.56294877932 rows/sec., 352.48 KiB/sec. | ||
| 1125 | 2025.01.29 07:09:55.339866 [ 274 ] {9b0e2301-5dd7-461e-8a2e-a8e5c5b13041} <Debug> TCPHandler: Processed in 0.002433516 sec. | ||
| 1126 | 2025.01.29 07:09:55.340224 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2025.01.29 07:09:55.340439 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1128 | 2025.01.29 07:09:55.340907 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1129 | 2025.01.29 07:09:55.340969 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <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 | ||
| 1130 | 2025.01.29 07:09:55.341386 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1131 | 2025.01.29 07:09:55.341473 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1132 | 2025.01.29 07:09:55.341666 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1133 | 2025.01.29 07:09:55.341706 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1134 | 2025.01.29 07:09:55.341735 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1135 | 2025.01.29 07:09:55.341757 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1136 | 2025.01.29 07:09:55.341811 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <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'))" | ||
| 1137 | 2025.01.29 07:09:55.341842 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1138 | 2025.01.29 07:09:55.342462 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00213 sec., 8450.704225352112 rows/sec., 345.69 KiB/sec. | ||
| 1139 | 2025.01.29 07:09:55.342547 [ 279 ] {b8cd812b-b3f9-48f8-8eb8-aab8863c55ce} <Debug> TCPHandler: Processed in 0.002389045 sec. | ||
| 1140 | 2025.01.29 07:09:55.342823 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.01.29 07:09:55.343010 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1142 | 2025.01.29 07:09:55.343338 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1143 | 2025.01.29 07:09:55.343387 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <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 | ||
| 1144 | 2025.01.29 07:09:55.343684 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1145 | 2025.01.29 07:09:55.343753 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1146 | 2025.01.29 07:09:55.343905 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1147 | 2025.01.29 07:09:55.343940 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1148 | 2025.01.29 07:09:55.343964 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1149 | 2025.01.29 07:09:55.343981 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1150 | 2025.01.29 07:09:55.344026 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <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'))" | ||
| 1151 | 2025.01.29 07:09:55.344051 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1152 | 2025.01.29 07:09:55.344736 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001808 sec., 9955.752212389381 rows/sec., 407.26 KiB/sec. | ||
| 1153 | 2025.01.29 07:09:55.344877 [ 274 ] {4bf28991-f19f-4802-a8f6-d4e59d3c8ee3} <Debug> TCPHandler: Processed in 0.002114327 sec. | ||
| 1154 | 2025.01.29 07:09:55.345323 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.01.29 07:09:55.345538 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1156 | 2025.01.29 07:09:55.345910 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1157 | 2025.01.29 07:09:55.345968 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <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 | ||
| 1158 | 2025.01.29 07:09:55.346365 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1159 | 2025.01.29 07:09:55.346446 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1160 | 2025.01.29 07:09:55.346634 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1161 | 2025.01.29 07:09:55.346674 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1162 | 2025.01.29 07:09:55.346703 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1163 | 2025.01.29 07:09:55.346725 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1164 | 2025.01.29 07:09:55.346781 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <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'))" | ||
| 1165 | 2025.01.29 07:09:55.346814 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1166 | 2025.01.29 07:09:55.347488 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002059 sec., 8742.10781932977 rows/sec., 357.61 KiB/sec. | ||
| 1167 | 2025.01.29 07:09:55.347588 [ 279 ] {6c79b0e0-abe9-4c56-89b8-589c1d5926a4} <Debug> TCPHandler: Processed in 0.002326323 sec. | ||
| 1168 | 2025.01.29 07:09:55.352100 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2025.01.29 07:09:55.352293 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1170 | 2025.01.29 07:09:55.352615 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1171 | 2025.01.29 07:09:55.352662 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <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 | ||
| 1172 | 2025.01.29 07:09:55.352992 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2025.01.29 07:09:55.353058 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1174 | 2025.01.29 07:09:55.353228 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1175 | 2025.01.29 07:09:55.353262 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1176 | 2025.01.29 07:09:55.353286 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1177 | 2025.01.29 07:09:55.353303 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1178 | 2025.01.29 07:09:55.353349 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <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'))" | ||
| 1179 | 2025.01.29 07:09:55.353372 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1180 | 2025.01.29 07:09:55.353981 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001784 sec., 10089.686098654709 rows/sec., 412.74 KiB/sec. | ||
| 1181 | 2025.01.29 07:09:55.354097 [ 274 ] {bf6d558b-3e64-482d-ab20-abb00683a0c6} <Debug> TCPHandler: Processed in 0.002065706 sec. | ||
| 1182 | 2025.01.29 07:09:55.361361 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.01.29 07:09:55.361484 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1184 | 2025.01.29 07:09:55.361533 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1185 | 2025.01.29 07:09:55.362231 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.01.29 07:09:55.362277 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1187 | 2025.01.29 07:09:55.362770 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1188 | 2025.01.29 07:09:55.362985 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.01.29 07:09:55.363234 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001782 sec., 7295.173961840629 rows/sec., 1.44 MiB/sec. | ||
| 1190 | 2025.01.29 07:09:55.363401 [ 274 ] {05af1c07-61c4-4bf7-b745-1f907487bd9d} <Debug> TCPHandler: Processed in 0.002093946 sec. | ||
| 1191 | 2025.01.29 07:09:55.363590 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.01.29 07:09:55.363730 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1193 | 2025.01.29 07:09:55.363783 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1194 | 2025.01.29 07:09:55.364938 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.01.29 07:09:55.364977 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1196 | 2025.01.29 07:09:55.365389 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1197 | 2025.01.29 07:09:55.365642 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.01.29 07:09:55.365864 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002173 sec., 6442.7059364933275 rows/sec., 463.79 KiB/sec. | ||
| 1199 | 2025.01.29 07:09:55.365919 [ 279 ] {06e1c919-5381-4693-8720-7fdb4fdc8fc1} <Debug> TCPHandler: Processed in 0.002399684 sec. | ||
| 1200 | 2025.01.29 07:09:55.366098 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.01.29 07:09:55.366237 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1202 | 2025.01.29 07:09:55.366296 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1203 | 2025.01.29 07:09:55.367065 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.01.29 07:09:55.367104 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1205 | 2025.01.29 07:09:55.367474 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1206 | 2025.01.29 07:09:55.367713 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.01.29 07:09:55.367932 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001726 sec., 126882.966396292 rows/sec., 11.08 MiB/sec. | ||
| 1208 | 2025.01.29 07:09:55.367984 [ 274 ] {87bd5e00-c4e0-4ceb-b079-594d7ba88670} <Debug> TCPHandler: Processed in 0.001952643 sec. | ||
| 1209 | 2025.01.29 07:09:55.368147 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.01.29 07:09:55.368284 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.01.29 07:09:55.368341 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1212 | 2025.01.29 07:09:55.369185 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.01.29 07:09:55.369223 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1214 | 2025.01.29 07:09:55.369576 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1215 | 2025.01.29 07:09:55.369811 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.01.29 07:09:55.370061 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001786 sec., 8398.6562150056 rows/sec., 592.17 KiB/sec. | ||
| 1217 | 2025.01.29 07:09:55.370169 [ 279 ] {fce86ccd-6e30-4cf1-92a3-a467971c46df} <Debug> TCPHandler: Processed in 0.002088436 sec. | ||
| 1218 | 2025.01.29 07:09:55.370326 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.01.29 07:09:55.370469 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.01.29 07:09:55.370526 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1221 | 2025.01.29 07:09:55.371164 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.01.29 07:09:55.371210 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1223 | 2025.01.29 07:09:55.371582 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.01.29 07:09:55.371814 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.01.29 07:09:55.372011 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 621.34 KiB/sec. | ||
| 1226 | 2025.01.29 07:09:55.372062 [ 274 ] {97e8c995-821e-474d-bb1a-97ec9fbca877} <Debug> TCPHandler: Processed in 0.001802708 sec. | ||
| 1227 | 2025.01.29 07:09:55.372215 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.01.29 07:09:55.372351 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.01.29 07:09:55.372407 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1230 | 2025.01.29 07:09:55.373028 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.01.29 07:09:55.373067 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1232 | 2025.01.29 07:09:55.373420 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.01.29 07:09:55.373717 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.01.29 07:09:55.373971 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 1235 | 2025.01.29 07:09:55.374052 [ 279 ] {7e36fd61-a638-43cd-869b-794b2a08ad9f} <Debug> TCPHandler: Processed in 0.001903772 sec. | ||
| 1236 | 2025.01.29 07:09:55.374194 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.01.29 07:09:55.374310 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1238 | 2025.01.29 07:09:55.374359 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1239 | 2025.01.29 07:09:55.375063 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.01.29 07:09:55.375103 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1241 | 2025.01.29 07:09:55.375464 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.01.29 07:09:55.375695 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.01.29 07:09:55.375928 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001641 sec., 237659.9634369287 rows/sec., 16.85 MiB/sec. | ||
| 1244 | 2025.01.29 07:09:55.375979 [ 274 ] {046bfdf5-ec93-415b-9da6-8c5baadf92f4} <Debug> TCPHandler: Processed in 0.001841389 sec. | ||
| 1245 | 2025.01.29 07:09:55.376137 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.01.29 07:09:55.376274 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1247 | 2025.01.29 07:09:55.376332 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1248 | 2025.01.29 07:09:55.376854 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.01.29 07:09:55.376893 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1250 | 2025.01.29 07:09:55.377251 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1251 | 2025.01.29 07:09:55.377485 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.01.29 07:09:55.377764 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 1253 | 2025.01.29 07:09:55.377826 [ 279 ] {1e4d78b5-2fd9-4d83-99da-b5816bffd47a} <Debug> TCPHandler: Processed in 0.001754857 sec. | ||
| 1254 | 2025.01.29 07:09:55.377978 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.01.29 07:09:55.378115 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1256 | 2025.01.29 07:09:55.378176 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1257 | 2025.01.29 07:09:55.378826 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.01.29 07:09:55.378865 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1259 | 2025.01.29 07:09:55.379239 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1260 | 2025.01.29 07:09:55.379477 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.01.29 07:09:55.379769 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 1262 | 2025.01.29 07:09:55.379833 [ 274 ] {e0fd276d-3143-4ce7-9c10-ec9855a67bcd} <Debug> TCPHandler: Processed in 0.001920602 sec. | ||
| 1263 | 2025.01.29 07:09:55.379984 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.01.29 07:09:55.380121 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.01.29 07:09:55.380180 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1266 | 2025.01.29 07:09:55.380711 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.01.29 07:09:55.380751 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1268 | 2025.01.29 07:09:55.381100 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1269 | 2025.01.29 07:09:55.381332 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.01.29 07:09:55.381594 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 1271 | 2025.01.29 07:09:55.381650 [ 279 ] {ce6c411a-c690-4dee-a8c2-13a09a372926} <Debug> TCPHandler: Processed in 0.001731846 sec. | ||
| 1272 | 2025.01.29 07:09:55.381801 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.01.29 07:09:55.381939 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.01.29 07:09:55.382029 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1275 | 2025.01.29 07:09:55.383249 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.01.29 07:09:55.383289 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1277 | 2025.01.29 07:09:55.385810 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1278 | 2025.01.29 07:09:55.386067 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.01.29 07:09:55.386280 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004372 sec., 1829.826166514181 rows/sec., 3.28 MiB/sec. | ||
| 1280 | 2025.01.29 07:09:55.386369 [ 274 ] {3a5e78ad-c7ea-4d4a-939f-9bfc7e4d2eec} <Debug> TCPHandler: Processed in 0.004635124 sec. | ||
| 1281 | 2025.01.29 07:09:55.386527 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.01.29 07:09:55.386644 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1283 | 2025.01.29 07:09:55.386694 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1284 | 2025.01.29 07:09:55.387183 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1285 | 2025.01.29 07:09:55.387222 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1286 | 2025.01.29 07:09:55.387595 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1287 | 2025.01.29 07:09:55.387838 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2025.01.29 07:09:55.388054 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
| 1289 | 2025.01.29 07:09:55.388106 [ 279 ] {af838d08-7401-4b98-928b-7230f0fc7807} <Debug> TCPHandler: Processed in 0.001639524 sec. | ||
| 1290 | 2025.01.29 07:10:00.301244 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.01.29 07:10:00.301440 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1292 | 2025.01.29 07:10:00.301513 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1293 | 2025.01.29 07:10:00.302305 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2025.01.29 07:10:00.302356 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1295 | 2025.01.29 07:10:00.302817 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1296 | 2025.01.29 07:10:00.303081 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.01.29 07:10:00.303389 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.17 MiB/sec. | ||
| 1298 | 2025.01.29 07:10:00.303486 [ 274 ] {64115b73-7952-4d06-a0bb-0283c5d5031b} <Debug> TCPHandler: Processed in 0.002370414 sec. | ||
| 1299 | 2025.01.29 07:10:00.303768 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.01.29 07:10:00.303957 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1301 | 2025.01.29 07:10:00.304029 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1302 | 2025.01.29 07:10:00.304841 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.01.29 07:10:00.304894 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1304 | 2025.01.29 07:10:00.305328 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1305 | 2025.01.29 07:10:00.305587 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.01.29 07:10:00.305772 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 1307 | 2025.01.29 07:10:00.305829 [ 279 ] {8745bd73-7c69-4020-8a28-ef0b83a01dba} <Debug> TCPHandler: Processed in 0.002195339 sec. | ||
| 1308 | 2025.01.29 07:10:00.306002 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.01.29 07:10:00.306146 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.01.29 07:10:00.306210 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1311 | 2025.01.29 07:10:00.306885 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.01.29 07:10:00.306923 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1313 | 2025.01.29 07:10:00.307318 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1314 | 2025.01.29 07:10:00.307562 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.01.29 07:10:00.307782 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 1316 | 2025.01.29 07:10:00.307844 [ 274 ] {74e1593c-a4be-47f6-ab03-92a9f34da7b7} <Debug> TCPHandler: Processed in 0.001911111 sec. | ||
| 1317 | 2025.01.29 07:10:00.308033 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.01.29 07:10:00.308168 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.01.29 07:10:00.308223 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1320 | 2025.01.29 07:10:00.308726 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.01.29 07:10:00.308763 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1322 | 2025.01.29 07:10:00.309132 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1323 | 2025.01.29 07:10:00.309368 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.01.29 07:10:00.309539 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
| 1325 | 2025.01.29 07:10:00.309587 [ 279 ] {54139c6d-84bc-4259-a66a-ba0924ab35a6} <Debug> TCPHandler: Processed in 0.001614134 sec. | ||
| 1326 | 2025.01.29 07:10:01.305286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1327 | 2025.01.29 07:10:01.305968 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2025.01.29 07:10:01.306024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1329 | 2025.01.29 07:10:01.306630 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1330 | 2025.01.29 07:10:01.306895 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2025.01.29 07:10:01.307162 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1332 | 2025.01.29 07:10:01.443342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1333 | 2025.01.29 07:10:01.470776 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2025.01.29 07:10:01.470854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1335 | 2025.01.29 07:10:01.480482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1336 | 2025.01.29 07:10:01.481702 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2025.01.29 07:10:01.487211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1338 | 2025.01.29 07:10:02.001201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.07 MiB, peak 162.07 MiB, free memory in arenas 0.00 B, will set to 159.33 MiB (RSS), difference: 1.25 MiB | ||
| 1339 | 2025.01.29 07:10:03.795946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.29 07:10:03.799433 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.29 07:10:03.799493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1342 | 2025.01.29 07:10:03.801086 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.29 07:10:03.801403 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.01.29 07:10:03.801993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.29 07:10:05.307243 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.29 07:10:05.307430 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.29 07:10:05.307503 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.29 07:10:05.308256 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.29 07:10:05.308308 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1350 | 2025.01.29 07:10:05.308727 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.29 07:10:05.308976 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.01.29 07:10:05.309218 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 1353 | 2025.01.29 07:10:05.309283 [ 274 ] {f46659f6-cda0-4bfa-9d28-a486958f3363} <Debug> TCPHandler: Processed in 0.002171028 sec. | ||
| 1354 | 2025.01.29 07:10:05.309550 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.29 07:10:05.309737 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.29 07:10:05.309809 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.29 07:10:05.310618 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.29 07:10:05.310673 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1359 | 2025.01.29 07:10:05.311130 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.29 07:10:05.311393 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.01.29 07:10:05.311659 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001969 sec., 111223.9715591671 rows/sec., 9.71 MiB/sec. | ||
| 1362 | 2025.01.29 07:10:05.311849 [ 279 ] {8d412a72-36ca-4877-952f-590b33c468b6} <Debug> TCPHandler: Processed in 0.002425475 sec. | ||
| 1363 | 2025.01.29 07:10:05.312014 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.29 07:10:05.312137 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.29 07:10:05.312190 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.29 07:10:05.312773 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.29 07:10:05.312814 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1368 | 2025.01.29 07:10:05.313173 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.29 07:10:05.313414 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.01.29 07:10:05.313698 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001573 sec., 9535.918626827717 rows/sec., 672.36 KiB/sec. | ||
| 1371 | 2025.01.29 07:10:05.313770 [ 274 ] {b27fd6fc-ac32-45be-8041-39ab8527e8cb} <Debug> TCPHandler: Processed in 0.001813328 sec. | ||
| 1372 | 2025.01.29 07:10:05.313920 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.29 07:10:05.314044 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.29 07:10:05.314095 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.29 07:10:05.314690 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.29 07:10:05.314733 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1377 | 2025.01.29 07:10:05.315098 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.29 07:10:05.315353 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.01.29 07:10:05.315617 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec. | ||
| 1380 | 2025.01.29 07:10:05.315690 [ 279 ] {e10ef17e-b7f1-4215-a70c-d8f4da998462} <Debug> TCPHandler: Processed in 0.001831119 sec. | ||
| 1381 | 2025.01.29 07:10:05.315857 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.29 07:10:05.315985 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.29 07:10:05.316043 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.29 07:10:05.316723 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.29 07:10:05.316772 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1386 | 2025.01.29 07:10:05.317160 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.29 07:10:05.317409 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.01.29 07:10:05.317621 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec. | ||
| 1389 | 2025.01.29 07:10:05.317674 [ 274 ] {d3297ab6-26a3-4435-9923-a9c80377b8a8} <Debug> TCPHandler: Processed in 0.00187458 sec. | ||
| 1390 | 2025.01.29 07:10:05.317846 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.29 07:10:05.317996 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.29 07:10:05.318056 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.29 07:10:05.318907 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.29 07:10:05.318956 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1395 | 2025.01.29 07:10:05.319359 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.29 07:10:05.319611 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.01.29 07:10:05.319830 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001867 sec., 208891.2694161757 rows/sec., 14.81 MiB/sec. | ||
| 1398 | 2025.01.29 07:10:05.319885 [ 279 ] {b8882d2d-1230-4f59-9c08-17590f57abb3} <Debug> TCPHandler: Processed in 0.002109616 sec. | ||
| 1399 | 2025.01.29 07:10:05.320038 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.29 07:10:05.320156 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.29 07:10:05.320207 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.29 07:10:05.320694 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.29 07:10:05.320734 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1404 | 2025.01.29 07:10:05.321115 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.29 07:10:05.321353 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.29 07:10:05.321551 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
| 1407 | 2025.01.29 07:10:05.321602 [ 274 ] {2f35b189-bb43-4526-8ccb-d6f087801ab7} <Debug> TCPHandler: Processed in 0.001621294 sec. | ||
| 1408 | 2025.01.29 07:10:05.321756 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.29 07:10:05.321872 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.29 07:10:05.321926 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.29 07:10:05.322619 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.29 07:10:05.322667 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1413 | 2025.01.29 07:10:05.323110 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.29 07:10:05.323354 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.29 07:10:05.323643 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001776 sec., 133445.94594594595 rows/sec., 8.94 MiB/sec. | ||
| 1416 | 2025.01.29 07:10:05.323715 [ 279 ] {c53baf33-7941-4a93-b29a-d3b05340e333} <Debug> TCPHandler: Processed in 0.002018464 sec. | ||
| 1417 | 2025.01.29 07:10:05.323857 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.29 07:10:05.323980 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.29 07:10:05.324039 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.29 07:10:05.324586 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.29 07:10:05.324633 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1422 | 2025.01.29 07:10:05.325038 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.29 07:10:05.325282 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.29 07:10:05.325487 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 1425 | 2025.01.29 07:10:05.325539 [ 274 ] {62fef378-642c-4ad4-b87f-20aff76e1fbb} <Debug> TCPHandler: Processed in 0.001733846 sec. | ||
| 1426 | 2025.01.29 07:10:05.325681 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.29 07:10:05.325796 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.29 07:10:05.325876 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1429 | 2025.01.29 07:10:05.326946 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.29 07:10:05.326987 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1431 | 2025.01.29 07:10:05.327608 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.29 07:10:05.327871 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.29 07:10:05.328099 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002326 sec., 3439.3809114359415 rows/sec., 6.16 MiB/sec. | ||
| 1434 | 2025.01.29 07:10:05.328190 [ 279 ] {84f45676-fb5b-48cc-a9e8-5aa9b70b8074} <Debug> TCPHandler: Processed in 0.002564639 sec. | ||
| 1435 | 2025.01.29 07:10:05.328340 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.29 07:10:05.328456 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.29 07:10:05.328506 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.29 07:10:05.328994 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.29 07:10:05.329033 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1440 | 2025.01.29 07:10:05.329411 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.29 07:10:05.329655 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.29 07:10:05.329881 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 1443 | 2025.01.29 07:10:05.329932 [ 274 ] {3c26e085-47bb-4c6b-9b66-1943f79b1269} <Debug> TCPHandler: Processed in 0.001646494 sec. | ||
| 1444 | 2025.01.29 07:10:08.724046 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.29 07:10:08.724123 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.29 07:10:08.808198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.29 07:10:08.808840 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.29 07:10:08.808892 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1449 | 2025.01.29 07:10:08.809539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.29 07:10:08.809799 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.29 07:10:08.810009 [ 71 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.29 07:10:08.810079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1453 | 2025.01.29 07:10:08.810131 [ 71 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.01.29 07:10:08.810167 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1455 | 2025.01.29 07:10:08.812799 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 1456 | 2025.01.29 07:10:08.812964 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.29 07:10:08.813132 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1458 | 2025.01.29 07:10:08.813253 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1459 | 2025.01.29 07:10:08.813395 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1460 | 2025.01.29 07:10:08.813654 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1461 | 2025.01.29 07:10:08.813777 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1462 | 2025.01.29 07:10:08.813911 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1463 | 2025.01.29 07:10:08.829256 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.01900783 sec., 147623.37415686063 rows/sec., 2.11 MiB/sec. | ||
| 1464 | 2025.01.29 07:10:08.830021 [ 191 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.29 07:10:08.830355 [ 191 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.29 07:10:08.830438 [ 191 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_6_1} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.29 07:10:08.830545 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.29 07:10:08.988215 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1469 | 2025.01.29 07:10:09.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.45 MiB, peak 165.76 MiB, free memory in arenas 0.00 B, will set to 160.81 MiB (RSS), difference: 1.36 MiB | ||
| 1470 | 2025.01.29 07:10:09.008884 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.01.29 07:10:09.008926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1472 | 2025.01.29 07:10:09.015786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2025.01.29 07:10:09.016590 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.01.29 07:10:09.016899 [ 71 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2025.01.29 07:10:09.016967 [ 71 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2025.01.29 07:10:09.017014 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1477 | 2025.01.29 07:10:09.017223 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1478 | 2025.01.29 07:10:09.025458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1479 | 2025.01.29 07:10:09.026698 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1480 | 2025.01.29 07:10:09.027534 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1481 | 2025.01.29 07:10:09.031887 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1482 | 2025.01.29 07:10:09.036450 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1483 | 2025.01.29 07:10:09.040768 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1484 | 2025.01.29 07:10:09.047567 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1485 | 2025.01.29 07:10:09.052143 [ 191 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 1486 | 2025.01.29 07:10:09.109444 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092338069 sec., 498.16939533357584 rows/sec., 2.58 MiB/sec. | ||
| 1487 | 2025.01.29 07:10:09.112161 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2025.01.29 07:10:09.115285 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_6_1} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1489 | 2025.01.29 07:10:09.115406 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_6_1} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2025.01.29 07:10:09.118009 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1491 | 2025.01.29 07:10:10.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.88 MiB, peak 171.42 MiB, free memory in arenas 0.00 B, will set to 164.33 MiB (RSS), difference: 2.45 MiB | ||
| 1492 | 2025.01.29 07:10:10.301997 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2025.01.29 07:10:10.302258 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1494 | 2025.01.29 07:10:10.302372 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1495 | 2025.01.29 07:10:10.303456 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2025.01.29 07:10:10.303500 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1497 | 2025.01.29 07:10:10.303969 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1498 | 2025.01.29 07:10:10.304228 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.01.29 07:10:10.304373 [ 69 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2025.01.29 07:10:10.304421 [ 69 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.01.29 07:10:10.304437 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002262 sec., 24756.85234305924 rows/sec., 1.90 MiB/sec. | ||
| 1502 | 2025.01.29 07:10:10.304450 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1503 | 2025.01.29 07:10:10.304528 [ 274 ] {1c9138ed-e39d-410d-a68c-cbddd4bc63c8} <Debug> TCPHandler: Processed in 0.002664072 sec. | ||
| 1504 | 2025.01.29 07:10:10.304611 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1505 | 2025.01.29 07:10:10.304743 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1506 | 2025.01.29 07:10:10.304780 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1507 | 2025.01.29 07:10:10.304820 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.01.29 07:10:10.304928 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1509 | 2025.01.29 07:10:10.305314 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1510 | 2025.01.29 07:10:10.305331 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1511 | 2025.01.29 07:10:10.305484 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1512 | 2025.01.29 07:10:10.305598 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1513 | 2025.01.29 07:10:10.305934 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1514 | 2025.01.29 07:10:10.306180 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1515 | 2025.01.29 07:10:10.308148 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2025.01.29 07:10:10.308233 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1517 | 2025.01.29 07:10:10.309207 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.004667995 sec., 141816.77572490973 rows/sec., 12.42 MiB/sec. | ||
| 1518 | 2025.01.29 07:10:10.309318 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1519 | 2025.01.29 07:10:10.309481 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1520 | 2025.01.29 07:10:10.309785 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.01.29 07:10:10.310032 [ 69 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1522 | 2025.01.29 07:10:10.310101 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.01.29 07:10:10.310138 [ 69 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.01.29 07:10:10.310219 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1525 | 2025.01.29 07:10:10.310405 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_6_1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1526 | 2025.01.29 07:10:10.310405 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00526 sec., 12167.300380228136 rows/sec., 972.48 KiB/sec. | ||
| 1527 | 2025.01.29 07:10:10.310827 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1528 | 2025.01.29 07:10:10.310933 [ 279 ] {7990844b-e322-4d3e-bc70-4a9e6cf5dd57} <Debug> TCPHandler: Processed in 0.006271758 sec. | ||
| 1529 | 2025.01.29 07:10:10.310970 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 1530 | 2025.01.29 07:10:10.311119 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1531 | 2025.01.29 07:10:10.311136 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1532 | 2025.01.29 07:10:10.311177 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1533 | 2025.01.29 07:10:10.311405 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1534 | 2025.01.29 07:10:10.311417 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1535 | 2025.01.29 07:10:10.311585 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1536 | 2025.01.29 07:10:10.311612 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1537 | 2025.01.29 07:10:10.312129 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1538 | 2025.01.29 07:10:10.312577 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1539 | 2025.01.29 07:10:10.312955 [ 193 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1540 | 2025.01.29 07:10:10.313996 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2025.01.29 07:10:10.314042 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1542 | 2025.01.29 07:10:10.314630 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1543 | 2025.01.29 07:10:10.314757 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.004398748 sec., 235521.56204447264 rows/sec., 18.02 MiB/sec. | ||
| 1544 | 2025.01.29 07:10:10.314983 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.01.29 07:10:10.315020 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1546 | 2025.01.29 07:10:10.315216 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1547 | 2025.01.29 07:10:10.315301 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.01.29 07:10:10.315334 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1549 | 2025.01.29 07:10:10.315391 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004101 sec., 39014.87442087296 rows/sec., 2.72 MiB/sec. | ||
| 1550 | 2025.01.29 07:10:10.315712 [ 274 ] {9f1f3496-b28a-49c3-a91a-4117fb473aee} <Debug> TCPHandler: Processed in 0.004658345 sec. | ||
| 1551 | 2025.01.29 07:10:10.315885 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1552 | 2025.01.29 07:10:10.315951 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 1553 | 2025.01.29 07:10:10.315994 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.01.29 07:10:10.316072 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_6_1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1555 | 2025.01.29 07:10:10.316351 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1556 | 2025.01.29 07:10:10.316429 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1557 | 2025.01.29 07:10:10.316476 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1558 | 2025.01.29 07:10:10.316544 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1559 | 2025.01.29 07:10:10.316564 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1560 | 2025.01.29 07:10:10.316946 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1561 | 2025.01.29 07:10:10.317381 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1562 | 2025.01.29 07:10:10.317718 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1563 | 2025.01.29 07:10:10.318111 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1564 | 2025.01.29 07:10:10.318407 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1565 | 2025.01.29 07:10:10.319198 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.01.29 07:10:10.319262 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1567 | 2025.01.29 07:10:10.320184 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1568 | 2025.01.29 07:10:10.320740 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.01.29 07:10:10.321022 [ 69 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2025.01.29 07:10:10.321117 [ 69 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2025.01.29 07:10:10.321259 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004951 sec., 12118.76388608362 rows/sec., 836.32 KiB/sec. | ||
| 1572 | 2025.01.29 07:10:10.321305 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1573 | 2025.01.29 07:10:10.321578 [ 279 ] {a99d3eed-545d-43c6-b13a-ba848c7a5a8a} <Debug> TCPHandler: Processed in 0.005690343 sec. | ||
| 1574 | 2025.01.29 07:10:10.322079 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006523715 sec., 165856.4177006506 rows/sec., 11.36 MiB/sec. | ||
| 1575 | 2025.01.29 07:10:10.322142 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 1576 | 2025.01.29 07:10:10.322249 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.29 07:10:10.322284 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1578 | 2025.01.29 07:10:10.322390 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1579 | 2025.01.29 07:10:10.322427 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1580 | 2025.01.29 07:10:10.322851 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1581 | 2025.01.29 07:10:10.323214 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1582 | 2025.01.29 07:10:10.323535 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1583 | 2025.01.29 07:10:10.323692 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.01.29 07:10:10.323880 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1585 | 2025.01.29 07:10:10.324035 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1586 | 2025.01.29 07:10:10.324327 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1587 | 2025.01.29 07:10:10.325164 [ 190 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003510265 sec., 111672.48056770643 rows/sec., 7.34 MiB/sec. | ||
| 1588 | 2025.01.29 07:10:10.325297 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1589 | 2025.01.29 07:10:10.325555 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1590 | 2025.01.29 07:10:10.325626 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_6_1} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1591 | 2025.01.29 07:10:10.325687 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1592 | 2025.01.29 07:10:11.305505 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1593 | 2025.01.29 07:10:11.305801 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1594 | 2025.01.29 07:10:11.306252 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1595 | 2025.01.29 07:10:11.306303 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <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 | ||
| 1596 | 2025.01.29 07:10:11.306653 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1597 | 2025.01.29 07:10:11.306735 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1598 | 2025.01.29 07:10:11.306912 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1599 | 2025.01.29 07:10:11.307188 [ 296 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2025.01.29 07:10:11.307209 [ 295 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1601 | 2025.01.29 07:10:11.307370 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1602 | 2025.01.29 07:10:11.307406 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1603 | 2025.01.29 07:10:11.309623 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1604 | 2025.01.29 07:10:11.309655 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1605 | 2025.01.29 07:10:11.309719 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <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'))" | ||
| 1606 | 2025.01.29 07:10:11.309768 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <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'))" | ||
| 1607 | 2025.01.29 07:10:11.311342 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005678 sec., 5459.668897499119 rows/sec., 206.04 KiB/sec. | ||
| 1608 | 2025.01.29 07:10:11.311532 [ 274 ] {dcb9fd93-83f9-49ab-b47e-a8e4b9ac1292} <Debug> TCPHandler: Processed in 0.006163256 sec. | ||
| 1609 | 2025.01.29 07:10:11.312000 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2025.01.29 07:10:11.312282 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1611 | 2025.01.29 07:10:11.312763 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1612 | 2025.01.29 07:10:11.312825 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <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 | ||
| 1613 | 2025.01.29 07:10:11.313224 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1614 | 2025.01.29 07:10:11.313306 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1615 | 2025.01.29 07:10:11.313487 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1616 | 2025.01.29 07:10:11.313602 [ 295 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1617 | 2025.01.29 07:10:11.313620 [ 297 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1618 | 2025.01.29 07:10:11.313764 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1619 | 2025.01.29 07:10:11.313795 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1620 | 2025.01.29 07:10:11.313889 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1621 | 2025.01.29 07:10:11.313911 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1622 | 2025.01.29 07:10:11.313956 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <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'))" | ||
| 1623 | 2025.01.29 07:10:11.314006 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <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'))" | ||
| 1624 | 2025.01.29 07:10:11.315123 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002986 sec., 10381.781647689217 rows/sec., 391.80 KiB/sec. | ||
| 1625 | 2025.01.29 07:10:11.315264 [ 279 ] {d4a191ac-f72c-4374-a9fe-b07beb7b3d92} <Debug> TCPHandler: Processed in 0.003398781 sec. | ||
| 1626 | 2025.01.29 07:10:11.315573 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1627 | 2025.01.29 07:10:11.315783 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1628 | 2025.01.29 07:10:11.316143 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1629 | 2025.01.29 07:10:11.316194 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <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 | ||
| 1630 | 2025.01.29 07:10:11.316521 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1631 | 2025.01.29 07:10:11.316593 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1632 | 2025.01.29 07:10:11.316755 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1633 | 2025.01.29 07:10:11.316865 [ 296 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2025.01.29 07:10:11.316881 [ 295 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1635 | 2025.01.29 07:10:11.316995 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1636 | 2025.01.29 07:10:11.317024 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1637 | 2025.01.29 07:10:11.317110 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1638 | 2025.01.29 07:10:11.317132 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1639 | 2025.01.29 07:10:11.317180 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <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'))" | ||
| 1640 | 2025.01.29 07:10:11.317229 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <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'))" | ||
| 1641 | 2025.01.29 07:10:11.318309 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002629 sec., 11791.555724610118 rows/sec., 445.01 KiB/sec. | ||
| 1642 | 2025.01.29 07:10:11.318474 [ 274 ] {19fe1f2f-e0ea-40eb-b0ec-f6bcef03446f} <Debug> TCPHandler: Processed in 0.002967619 sec. | ||
| 1643 | 2025.01.29 07:10:11.318853 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2025.01.29 07:10:11.319085 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1645 | 2025.01.29 07:10:11.319431 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2025.01.29 07:10:11.319479 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <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 | ||
| 1647 | 2025.01.29 07:10:11.319798 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2025.01.29 07:10:11.319863 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2025.01.29 07:10:11.320019 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1650 | 2025.01.29 07:10:11.320145 [ 295 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1651 | 2025.01.29 07:10:11.320145 [ 297 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1652 | 2025.01.29 07:10:11.320272 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1653 | 2025.01.29 07:10:11.320300 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1654 | 2025.01.29 07:10:11.320380 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1655 | 2025.01.29 07:10:11.320400 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1656 | 2025.01.29 07:10:11.320441 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <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'))" | ||
| 1657 | 2025.01.29 07:10:11.320488 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <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'))" | ||
| 1658 | 2025.01.29 07:10:11.321452 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002489 sec., 12454.80112494978 rows/sec., 470.04 KiB/sec. | ||
| 1659 | 2025.01.29 07:10:11.321591 [ 279 ] {cb3584f7-734e-40f5-9a01-3242620d4a35} <Debug> TCPHandler: Processed in 0.002806675 sec. | ||
| 1660 | 2025.01.29 07:10:11.321875 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1661 | 2025.01.29 07:10:11.322076 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) 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) | ||
| 1662 | 2025.01.29 07:10:11.322421 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1663 | 2025.01.29 07:10:11.322471 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <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 | ||
| 1664 | 2025.01.29 07:10:11.322798 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1665 | 2025.01.29 07:10:11.322867 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1666 | 2025.01.29 07:10:11.323024 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1667 | 2025.01.29 07:10:11.323128 [ 297 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1668 | 2025.01.29 07:10:11.323155 [ 296 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1669 | 2025.01.29 07:10:11.323261 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1670 | 2025.01.29 07:10:11.323290 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1671 | 2025.01.29 07:10:11.323374 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1672 | 2025.01.29 07:10:11.323396 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1673 | 2025.01.29 07:10:11.323438 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <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'))" | ||
| 1674 | 2025.01.29 07:10:11.323489 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <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'))" | ||
| 1675 | 2025.01.29 07:10:11.324524 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002547 sec., 12171.181782489204 rows/sec., 459.33 KiB/sec. | ||
| 1676 | 2025.01.29 07:10:11.324680 [ 274 ] {99ebdafc-a7f0-4c94-9bff-b6622f88cc80} <Debug> TCPHandler: Processed in 0.002866817 sec. | ||
| 1677 | 2025.01.29 07:10:11.324965 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2025.01.29 07:10:11.325187 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1679 | 2025.01.29 07:10:11.325588 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2025.01.29 07:10:11.325648 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <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 | ||
| 1681 | 2025.01.29 07:10:11.326043 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2025.01.29 07:10:11.326122 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2025.01.29 07:10:11.326277 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1684 | 2025.01.29 07:10:11.326393 [ 295 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2025.01.29 07:10:11.326393 [ 296 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2025.01.29 07:10:11.326512 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1687 | 2025.01.29 07:10:11.326536 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2025.01.29 07:10:11.326615 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2025.01.29 07:10:11.326634 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1690 | 2025.01.29 07:10:11.326675 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <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'))" | ||
| 1691 | 2025.01.29 07:10:11.326724 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <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'))" | ||
| 1692 | 2025.01.29 07:10:11.327807 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002734 sec., 11338.697878566203 rows/sec., 427.92 KiB/sec. | ||
| 1693 | 2025.01.29 07:10:11.327939 [ 279 ] {6d8dfcf9-dffd-4880-9730-f9f61feb1479} <Debug> TCPHandler: Processed in 0.003039851 sec. | ||
| 1694 | 2025.01.29 07:10:11.406942 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2025.01.29 07:10:11.407104 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1696 | 2025.01.29 07:10:11.407188 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2025.01.29 07:10:11.408149 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2025.01.29 07:10:11.408197 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1699 | 2025.01.29 07:10:11.408713 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1700 | 2025.01.29 07:10:11.408939 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2025.01.29 07:10:11.409178 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002117 sec., 2834.199338686821 rows/sec., 631.05 KiB/sec. | ||
| 1702 | 2025.01.29 07:10:11.409249 [ 274 ] {e373c8e6-6cb6-4fab-a605-e1708ecf0ff2} <Debug> TCPHandler: Processed in 0.002403214 sec. | ||
| 1703 | 2025.01.29 07:10:11.409432 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2025.01.29 07:10:11.409596 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1705 | 2025.01.29 07:10:11.409657 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1706 | 2025.01.29 07:10:11.410345 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.01.29 07:10:11.410392 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1708 | 2025.01.29 07:10:11.410809 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1709 | 2025.01.29 07:10:11.411051 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.01.29 07:10:11.411311 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001757 sec., 7968.12749003984 rows/sec., 573.60 KiB/sec. | ||
| 1711 | 2025.01.29 07:10:11.411383 [ 279 ] {766f5ae0-cbba-4ab8-a7ac-49361d10985f} <Debug> TCPHandler: Processed in 0.002029295 sec. | ||
| 1712 | 2025.01.29 07:10:11.411552 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2025.01.29 07:10:11.411694 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1714 | 2025.01.29 07:10:11.411753 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1715 | 2025.01.29 07:10:11.413136 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2025.01.29 07:10:11.413179 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1717 | 2025.01.29 07:10:11.413656 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1718 | 2025.01.29 07:10:11.413920 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.01.29 07:10:11.414144 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002483 sec., 547321.7881594845 rows/sec., 45.68 MiB/sec. | ||
| 1720 | 2025.01.29 07:10:11.414226 [ 274 ] {881de351-cc95-4e5b-99dc-7410257aeb3d} <Debug> TCPHandler: Processed in 0.002740884 sec. | ||
| 1721 | 2025.01.29 07:10:11.414406 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2025.01.29 07:10:11.414544 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1723 | 2025.01.29 07:10:11.414600 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1724 | 2025.01.29 07:10:11.415255 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2025.01.29 07:10:11.415294 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1726 | 2025.01.29 07:10:11.415641 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1727 | 2025.01.29 07:10:11.415871 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2025.01.29 07:10:11.416076 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001563 sec., 9596.928982725529 rows/sec., 676.66 KiB/sec. | ||
| 1729 | 2025.01.29 07:10:11.416129 [ 279 ] {10f19c29-d577-47b2-b5c1-0cb538d909e9} <Debug> TCPHandler: Processed in 0.001788358 sec. | ||
| 1730 | 2025.01.29 07:10:11.416285 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2025.01.29 07:10:11.416426 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1732 | 2025.01.29 07:10:11.416483 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1733 | 2025.01.29 07:10:11.417238 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1734 | 2025.01.29 07:10:11.417280 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1735 | 2025.01.29 07:10:11.417656 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1736 | 2025.01.29 07:10:11.417898 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1737 | 2025.01.29 07:10:11.418106 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001711 sec., 141437.75569842197 rows/sec., 9.58 MiB/sec. | ||
| 1738 | 2025.01.29 07:10:11.418163 [ 274 ] {07435ab2-7dbd-4804-b35d-a4377ce10215} <Debug> TCPHandler: Processed in 0.001944563 sec. | ||
| 1739 | 2025.01.29 07:10:11.418302 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2025.01.29 07:10:11.418419 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1741 | 2025.01.29 07:10:11.418465 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1742 | 2025.01.29 07:10:11.419027 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2025.01.29 07:10:11.419067 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1744 | 2025.01.29 07:10:11.419413 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1745 | 2025.01.29 07:10:11.419641 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2025.01.29 07:10:11.419844 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001448 sec., 8977.900552486188 rows/sec., 559.77 KiB/sec. | ||
| 1747 | 2025.01.29 07:10:11.419897 [ 279 ] {bc35eff2-ed1d-46e1-a085-594bf9d66b8e} <Debug> TCPHandler: Processed in 0.001649134 sec. | ||
| 1748 | 2025.01.29 07:10:11.420044 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1749 | 2025.01.29 07:10:11.420170 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1750 | 2025.01.29 07:10:11.420226 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1751 | 2025.01.29 07:10:11.421217 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1752 | 2025.01.29 07:10:11.421258 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1753 | 2025.01.29 07:10:11.421653 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1754 | 2025.01.29 07:10:11.421889 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1755 | 2025.01.29 07:10:11.422121 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001978 sec., 427704.75227502524 rows/sec., 30.91 MiB/sec. | ||
| 1756 | 2025.01.29 07:10:11.422189 [ 274 ] {13d475ea-b934-4989-8729-7908bee0f3f1} <Debug> TCPHandler: Processed in 0.002200989 sec. | ||
| 1757 | 2025.01.29 07:10:11.422363 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2025.01.29 07:10:11.422500 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1759 | 2025.01.29 07:10:11.422558 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1760 | 2025.01.29 07:10:11.423108 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2025.01.29 07:10:11.423154 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1762 | 2025.01.29 07:10:11.423500 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1763 | 2025.01.29 07:10:11.423734 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1764 | 2025.01.29 07:10:11.423935 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 1765 | 2025.01.29 07:10:11.423983 [ 279 ] {7041b149-9679-4d6b-a2d2-ab33e2c5fa71} <Debug> TCPHandler: Processed in 0.001685695 sec. | ||
| 1766 | 2025.01.29 07:10:11.424124 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2025.01.29 07:10:11.424266 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1768 | 2025.01.29 07:10:11.424327 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1769 | 2025.01.29 07:10:11.427699 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1770 | 2025.01.29 07:10:11.427743 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1771 | 2025.01.29 07:10:11.428372 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1772 | 2025.01.29 07:10:11.428612 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1773 | 2025.01.29 07:10:11.428879 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Debug> executeQuery: Read 2215 rows, 151.10 KiB in 0.004644 sec., 476959.51765719213 rows/sec., 31.77 MiB/sec. | ||
| 1774 | 2025.01.29 07:10:11.428938 [ 274 ] {cade92d7-22e3-4a23-b4a9-391ace61afaf} <Debug> TCPHandler: Processed in 0.004869651 sec. | ||
| 1775 | 2025.01.29 07:10:11.429132 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2025.01.29 07:10:11.429268 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1777 | 2025.01.29 07:10:11.429326 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1778 | 2025.01.29 07:10:11.429866 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2025.01.29 07:10:11.429911 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1780 | 2025.01.29 07:10:11.430290 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1781 | 2025.01.29 07:10:11.430516 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1782 | 2025.01.29 07:10:11.430795 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 1783 | 2025.01.29 07:10:11.430847 [ 279 ] {7288f053-f33a-4c42-a96d-82b5d94d5a72} <Debug> TCPHandler: Processed in 0.001779448 sec. | ||
| 1784 | 2025.01.29 07:10:11.430990 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2025.01.29 07:10:11.431108 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1786 | 2025.01.29 07:10:11.431246 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1787 | 2025.01.29 07:10:11.432711 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1788 | 2025.01.29 07:10:11.432751 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1789 | 2025.01.29 07:10:11.433367 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1790 | 2025.01.29 07:10:11.433622 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1791 | 2025.01.29 07:10:11.433856 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002772 sec., 2886.002886002886 rows/sec., 5.17 MiB/sec. | ||
| 1792 | 2025.01.29 07:10:11.433954 [ 274 ] {ca1dd6f0-d676-40cd-8925-5ffc21196278} <Debug> TCPHandler: Processed in 0.00301993 sec. | ||
| 1793 | 2025.01.29 07:10:11.434111 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2025.01.29 07:10:11.434247 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1795 | 2025.01.29 07:10:11.434305 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1796 | 2025.01.29 07:10:11.434847 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2025.01.29 07:10:11.434893 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 1798 | 2025.01.29 07:10:11.435283 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1799 | 2025.01.29 07:10:11.435510 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2025.01.29 07:10:11.435708 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001492 sec., 22788.203753351205 rows/sec., 1.32 MiB/sec. | ||
| 1801 | 2025.01.29 07:10:11.435757 [ 279 ] {2423c0c4-35a1-4b2d-a22d-4f3ff4c9c6c2} <Debug> TCPHandler: Processed in 0.001711836 sec. | ||
| 1802 | 2025.01.29 07:10:13.803229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1803 | 2025.01.29 07:10:13.806995 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2025.01.29 07:10:13.807046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1805 | 2025.01.29 07:10:13.808548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1806 | 2025.01.29 07:10:13.808865 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2025.01.29 07:10:13.809612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1808 | 2025.01.29 07:10:15.300066 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2025.01.29 07:10:15.300273 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1810 | 2025.01.29 07:10:15.300344 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2025.01.29 07:10:15.301111 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2025.01.29 07:10:15.301161 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1813 | 2025.01.29 07:10:15.301578 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1814 | 2025.01.29 07:10:15.301828 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2025.01.29 07:10:15.302066 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. | ||
| 1816 | 2025.01.29 07:10:15.302131 [ 274 ] {648293e1-c6c2-4095-9d47-21efc232a3a2} <Debug> TCPHandler: Processed in 0.002201748 sec. | ||
| 1817 | 2025.01.29 07:10:15.302398 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2025.01.29 07:10:15.302610 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1819 | 2025.01.29 07:10:15.302688 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1820 | 2025.01.29 07:10:15.303491 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2025.01.29 07:10:15.303541 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1822 | 2025.01.29 07:10:15.303963 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1823 | 2025.01.29 07:10:15.304211 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2025.01.29 07:10:15.304456 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 1825 | 2025.01.29 07:10:15.304548 [ 279 ] {f7b2548a-4782-40df-906a-1d06fb773127} <Debug> TCPHandler: Processed in 0.002290962 sec. | ||
| 1826 | 2025.01.29 07:10:15.304719 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2025.01.29 07:10:15.304866 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1828 | 2025.01.29 07:10:15.304932 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1829 | 2025.01.29 07:10:15.305552 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2025.01.29 07:10:15.305593 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1831 | 2025.01.29 07:10:15.305990 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1832 | 2025.01.29 07:10:15.306235 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2025.01.29 07:10:15.306482 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001648 sec., 77669.90291262136 rows/sec., 5.41 MiB/sec. | ||
| 1834 | 2025.01.29 07:10:15.306577 [ 274 ] {8ae670f1-b388-4fb7-9548-3df721d77a3b} <Debug> TCPHandler: Processed in 0.001926022 sec. | ||
| 1835 | 2025.01.29 07:10:15.306734 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2025.01.29 07:10:15.306851 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1837 | 2025.01.29 07:10:15.306904 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1838 | 2025.01.29 07:10:15.307398 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2025.01.29 07:10:15.307438 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1840 | 2025.01.29 07:10:15.307803 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1841 | 2025.01.29 07:10:15.308031 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2025.01.29 07:10:15.308240 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001414 sec., 33946.25176803395 rows/sec., 2.29 MiB/sec. | ||
| 1843 | 2025.01.29 07:10:15.308290 [ 279 ] {ae093b69-442c-4c28-aaed-fd7f483ef728} <Debug> TCPHandler: Processed in 0.001611433 sec. | ||
| 1844 | 2025.01.29 07:10:16.311159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1845 | 2025.01.29 07:10:16.311874 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2025.01.29 07:10:16.311917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1847 | 2025.01.29 07:10:16.312458 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1848 | 2025.01.29 07:10:16.312745 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2025.01.29 07:10:16.313043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1850 | 2025.01.29 07:10:16.526464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1851 | 2025.01.29 07:10:16.545727 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2025.01.29 07:10:16.545786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1853 | 2025.01.29 07:10:16.552654 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1854 | 2025.01.29 07:10:16.553419 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2025.01.29 07:10:16.556504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1856 | 2025.01.29 07:10:17.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.60 MiB, peak 171.42 MiB, free memory in arenas 0.00 B, will set to 166.64 MiB (RSS), difference: 1.04 MiB | ||
| 1857 | 2025.01.29 07:10:20.302240 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2025.01.29 07:10:20.302480 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1859 | 2025.01.29 07:10:20.302565 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1860 | 2025.01.29 07:10:20.303326 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2025.01.29 07:10:20.303375 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1862 | 2025.01.29 07:10:20.303819 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1863 | 2025.01.29 07:10:20.304063 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1864 | 2025.01.29 07:10:20.304302 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. | ||
| 1865 | 2025.01.29 07:10:20.304367 [ 274 ] {5d55e157-91d2-4b26-b93e-d9ca74df37c1} <Debug> TCPHandler: Processed in 0.002270481 sec. | ||
| 1866 | 2025.01.29 07:10:20.304625 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1867 | 2025.01.29 07:10:20.304832 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1868 | 2025.01.29 07:10:20.304908 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1869 | 2025.01.29 07:10:20.305707 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2025.01.29 07:10:20.305750 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1871 | 2025.01.29 07:10:20.306161 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1872 | 2025.01.29 07:10:20.306415 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1873 | 2025.01.29 07:10:20.306663 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.65 MiB/sec. | ||
| 1874 | 2025.01.29 07:10:20.306830 [ 279 ] {88d34df1-e4f6-44ee-b817-2ed3d32a8ab2} <Debug> TCPHandler: Processed in 0.002340343 sec. | ||
| 1875 | 2025.01.29 07:10:20.306998 [ 274 ] {} <Trace> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2025.01.29 07:10:20.307151 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52398) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1877 | 2025.01.29 07:10:20.307218 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2025.01.29 07:10:20.307828 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2025.01.29 07:10:20.307869 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1880 | 2025.01.29 07:10:20.308264 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1881 | 2025.01.29 07:10:20.308498 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1882 | 2025.01.29 07:10:20.308699 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 1883 | 2025.01.29 07:10:20.308916 [ 274 ] {f05885ed-2e80-45af-aca8-8f06723d5812} <Debug> TCPHandler: Processed in 0.001985483 sec. | ||
| 1884 | 2025.01.29 07:10:20.309074 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2025.01.29 07:10:20.309226 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1886 | 2025.01.29 07:10:20.309289 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1887 | 2025.01.29 07:10:20.309791 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2025.01.29 07:10:20.309831 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1889 | 2025.01.29 07:10:20.310201 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1890 | 2025.01.29 07:10:20.310442 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1891 | 2025.01.29 07:10:20.310658 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 1892 | 2025.01.29 07:10:20.310709 [ 279 ] {88746934-702a-4dac-b2c0-641631506f5c} <Debug> TCPHandler: Processed in 0.001702825 sec. | ||
| 1893 | 2025.01.29 07:10:23.724159 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1894 | 2025.01.29 07:10:23.724217 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1895 | 2025.01.29 07:10:23.810942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1896 | 2025.01.29 07:10:23.813479 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2025.01.29 07:10:23.813519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1898 | 2025.01.29 07:10:23.814214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1899 | 2025.01.29 07:10:23.817175 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2025.01.29 07:10:23.817269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1901 | 2025.01.29 07:10:23.818520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1902 | 2025.01.29 07:10:23.818610 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1903 | 2025.01.29 07:10:23.819137 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2025.01.29 07:10:23.819149 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2025.01.29 07:10:23.819888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1906 | 2025.01.29 07:10:23.820256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1907 | 2025.01.29 07:10:24.057536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1908 | 2025.01.29 07:10:24.076803 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.01.29 07:10:24.076863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1910 | 2025.01.29 07:10:24.086846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1911 | 2025.01.29 07:10:24.087708 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2025.01.29 07:10:24.091506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1913 | 2025.01.29 07:10:24.378784 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1914 | 2025.01.29 07:10:24.378878 [ 274 ] {} <Debug> TCP-Session: c76807fa-25df-4c1f-9dca-5cab74426a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2025.01.29 07:10:25.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.21 MiB, peak 171.42 MiB, free memory in arenas 0.00 B, will set to 167.42 MiB (RSS), difference: 2.22 MiB | ||
| 1916 | 2025.01.29 07:10:25.295209 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2025.01.29 07:10:25.295507 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1918 | 2025.01.29 07:10:25.295942 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1919 | 2025.01.29 07:10:25.295996 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <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 | ||
| 1920 | 2025.01.29 07:10:25.296367 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1921 | 2025.01.29 07:10:25.296451 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1922 | 2025.01.29 07:10:25.296631 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1923 | 2025.01.29 07:10:25.296809 [ 296 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1924 | 2025.01.29 07:10:25.296905 [ 295 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2025.01.29 07:10:25.296926 [ 297 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1926 | 2025.01.29 07:10:25.297134 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1927 | 2025.01.29 07:10:25.297167 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1928 | 2025.01.29 07:10:25.297293 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1929 | 2025.01.29 07:10:25.297316 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1930 | 2025.01.29 07:10:25.297362 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <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'))" | ||
| 1931 | 2025.01.29 07:10:25.297412 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <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'))" | ||
| 1932 | 2025.01.29 07:10:25.297458 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <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'))" | ||
| 1933 | 2025.01.29 07:10:25.299437 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004074 sec., 9081.983308787432 rows/sec., 340.38 KiB/sec. | ||
| 1934 | 2025.01.29 07:10:25.299634 [ 279 ] {a177a270-790d-4dd2-b1d3-89d0e4ebee19} <Debug> TCPHandler: Processed in 0.004559713 sec. | ||
| 1935 | 2025.01.29 07:10:25.300115 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2025.01.29 07:10:25.300408 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) 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) | ||
| 1937 | 2025.01.29 07:10:25.300899 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1938 | 2025.01.29 07:10:25.300954 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <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 | ||
| 1939 | 2025.01.29 07:10:25.301332 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1940 | 2025.01.29 07:10:25.301417 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1941 | 2025.01.29 07:10:25.301602 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1942 | 2025.01.29 07:10:25.301803 [ 296 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2025.01.29 07:10:25.301813 [ 295 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2025.01.29 07:10:25.301832 [ 297 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1945 | 2025.01.29 07:10:25.301999 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1946 | 2025.01.29 07:10:25.302033 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2025.01.29 07:10:25.302156 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2025.01.29 07:10:25.302180 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1949 | 2025.01.29 07:10:25.302226 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <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'))" | ||
| 1950 | 2025.01.29 07:10:25.302276 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <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'))" | ||
| 1951 | 2025.01.29 07:10:25.302323 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <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'))" | ||
| 1952 | 2025.01.29 07:10:25.303841 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003581 sec., 10332.309410779111 rows/sec., 387.24 KiB/sec. | ||
| 1953 | 2025.01.29 07:10:25.304009 [ 275 ] {bca8ae58-a1d2-4ee2-8818-61958d999a24} <Debug> TCPHandler: Processed in 0.004062169 sec. | ||
| 1954 | 2025.01.29 07:10:25.304302 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2025.01.29 07:10:25.304540 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) 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) | ||
| 1956 | 2025.01.29 07:10:25.304909 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2025.01.29 07:10:25.304961 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <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 | ||
| 1958 | 2025.01.29 07:10:25.305308 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2025.01.29 07:10:25.305377 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2025.01.29 07:10:25.305532 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1961 | 2025.01.29 07:10:25.305660 [ 295 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1962 | 2025.01.29 07:10:25.305678 [ 296 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1963 | 2025.01.29 07:10:25.305697 [ 297 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2025.01.29 07:10:25.305811 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1965 | 2025.01.29 07:10:25.305841 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1966 | 2025.01.29 07:10:25.305953 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1967 | 2025.01.29 07:10:25.305975 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1968 | 2025.01.29 07:10:25.306018 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <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'))" | ||
| 1969 | 2025.01.29 07:10:25.306065 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <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'))" | ||
| 1970 | 2025.01.29 07:10:25.306109 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <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'))" | ||
| 1971 | 2025.01.29 07:10:25.307505 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00309 sec., 11974.11003236246 rows/sec., 448.78 KiB/sec. | ||
| 1972 | 2025.01.29 07:10:25.307688 [ 279 ] {dc4d74c9-0bd9-4055-8341-230b3bb50247} <Debug> TCPHandler: Processed in 0.003455933 sec. | ||
| 1973 | 2025.01.29 07:10:25.308588 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2025.01.29 07:10:25.308792 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) 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) | ||
| 1975 | 2025.01.29 07:10:25.309160 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1976 | 2025.01.29 07:10:25.309213 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <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 | ||
| 1977 | 2025.01.29 07:10:25.309561 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1978 | 2025.01.29 07:10:25.309631 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1979 | 2025.01.29 07:10:25.309788 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1980 | 2025.01.29 07:10:25.309920 [ 296 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1981 | 2025.01.29 07:10:25.309943 [ 295 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1982 | 2025.01.29 07:10:25.309958 [ 297 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1983 | 2025.01.29 07:10:25.310080 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 1984 | 2025.01.29 07:10:25.310111 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1985 | 2025.01.29 07:10:25.310220 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1986 | 2025.01.29 07:10:25.310243 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1987 | 2025.01.29 07:10:25.310286 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <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'))" | ||
| 1988 | 2025.01.29 07:10:25.310335 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <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'))" | ||
| 1989 | 2025.01.29 07:10:25.310382 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <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'))" | ||
| 1990 | 2025.01.29 07:10:25.311795 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00311 sec., 11897.106109324759 rows/sec., 445.89 KiB/sec. | ||
| 1991 | 2025.01.29 07:10:25.311961 [ 275 ] {2adbf6fe-a92c-4071-b5f4-7a66d94c0d5c} <Debug> TCPHandler: Processed in 0.003440822 sec. | ||
| 1992 | 2025.01.29 07:10:25.324645 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1993 | 2025.01.29 07:10:25.324802 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1994 | 2025.01.29 07:10:25.324869 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1995 | 2025.01.29 07:10:25.325729 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1996 | 2025.01.29 07:10:25.325769 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 1997 | 2025.01.29 07:10:25.326273 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1998 | 2025.01.29 07:10:25.326497 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1999 | 2025.01.29 07:10:25.326827 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.002037 sec., 1963.6720667648501 rows/sec., 185.05 KiB/sec. | ||
| 2000 | 2025.01.29 07:10:25.327086 [ 279 ] {ccc90bb7-6cba-40a3-9a25-12b07c9faa27} <Debug> TCPHandler: Processed in 0.002511788 sec. | ||
| 2001 | 2025.01.29 07:10:25.327258 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2025.01.29 07:10:25.327421 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2003 | 2025.01.29 07:10:25.327484 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2004 | 2025.01.29 07:10:25.328124 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2025.01.29 07:10:25.328169 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2006 | 2025.01.29 07:10:25.328583 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2007 | 2025.01.29 07:10:25.328829 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2025.01.29 07:10:25.329160 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00176 sec., 7954.545454545454 rows/sec., 572.62 KiB/sec. | ||
| 2009 | 2025.01.29 07:10:25.329322 [ 275 ] {fd4cddf5-850d-4596-9e52-661001843f5d} <Debug> TCPHandler: Processed in 0.002133618 sec. | ||
| 2010 | 2025.01.29 07:10:25.329485 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2025.01.29 07:10:25.329602 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2012 | 2025.01.29 07:10:25.329653 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2013 | 2025.01.29 07:10:25.330353 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2025.01.29 07:10:25.330391 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2015 | 2025.01.29 07:10:25.330814 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2016 | 2025.01.29 07:10:25.331055 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.01.29 07:10:25.331369 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Debug> executeQuery: Read 274 rows, 24.73 KiB in 0.001758 sec., 155858.9306029579 rows/sec., 13.74 MiB/sec. | ||
| 2018 | 2025.01.29 07:10:25.331673 [ 279 ] {24183556-6a58-42b4-b910-0c4013ebae3c} <Debug> TCPHandler: Processed in 0.00223933 sec. | ||
| 2019 | 2025.01.29 07:10:25.331857 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2025.01.29 07:10:25.331998 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2021 | 2025.01.29 07:10:25.332057 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2022 | 2025.01.29 07:10:25.332708 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2025.01.29 07:10:25.332747 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2024 | 2025.01.29 07:10:25.333109 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2025 | 2025.01.29 07:10:25.333341 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2025.01.29 07:10:25.333555 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001591 sec., 26398.491514770583 rows/sec., 1.90 MiB/sec. | ||
| 2027 | 2025.01.29 07:10:25.333610 [ 275 ] {51c3017c-f59f-4ec8-a506-d4713483a49f} <Debug> TCPHandler: Processed in 0.001821629 sec. | ||
| 2028 | 2025.01.29 07:10:25.333778 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2025.01.29 07:10:25.333916 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2030 | 2025.01.29 07:10:25.333973 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2031 | 2025.01.29 07:10:25.334636 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2025.01.29 07:10:25.334674 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2033 | 2025.01.29 07:10:25.335029 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2034 | 2025.01.29 07:10:25.335266 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2025.01.29 07:10:25.335588 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001663 sec., 9019.843656043295 rows/sec., 629.51 KiB/sec. | ||
| 2036 | 2025.01.29 07:10:25.335766 [ 279 ] {ecafa36f-5760-4177-91a1-5df2d069a403} <Debug> TCPHandler: Processed in 0.002058966 sec. | ||
| 2037 | 2025.01.29 07:10:25.335933 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2025.01.29 07:10:25.336071 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2039 | 2025.01.29 07:10:25.336129 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2040 | 2025.01.29 07:10:25.336763 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2025.01.29 07:10:25.336803 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2042 | 2025.01.29 07:10:25.337146 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2043 | 2025.01.29 07:10:25.337380 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2025.01.29 07:10:25.337561 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 2045 | 2025.01.29 07:10:25.337613 [ 275 ] {ed5958db-4821-4935-84b9-e18ca0e6a08b} <Debug> TCPHandler: Processed in 0.001749377 sec. | ||
| 2046 | 2025.01.29 07:10:25.337772 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2047 | 2025.01.29 07:10:25.337910 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2048 | 2025.01.29 07:10:25.337967 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2049 | 2025.01.29 07:10:25.338797 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2025.01.29 07:10:25.338837 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2051 | 2025.01.29 07:10:25.339222 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2052 | 2025.01.29 07:10:25.339460 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.01.29 07:10:25.339760 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001857 sec., 229940.7646742057 rows/sec., 16.46 MiB/sec. | ||
| 2054 | 2025.01.29 07:10:25.340262 [ 279 ] {3f55a657-ee26-41ca-a28d-22ab75b91523} <Debug> TCPHandler: Processed in 0.002549658 sec. | ||
| 2055 | 2025.01.29 07:10:25.340449 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2056 | 2025.01.29 07:10:25.340588 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2057 | 2025.01.29 07:10:25.340647 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2058 | 2025.01.29 07:10:25.341216 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2059 | 2025.01.29 07:10:25.341260 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2060 | 2025.01.29 07:10:25.341673 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2061 | 2025.01.29 07:10:25.341903 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2062 | 2025.01.29 07:10:25.342099 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 2063 | 2025.01.29 07:10:25.342150 [ 275 ] {b33da04b-fa4b-4ee1-b36d-f82678c9c16d} <Debug> TCPHandler: Processed in 0.001766988 sec. | ||
| 2064 | 2025.01.29 07:10:25.342295 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2025.01.29 07:10:25.342412 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2066 | 2025.01.29 07:10:25.342465 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2067 | 2025.01.29 07:10:25.343047 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.01.29 07:10:25.343086 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2069 | 2025.01.29 07:10:25.343498 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2070 | 2025.01.29 07:10:25.343733 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.01.29 07:10:25.344101 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec. | ||
| 2072 | 2025.01.29 07:10:25.344420 [ 279 ] {6f1e6ddc-db10-44b6-a584-233be203a284} <Debug> TCPHandler: Processed in 0.002173859 sec. | ||
| 2073 | 2025.01.29 07:10:25.344581 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.01.29 07:10:25.344719 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.01.29 07:10:25.344778 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2076 | 2025.01.29 07:10:25.345315 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.01.29 07:10:25.345358 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2078 | 2025.01.29 07:10:25.345745 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2079 | 2025.01.29 07:10:25.345976 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.01.29 07:10:25.346245 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001527 sec., 1309.757694826457 rows/sec., 85.70 KiB/sec. | ||
| 2081 | 2025.01.29 07:10:25.346486 [ 275 ] {8a16083f-7070-4957-a7d2-50d22e140162} <Debug> TCPHandler: Processed in 0.001958952 sec. | ||
| 2082 | 2025.01.29 07:10:25.346642 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2083 | 2025.01.29 07:10:25.346781 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2084 | 2025.01.29 07:10:25.346874 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2085 | 2025.01.29 07:10:25.348185 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.01.29 07:10:25.348225 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2087 | 2025.01.29 07:10:25.348875 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2088 | 2025.01.29 07:10:25.349126 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.01.29 07:10:25.349576 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002794 sec., 12526.843235504653 rows/sec., 22.45 MiB/sec. | ||
| 2090 | 2025.01.29 07:10:25.349797 [ 279 ] {af036e4c-419a-4a22-a6f4-2ca1390ceb03} <Debug> TCPHandler: Processed in 0.003221466 sec. | ||
| 2091 | 2025.01.29 07:10:25.349960 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2025.01.29 07:10:25.350102 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2093 | 2025.01.29 07:10:25.350163 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2094 | 2025.01.29 07:10:25.350691 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Trace> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.01.29 07:10:25.350729 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2096 | 2025.01.29 07:10:25.351099 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2097 | 2025.01.29 07:10:25.351331 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Trace> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.01.29 07:10:25.351617 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001524 sec., 11811.023622047245 rows/sec., 890.06 KiB/sec. | ||
| 2099 | 2025.01.29 07:10:25.351794 [ 275 ] {994a05ca-f468-4000-a6ec-454d0a2facd4} <Debug> TCPHandler: Processed in 0.001902971 sec. | ||
| 2100 | 2025.01.29 07:10:25.351959 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.01.29 07:10:25.352103 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2102 | 2025.01.29 07:10:25.352162 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2103 | 2025.01.29 07:10:25.352716 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.01.29 07:10:25.352754 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2105 | 2025.01.29 07:10:25.353120 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2106 | 2025.01.29 07:10:25.353350 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.01.29 07:10:25.353559 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 2108 | 2025.01.29 07:10:25.353608 [ 279 ] {bc787662-ac10-4248-8f1f-295eaaed1f9d} <Debug> TCPHandler: Processed in 0.001718106 sec. | ||
| 2109 | 2025.01.29 07:10:26.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.65 MiB, peak 171.42 MiB, free memory in arenas 0.00 B, will set to 167.55 MiB (RSS), difference: -3.10 MiB | ||
| 2110 | 2025.01.29 07:10:30.301867 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2025.01.29 07:10:30.302090 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2112 | 2025.01.29 07:10:30.302169 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2113 | 2025.01.29 07:10:30.302986 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.01.29 07:10:30.303030 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2115 | 2025.01.29 07:10:30.303433 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2116 | 2025.01.29 07:10:30.303685 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2025.01.29 07:10:30.303876 [ 40 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2118 | 2025.01.29 07:10:30.303931 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec. | ||
| 2119 | 2025.01.29 07:10:30.303964 [ 40 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.01.29 07:10:30.304054 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2121 | 2025.01.29 07:10:30.304068 [ 279 ] {e664c456-172c-448f-93a1-109178089904} <Debug> TCPHandler: Processed in 0.002346293 sec. | ||
| 2122 | 2025.01.29 07:10:30.304350 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2123 | 2025.01.29 07:10:30.304394 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2025.01.29 07:10:30.304714 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2125 | 2025.01.29 07:10:30.304752 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2126 | 2025.01.29 07:10:30.304835 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2127 | 2025.01.29 07:10:30.304844 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2128 | 2025.01.29 07:10:30.305090 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2129 | 2025.01.29 07:10:30.305388 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2130 | 2025.01.29 07:10:30.305720 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2131 | 2025.01.29 07:10:30.306015 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 274 rows starting from the beginning of the part | ||
| 2132 | 2025.01.29 07:10:30.306270 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2133 | 2025.01.29 07:10:30.308034 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2025.01.29 07:10:30.308116 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2135 | 2025.01.29 07:10:30.309031 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2136 | 2025.01.29 07:10:30.309460 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265832 sec., 383605.0979218479 rows/sec., 33.67 MiB/sec. | ||
| 2137 | 2025.01.29 07:10:30.309558 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2025.01.29 07:10:30.309764 [ 40 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2139 | 2025.01.29 07:10:30.309858 [ 40 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2025.01.29 07:10:30.309885 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2141 | 2025.01.29 07:10:30.309904 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2142 | 2025.01.29 07:10:30.309947 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005355 sec., 11951.447245564892 rows/sec., 955.23 KiB/sec. | ||
| 2143 | 2025.01.29 07:10:30.310323 [ 275 ] {08d44753-2f56-4b2d-b86f-18cd63bf4291} <Debug> TCPHandler: Processed in 0.006098494 sec. | ||
| 2144 | 2025.01.29 07:10:30.310396 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2145 | 2025.01.29 07:10:30.310598 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2146 | 2025.01.29 07:10:30.310765 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2147 | 2025.01.29 07:10:30.310878 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.01.29 07:10:30.310905 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2149 | 2025.01.29 07:10:30.310922 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2150 | 2025.01.29 07:10:30.311147 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2151 | 2025.01.29 07:10:30.311261 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_11_2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2152 | 2025.01.29 07:10:30.311371 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2153 | 2025.01.29 07:10:30.311690 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2154 | 2025.01.29 07:10:30.311930 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2155 | 2025.01.29 07:10:30.312338 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2156 | 2025.01.29 07:10:30.312706 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2157 | 2025.01.29 07:10:30.313055 [ 192 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2158 | 2025.01.29 07:10:30.314196 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2159 | 2025.01.29 07:10:30.314264 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2160 | 2025.01.29 07:10:30.315410 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2161 | 2025.01.29 07:10:30.315792 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2162 | 2025.01.29 07:10:30.316108 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2163 | 2025.01.29 07:10:30.316216 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2025.01.29 07:10:30.316293 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2165 | 2025.01.29 07:10:30.316343 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.006249168 sec., 296839.51527627354 rows/sec., 22.63 MiB/sec. | ||
| 2166 | 2025.01.29 07:10:30.316500 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005666 sec., 28238.616307800916 rows/sec., 1.97 MiB/sec. | ||
| 2167 | 2025.01.29 07:10:30.316665 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2168 | 2025.01.29 07:10:30.316754 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2169 | 2025.01.29 07:10:30.316761 [ 279 ] {b7f86c5a-1f4c-4ca4-a546-bdf7ed1d56e0} <Debug> TCPHandler: Processed in 0.006306299 sec. | ||
| 2170 | 2025.01.29 07:10:30.317089 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2025.01.29 07:10:30.317189 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2172 | 2025.01.29 07:10:30.317295 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2173 | 2025.01.29 07:10:30.317376 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2174 | 2025.01.29 07:10:30.317584 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2175 | 2025.01.29 07:10:30.317704 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2215 rows starting from the beginning of the part | ||
| 2176 | 2025.01.29 07:10:30.318205 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2177 | 2025.01.29 07:10:30.318199 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.01.29 07:10:30.318759 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_11_2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2179 | 2025.01.29 07:10:30.318799 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2180 | 2025.01.29 07:10:30.319190 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2181 | 2025.01.29 07:10:30.319311 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2182 | 2025.01.29 07:10:30.319711 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2183 | 2025.01.29 07:10:30.320448 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2025.01.29 07:10:30.320496 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2185 | 2025.01.29 07:10:30.321002 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2186 | 2025.01.29 07:10:30.321337 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2025.01.29 07:10:30.321470 [ 40 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2188 | 2025.01.29 07:10:30.321521 [ 40 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2025.01.29 07:10:30.321543 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2190 | 2025.01.29 07:10:30.321561 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004259 sec., 14087.814040854662 rows/sec., 972.21 KiB/sec. | ||
| 2191 | 2025.01.29 07:10:30.322164 [ 275 ] {8111a8be-acb7-4c6b-8980-8f35f418b0c5} <Debug> TCPHandler: Processed in 0.005254531 sec. | ||
| 2192 | 2025.01.29 07:10:30.322212 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2193 | 2025.01.29 07:10:30.322713 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2194 | 2025.01.29 07:10:30.322772 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2195 | 2025.01.29 07:10:30.322808 [ 195 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3982 rows, containing 5 columns (5 merged, 0 gathered) in 0.006367731 sec., 625340.4862736821 rows/sec., 42.21 MiB/sec. | ||
| 2196 | 2025.01.29 07:10:30.322951 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2197 | 2025.01.29 07:10:30.323077 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2198 | 2025.01.29 07:10:30.323317 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2199 | 2025.01.29 07:10:30.323375 [ 190 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2200 | 2025.01.29 07:10:30.323626 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2201 | 2025.01.29 07:10:30.323845 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2202 | 2025.01.29 07:10:30.324417 [ 190 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2025.01.29 07:10:30.324565 [ 190 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2204 | 2025.01.29 07:10:30.324711 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 2205 | 2025.01.29 07:10:30.325454 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003779171 sec., 178875.20834595736 rows/sec., 11.72 MiB/sec. | ||
| 2206 | 2025.01.29 07:10:30.325686 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2207 | 2025.01.29 07:10:30.326034 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2025.01.29 07:10:30.326131 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_11_2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2209 | 2025.01.29 07:10:30.326233 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2210 | 2025.01.29 07:10:31.321010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2211 | 2025.01.29 07:10:31.321728 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2025.01.29 07:10:31.321784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2213 | 2025.01.29 07:10:31.322368 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2214 | 2025.01.29 07:10:31.322661 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2025.01.29 07:10:31.322898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2216 | 2025.01.29 07:10:31.592550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2217 | 2025.01.29 07:10:31.623338 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2025.01.29 07:10:31.623441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2219 | 2025.01.29 07:10:31.632797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2220 | 2025.01.29 07:10:31.633876 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.01.29 07:10:31.641440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2222 | 2025.01.29 07:10:33.821305 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 326 | ||
| 2223 | 2025.01.29 07:10:33.824484 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.01.29 07:10:33.824536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2225 | 2025.01.29 07:10:33.826024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2226 | 2025.01.29 07:10:33.826332 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.01.29 07:10:33.826543 [ 35 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2228 | 2025.01.29 07:10:33.826676 [ 35 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.01.29 07:10:33.826745 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2230 | 2025.01.29 07:10:33.827374 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 2231 | 2025.01.29 07:10:33.827883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326 | ||
| 2232 | 2025.01.29 07:10:33.828391 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2233 | 2025.01.29 07:10:33.828567 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2234 | 2025.01.29 07:10:33.829178 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 2235 | 2025.01.29 07:10:33.829827 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 2236 | 2025.01.29 07:10:33.830403 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 2237 | 2025.01.29 07:10:33.830992 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 2238 | 2025.01.29 07:10:33.831551 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
| 2239 | 2025.01.29 07:10:33.839616 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.012706132 sec., 25656.903296770408 rows/sec., 26.04 MiB/sec. | ||
| 2240 | 2025.01.29 07:10:33.840747 [ 198 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2241 | 2025.01.29 07:10:33.841517 [ 198 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.01.29 07:10:33.841595 [ 198 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_6_1} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2243 | 2025.01.29 07:10:33.841869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
| 2244 | 2025.01.29 07:10:35.306903 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2245 | 2025.01.29 07:10:35.307106 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2246 | 2025.01.29 07:10:35.307182 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2247 | 2025.01.29 07:10:35.307989 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2025.01.29 07:10:35.308029 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2249 | 2025.01.29 07:10:35.308443 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2250 | 2025.01.29 07:10:35.308701 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2025.01.29 07:10:35.308850 [ 34 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2252 | 2025.01.29 07:10:35.308894 [ 34 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.01.29 07:10:35.308902 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec. | ||
| 2254 | 2025.01.29 07:10:35.308924 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2255 | 2025.01.29 07:10:35.308974 [ 279 ] {210de94b-f32b-4b1f-ad03-9c22c23a4908} <Debug> TCPHandler: Processed in 0.002200639 sec. | ||
| 2256 | 2025.01.29 07:10:35.309223 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 2257 | 2025.01.29 07:10:35.309388 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2025.01.29 07:10:35.309418 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2259 | 2025.01.29 07:10:35.309476 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2260 | 2025.01.29 07:10:35.309688 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2261 | 2025.01.29 07:10:35.309779 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2262 | 2025.01.29 07:10:35.309925 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 2263 | 2025.01.29 07:10:35.310012 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2264 | 2025.01.29 07:10:35.310251 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2265 | 2025.01.29 07:10:35.310600 [ 190 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 2266 | 2025.01.29 07:10:35.312659 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2025.01.29 07:10:35.312738 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2268 | 2025.01.29 07:10:35.313072 [ 198 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004049499 sec., 17286.088970512155 rows/sec., 1.28 MiB/sec. | ||
| 2269 | 2025.01.29 07:10:35.313290 [ 198 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2270 | 2025.01.29 07:10:35.313719 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2271 | 2025.01.29 07:10:35.313806 [ 198 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.01.29 07:10:35.313967 [ 198 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_5_1} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2273 | 2025.01.29 07:10:35.314047 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2274 | 2025.01.29 07:10:35.314193 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2025.01.29 07:10:35.314434 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.004859 sec., 56184.40008232147 rows/sec., 4.95 MiB/sec. | ||
| 2276 | 2025.01.29 07:10:35.314501 [ 275 ] {fc162333-1561-4214-8932-0c23528936de} <Debug> TCPHandler: Processed in 0.005371805 sec. | ||
| 2277 | 2025.01.29 07:10:35.314650 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2278 | 2025.01.29 07:10:35.314769 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2279 | 2025.01.29 07:10:35.314820 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2280 | 2025.01.29 07:10:35.315532 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2025.01.29 07:10:35.315578 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2282 | 2025.01.29 07:10:35.315981 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2283 | 2025.01.29 07:10:35.316231 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2284 | 2025.01.29 07:10:35.316432 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001682 sec., 24970.273483947683 rows/sec., 1.79 MiB/sec. | ||
| 2285 | 2025.01.29 07:10:35.316489 [ 279 ] {f759649d-00bc-4b80-8c43-49ff6fd0f0f1} <Debug> TCPHandler: Processed in 0.001896871 sec. | ||
| 2286 | 2025.01.29 07:10:35.316668 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2025.01.29 07:10:35.316787 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2288 | 2025.01.29 07:10:35.316835 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2289 | 2025.01.29 07:10:35.317518 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2025.01.29 07:10:35.317565 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2291 | 2025.01.29 07:10:35.317964 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2292 | 2025.01.29 07:10:35.318207 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2025.01.29 07:10:35.318473 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 2294 | 2025.01.29 07:10:35.318596 [ 275 ] {98c800b4-06a6-404a-b657-3c0da88bc395} <Debug> TCPHandler: Processed in 0.001983344 sec. | ||
| 2295 | 2025.01.29 07:10:35.318746 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.01.29 07:10:35.318863 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2297 | 2025.01.29 07:10:35.318912 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2298 | 2025.01.29 07:10:35.319481 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.01.29 07:10:35.319520 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2300 | 2025.01.29 07:10:35.319864 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2301 | 2025.01.29 07:10:35.320095 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.01.29 07:10:35.320217 [ 34 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2303 | 2025.01.29 07:10:35.320258 [ 34 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.01.29 07:10:35.320284 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2305 | 2025.01.29 07:10:35.320298 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001457 sec., 8922.443376801648 rows/sec., 556.31 KiB/sec. | ||
| 2306 | 2025.01.29 07:10:35.320419 [ 279 ] {5843eddc-df4c-452b-a076-ed5e33c227fc} <Debug> TCPHandler: Processed in 0.001728197 sec. | ||
| 2307 | 2025.01.29 07:10:35.320429 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 2308 | 2025.01.29 07:10:35.320546 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2309 | 2025.01.29 07:10:35.320580 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2310 | 2025.01.29 07:10:35.320596 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2311 | 2025.01.29 07:10:35.320821 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 2312 | 2025.01.29 07:10:35.320973 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2313 | 2025.01.29 07:10:35.321108 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2314 | 2025.01.29 07:10:35.321132 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2315 | 2025.01.29 07:10:35.321567 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2316 | 2025.01.29 07:10:35.321926 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2317 | 2025.01.29 07:10:35.323975 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2318 | 2025.01.29 07:10:35.324073 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2319 | 2025.01.29 07:10:35.324239 [ 190 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003891615 sec., 16702.57720766314 rows/sec., 1.08 MiB/sec. | ||
| 2320 | 2025.01.29 07:10:35.324453 [ 200 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2321 | 2025.01.29 07:10:35.324645 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2322 | 2025.01.29 07:10:35.324877 [ 200 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2025.01.29 07:10:35.324932 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2025.01.29 07:10:35.324976 [ 200 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_5_1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2325 | 2025.01.29 07:10:35.325089 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2326 | 2025.01.29 07:10:35.325343 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.004534 sec., 91971.76885752096 rows/sec., 6.57 MiB/sec. | ||
| 2327 | 2025.01.29 07:10:35.325528 [ 275 ] {7344fdcd-5256-447f-b8ba-2ba083af0408} <Debug> TCPHandler: Processed in 0.005026655 sec. | ||
| 2328 | 2025.01.29 07:10:35.325701 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2329 | 2025.01.29 07:10:35.325843 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2330 | 2025.01.29 07:10:35.325902 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2331 | 2025.01.29 07:10:35.326472 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2025.01.29 07:10:35.326567 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2333 | 2025.01.29 07:10:35.326969 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2334 | 2025.01.29 07:10:35.327217 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2025.01.29 07:10:35.327402 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 2336 | 2025.01.29 07:10:35.327451 [ 279 ] {54c9fd57-b7c6-4e3d-a472-8df06326314a} <Debug> TCPHandler: Processed in 0.001819999 sec. | ||
| 2337 | 2025.01.29 07:10:35.327607 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2025.01.29 07:10:35.327725 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2339 | 2025.01.29 07:10:35.327778 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2340 | 2025.01.29 07:10:35.328457 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2341 | 2025.01.29 07:10:35.328503 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2342 | 2025.01.29 07:10:35.328955 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2343 | 2025.01.29 07:10:35.329196 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2344 | 2025.01.29 07:10:35.329417 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 2345 | 2025.01.29 07:10:35.329470 [ 275 ] {2c998d75-1071-485c-a9cd-7edd5bbec097} <Debug> TCPHandler: Processed in 0.001917501 sec. | ||
| 2346 | 2025.01.29 07:10:35.329621 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2347 | 2025.01.29 07:10:35.329742 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2348 | 2025.01.29 07:10:35.329791 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2349 | 2025.01.29 07:10:35.330267 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2350 | 2025.01.29 07:10:35.330304 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2351 | 2025.01.29 07:10:35.330663 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2352 | 2025.01.29 07:10:35.330896 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2353 | 2025.01.29 07:10:35.331121 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
| 2354 | 2025.01.29 07:10:35.331175 [ 279 ] {56c083cb-0456-46d7-ba26-e4fd0c8a90b0} <Debug> TCPHandler: Processed in 0.001612563 sec. | ||
| 2355 | 2025.01.29 07:10:35.331324 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2356 | 2025.01.29 07:10:35.331439 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2357 | 2025.01.29 07:10:35.331518 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2358 | 2025.01.29 07:10:35.332742 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2025.01.29 07:10:35.332781 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2360 | 2025.01.29 07:10:35.333431 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2361 | 2025.01.29 07:10:35.333708 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2025.01.29 07:10:35.333943 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002527 sec., 13850.415512465373 rows/sec., 24.82 MiB/sec. | ||
| 2363 | 2025.01.29 07:10:35.334111 [ 275 ] {bdd9fd7c-4ff0-4c9a-b90a-40d6ff11b079} <Debug> TCPHandler: Processed in 0.002845196 sec. | ||
| 2364 | 2025.01.29 07:10:35.334260 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2365 | 2025.01.29 07:10:35.334385 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2366 | 2025.01.29 07:10:35.334435 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2367 | 2025.01.29 07:10:35.334941 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2368 | 2025.01.29 07:10:35.334981 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2369 | 2025.01.29 07:10:35.335370 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2370 | 2025.01.29 07:10:35.335605 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2371 | 2025.01.29 07:10:35.335818 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
| 2372 | 2025.01.29 07:10:35.335868 [ 279 ] {5d28c295-5b6d-4d81-888a-8847c8fff6e4} <Debug> TCPHandler: Processed in 0.001665644 sec. | ||
| 2373 | 2025.01.29 07:10:38.724262 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2374 | 2025.01.29 07:10:38.724326 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2375 | 2025.01.29 07:10:38.823945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2376 | 2025.01.29 07:10:38.824596 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2025.01.29 07:10:38.824646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2378 | 2025.01.29 07:10:38.825176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2379 | 2025.01.29 07:10:38.825431 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2025.01.29 07:10:38.825677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2381 | 2025.01.29 07:10:39.142439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2382 | 2025.01.29 07:10:39.162507 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.01.29 07:10:39.162566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2384 | 2025.01.29 07:10:39.169773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2385 | 2025.01.29 07:10:39.170534 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.01.29 07:10:39.173295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2387 | 2025.01.29 07:10:40.301389 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2388 | 2025.01.29 07:10:40.301595 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2389 | 2025.01.29 07:10:40.301677 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2390 | 2025.01.29 07:10:40.302471 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2025.01.29 07:10:40.302523 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2392 | 2025.01.29 07:10:40.302949 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2393 | 2025.01.29 07:10:40.303205 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2394 | 2025.01.29 07:10:40.303438 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. | ||
| 2395 | 2025.01.29 07:10:40.303502 [ 279 ] {bbabb03f-6d65-4a1b-9c81-f2b7d5a1846f} <Debug> TCPHandler: Processed in 0.002245731 sec. | ||
| 2396 | 2025.01.29 07:10:40.303786 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2397 | 2025.01.29 07:10:40.303985 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2398 | 2025.01.29 07:10:40.304063 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2399 | 2025.01.29 07:10:40.304829 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2400 | 2025.01.29 07:10:40.304880 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2401 | 2025.01.29 07:10:40.305311 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2402 | 2025.01.29 07:10:40.305567 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2403 | 2025.01.29 07:10:40.305811 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 2404 | 2025.01.29 07:10:40.305869 [ 275 ] {9ef7c207-f434-4b53-929a-bf26a733fae8} <Debug> TCPHandler: Processed in 0.00222984 sec. | ||
| 2405 | 2025.01.29 07:10:40.306025 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2025.01.29 07:10:40.306155 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2407 | 2025.01.29 07:10:40.306215 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2408 | 2025.01.29 07:10:40.306802 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2409 | 2025.01.29 07:10:40.306845 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2410 | 2025.01.29 07:10:40.307265 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2411 | 2025.01.29 07:10:40.307509 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.01.29 07:10:40.307726 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 2413 | 2025.01.29 07:10:40.307783 [ 279 ] {5f1c5da2-9627-4a21-970e-ce51b9bbd812} <Debug> TCPHandler: Processed in 0.001813309 sec. | ||
| 2414 | 2025.01.29 07:10:40.307954 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2025.01.29 07:10:40.308081 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2416 | 2025.01.29 07:10:40.308138 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2417 | 2025.01.29 07:10:40.308673 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2418 | 2025.01.29 07:10:40.308714 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2419 | 2025.01.29 07:10:40.309147 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2420 | 2025.01.29 07:10:40.309395 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2421 | 2025.01.29 07:10:40.309633 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 2422 | 2025.01.29 07:10:40.309768 [ 275 ] {411d5468-5217-4d83-a667-c71c8f752666} <Debug> TCPHandler: Processed in 0.001880031 sec. | ||
| 2423 | 2025.01.29 07:10:41.046866 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2424 | 2025.01.29 07:10:41.047137 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2425 | 2025.01.29 07:10:41.047583 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2426 | 2025.01.29 07:10:41.047638 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2427 | 2025.01.29 07:10:41.048030 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2428 | 2025.01.29 07:10:41.048116 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2429 | 2025.01.29 07:10:41.048293 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2430 | 2025.01.29 07:10:41.048393 [ 296 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2431 | 2025.01.29 07:10:41.048511 [ 295 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2432 | 2025.01.29 07:10:41.048543 [ 297 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2433 | 2025.01.29 07:10:41.048514 [ 299 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2434 | 2025.01.29 07:10:41.048709 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (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 | ||
| 2435 | 2025.01.29 07:10:41.048740 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2436 | 2025.01.29 07:10:41.048881 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2437 | 2025.01.29 07:10:41.048907 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2438 | 2025.01.29 07:10:41.048951 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2439 | 2025.01.29 07:10:41.048998 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2440 | 2025.01.29 07:10:41.049036 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2441 | 2025.01.29 07:10:41.049074 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2442 | 2025.01.29 07:10:41.051107 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004097 sec., 10007.322431047107 rows/sec., 381.85 KiB/sec. | ||
| 2443 | 2025.01.29 07:10:41.051351 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> MemoryTracker: Peak memory usage (for query): 144.46 KiB. | ||
| 2444 | 2025.01.29 07:10:41.051369 [ 279 ] {33c9e9f8-22d6-4b3e-a2e2-35c69355cc1d} <Debug> TCPHandler: Processed in 0.004636064 sec. | ||
| 2445 | 2025.01.29 07:10:41.095764 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2446 | 2025.01.29 07:10:41.095902 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2447 | 2025.01.29 07:10:41.095975 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2448 | 2025.01.29 07:10:41.096707 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2449 | 2025.01.29 07:10:41.096756 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2450 | 2025.01.29 07:10:41.097270 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2451 | 2025.01.29 07:10:41.097489 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2452 | 2025.01.29 07:10:41.097693 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001833 sec., 545.5537370430987 rows/sec., 123.60 KiB/sec. | ||
| 2453 | 2025.01.29 07:10:41.097749 [ 279 ] {6b3b7fe8-e63b-4078-ba33-6a90fc34992b} <Debug> TCPHandler: Processed in 0.002043595 sec. | ||
| 2454 | 2025.01.29 07:10:41.097989 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2025.01.29 07:10:41.098175 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2456 | 2025.01.29 07:10:41.098255 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2457 | 2025.01.29 07:10:41.099073 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2025.01.29 07:10:41.099120 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2459 | 2025.01.29 07:10:41.099554 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2460 | 2025.01.29 07:10:41.099801 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2461 | 2025.01.29 07:10:41.100026 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 2462 | 2025.01.29 07:10:41.100084 [ 275 ] {292f6ad4-d499-4f09-a163-28735cba9c83} <Debug> TCPHandler: Processed in 0.00222793 sec. | ||
| 2463 | 2025.01.29 07:10:41.100269 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2464 | 2025.01.29 07:10:41.100388 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2465 | 2025.01.29 07:10:41.100439 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2466 | 2025.01.29 07:10:41.101061 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2467 | 2025.01.29 07:10:41.101099 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2468 | 2025.01.29 07:10:41.101446 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2469 | 2025.01.29 07:10:41.101674 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2470 | 2025.01.29 07:10:41.101868 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001501 sec., 7994.670219853431 rows/sec., 651.91 KiB/sec. | ||
| 2471 | 2025.01.29 07:10:41.102021 [ 279 ] {6f567c48-28fb-4cf9-b0a1-e02f19bba4e7} <Debug> TCPHandler: Processed in 0.001801108 sec. | ||
| 2472 | 2025.01.29 07:10:41.102211 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2473 | 2025.01.29 07:10:41.102333 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2474 | 2025.01.29 07:10:41.102383 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2475 | 2025.01.29 07:10:41.103580 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2476 | 2025.01.29 07:10:41.103618 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2477 | 2025.01.29 07:10:41.104079 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2478 | 2025.01.29 07:10:41.104320 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2479 | 2025.01.29 07:10:41.104535 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Debug> executeQuery: Read 1419 rows, 121.64 KiB in 0.002227 sec., 637180.0628648406 rows/sec., 53.34 MiB/sec. | ||
| 2480 | 2025.01.29 07:10:41.104594 [ 275 ] {35342be3-c702-454c-b0a6-0dfef5213aa8} <Debug> TCPHandler: Processed in 0.002443725 sec. | ||
| 2481 | 2025.01.29 07:10:41.104776 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2482 | 2025.01.29 07:10:41.104914 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2483 | 2025.01.29 07:10:41.104973 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2484 | 2025.01.29 07:10:41.105633 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2485 | 2025.01.29 07:10:41.105672 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2486 | 2025.01.29 07:10:41.106022 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2487 | 2025.01.29 07:10:41.106260 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2488 | 2025.01.29 07:10:41.106377 [ 26 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2489 | 2025.01.29 07:10:41.106424 [ 26 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2025.01.29 07:10:41.106448 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001562 sec., 34571.06274007682 rows/sec., 2.45 MiB/sec. | ||
| 2491 | 2025.01.29 07:10:41.106454 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2492 | 2025.01.29 07:10:41.106559 [ 279 ] {e757a201-b477-4a49-8845-d32f52787b62} <Debug> TCPHandler: Processed in 0.0018502 sec. | ||
| 2493 | 2025.01.29 07:10:41.106831 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2494 | 2025.01.29 07:10:41.106887 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::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 | ||
| 2495 | 2025.01.29 07:10:41.107035 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2496 | 2025.01.29 07:10:41.107073 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2497 | 2025.01.29 07:10:41.107098 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2498 | 2025.01.29 07:10:41.107110 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2499 | 2025.01.29 07:10:41.107346 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2500 | 2025.01.29 07:10:41.107739 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2501 | 2025.01.29 07:10:41.108098 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2502 | 2025.01.29 07:10:41.108513 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2503 | 2025.01.29 07:10:41.108872 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
| 2504 | 2025.01.29 07:10:41.109667 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2025.01.29 07:10:41.109714 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2506 | 2025.01.29 07:10:41.110330 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2507 | 2025.01.29 07:10:41.110486 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.003911235 sec., 46788.29065499772 rows/sec., 3.49 MiB/sec. | ||
| 2508 | 2025.01.29 07:10:41.110688 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2509 | 2025.01.29 07:10:41.110745 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2510 | 2025.01.29 07:10:41.110924 [ 26 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2511 | 2025.01.29 07:10:41.111013 [ 26 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2512 | 2025.01.29 07:10:41.111093 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2513 | 2025.01.29 07:10:41.111227 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004214 sec., 57427.62221167537 rows/sec., 3.89 MiB/sec. | ||
| 2514 | 2025.01.29 07:10:41.111462 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 2515 | 2025.01.29 07:10:41.111486 [ 275 ] {50374e72-80ef-47aa-989a-3a367b9ecd29} <Debug> TCPHandler: Processed in 0.004786548 sec. | ||
| 2516 | 2025.01.29 07:10:41.111720 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2517 | 2025.01.29 07:10:41.111758 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2518 | 2025.01.29 07:10:41.111820 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2025.01.29 07:10:41.111844 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2520 | 2025.01.29 07:10:41.111901 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_6_1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2521 | 2025.01.29 07:10:41.112097 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2522 | 2025.01.29 07:10:41.112142 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2523 | 2025.01.29 07:10:41.112261 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2524 | 2025.01.29 07:10:41.112434 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2525 | 2025.01.29 07:10:41.112433 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2526 | 2025.01.29 07:10:41.113046 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2527 | 2025.01.29 07:10:41.113333 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2528 | 2025.01.29 07:10:41.113768 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2529 | 2025.01.29 07:10:41.115422 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2530 | 2025.01.29 07:10:41.115494 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2531 | 2025.01.29 07:10:41.116532 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2532 | 2025.01.29 07:10:41.116632 [ 199 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005445956 sec., 99339.76697571555 rows/sec., 7.12 MiB/sec. | ||
| 2533 | 2025.01.29 07:10:41.116873 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2534 | 2025.01.29 07:10:41.116968 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2535 | 2025.01.29 07:10:41.117322 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005183 sec., 2508.1998842369285 rows/sec., 156.39 KiB/sec. | ||
| 2536 | 2025.01.29 07:10:41.117490 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.01.29 07:10:41.117502 [ 279 ] {2dc5464d-1c47-49df-be4b-10823cf6ec87} <Debug> TCPHandler: Processed in 0.005873418 sec. | ||
| 2538 | 2025.01.29 07:10:41.117642 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_6_1} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2539 | 2025.01.29 07:10:41.117709 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2025.01.29 07:10:41.117730 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2541 | 2025.01.29 07:10:41.117832 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2542 | 2025.01.29 07:10:41.117881 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2543 | 2025.01.29 07:10:41.118760 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.01.29 07:10:41.118798 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2545 | 2025.01.29 07:10:41.119204 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2546 | 2025.01.29 07:10:41.119451 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.01.29 07:10:41.119694 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.001884 sec., 469745.2229299363 rows/sec., 34.08 MiB/sec. | ||
| 2548 | 2025.01.29 07:10:41.119886 [ 275 ] {ad04c55d-0512-46fc-a420-c12fd4d30dd1} <Debug> TCPHandler: Processed in 0.002255941 sec. | ||
| 2549 | 2025.01.29 07:10:41.120056 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2025.01.29 07:10:41.120174 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2551 | 2025.01.29 07:10:41.120224 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2552 | 2025.01.29 07:10:41.120711 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.29 07:10:41.120750 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2554 | 2025.01.29 07:10:41.121106 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2555 | 2025.01.29 07:10:41.121336 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.01.29 07:10:41.121450 [ 26 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2557 | 2025.01.29 07:10:41.121489 [ 26 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.01.29 07:10:41.121513 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2559 | 2025.01.29 07:10:41.121521 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
| 2560 | 2025.01.29 07:10:41.121853 [ 279 ] {385336eb-12a6-4d92-8c9e-f998561c0a28} <Debug> TCPHandler: Processed in 0.001846799 sec. | ||
| 2561 | 2025.01.29 07:10:41.121902 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2562 | 2025.01.29 07:10:41.122076 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2025.01.29 07:10:41.122142 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2564 | 2025.01.29 07:10:41.122206 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2565 | 2025.01.29 07:10:41.122269 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2566 | 2025.01.29 07:10:41.122468 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2567 | 2025.01.29 07:10:41.122468 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2568 | 2025.01.29 07:10:41.122800 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2569 | 2025.01.29 07:10:41.123105 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2570 | 2025.01.29 07:10:41.123443 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2571 | 2025.01.29 07:10:41.123769 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 2572 | 2025.01.29 07:10:41.125383 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2573 | 2025.01.29 07:10:41.125462 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2574 | 2025.01.29 07:10:41.126419 [ 199 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004802059 sec., 7496.784191947662 rows/sec., 391.68 KiB/sec. | ||
| 2575 | 2025.01.29 07:10:41.126603 [ 196 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2576 | 2025.01.29 07:10:41.126625 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2577 | 2025.01.29 07:10:41.126996 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2025.01.29 07:10:41.126996 [ 196 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_6_1} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2579 | 2025.01.29 07:10:41.127109 [ 196 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_6_1} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2580 | 2025.01.29 07:10:41.127311 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2581 | 2025.01.29 07:10:41.127358 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005121 sec., 187658.66041788715 rows/sec., 12.47 MiB/sec. | ||
| 2582 | 2025.01.29 07:10:41.127466 [ 275 ] {8eeab948-09b9-4309-9f8e-fde6bf0e2f68} <Debug> TCPHandler: Processed in 0.005487417 sec. | ||
| 2583 | 2025.01.29 07:10:41.127650 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2584 | 2025.01.29 07:10:41.127790 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2585 | 2025.01.29 07:10:41.127850 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2586 | 2025.01.29 07:10:41.128355 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2587 | 2025.01.29 07:10:41.128393 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2588 | 2025.01.29 07:10:41.128744 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2589 | 2025.01.29 07:10:41.128988 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2025.01.29 07:10:41.129112 [ 26 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2591 | 2025.01.29 07:10:41.129149 [ 26 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.01.29 07:10:41.129172 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 2593 | 2025.01.29 07:10:41.129174 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2594 | 2025.01.29 07:10:41.129235 [ 279 ] {2a25d07f-20c1-458d-8884-358584edab54} <Debug> TCPHandler: Processed in 0.001655525 sec. | ||
| 2595 | 2025.01.29 07:10:41.129436 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 2596 | 2025.01.29 07:10:41.129444 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2025.01.29 07:10:41.129592 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2598 | 2025.01.29 07:10:41.129636 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2599 | 2025.01.29 07:10:41.129641 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2600 | 2025.01.29 07:10:41.129830 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2601 | 2025.01.29 07:10:41.129881 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2602 | 2025.01.29 07:10:41.130279 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2603 | 2025.01.29 07:10:41.130676 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 2604 | 2025.01.29 07:10:41.131010 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2605 | 2025.01.29 07:10:41.131376 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2606 | 2025.01.29 07:10:41.133635 [ 199 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.004356847 sec., 1606.6664723365316 rows/sec., 107.37 KiB/sec. | ||
| 2607 | 2025.01.29 07:10:41.133899 [ 199 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2608 | 2025.01.29 07:10:41.134223 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2025.01.29 07:10:41.134284 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2610 | 2025.01.29 07:10:41.134539 [ 199 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.01.29 07:10:41.134751 [ 199 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_6_1} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2612 | 2025.01.29 07:10:41.134923 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2613 | 2025.01.29 07:10:41.135341 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2614 | 2025.01.29 07:10:41.135623 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2025.01.29 07:10:41.135818 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2616 | 2025.01.29 07:10:41.135879 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.01.29 07:10:41.135924 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2618 | 2025.01.29 07:10:41.135931 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006338 sec., 5522.24676554118 rows/sec., 9.90 MiB/sec. | ||
| 2619 | 2025.01.29 07:10:41.136353 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 2620 | 2025.01.29 07:10:41.136582 [ 275 ] {6877f2b1-2d78-488b-b562-fe8a7686f63b} <Debug> TCPHandler: Processed in 0.007233824 sec. | ||
| 2621 | 2025.01.29 07:10:41.136824 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2622 | 2025.01.29 07:10:41.137114 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2623 | 2025.01.29 07:10:41.137139 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2624 | 2025.01.29 07:10:41.137243 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2625 | 2025.01.29 07:10:41.137320 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 2626 | 2025.01.29 07:10:41.138217 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 2627 | 2025.01.29 07:10:41.138874 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 2628 | 2025.01.29 07:10:41.139605 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2629 | 2025.01.29 07:10:41.139761 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.01.29 07:10:41.139847 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2631 | 2025.01.29 07:10:41.140339 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2632 | 2025.01.29 07:10:41.140990 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
| 2633 | 2025.01.29 07:10:41.141678 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2634 | 2025.01.29 07:10:41.142244 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.01.29 07:10:41.142810 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005775 sec., 5887.445887445888 rows/sec., 349.87 KiB/sec. | ||
| 2636 | 2025.01.29 07:10:41.142989 [ 279 ] {cc258c4d-dfb2-48fe-a2aa-18b48c590df9} <Debug> TCPHandler: Processed in 0.006276209 sec. | ||
| 2637 | 2025.01.29 07:10:41.144899 [ 194 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.008864358 sec., 14552.661343325712 rows/sec., 26.08 MiB/sec. | ||
| 2638 | 2025.01.29 07:10:41.145198 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2639 | 2025.01.29 07:10:41.145621 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2025.01.29 07:10:41.145697 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2641 | 2025.01.29 07:10:41.145810 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2642 | 2025.01.29 07:10:42.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.48 MiB, peak 174.38 MiB, free memory in arenas 0.00 B, will set to 169.41 MiB (RSS), difference: -1.07 MiB | ||
| 2643 | 2025.01.29 07:10:43.829067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 384 | ||
| 2644 | 2025.01.29 07:10:43.832728 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2025.01.29 07:10:43.832780 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2646 | 2025.01.29 07:10:43.834278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2647 | 2025.01.29 07:10:43.834582 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2025.01.29 07:10:43.835116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384 | ||
| 2649 | 2025.01.29 07:10:45.299759 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2025.01.29 07:10:45.299947 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2651 | 2025.01.29 07:10:45.300020 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2652 | 2025.01.29 07:10:45.300796 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.01.29 07:10:45.300849 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2654 | 2025.01.29 07:10:45.301361 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2655 | 2025.01.29 07:10:45.301687 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.01.29 07:10:45.301972 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002072 sec., 27027.027027027027 rows/sec., 2.08 MiB/sec. | ||
| 2657 | 2025.01.29 07:10:45.302049 [ 279 ] {899eefbf-dd67-415f-8a61-a5a7f48a51a3} <Debug> TCPHandler: Processed in 0.002420625 sec. | ||
| 2658 | 2025.01.29 07:10:45.302443 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2025.01.29 07:10:45.302688 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2660 | 2025.01.29 07:10:45.302803 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2661 | 2025.01.29 07:10:45.303849 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.01.29 07:10:45.303916 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2663 | 2025.01.29 07:10:45.304384 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2664 | 2025.01.29 07:10:45.304642 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.01.29 07:10:45.304959 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002324 sec., 27538.726333907056 rows/sec., 2.15 MiB/sec. | ||
| 2666 | 2025.01.29 07:10:45.305127 [ 275 ] {218ff22a-3b15-4914-9a11-dccf9293d866} <Debug> TCPHandler: Processed in 0.002898678 sec. | ||
| 2667 | 2025.01.29 07:10:45.305300 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2025.01.29 07:10:45.305430 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2669 | 2025.01.29 07:10:45.305488 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2670 | 2025.01.29 07:10:45.306109 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.01.29 07:10:45.306152 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2672 | 2025.01.29 07:10:45.306558 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2673 | 2025.01.29 07:10:45.306800 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.01.29 07:10:45.307029 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001629 sec., 78575.81338244322 rows/sec., 5.47 MiB/sec. | ||
| 2675 | 2025.01.29 07:10:45.307084 [ 279 ] {5462ef0a-cb7e-4a1e-9bec-4116d713a5c2} <Debug> TCPHandler: Processed in 0.00184887 sec. | ||
| 2676 | 2025.01.29 07:10:45.307293 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2025.01.29 07:10:45.307442 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2678 | 2025.01.29 07:10:45.307511 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2679 | 2025.01.29 07:10:45.308106 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2025.01.29 07:10:45.308153 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2681 | 2025.01.29 07:10:45.308536 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2682 | 2025.01.29 07:10:45.308789 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2025.01.29 07:10:45.309019 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001617 sec., 29684.601113172543 rows/sec., 2.00 MiB/sec. | ||
| 2684 | 2025.01.29 07:10:45.309118 [ 275 ] {dd0e6d12-a118-4da8-b61f-7a8059c5275f} <Debug> TCPHandler: Processed in 0.001897101 sec. | ||
| 2685 | 2025.01.29 07:10:46.326718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2686 | 2025.01.29 07:10:46.327376 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.01.29 07:10:46.327412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2688 | 2025.01.29 07:10:46.327935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2689 | 2025.01.29 07:10:46.328187 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.01.29 07:10:46.328327 [ 136 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2691 | 2025.01.29 07:10:46.328372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2692 | 2025.01.29 07:10:46.328383 [ 136 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2025.01.29 07:10:46.328410 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2694 | 2025.01.29 07:10:46.328529 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 2695 | 2025.01.29 07:10:46.328646 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2696 | 2025.01.29 07:10:46.328686 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 2697 | 2025.01.29 07:10:46.328759 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2698 | 2025.01.29 07:10:46.328972 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2699 | 2025.01.29 07:10:46.329195 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2700 | 2025.01.29 07:10:46.329390 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2701 | 2025.01.29 07:10:46.329537 [ 188 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2702 | 2025.01.29 07:10:46.331271 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002789155 sec., 1837115.5421624111 rows/sec., 26.28 MiB/sec. | ||
| 2703 | 2025.01.29 07:10:46.331783 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2704 | 2025.01.29 07:10:46.332207 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.01.29 07:10:46.332306 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_11_2} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2706 | 2025.01.29 07:10:46.332429 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2707 | 2025.01.29 07:10:46.674316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2708 | 2025.01.29 07:10:46.695792 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2025.01.29 07:10:46.695860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2710 | 2025.01.29 07:10:46.703377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2711 | 2025.01.29 07:10:46.704139 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2712 | 2025.01.29 07:10:46.704546 [ 138 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2713 | 2025.01.29 07:10:46.704692 [ 138 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2025.01.29 07:10:46.704770 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2715 | 2025.01.29 07:10:46.705797 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2716 | 2025.01.29 07:10:46.718574 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2717 | 2025.01.29 07:10:46.720640 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2718 | 2025.01.29 07:10:46.722152 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2719 | 2025.01.29 07:10:46.727701 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2720 | 2025.01.29 07:10:46.733386 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2721 | 2025.01.29 07:10:46.739147 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2722 | 2025.01.29 07:10:46.745127 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2723 | 2025.01.29 07:10:46.750013 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 2724 | 2025.01.29 07:10:46.807350 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102369398 sec., 810.7891774453924 rows/sec., 4.19 MiB/sec. | ||
| 2725 | 2025.01.29 07:10:46.809698 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2726 | 2025.01.29 07:10:46.812649 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_11_2} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2025.01.29 07:10:46.812763 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_11_2} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2728 | 2025.01.29 07:10:46.815123 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2729 | 2025.01.29 07:10:47.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.54 MiB, peak 180.42 MiB, free memory in arenas 0.00 B, will set to 172.34 MiB (RSS), difference: 1.80 MiB | ||
| 2730 | 2025.01.29 07:10:50.301990 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2025.01.29 07:10:50.302213 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2732 | 2025.01.29 07:10:50.302293 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2733 | 2025.01.29 07:10:50.303064 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2025.01.29 07:10:50.303106 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2735 | 2025.01.29 07:10:50.303540 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2736 | 2025.01.29 07:10:50.303785 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.01.29 07:10:50.303940 [ 150 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2738 | 2025.01.29 07:10:50.303992 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 2739 | 2025.01.29 07:10:50.303993 [ 150 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2025.01.29 07:10:50.304049 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 2741 | 2025.01.29 07:10:50.304067 [ 279 ] {77d0375f-0665-479e-9590-6ddabd415f23} <Debug> TCPHandler: Processed in 0.002215629 sec. | ||
| 2742 | 2025.01.29 07:10:50.304196 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2743 | 2025.01.29 07:10:50.304307 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2744 | 2025.01.29 07:10:50.304354 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1414 rows starting from the beginning of the part | ||
| 2745 | 2025.01.29 07:10:50.304379 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2025.01.29 07:10:50.304509 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part | ||
| 2747 | 2025.01.29 07:10:50.304708 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2748 | 2025.01.29 07:10:50.305198 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1419 rows starting from the beginning of the part | ||
| 2749 | 2025.01.29 07:10:50.305261 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2750 | 2025.01.29 07:10:50.305340 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2751 | 2025.01.29 07:10:50.305473 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2752 | 2025.01.29 07:10:50.305600 [ 186 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 2753 | 2025.01.29 07:10:50.307963 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.01.29 07:10:50.308042 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2755 | 2025.01.29 07:10:50.308944 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2756 | 2025.01.29 07:10:50.309419 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.01.29 07:10:50.309691 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3274 rows, containing 5 columns (5 merged, 0 gathered) in 0.005528669 sec., 592185.931188863 rows/sec., 51.86 MiB/sec. | ||
| 2758 | 2025.01.29 07:10:50.309749 [ 150 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2759 | 2025.01.29 07:10:50.309845 [ 150 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2760 | 2025.01.29 07:10:50.309899 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2761 | 2025.01.29 07:10:50.309970 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005034 sec., 12713.547874453714 rows/sec., 1016.14 KiB/sec. | ||
| 2762 | 2025.01.29 07:10:50.310290 [ 275 ] {35513302-b15e-4388-a1f3-89437359da1c} <Debug> TCPHandler: Processed in 0.006104204 sec. | ||
| 2763 | 2025.01.29 07:10:50.310306 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2764 | 2025.01.29 07:10:50.310321 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2765 | 2025.01.29 07:10:50.310549 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2766 | 2025.01.29 07:10:50.310843 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2767 | 2025.01.29 07:10:50.310897 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2768 | 2025.01.29 07:10:50.310972 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 2769 | 2025.01.29 07:10:50.311090 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2770 | 2025.01.29 07:10:50.311245 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2025.01.29 07:10:50.311556 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part | ||
| 2772 | 2025.01.29 07:10:50.311728 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_16_3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2773 | 2025.01.29 07:10:50.312068 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2774 | 2025.01.29 07:10:50.312348 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2775 | 2025.01.29 07:10:50.312592 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part | ||
| 2776 | 2025.01.29 07:10:50.312913 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2777 | 2025.01.29 07:10:50.313165 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 2778 | 2025.01.29 07:10:50.314257 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.01.29 07:10:50.314312 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2780 | 2025.01.29 07:10:50.315436 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2781 | 2025.01.29 07:10:50.315771 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.01.29 07:10:50.315986 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2783 | 2025.01.29 07:10:50.316099 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2025.01.29 07:10:50.316177 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2785 | 2025.01.29 07:10:50.316283 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0055 sec., 29090.909090909092 rows/sec., 2.03 MiB/sec. | ||
| 2786 | 2025.01.29 07:10:50.316886 [ 279 ] {72964019-c481-450c-890e-55f912b324f8} <Debug> TCPHandler: Processed in 0.006487914 sec. | ||
| 2787 | 2025.01.29 07:10:50.316902 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2788 | 2025.01.29 07:10:50.317498 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2025.01.29 07:10:50.317588 [ 201 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.007591264 sec., 313123.08464044984 rows/sec., 23.99 MiB/sec. | ||
| 2790 | 2025.01.29 07:10:50.317636 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2791 | 2025.01.29 07:10:50.317803 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3982 rows starting from the beginning of the part | ||
| 2792 | 2025.01.29 07:10:50.318088 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2793 | 2025.01.29 07:10:50.318158 [ 201 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2794 | 2025.01.29 07:10:50.318201 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2795 | 2025.01.29 07:10:50.318621 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2796 | 2025.01.29 07:10:50.318622 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2797 | 2025.01.29 07:10:50.319109 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2798 | 2025.01.29 07:10:50.319604 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2799 | 2025.01.29 07:10:50.319650 [ 201 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2025.01.29 07:10:50.320116 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 2801 | 2025.01.29 07:10:50.320112 [ 201 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_16_3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2802 | 2025.01.29 07:10:50.320496 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2803 | 2025.01.29 07:10:50.321684 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.01.29 07:10:50.321743 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2805 | 2025.01.29 07:10:50.322753 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2806 | 2025.01.29 07:10:50.323132 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.01.29 07:10:50.323424 [ 150 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2808 | 2025.01.29 07:10:50.323496 [ 150 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.01.29 07:10:50.323575 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2810 | 2025.01.29 07:10:50.323579 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005704 sec., 10518.934081346424 rows/sec., 725.92 KiB/sec. | ||
| 2811 | 2025.01.29 07:10:50.323862 [ 275 ] {9f1c65be-9db1-4bb7-8867-f8b5b4d33631} <Debug> TCPHandler: Processed in 0.006777952 sec. | ||
| 2812 | 2025.01.29 07:10:50.324028 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2813 | 2025.01.29 07:10:50.324230 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2814 | 2025.01.29 07:10:50.324284 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2815 | 2025.01.29 07:10:50.324425 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2816 | 2025.01.29 07:10:50.324662 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2817 | 2025.01.29 07:10:50.325165 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2818 | 2025.01.29 07:10:50.325554 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2819 | 2025.01.29 07:10:50.325641 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5628 rows, containing 5 columns (5 merged, 0 gathered) in 0.00930258 sec., 604993.4534290488 rows/sec., 40.82 MiB/sec. | ||
| 2820 | 2025.01.29 07:10:50.325823 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 2821 | 2025.01.29 07:10:50.326213 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2822 | 2025.01.29 07:10:50.326793 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.01.29 07:10:50.326999 [ 186 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2824 | 2025.01.29 07:10:50.327150 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 2825 | 2025.01.29 07:10:50.327667 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.003894334 sec., 246511.9838205968 rows/sec., 16.12 MiB/sec. | ||
| 2826 | 2025.01.29 07:10:50.327857 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2827 | 2025.01.29 07:10:50.328138 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.01.29 07:10:50.328218 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_16_3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2829 | 2025.01.29 07:10:50.328300 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2830 | 2025.01.29 07:10:53.724365 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2831 | 2025.01.29 07:10:53.724433 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2832 | 2025.01.29 07:10:53.829471 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2833 | 2025.01.29 07:10:53.830257 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2025.01.29 07:10:53.830312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2835 | 2025.01.29 07:10:53.830860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2836 | 2025.01.29 07:10:53.831122 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2025.01.29 07:10:53.831369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2838 | 2025.01.29 07:10:53.836326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 400 | ||
| 2839 | 2025.01.29 07:10:53.839067 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2025.01.29 07:10:53.839113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2841 | 2025.01.29 07:10:53.840554 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2842 | 2025.01.29 07:10:53.840859 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.01.29 07:10:53.841435 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 2844 | 2025.01.29 07:10:53.961698 [ 146 ] {} <Debug> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2845 | 2025.01.29 07:10:53.961771 [ 146 ] {} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.01.29 07:10:53.961797 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2847 | 2025.01.29 07:10:53.962013 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2848 | 2025.01.29 07:10:53.962406 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2849 | 2025.01.29 07:10:53.962453 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2850 | 2025.01.29 07:10:53.962557 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2851 | 2025.01.29 07:10:53.962710 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2852 | 2025.01.29 07:10:53.962830 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2853 | 2025.01.29 07:10:53.962951 [ 192 ] {497f94fd-4a0b-4057-8006-a66630fb7471::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 | ||
| 2854 | 2025.01.29 07:10:53.965283 [ 186 ] {497f94fd-4a0b-4057-8006-a66630fb7471::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003397451 sec., 12362.209197424774 rows/sec., 2.04 MiB/sec. | ||
| 2855 | 2025.01.29 07:10:53.965483 [ 186 ] {497f94fd-4a0b-4057-8006-a66630fb7471::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2856 | 2025.01.29 07:10:53.966017 [ 186 ] {497f94fd-4a0b-4057-8006-a66630fb7471::all_1_5_1} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.01.29 07:10:53.966119 [ 186 ] {497f94fd-4a0b-4057-8006-a66630fb7471::all_1_5_1} <Trace> oximeter.timeseries_schema (497f94fd-4a0b-4057-8006-a66630fb7471) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2858 | 2025.01.29 07:10:53.966229 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2859 | 2025.01.29 07:10:54.219583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2860 | 2025.01.29 07:10:54.238865 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.01.29 07:10:54.238928 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2862 | 2025.01.29 07:10:54.246267 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2863 | 2025.01.29 07:10:54.247084 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2864 | 2025.01.29 07:10:54.250139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2865 | 2025.01.29 07:10:55.307675 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2866 | 2025.01.29 07:10:55.307882 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2867 | 2025.01.29 07:10:55.307960 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2868 | 2025.01.29 07:10:55.308780 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2025.01.29 07:10:55.308825 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2870 | 2025.01.29 07:10:55.309265 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2871 | 2025.01.29 07:10:55.309516 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2025.01.29 07:10:55.309755 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 2873 | 2025.01.29 07:10:55.309814 [ 279 ] {2cdca6b7-ce4f-46aa-b8af-0cbcb8e57ffb} <Debug> TCPHandler: Processed in 0.002277911 sec. | ||
| 2874 | 2025.01.29 07:10:55.310091 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2025.01.29 07:10:55.310303 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2876 | 2025.01.29 07:10:55.310385 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2877 | 2025.01.29 07:10:55.311376 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2025.01.29 07:10:55.311420 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2879 | 2025.01.29 07:10:55.311886 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2880 | 2025.01.29 07:10:55.312143 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2025.01.29 07:10:55.312340 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002096 sec., 134064.88549618318 rows/sec., 11.84 MiB/sec. | ||
| 2882 | 2025.01.29 07:10:55.312404 [ 275 ] {326b8774-d415-4bfc-b18c-46075bc7bc12} <Debug> TCPHandler: Processed in 0.002457956 sec. | ||
| 2883 | 2025.01.29 07:10:55.312599 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2025.01.29 07:10:55.312739 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2885 | 2025.01.29 07:10:55.312798 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2886 | 2025.01.29 07:10:55.313500 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2025.01.29 07:10:55.313541 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2888 | 2025.01.29 07:10:55.313940 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2889 | 2025.01.29 07:10:55.314310 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2025.01.29 07:10:55.314638 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00191 sec., 24083.769633507854 rows/sec., 1.73 MiB/sec. | ||
| 2891 | 2025.01.29 07:10:55.314722 [ 279 ] {537aef2c-a60c-4e7f-b9f1-d5e64d216fb1} <Debug> TCPHandler: Processed in 0.002191359 sec. | ||
| 2892 | 2025.01.29 07:10:55.314879 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2025.01.29 07:10:55.315027 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2894 | 2025.01.29 07:10:55.315088 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2895 | 2025.01.29 07:10:55.315745 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2025.01.29 07:10:55.315783 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2897 | 2025.01.29 07:10:55.316149 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2898 | 2025.01.29 07:10:55.316400 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2025.01.29 07:10:55.316576 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec. | ||
| 2900 | 2025.01.29 07:10:55.316631 [ 275 ] {84762880-dea0-4378-a37a-504df85163a0} <Debug> TCPHandler: Processed in 0.001825619 sec. | ||
| 2901 | 2025.01.29 07:10:55.316825 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2025.01.29 07:10:55.316970 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2903 | 2025.01.29 07:10:55.317028 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2904 | 2025.01.29 07:10:55.317678 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.01.29 07:10:55.317719 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2906 | 2025.01.29 07:10:55.318065 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2907 | 2025.01.29 07:10:55.318304 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.01.29 07:10:55.318517 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 2909 | 2025.01.29 07:10:55.318569 [ 279 ] {44bf6066-441a-432b-97f2-b2474e822857} <Debug> TCPHandler: Processed in 0.001814938 sec. | ||
| 2910 | 2025.01.29 07:10:55.318746 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2025.01.29 07:10:55.318875 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2912 | 2025.01.29 07:10:55.318927 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2913 | 2025.01.29 07:10:55.319679 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2025.01.29 07:10:55.319716 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2915 | 2025.01.29 07:10:55.320109 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2916 | 2025.01.29 07:10:55.320350 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2025.01.29 07:10:55.320533 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Debug> executeQuery: Read 430 rows, 31.53 KiB in 0.001687 sec., 254890.33787788975 rows/sec., 18.25 MiB/sec. | ||
| 2918 | 2025.01.29 07:10:55.320587 [ 275 ] {538ba8ed-eace-48f4-a45b-f181fd364038} <Debug> TCPHandler: Processed in 0.00190162 sec. | ||
| 2919 | 2025.01.29 07:10:55.320749 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2025.01.29 07:10:55.320889 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2921 | 2025.01.29 07:10:55.320949 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2922 | 2025.01.29 07:10:55.321504 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2025.01.29 07:10:55.321543 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2924 | 2025.01.29 07:10:55.321906 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2925 | 2025.01.29 07:10:55.322142 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2025.01.29 07:10:55.322387 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 2927 | 2025.01.29 07:10:55.322449 [ 279 ] {a1111c94-eac3-4eb9-9441-e66ac9013b8b} <Debug> TCPHandler: Processed in 0.001769847 sec. | ||
| 2928 | 2025.01.29 07:10:55.322598 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2025.01.29 07:10:55.322720 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2930 | 2025.01.29 07:10:55.322776 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2931 | 2025.01.29 07:10:55.323368 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2025.01.29 07:10:55.323405 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2933 | 2025.01.29 07:10:55.323802 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2934 | 2025.01.29 07:10:55.324043 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2025.01.29 07:10:55.324261 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001558 sec., 152118.10012836973 rows/sec., 10.20 MiB/sec. | ||
| 2936 | 2025.01.29 07:10:55.324442 [ 275 ] {e7ad01ed-386c-42a1-b0a2-82075ca4f392} <Debug> TCPHandler: Processed in 0.001898641 sec. | ||
| 2937 | 2025.01.29 07:10:55.324669 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2938 | 2025.01.29 07:10:55.324806 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2939 | 2025.01.29 07:10:55.324866 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2940 | 2025.01.29 07:10:55.325417 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2941 | 2025.01.29 07:10:55.325462 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2942 | 2025.01.29 07:10:55.325806 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2943 | 2025.01.29 07:10:55.326043 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2025.01.29 07:10:55.326249 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 2945 | 2025.01.29 07:10:55.326298 [ 279 ] {aeb86552-df25-4f2f-bdfa-a390f911311d} <Debug> TCPHandler: Processed in 0.001750697 sec. | ||
| 2946 | 2025.01.29 07:10:55.326444 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2025.01.29 07:10:55.326581 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2948 | 2025.01.29 07:10:55.326673 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2949 | 2025.01.29 07:10:55.327973 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.01.29 07:10:55.328012 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2951 | 2025.01.29 07:10:55.328675 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2952 | 2025.01.29 07:10:55.328951 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2025.01.29 07:10:55.329147 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002599 sec., 15005.771450557906 rows/sec., 26.89 MiB/sec. | ||
| 2954 | 2025.01.29 07:10:55.329252 [ 275 ] {f5d08dc8-c545-4c14-84a3-880c73cc4623} <Debug> TCPHandler: Processed in 0.002870417 sec. | ||
| 2955 | 2025.01.29 07:10:55.329412 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2025.01.29 07:10:55.329551 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2957 | 2025.01.29 07:10:55.329611 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2958 | 2025.01.29 07:10:55.330168 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Trace> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2025.01.29 07:10:55.330214 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2960 | 2025.01.29 07:10:55.330632 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2961 | 2025.01.29 07:10:55.330862 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Trace> oximeter.measurements_i64 (2aabad9f-8c72-4863-83ed-ce432c8c761c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.01.29 07:10:55.331099 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001575 sec., 5714.285714285715 rows/sec., 403.65 KiB/sec. | ||
| 2963 | 2025.01.29 07:10:55.331150 [ 279 ] {464f3a32-85eb-40cd-9a1f-4b6278727f85} <Debug> TCPHandler: Processed in 0.001803938 sec. | ||
| 2964 | 2025.01.29 07:10:55.331290 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2025.01.29 07:10:55.331410 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2966 | 2025.01.29 07:10:55.331468 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2967 | 2025.01.29 07:10:55.332029 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.01.29 07:10:55.332130 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2969 | 2025.01.29 07:10:55.332540 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2970 | 2025.01.29 07:10:55.332768 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.01.29 07:10:55.332944 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 2972 | 2025.01.29 07:10:55.332995 [ 275 ] {e54fb1f1-7da7-436c-9bb0-37efc5c5c536} <Debug> TCPHandler: Processed in 0.001760238 sec. | ||
| 2973 | 2025.01.29 07:11:00.300854 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2025.01.29 07:11:00.301054 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2975 | 2025.01.29 07:11:00.301123 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2976 | 2025.01.29 07:11:00.301927 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2025.01.29 07:11:00.301978 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2978 | 2025.01.29 07:11:00.302404 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2979 | 2025.01.29 07:11:00.302654 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2025.01.29 07:11:00.302895 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.27 MiB/sec. | ||
| 2981 | 2025.01.29 07:11:00.302963 [ 279 ] {c7ec7f39-9931-4a29-85a3-ea70d1ecdd65} <Debug> TCPHandler: Processed in 0.002234231 sec. | ||
| 2982 | 2025.01.29 07:11:00.303244 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2025.01.29 07:11:00.303464 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2984 | 2025.01.29 07:11:00.303552 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2985 | 2025.01.29 07:11:00.304355 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2025.01.29 07:11:00.304411 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2987 | 2025.01.29 07:11:00.304858 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2988 | 2025.01.29 07:11:00.305132 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2025.01.29 07:11:00.305439 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002027 sec., 31573.754316724222 rows/sec., 2.46 MiB/sec. | ||
| 2990 | 2025.01.29 07:11:00.305646 [ 275 ] {461b3fb3-580a-4e6b-877d-2a57aafdbb3a} <Debug> TCPHandler: Processed in 0.002549438 sec. | ||
| 2991 | 2025.01.29 07:11:00.305813 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2025.01.29 07:11:00.305944 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2993 | 2025.01.29 07:11:00.306000 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2994 | 2025.01.29 07:11:00.306594 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.01.29 07:11:00.306635 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 2996 | 2025.01.29 07:11:00.307031 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2997 | 2025.01.29 07:11:00.307274 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.01.29 07:11:00.307492 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 2999 | 2025.01.29 07:11:00.307545 [ 279 ] {6e968b30-12d2-40cc-ad2f-bc52d2d6180d} <Debug> TCPHandler: Processed in 0.001792058 sec. | ||
| 3000 | 2025.01.29 07:11:00.307718 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2025.01.29 07:11:00.307870 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3002 | 2025.01.29 07:11:00.307936 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3003 | 2025.01.29 07:11:00.308537 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2025.01.29 07:11:00.308587 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3005 | 2025.01.29 07:11:00.308982 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3006 | 2025.01.29 07:11:00.309219 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2025.01.29 07:11:00.309438 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 3008 | 2025.01.29 07:11:00.309491 [ 275 ] {c6929870-f28f-4407-9f90-eb5c176a0e9e} <Debug> TCPHandler: Processed in 0.00184614 sec. | ||
| 3009 | 2025.01.29 07:11:01.331500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3010 | 2025.01.29 07:11:01.332399 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3011 | 2025.01.29 07:11:01.332459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3012 | 2025.01.29 07:11:01.333324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3013 | 2025.01.29 07:11:01.333712 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3014 | 2025.01.29 07:11:01.334049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3015 | 2025.01.29 07:11:01.751193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3016 | 2025.01.29 07:11:01.772075 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2025.01.29 07:11:01.772142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3018 | 2025.01.29 07:11:01.781487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3019 | 2025.01.29 07:11:01.782291 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.01.29 07:11:01.786472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3021 | 2025.01.29 07:11:03.842551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 432 | ||
| 3022 | 2025.01.29 07:11:03.845633 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.01.29 07:11:03.845688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3024 | 2025.01.29 07:11:03.847247 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3025 | 2025.01.29 07:11:03.847581 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.01.29 07:11:03.848496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 3027 | 2025.01.29 07:11:05.307642 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3028 | 2025.01.29 07:11:05.307832 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3029 | 2025.01.29 07:11:05.307904 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3030 | 2025.01.29 07:11:05.308647 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3031 | 2025.01.29 07:11:05.308698 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3032 | 2025.01.29 07:11:05.309128 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3033 | 2025.01.29 07:11:05.309384 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3034 | 2025.01.29 07:11:05.309617 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec. | ||
| 3035 | 2025.01.29 07:11:05.309726 [ 279 ] {286ef5ee-473b-4ac1-a32b-e62c1d11a762} <Debug> TCPHandler: Processed in 0.00221711 sec. | ||
| 3036 | 2025.01.29 07:11:05.310001 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3037 | 2025.01.29 07:11:05.310200 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3038 | 2025.01.29 07:11:05.310276 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3039 | 2025.01.29 07:11:05.311193 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3040 | 2025.01.29 07:11:05.311248 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3041 | 2025.01.29 07:11:05.311715 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3042 | 2025.01.29 07:11:05.311968 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.01.29 07:11:05.312270 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002125 sec., 132235.29411764705 rows/sec., 11.68 MiB/sec. | ||
| 3044 | 2025.01.29 07:11:05.312504 [ 275 ] {9273083b-2ea6-4480-972e-d146550ec5b2} <Debug> TCPHandler: Processed in 0.002643281 sec. | ||
| 3045 | 2025.01.29 07:11:05.312731 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3046 | 2025.01.29 07:11:05.312880 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3047 | 2025.01.29 07:11:05.312941 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3048 | 2025.01.29 07:11:05.313659 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.01.29 07:11:05.313707 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3050 | 2025.01.29 07:11:05.314090 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3051 | 2025.01.29 07:11:05.314329 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.01.29 07:11:05.314553 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.0017 sec., 27058.823529411766 rows/sec., 1.95 MiB/sec. | ||
| 3053 | 2025.01.29 07:11:05.314637 [ 279 ] {fc8c60e6-ff40-4203-a4f7-68757d008f89} <Debug> TCPHandler: Processed in 0.001975944 sec. | ||
| 3054 | 2025.01.29 07:11:05.314790 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3055 | 2025.01.29 07:11:05.314917 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3056 | 2025.01.29 07:11:05.314970 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3057 | 2025.01.29 07:11:05.315571 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3058 | 2025.01.29 07:11:05.315613 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3059 | 2025.01.29 07:11:05.315979 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3060 | 2025.01.29 07:11:05.316212 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3061 | 2025.01.29 07:11:05.316423 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 3062 | 2025.01.29 07:11:05.316479 [ 275 ] {2e54b262-3b41-46e0-83c1-830f2242efa1} <Debug> TCPHandler: Processed in 0.001748907 sec. | ||
| 3063 | 2025.01.29 07:11:05.316632 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3064 | 2025.01.29 07:11:05.316755 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3065 | 2025.01.29 07:11:05.316818 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3066 | 2025.01.29 07:11:05.317506 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3067 | 2025.01.29 07:11:05.317553 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3068 | 2025.01.29 07:11:05.317932 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3069 | 2025.01.29 07:11:05.318161 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2025.01.29 07:11:05.318362 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 3071 | 2025.01.29 07:11:05.318417 [ 279 ] {c353b507-7b7f-405e-8023-761a54cfae56} <Debug> TCPHandler: Processed in 0.001842569 sec. | ||
| 3072 | 2025.01.29 07:11:05.318559 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.01.29 07:11:05.318677 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3074 | 2025.01.29 07:11:05.318728 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3075 | 2025.01.29 07:11:05.319585 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.01.29 07:11:05.319632 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3077 | 2025.01.29 07:11:05.320030 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3078 | 2025.01.29 07:11:05.320262 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.01.29 07:11:05.320479 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001828 sec., 230306.34573304158 rows/sec., 16.46 MiB/sec. | ||
| 3080 | 2025.01.29 07:11:05.320534 [ 275 ] {d9ae28c6-bc27-4d25-b855-b7f9d84422cd} <Debug> TCPHandler: Processed in 0.002030544 sec. | ||
| 3081 | 2025.01.29 07:11:05.320679 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3082 | 2025.01.29 07:11:05.320805 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3083 | 2025.01.29 07:11:05.320866 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3084 | 2025.01.29 07:11:05.321442 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2025.01.29 07:11:05.321489 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3086 | 2025.01.29 07:11:05.321895 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3087 | 2025.01.29 07:11:05.322132 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.01.29 07:11:05.322368 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 198.53 KiB/sec. | ||
| 3089 | 2025.01.29 07:11:05.322544 [ 279 ] {45508456-89f2-47f1-8cbb-472e967a49d7} <Debug> TCPHandler: Processed in 0.001919652 sec. | ||
| 3090 | 2025.01.29 07:11:05.322703 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3091 | 2025.01.29 07:11:05.322842 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3092 | 2025.01.29 07:11:05.322907 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3093 | 2025.01.29 07:11:05.323680 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3094 | 2025.01.29 07:11:05.323731 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3095 | 2025.01.29 07:11:05.324149 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3096 | 2025.01.29 07:11:05.324392 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3097 | 2025.01.29 07:11:05.324621 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001812 sec., 130794.70198675497 rows/sec., 8.77 MiB/sec. | ||
| 3098 | 2025.01.29 07:11:05.324697 [ 275 ] {ea4352ce-c78d-4e43-b470-3fe8b9b6d897} <Debug> TCPHandler: Processed in 0.002049105 sec. | ||
| 3099 | 2025.01.29 07:11:05.324853 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3100 | 2025.01.29 07:11:05.324981 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3101 | 2025.01.29 07:11:05.325036 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3102 | 2025.01.29 07:11:05.325549 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3103 | 2025.01.29 07:11:05.325590 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3104 | 2025.01.29 07:11:05.325971 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3105 | 2025.01.29 07:11:05.326216 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.01.29 07:11:05.326438 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec. | ||
| 3107 | 2025.01.29 07:11:05.326524 [ 279 ] {56c0480b-fe6f-4035-a5f4-5a72244daf55} <Debug> TCPHandler: Processed in 0.001731217 sec. | ||
| 3108 | 2025.01.29 07:11:05.326685 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3109 | 2025.01.29 07:11:05.326804 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3110 | 2025.01.29 07:11:05.326887 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3111 | 2025.01.29 07:11:05.328049 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3112 | 2025.01.29 07:11:05.328088 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3113 | 2025.01.29 07:11:05.328747 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3114 | 2025.01.29 07:11:05.329017 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2025.01.29 07:11:05.329344 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002548 sec., 15306.122448979593 rows/sec., 27.43 MiB/sec. | ||
| 3116 | 2025.01.29 07:11:05.329546 [ 275 ] {7216c234-88be-41bc-9f1c-5b458c73c332} <Debug> TCPHandler: Processed in 0.002914398 sec. | ||
| 3117 | 2025.01.29 07:11:05.329694 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3118 | 2025.01.29 07:11:05.329834 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3119 | 2025.01.29 07:11:05.329898 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3120 | 2025.01.29 07:11:05.330499 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2025.01.29 07:11:05.330547 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3122 | 2025.01.29 07:11:05.330972 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3123 | 2025.01.29 07:11:05.331215 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2025.01.29 07:11:05.331430 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec. | ||
| 3125 | 2025.01.29 07:11:05.331484 [ 279 ] {071a0f6f-b948-4e5d-860f-24a4d2718d0b} <Debug> TCPHandler: Processed in 0.00184829 sec. | ||
| 3126 | 2025.01.29 07:11:08.724487 [ 13 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3127 | 2025.01.29 07:11:08.724584 [ 13 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3128 | 2025.01.29 07:11:08.835127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3129 | 2025.01.29 07:11:08.835768 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.01.29 07:11:08.835810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3131 | 2025.01.29 07:11:08.836402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3132 | 2025.01.29 07:11:08.836651 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2025.01.29 07:11:08.836909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3134 | 2025.01.29 07:11:09.287479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3135 | 2025.01.29 07:11:09.308032 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2025.01.29 07:11:09.308089 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3137 | 2025.01.29 07:11:09.315781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3138 | 2025.01.29 07:11:09.316529 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.01.29 07:11:09.319650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3140 | 2025.01.29 07:11:10.305043 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.01.29 07:11:10.305234 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3142 | 2025.01.29 07:11:10.305312 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3143 | 2025.01.29 07:11:10.306176 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.01.29 07:11:10.306232 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3145 | 2025.01.29 07:11:10.306675 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3146 | 2025.01.29 07:11:10.306934 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.01.29 07:11:10.307199 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec. | ||
| 3148 | 2025.01.29 07:11:10.307272 [ 279 ] {8e5b3d75-fed0-443b-9b29-bd99f76db15b} <Debug> TCPHandler: Processed in 0.002369284 sec. | ||
| 3149 | 2025.01.29 07:11:10.307563 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.01.29 07:11:10.307763 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3151 | 2025.01.29 07:11:10.307841 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3152 | 2025.01.29 07:11:10.308663 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.01.29 07:11:10.308720 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3154 | 2025.01.29 07:11:10.309196 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3155 | 2025.01.29 07:11:10.309492 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.01.29 07:11:10.309765 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002049 sec., 31234.748657881893 rows/sec., 2.44 MiB/sec. | ||
| 3157 | 2025.01.29 07:11:10.309911 [ 275 ] {bf3099d7-d8f8-4a7e-8a0e-c4fdb838b70b} <Debug> TCPHandler: Processed in 0.002490827 sec. | ||
| 3158 | 2025.01.29 07:11:10.310131 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.01.29 07:11:10.310271 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3160 | 2025.01.29 07:11:10.310334 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3161 | 2025.01.29 07:11:10.310990 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.01.29 07:11:10.311031 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3163 | 2025.01.29 07:11:10.311445 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3164 | 2025.01.29 07:11:10.311689 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.01.29 07:11:10.311948 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 3166 | 2025.01.29 07:11:10.312007 [ 279 ] {d7046b99-083b-4821-8415-3c9145a20554} <Debug> TCPHandler: Processed in 0.001968643 sec. | ||
| 3167 | 2025.01.29 07:11:10.312191 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2025.01.29 07:11:10.312317 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3169 | 2025.01.29 07:11:10.312373 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3170 | 2025.01.29 07:11:10.312964 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2025.01.29 07:11:10.313007 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3172 | 2025.01.29 07:11:10.313413 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3173 | 2025.01.29 07:11:10.313663 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.01.29 07:11:10.313879 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 3175 | 2025.01.29 07:11:10.313932 [ 275 ] {1881583c-8c38-400a-ba96-68b250e3fd52} <Debug> TCPHandler: Processed in 0.001802489 sec. | ||
| 3176 | 2025.01.29 07:11:11.081971 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2025.01.29 07:11:11.082181 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3178 | 2025.01.29 07:11:11.082262 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3179 | 2025.01.29 07:11:11.083077 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2025.01.29 07:11:11.083132 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3181 | 2025.01.29 07:11:11.083718 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3182 | 2025.01.29 07:11:11.083980 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): 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.01.29 07:11:11.084150 [ 125 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3184 | 2025.01.29 07:11:11.084236 [ 125 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2025.01.29 07:11:11.084247 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002117 sec., 6613.131790269249 rows/sec., 476.06 KiB/sec. | ||
| 3186 | 2025.01.29 07:11:11.084276 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3187 | 2025.01.29 07:11:11.084410 [ 279 ] {1470f8ea-cb7d-49bc-86d5-0f22b367508e} <Debug> TCPHandler: Processed in 0.002584069 sec. | ||
| 3188 | 2025.01.29 07:11:11.084538 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 3189 | 2025.01.29 07:11:11.084683 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.01.29 07:11:11.084709 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3191 | 2025.01.29 07:11:11.084751 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3192 | 2025.01.29 07:11:11.084913 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3193 | 2025.01.29 07:11:11.084940 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3194 | 2025.01.29 07:11:11.085149 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3195 | 2025.01.29 07:11:11.085254 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 3196 | 2025.01.29 07:11:11.085686 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3197 | 2025.01.29 07:11:11.086005 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 3198 | 2025.01.29 07:11:11.087151 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2025.01.29 07:11:11.087205 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3200 | 2025.01.29 07:11:11.087776 [ 198 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003353461 sec., 20873.95678673466 rows/sec., 1.55 MiB/sec. | ||
| 3201 | 2025.01.29 07:11:11.087891 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3202 | 2025.01.29 07:11:11.088147 [ 197 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3203 | 2025.01.29 07:11:11.088400 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2025.01.29 07:11:11.088928 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004091 sec., 488.8780249327793 rows/sec., 39.86 KiB/sec. | ||
| 3205 | 2025.01.29 07:11:11.089107 [ 275 ] {b42a62b6-64e2-40c1-b0ad-e66d770f8367} <Debug> TCPHandler: Processed in 0.004553282 sec. | ||
| 3206 | 2025.01.29 07:11:11.089255 [ 197 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.01.29 07:11:11.089338 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.01.29 07:11:11.089383 [ 197 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_9_2} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3209 | 2025.01.29 07:11:11.089556 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3210 | 2025.01.29 07:11:11.089580 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3211 | 2025.01.29 07:11:11.089651 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3212 | 2025.01.29 07:11:11.091037 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2025.01.29 07:11:11.091080 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3214 | 2025.01.29 07:11:11.091528 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3215 | 2025.01.29 07:11:11.091765 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:11:11.091908 [ 38 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3217 | 2025.01.29 07:11:11.091954 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Debug> executeQuery: Read 1422 rows, 122.06 KiB in 0.00245 sec., 580408.1632653062 rows/sec., 48.65 MiB/sec. | ||
| 3218 | 2025.01.29 07:11:11.091959 [ 38 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.01.29 07:11:11.092006 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3220 | 2025.01.29 07:11:11.092032 [ 279 ] {318b54a1-ead2-43b3-85a2-285624d32be8} <Debug> TCPHandler: Processed in 0.002799755 sec. | ||
| 3221 | 2025.01.29 07:11:11.092154 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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.01.29 07:11:11.092279 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3223 | 2025.01.29 07:11:11.092292 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3224 | 2025.01.29 07:11:11.092326 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1420 rows starting from the beginning of the part | ||
| 3225 | 2025.01.29 07:11:11.092491 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 281 rows starting from the beginning of the part | ||
| 3226 | 2025.01.29 07:11:11.092858 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3227 | 2025.01.29 07:11:11.092898 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3228 | 2025.01.29 07:11:11.093235 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3229 | 2025.01.29 07:11:11.093270 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 281 rows starting from the beginning of the part | ||
| 3230 | 2025.01.29 07:11:11.093698 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3231 | 2025.01.29 07:11:11.094006 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1422 rows starting from the beginning of the part | ||
| 3232 | 2025.01.29 07:11:11.095689 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2025.01.29 07:11:11.095755 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3234 | 2025.01.29 07:11:11.096690 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3235 | 2025.01.29 07:11:11.096986 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): 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.01.29 07:11:11.097536 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.004858 sec., 9880.609304240428 rows/sec., 726.29 KiB/sec. | ||
| 3237 | 2025.01.29 07:11:11.097965 [ 275 ] {35654fd4-7ffd-4430-9afb-762e2afc6ea3} <Debug> TCPHandler: Processed in 0.005786255 sec. | ||
| 3238 | 2025.01.29 07:11:11.098113 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3516 rows, containing 5 columns (5 merged, 0 gathered) in 0.006027322 sec., 583343.647477271 rows/sec., 51.39 MiB/sec. | ||
| 3239 | 2025.01.29 07:11:11.098231 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2025.01.29 07:11:11.098441 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3241 | 2025.01.29 07:11:11.098449 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3242 | 2025.01.29 07:11:11.098548 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3243 | 2025.01.29 07:11:11.098996 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:11:11.099227 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_21_4} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3245 | 2025.01.29 07:11:11.099359 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3246 | 2025.01.29 07:11:11.099707 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.01.29 07:11:11.099750 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3248 | 2025.01.29 07:11:11.100110 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3249 | 2025.01.29 07:11:11.100345 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.01.29 07:11:11.100519 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002137 sec., 113242.86382779597 rows/sec., 7.67 MiB/sec. | ||
| 3251 | 2025.01.29 07:11:11.100577 [ 279 ] {7e63abfc-c631-4abf-b92e-4c475886dde5} <Debug> TCPHandler: Processed in 0.002495857 sec. | ||
| 3252 | 2025.01.29 07:11:11.100741 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2025.01.29 07:11:11.100884 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3254 | 2025.01.29 07:11:11.100942 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3255 | 2025.01.29 07:11:11.101634 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.01.29 07:11:11.101682 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3257 | 2025.01.29 07:11:11.102070 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3258 | 2025.01.29 07:11:11.102302 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.01.29 07:11:11.102459 [ 38 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3260 | 2025.01.29 07:11:11.102520 [ 38 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2025.01.29 07:11:11.102553 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 3262 | 2025.01.29 07:11:11.102559 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3263 | 2025.01.29 07:11:11.102733 [ 275 ] {63ec0e1f-4a9b-407e-825c-d8295753c899} <Debug> TCPHandler: Processed in 0.002055025 sec. | ||
| 3264 | 2025.01.29 07:11:11.103023 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 3265 | 2025.01.29 07:11:11.103065 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2025.01.29 07:11:11.103273 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3267 | 2025.01.29 07:11:11.103284 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3268 | 2025.01.29 07:11:11.103312 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3269 | 2025.01.29 07:11:11.103346 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3270 | 2025.01.29 07:11:11.103595 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3271 | 2025.01.29 07:11:11.103818 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3272 | 2025.01.29 07:11:11.104086 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3273 | 2025.01.29 07:11:11.104305 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3274 | 2025.01.29 07:11:11.105576 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.01.29 07:11:11.105590 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002906618 sec., 22362.75974345442 rows/sec., 1.45 MiB/sec. | ||
| 3276 | 2025.01.29 07:11:11.105620 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3277 | 2025.01.29 07:11:11.105775 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3278 | 2025.01.29 07:11:11.106320 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3279 | 2025.01.29 07:11:11.106403 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3280 | 2025.01.29 07:11:11.106447 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_9_2} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3281 | 2025.01.29 07:11:11.106586 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3282 | 2025.01.29 07:11:11.106762 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.01.29 07:11:11.106890 [ 38 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3284 | 2025.01.29 07:11:11.106927 [ 38 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2025.01.29 07:11:11.106954 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3286 | 2025.01.29 07:11:11.106963 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.003722 sec., 236163.35303600214 rows/sec., 17.12 MiB/sec. | ||
| 3287 | 2025.01.29 07:11:11.107161 [ 279 ] {d7ae65ea-fdbf-4146-badd-13b8768ed581} <Debug> TCPHandler: Processed in 0.004295375 sec. | ||
| 3288 | 2025.01.29 07:11:11.107201 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3289 | 2025.01.29 07:11:11.107368 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3290 | 2025.01.29 07:11:11.107380 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2025.01.29 07:11:11.107411 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part | ||
| 3292 | 2025.01.29 07:11:11.107657 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 430 rows starting from the beginning of the part | ||
| 3293 | 2025.01.29 07:11:11.107841 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3294 | 2025.01.29 07:11:11.107931 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3295 | 2025.01.29 07:11:11.108125 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3296 | 2025.01.29 07:11:11.108221 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3297 | 2025.01.29 07:11:11.108559 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3298 | 2025.01.29 07:11:11.108859 [ 197 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part | ||
| 3299 | 2025.01.29 07:11:11.110204 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3300 | 2025.01.29 07:11:11.110286 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3301 | 2025.01.29 07:11:11.111352 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3302 | 2025.01.29 07:11:11.111688 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3303 | 2025.01.29 07:11:11.112080 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00443 sec., 1354.4018058690745 rows/sec., 70.76 KiB/sec. | ||
| 3304 | 2025.01.29 07:11:11.112413 [ 275 ] {851c315a-a5ee-411f-83dc-529ab2953e48} <Debug> TCPHandler: Processed in 0.005132688 sec. | ||
| 3305 | 2025.01.29 07:11:11.112480 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2753 rows, containing 5 columns (5 merged, 0 gathered) in 0.005443507 sec., 505740.14141986036 rows/sec., 38.60 MiB/sec. | ||
| 3306 | 2025.01.29 07:11:11.112633 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3307 | 2025.01.29 07:11:11.112721 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3308 | 2025.01.29 07:11:11.112897 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3309 | 2025.01.29 07:11:11.112986 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3310 | 2025.01.29 07:11:11.113427 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2025.01.29 07:11:11.113619 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_21_4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3312 | 2025.01.29 07:11:11.113710 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3313 | 2025.01.29 07:11:11.114158 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2025.01.29 07:11:11.114201 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3315 | 2025.01.29 07:11:11.114655 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3316 | 2025.01.29 07:11:11.114891 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2025.01.29 07:11:11.115017 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3318 | 2025.01.29 07:11:11.115053 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.01.29 07:11:11.115081 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3320 | 2025.01.29 07:11:11.115086 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002309 sec., 414032.0485058467 rows/sec., 27.51 MiB/sec. | ||
| 3321 | 2025.01.29 07:11:11.115385 [ 279 ] {4bb0fb08-f56b-4d06-8533-3d3c6522601d} <Debug> TCPHandler: Processed in 0.002830406 sec. | ||
| 3322 | 2025.01.29 07:11:11.115454 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3323 | 2025.01.29 07:11:11.115746 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3324 | 2025.01.29 07:11:11.115925 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3325 | 2025.01.29 07:11:11.116040 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5628 rows starting from the beginning of the part | ||
| 3326 | 2025.01.29 07:11:11.116123 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3327 | 2025.01.29 07:11:11.116288 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3328 | 2025.01.29 07:11:11.116349 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3329 | 2025.01.29 07:11:11.116565 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3330 | 2025.01.29 07:11:11.116900 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3331 | 2025.01.29 07:11:11.117194 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3332 | 2025.01.29 07:11:11.117497 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3333 | 2025.01.29 07:11:11.118803 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2025.01.29 07:11:11.118848 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3335 | 2025.01.29 07:11:11.119577 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3336 | 2025.01.29 07:11:11.120121 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3337 | 2025.01.29 07:11:11.120545 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004492 sec., 222.6179875333927 rows/sec., 15.00 KiB/sec. | ||
| 3338 | 2025.01.29 07:11:11.120625 [ 275 ] {14547b82-326a-4bae-a5bc-0b68fc3cf4e0} <Debug> TCPHandler: Processed in 0.005116828 sec. | ||
| 3339 | 2025.01.29 07:11:11.120804 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2025.01.29 07:11:11.120950 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3341 | 2025.01.29 07:11:11.121159 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3342 | 2025.01.29 07:11:11.121990 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7378 rows, containing 5 columns (5 merged, 0 gathered) in 0.006831583 sec., 1079983.9510110614 rows/sec., 72.79 MiB/sec. | ||
| 3343 | 2025.01.29 07:11:11.122533 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3344 | 2025.01.29 07:11:11.123241 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2025.01.29 07:11:11.123452 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3346 | 2025.01.29 07:11:11.123651 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3347 | 2025.01.29 07:11:11.123795 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.01.29 07:11:11.123839 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3349 | 2025.01.29 07:11:11.124509 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3350 | 2025.01.29 07:11:11.124764 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.01.29 07:11:11.125043 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004103 sec., 9505.240068242749 rows/sec., 17.03 MiB/sec. | ||
| 3352 | 2025.01.29 07:11:11.125272 [ 279 ] {d636860f-55e7-424b-9740-2383fcbac375} <Debug> TCPHandler: Processed in 0.004551272 sec. | ||
| 3353 | 2025.01.29 07:11:11.125442 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2025.01.29 07:11:11.125583 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3355 | 2025.01.29 07:11:11.125643 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3356 | 2025.01.29 07:11:11.126165 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2025.01.29 07:11:11.126204 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3358 | 2025.01.29 07:11:11.126566 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3359 | 2025.01.29 07:11:11.126794 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2025.01.29 07:11:11.126956 [ 38 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3361 | 2025.01.29 07:11:11.127023 [ 38 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.01.29 07:11:11.127037 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00148 sec., 22972.972972972973 rows/sec., 1.33 MiB/sec. | ||
| 3363 | 2025.01.29 07:11:11.127061 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3364 | 2025.01.29 07:11:11.127191 [ 275 ] {6008bf29-52f1-4b10-8a94-d0e31c95d04b} <Debug> TCPHandler: Processed in 0.001815349 sec. | ||
| 3365 | 2025.01.29 07:11:11.127322 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3366 | 2025.01.29 07:11:11.127492 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3367 | 2025.01.29 07:11:11.127535 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3368 | 2025.01.29 07:11:11.127629 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3369 | 2025.01.29 07:11:11.127735 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3370 | 2025.01.29 07:11:11.127966 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3371 | 2025.01.29 07:11:11.128049 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3372 | 2025.01.29 07:11:11.128116 [ 199 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 3373 | 2025.01.29 07:11:11.129456 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002257781 sec., 566042.4992503702 rows/sec., 36.88 MiB/sec. | ||
| 3374 | 2025.01.29 07:11:11.129673 [ 187 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3375 | 2025.01.29 07:11:11.130016 [ 187 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3376 | 2025.01.29 07:11:11.130102 [ 187 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_21_4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3377 | 2025.01.29 07:11:11.130185 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3378 | 2025.01.29 07:11:13.849597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 486 | ||
| 3379 | 2025.01.29 07:11:13.853087 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2025.01.29 07:11:13.853140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3381 | 2025.01.29 07:11:13.854646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3382 | 2025.01.29 07:11:13.854956 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.01.29 07:11:13.855541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486 | ||
| 3384 | 2025.01.29 07:11:15.300039 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.01.29 07:11:15.300232 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3386 | 2025.01.29 07:11:15.300306 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3387 | 2025.01.29 07:11:15.301089 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.01.29 07:11:15.301142 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3389 | 2025.01.29 07:11:15.301572 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3390 | 2025.01.29 07:11:15.301834 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.01.29 07:11:15.302076 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 3392 | 2025.01.29 07:11:15.302146 [ 279 ] {6f70f9a7-cea0-4bb3-99ae-8dd023715f0b} <Debug> TCPHandler: Processed in 0.00225094 sec. | ||
| 3393 | 2025.01.29 07:11:15.302429 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2025.01.29 07:11:15.302621 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3395 | 2025.01.29 07:11:15.302696 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3396 | 2025.01.29 07:11:15.303467 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2025.01.29 07:11:15.303519 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3398 | 2025.01.29 07:11:15.303957 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3399 | 2025.01.29 07:11:15.304218 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.01.29 07:11:15.304496 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec. | ||
| 3401 | 2025.01.29 07:11:15.304694 [ 275 ] {0e0a0db8-17ca-49c4-be0e-7c4ae7955f5c} <Debug> TCPHandler: Processed in 0.002402404 sec. | ||
| 3402 | 2025.01.29 07:11:15.304892 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2025.01.29 07:11:15.305037 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3404 | 2025.01.29 07:11:15.305112 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3405 | 2025.01.29 07:11:15.305786 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.01.29 07:11:15.305835 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3407 | 2025.01.29 07:11:15.306286 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3408 | 2025.01.29 07:11:15.306526 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2025.01.29 07:11:15.306741 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001739 sec., 73605.52041403105 rows/sec., 5.13 MiB/sec. | ||
| 3410 | 2025.01.29 07:11:15.306800 [ 279 ] {6797f281-2b15-4deb-a231-579d47562fa9} <Debug> TCPHandler: Processed in 0.002005714 sec. | ||
| 3411 | 2025.01.29 07:11:15.306960 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2025.01.29 07:11:15.307088 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3413 | 2025.01.29 07:11:15.307149 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3414 | 2025.01.29 07:11:15.307743 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2025.01.29 07:11:15.307791 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3416 | 2025.01.29 07:11:15.308212 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3417 | 2025.01.29 07:11:15.308449 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2025.01.29 07:11:15.308656 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001601 sec., 29981.261711430358 rows/sec., 2.02 MiB/sec. | ||
| 3419 | 2025.01.29 07:11:15.308706 [ 275 ] {d2693788-fc2f-4ce1-95bf-586a3d2b1fb4} <Debug> TCPHandler: Processed in 0.001801858 sec. | ||
| 3420 | 2025.01.29 07:11:16.338001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3421 | 2025.01.29 07:11:16.338712 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2025.01.29 07:11:16.338757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3423 | 2025.01.29 07:11:16.339293 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3424 | 2025.01.29 07:11:16.339558 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.01.29 07:11:16.339761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3426 | 2025.01.29 07:11:16.820666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3427 | 2025.01.29 07:11:16.842158 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2025.01.29 07:11:16.842230 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3429 | 2025.01.29 07:11:16.850097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3430 | 2025.01.29 07:11:16.850913 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.01.29 07:11:16.854520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3432 | 2025.01.29 07:11:20.301328 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3433 | 2025.01.29 07:11:20.301545 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3434 | 2025.01.29 07:11:20.301629 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3435 | 2025.01.29 07:11:20.302506 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2025.01.29 07:11:20.302555 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3437 | 2025.01.29 07:11:20.303010 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3438 | 2025.01.29 07:11:20.303261 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2025.01.29 07:11:20.303522 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002034 sec., 27531.956735496562 rows/sec., 2.12 MiB/sec. | ||
| 3440 | 2025.01.29 07:11:20.303668 [ 279 ] {501f1426-ba6a-4062-a01f-9638dd75b374} <Debug> TCPHandler: Processed in 0.002472997 sec. | ||
| 3441 | 2025.01.29 07:11:20.304021 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3442 | 2025.01.29 07:11:20.304237 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3443 | 2025.01.29 07:11:20.304312 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3444 | 2025.01.29 07:11:20.305084 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2025.01.29 07:11:20.305129 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3446 | 2025.01.29 07:11:20.305560 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3447 | 2025.01.29 07:11:20.305809 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2025.01.29 07:11:20.306040 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 3449 | 2025.01.29 07:11:20.306098 [ 275 ] {103d5683-6ad6-411b-8612-fc00d883b0f9} <Debug> TCPHandler: Processed in 0.002221249 sec. | ||
| 3450 | 2025.01.29 07:11:20.306247 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2025.01.29 07:11:20.306375 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3452 | 2025.01.29 07:11:20.306433 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3453 | 2025.01.29 07:11:20.307012 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.01.29 07:11:20.307054 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3455 | 2025.01.29 07:11:20.307457 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3456 | 2025.01.29 07:11:20.307695 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.01.29 07:11:20.307955 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 3458 | 2025.01.29 07:11:20.308178 [ 279 ] {bf4ec142-c41c-42d3-be3d-dc727bfb1f5e} <Debug> TCPHandler: Processed in 0.001986953 sec. | ||
| 3459 | 2025.01.29 07:11:20.308345 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2025.01.29 07:11:20.308463 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3461 | 2025.01.29 07:11:20.308515 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3462 | 2025.01.29 07:11:20.309017 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2025.01.29 07:11:20.309057 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3464 | 2025.01.29 07:11:20.309432 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3465 | 2025.01.29 07:11:20.309680 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.01.29 07:11:20.309895 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 3467 | 2025.01.29 07:11:20.309945 [ 275 ] {66c2d05f-1d83-4d79-97d3-41257004d0b4} <Debug> TCPHandler: Processed in 0.001656374 sec. | ||
| 3468 | 2025.01.29 07:11:23.724645 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3469 | 2025.01.29 07:11:23.724764 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3470 | 2025.01.29 07:11:23.840836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3471 | 2025.01.29 07:11:23.841470 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2025.01.29 07:11:23.841515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3473 | 2025.01.29 07:11:23.842097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3474 | 2025.01.29 07:11:23.842353 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2025.01.29 07:11:23.842551 [ 119 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3476 | 2025.01.29 07:11:23.842633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3477 | 2025.01.29 07:11:23.842644 [ 119 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3478 | 2025.01.29 07:11:23.842690 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3479 | 2025.01.29 07:11:23.842802 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 3480 | 2025.01.29 07:11:23.842932 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3481 | 2025.01.29 07:11:23.842973 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3482 | 2025.01.29 07:11:23.843048 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3483 | 2025.01.29 07:11:23.843138 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3484 | 2025.01.29 07:11:23.843370 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3485 | 2025.01.29 07:11:23.843568 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3486 | 2025.01.29 07:11:23.843767 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3487 | 2025.01.29 07:11:23.845519 [ 187 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002771675 sec., 2663010.634363697 rows/sec., 38.09 MiB/sec. | ||
| 3488 | 2025.01.29 07:11:23.846275 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3489 | 2025.01.29 07:11:23.846555 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.01.29 07:11:23.846634 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_16_3} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3491 | 2025.01.29 07:11:23.846723 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3492 | 2025.01.29 07:11:23.856716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 502 | ||
| 3493 | 2025.01.29 07:11:23.859447 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.01.29 07:11:23.859496 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3495 | 2025.01.29 07:11:23.860967 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3496 | 2025.01.29 07:11:23.861276 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.01.29 07:11:23.861528 [ 119 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3498 | 2025.01.29 07:11:23.861667 [ 119 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.01.29 07:11:23.861759 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3500 | 2025.01.29 07:11:23.862563 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3501 | 2025.01.29 07:11:23.863278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3502 | 2025.01.29 07:11:23.863735 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3503 | 2025.01.29 07:11:23.863908 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part | ||
| 3504 | 2025.01.29 07:11:23.864555 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3505 | 2025.01.29 07:11:23.865346 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3506 | 2025.01.29 07:11:23.865952 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3507 | 2025.01.29 07:11:23.866585 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3508 | 2025.01.29 07:11:23.867275 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 3509 | 2025.01.29 07:11:23.875158 [ 199 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.013160554 sec., 38144.29088623473 rows/sec., 34.81 MiB/sec. | ||
| 3510 | 2025.01.29 07:11:23.875966 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3511 | 2025.01.29 07:11:23.876650 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3512 | 2025.01.29 07:11:23.876732 [ 188 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_11_2} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3513 | 2025.01.29 07:11:23.876929 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3514 | 2025.01.29 07:11:24.001365 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000961776 sec. | ||
| 3515 | 2025.01.29 07:11:24.355537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3516 | 2025.01.29 07:11:24.377046 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.01.29 07:11:24.377112 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3518 | 2025.01.29 07:11:24.384779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3519 | 2025.01.29 07:11:24.385524 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.01.29 07:11:24.385931 [ 118 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3521 | 2025.01.29 07:11:24.386074 [ 118 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.01.29 07:11:24.386159 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3523 | 2025.01.29 07:11:24.386733 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3524 | 2025.01.29 07:11:24.402029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3525 | 2025.01.29 07:11:24.403845 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3526 | 2025.01.29 07:11:24.405065 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3527 | 2025.01.29 07:11:24.410319 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3528 | 2025.01.29 07:11:24.415610 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3529 | 2025.01.29 07:11:24.420865 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3530 | 2025.01.29 07:11:24.426389 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3531 | 2025.01.29 07:11:24.430879 [ 194 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 3532 | 2025.01.29 07:11:24.487590 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.101272259 sec., 1194.7990614093046 rows/sec., 6.18 MiB/sec. | ||
| 3533 | 2025.01.29 07:11:24.490388 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3534 | 2025.01.29 07:11:24.493347 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_16_3} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.01.29 07:11:24.493475 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_16_3} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3536 | 2025.01.29 07:11:24.495850 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3537 | 2025.01.29 07:11:25.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.42 MiB, peak 188.39 MiB, free memory in arenas 0.00 B, will set to 179.86 MiB (RSS), difference: 1.44 MiB | ||
| 3538 | 2025.01.29 07:11:25.307960 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2025.01.29 07:11:25.308202 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3540 | 2025.01.29 07:11:25.308292 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3541 | 2025.01.29 07:11:25.309088 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2025.01.29 07:11:25.309138 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3543 | 2025.01.29 07:11:25.309565 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3544 | 2025.01.29 07:11:25.309838 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2025.01.29 07:11:25.310083 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 3546 | 2025.01.29 07:11:25.310152 [ 279 ] {6cf29b04-8b15-4822-94af-4b4e61bf7184} <Debug> TCPHandler: Processed in 0.002337622 sec. | ||
| 3547 | 2025.01.29 07:11:25.310402 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3548 | 2025.01.29 07:11:25.310597 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3549 | 2025.01.29 07:11:25.310673 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3550 | 2025.01.29 07:11:25.311577 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3551 | 2025.01.29 07:11:25.311630 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3552 | 2025.01.29 07:11:25.312082 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3553 | 2025.01.29 07:11:25.312331 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2025.01.29 07:11:25.312613 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002064 sec., 136143.4108527132 rows/sec., 12.03 MiB/sec. | ||
| 3555 | 2025.01.29 07:11:25.312806 [ 275 ] {13b6c0e8-b2c4-4075-a1c9-e3aad869543f} <Debug> TCPHandler: Processed in 0.002539769 sec. | ||
| 3556 | 2025.01.29 07:11:25.313013 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2025.01.29 07:11:25.313160 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3558 | 2025.01.29 07:11:25.313221 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3559 | 2025.01.29 07:11:25.313856 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.01.29 07:11:25.313895 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3561 | 2025.01.29 07:11:25.314265 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3562 | 2025.01.29 07:11:25.314505 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.01.29 07:11:25.314718 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001592 sec., 28894.472361809043 rows/sec., 2.08 MiB/sec. | ||
| 3564 | 2025.01.29 07:11:25.314773 [ 279 ] {4d102c84-42e2-4a0a-a01d-22b312411f84} <Debug> TCPHandler: Processed in 0.0018371 sec. | ||
| 3565 | 2025.01.29 07:11:25.314958 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3566 | 2025.01.29 07:11:25.315096 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3567 | 2025.01.29 07:11:25.315155 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3568 | 2025.01.29 07:11:25.315778 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.01.29 07:11:25.315820 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3570 | 2025.01.29 07:11:25.316182 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3571 | 2025.01.29 07:11:25.316424 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.01.29 07:11:25.316689 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec. | ||
| 3573 | 2025.01.29 07:11:25.316821 [ 275 ] {0c4f5ff4-aa65-457e-bfa0-41ff7f956d62} <Debug> TCPHandler: Processed in 0.001930292 sec. | ||
| 3574 | 2025.01.29 07:11:25.317051 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3575 | 2025.01.29 07:11:25.317187 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3576 | 2025.01.29 07:11:25.317244 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3577 | 2025.01.29 07:11:25.317858 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2025.01.29 07:11:25.317897 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3579 | 2025.01.29 07:11:25.318243 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3580 | 2025.01.29 07:11:25.318475 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2025.01.29 07:11:25.318778 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 3582 | 2025.01.29 07:11:25.319107 [ 279 ] {5f1aed67-917e-498f-ae8f-b8e19a21c790} <Debug> TCPHandler: Processed in 0.002163188 sec. | ||
| 3583 | 2025.01.29 07:11:25.319301 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2025.01.29 07:11:25.319470 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3585 | 2025.01.29 07:11:25.319553 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3586 | 2025.01.29 07:11:25.320649 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2025.01.29 07:11:25.320689 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3588 | 2025.01.29 07:11:25.321066 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3589 | 2025.01.29 07:11:25.321307 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.01.29 07:11:25.321538 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002118 sec., 198772.4268177526 rows/sec., 14.20 MiB/sec. | ||
| 3591 | 2025.01.29 07:11:25.321591 [ 275 ] {6573d9a9-82e1-4bbd-9134-9dadb8fe3673} <Debug> TCPHandler: Processed in 0.002373103 sec. | ||
| 3592 | 2025.01.29 07:11:25.321739 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2025.01.29 07:11:25.321879 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3594 | 2025.01.29 07:11:25.321938 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3595 | 2025.01.29 07:11:25.322505 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2025.01.29 07:11:25.322543 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3597 | 2025.01.29 07:11:25.322904 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3598 | 2025.01.29 07:11:25.323141 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2025.01.29 07:11:25.323350 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 3600 | 2025.01.29 07:11:25.323401 [ 279 ] {33624fd5-2862-4f4a-a99c-3c6ef3fc6bf5} <Debug> TCPHandler: Processed in 0.001727546 sec. | ||
| 3601 | 2025.01.29 07:11:25.323566 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2025.01.29 07:11:25.323707 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3603 | 2025.01.29 07:11:25.323771 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3604 | 2025.01.29 07:11:25.324441 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2025.01.29 07:11:25.324481 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3606 | 2025.01.29 07:11:25.324872 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3607 | 2025.01.29 07:11:25.325109 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2025.01.29 07:11:25.325353 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 3609 | 2025.01.29 07:11:25.325450 [ 275 ] {a7d05234-42ed-47b6-a645-2423c7f281a1} <Debug> TCPHandler: Processed in 0.001949792 sec. | ||
| 3610 | 2025.01.29 07:11:25.325680 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2025.01.29 07:11:25.325823 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3612 | 2025.01.29 07:11:25.325885 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3613 | 2025.01.29 07:11:25.326425 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2025.01.29 07:11:25.326464 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3615 | 2025.01.29 07:11:25.326812 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3616 | 2025.01.29 07:11:25.327041 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3617 | 2025.01.29 07:11:25.327242 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 3618 | 2025.01.29 07:11:25.327292 [ 279 ] {53ae70f9-463a-44f9-8423-1af0272bbe61} <Debug> TCPHandler: Processed in 0.001738667 sec. | ||
| 3619 | 2025.01.29 07:11:25.327443 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2025.01.29 07:11:25.327559 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3621 | 2025.01.29 07:11:25.327641 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3622 | 2025.01.29 07:11:25.328899 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.01.29 07:11:25.328940 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3624 | 2025.01.29 07:11:25.329595 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3625 | 2025.01.29 07:11:25.329856 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2025.01.29 07:11:25.330178 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002639 sec., 14778.32512315271 rows/sec., 26.48 MiB/sec. | ||
| 3627 | 2025.01.29 07:11:25.330547 [ 275 ] {dcf7ffce-e0ef-4cfe-a7ec-fbfba65a55b4} <Debug> TCPHandler: Processed in 0.003164405 sec. | ||
| 3628 | 2025.01.29 07:11:25.330727 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2025.01.29 07:11:25.330844 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3630 | 2025.01.29 07:11:25.330896 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3631 | 2025.01.29 07:11:25.331387 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2025.01.29 07:11:25.331425 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3633 | 2025.01.29 07:11:25.331787 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3634 | 2025.01.29 07:11:25.332012 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2025.01.29 07:11:25.332218 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
| 3636 | 2025.01.29 07:11:25.332272 [ 279 ] {d35103d8-c7e4-495b-a6e2-0c928740d401} <Debug> TCPHandler: Processed in 0.001601623 sec. | ||
| 3637 | 2025.01.29 07:11:30.301663 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2025.01.29 07:11:30.301882 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3639 | 2025.01.29 07:11:30.301960 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3640 | 2025.01.29 07:11:30.302810 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2025.01.29 07:11:30.302851 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3642 | 2025.01.29 07:11:30.303254 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3643 | 2025.01.29 07:11:30.303504 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2025.01.29 07:11:30.303704 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec. | ||
| 3645 | 2025.01.29 07:11:30.303760 [ 279 ] {b6aafff2-e20f-4abe-921a-4aa1a1eca90f} <Debug> TCPHandler: Processed in 0.002278721 sec. | ||
| 3646 | 2025.01.29 07:11:30.304039 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2025.01.29 07:11:30.304284 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3648 | 2025.01.29 07:11:30.304367 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3649 | 2025.01.29 07:11:30.305175 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2025.01.29 07:11:30.305220 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3651 | 2025.01.29 07:11:30.305637 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3652 | 2025.01.29 07:11:30.305885 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.01.29 07:11:30.306128 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 3654 | 2025.01.29 07:11:30.306184 [ 275 ] {629a0fd4-7fbe-40c5-9136-d31d098ba59e} <Debug> TCPHandler: Processed in 0.002292701 sec. | ||
| 3655 | 2025.01.29 07:11:30.306376 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.01.29 07:11:30.306518 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3657 | 2025.01.29 07:11:30.306581 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3658 | 2025.01.29 07:11:30.307265 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.01.29 07:11:30.307310 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3660 | 2025.01.29 07:11:30.307723 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3661 | 2025.01.29 07:11:30.307950 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.01.29 07:11:30.308130 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 3663 | 2025.01.29 07:11:30.308180 [ 279 ] {5327dab5-41d7-4bbd-a234-56955b5739a1} <Debug> TCPHandler: Processed in 0.0018734 sec. | ||
| 3664 | 2025.01.29 07:11:30.308336 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2025.01.29 07:11:30.308455 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3666 | 2025.01.29 07:11:30.308507 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3667 | 2025.01.29 07:11:30.309079 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.01.29 07:11:30.309125 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3669 | 2025.01.29 07:11:30.309566 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3670 | 2025.01.29 07:11:30.309795 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.01.29 07:11:30.310008 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
| 3672 | 2025.01.29 07:11:30.310057 [ 275 ] {884ac57c-722e-4053-91eb-4be8e2be5b9a} <Debug> TCPHandler: Processed in 0.001778338 sec. | ||
| 3673 | 2025.01.29 07:11:31.344026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3674 | 2025.01.29 07:11:31.345480 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3675 | 2025.01.29 07:11:31.345657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3676 | 2025.01.29 07:11:31.346746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3677 | 2025.01.29 07:11:31.347160 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3678 | 2025.01.29 07:11:31.347531 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3679 | 2025.01.29 07:11:31.903077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3680 | 2025.01.29 07:11:31.922601 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2025.01.29 07:11:31.922672 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 3682 | 2025.01.29 07:11:31.929618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3683 | 2025.01.29 07:11:31.930351 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2025.01.29 07:11:31.933459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3685 | 2025.01.29 07:11:33.864373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 532 | ||
| 3686 | 2025.01.29 07:11:33.867297 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2025.01.29 07:11:33.867343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3688 | 2025.01.29 07:11:33.868807 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3689 | 2025.01.29 07:11:33.869114 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.01.29 07:11:33.870330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532 | ||
| 3691 | 2025.01.29 07:11:35.307961 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.01.29 07:11:35.308148 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3693 | 2025.01.29 07:11:35.308219 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3694 | 2025.01.29 07:11:35.308964 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.01.29 07:11:35.309015 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3696 | 2025.01.29 07:11:35.309428 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3697 | 2025.01.29 07:11:35.309670 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.01.29 07:11:35.309900 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001803 sec., 7764.83638380477 rows/sec., 558.96 KiB/sec. | ||
| 3699 | 2025.01.29 07:11:35.309959 [ 279 ] {e4e6d882-b582-49bb-817b-1d0bff9ad70d} <Debug> TCPHandler: Processed in 0.002134868 sec. | ||
| 3700 | 2025.01.29 07:11:35.310246 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.01.29 07:11:35.310464 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3702 | 2025.01.29 07:11:35.310547 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3703 | 2025.01.29 07:11:35.311528 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2025.01.29 07:11:35.311578 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3705 | 2025.01.29 07:11:35.312054 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3706 | 2025.01.29 07:11:35.312317 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2025.01.29 07:11:35.312508 [ 107 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3708 | 2025.01.29 07:11:35.312576 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002173 sec., 129314.31201104463 rows/sec., 11.42 MiB/sec. | ||
| 3709 | 2025.01.29 07:11:35.312594 [ 107 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.01.29 07:11:35.312668 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3711 | 2025.01.29 07:11:35.312706 [ 275 ] {a6badf91-2c1d-4034-bc31-f33ea732d47a} <Debug> TCPHandler: Processed in 0.00260263 sec. | ||
| 3712 | 2025.01.29 07:11:35.312972 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3713 | 2025.01.29 07:11:35.313060 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3714 | 2025.01.29 07:11:35.313385 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3715 | 2025.01.29 07:11:35.313557 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3716 | 2025.01.29 07:11:35.313567 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3717 | 2025.01.29 07:11:35.313676 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part | ||
| 3718 | 2025.01.29 07:11:35.313961 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3719 | 2025.01.29 07:11:35.314365 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3720 | 2025.01.29 07:11:35.314721 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3721 | 2025.01.29 07:11:35.315119 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 3722 | 2025.01.29 07:11:35.315446 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 281 rows starting from the beginning of the part | ||
| 3723 | 2025.01.29 07:11:35.316456 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.01.29 07:11:35.316534 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3725 | 2025.01.29 07:11:35.317447 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3726 | 2025.01.29 07:11:35.317933 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.01.29 07:11:35.318110 [ 106 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3728 | 2025.01.29 07:11:35.318166 [ 106 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.01.29 07:11:35.318209 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3730 | 2025.01.29 07:11:35.318212 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004988 sec., 9222.133119486767 rows/sec., 679.36 KiB/sec. | ||
| 3731 | 2025.01.29 07:11:35.318659 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3732 | 2025.01.29 07:11:35.318685 [ 279 ] {794c324f-60c6-4fdd-95fc-36fc629813bf} <Debug> TCPHandler: Processed in 0.005866138 sec. | ||
| 3733 | 2025.01.29 07:11:35.319216 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006409372 sec., 336850.47458627773 rows/sec., 29.72 MiB/sec. | ||
| 3734 | 2025.01.29 07:11:35.319255 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3735 | 2025.01.29 07:11:35.319241 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.01.29 07:11:35.319380 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part | ||
| 3737 | 2025.01.29 07:11:35.319736 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3738 | 2025.01.29 07:11:35.319886 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 3739 | 2025.01.29 07:11:35.320302 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 3740 | 2025.01.29 07:11:35.320404 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3741 | 2025.01.29 07:11:35.320645 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 3742 | 2025.01.29 07:11:35.320785 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3743 | 2025.01.29 07:11:35.321002 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.01.29 07:11:35.321132 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3745 | 2025.01.29 07:11:35.321440 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_26_5} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3746 | 2025.01.29 07:11:35.321478 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 3747 | 2025.01.29 07:11:35.321747 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3748 | 2025.01.29 07:11:35.323928 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3749 | 2025.01.29 07:11:35.324013 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3750 | 2025.01.29 07:11:35.324733 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.006380171 sec., 44826.38474736806 rows/sec., 3.39 MiB/sec. | ||
| 3751 | 2025.01.29 07:11:35.324964 [ 193 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3752 | 2025.01.29 07:11:35.324980 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3753 | 2025.01.29 07:11:35.325463 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.01.29 07:11:35.325471 [ 191 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2025.01.29 07:11:35.325716 [ 106 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3756 | 2025.01.29 07:11:35.325736 [ 191 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_11_2} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3757 | 2025.01.29 07:11:35.325820 [ 106 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2025.01.29 07:11:35.325890 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3759 | 2025.01.29 07:11:35.325960 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006125 sec., 2285.714285714286 rows/sec., 160.08 KiB/sec. | ||
| 3760 | 2025.01.29 07:11:35.326463 [ 275 ] {162cec5d-da1f-4ccc-9267-38b5d26019c6} <Debug> TCPHandler: Processed in 0.00748244 sec. | ||
| 3761 | 2025.01.29 07:11:35.326656 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3762 | 2025.01.29 07:11:35.326759 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 3763 | 2025.01.29 07:11:35.326770 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3764 | 2025.01.29 07:11:35.326953 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3765 | 2025.01.29 07:11:35.327013 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3766 | 2025.01.29 07:11:35.327020 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3767 | 2025.01.29 07:11:35.327173 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3768 | 2025.01.29 07:11:35.327232 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3769 | 2025.01.29 07:11:35.327711 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3770 | 2025.01.29 07:11:35.328044 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3771 | 2025.01.29 07:11:35.328441 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3772 | 2025.01.29 07:11:35.328801 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3773 | 2025.01.29 07:11:35.330149 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.01.29 07:11:35.330213 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3775 | 2025.01.29 07:11:35.331155 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3776 | 2025.01.29 07:11:35.331445 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005413215 sec., 99940.60830763234 rows/sec., 7.16 MiB/sec. | ||
| 3777 | 2025.01.29 07:11:35.331625 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.01.29 07:11:35.331696 [ 195 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3779 | 2025.01.29 07:11:35.332268 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005268 sec., 2467.7296886864083 rows/sec., 153.86 KiB/sec. | ||
| 3780 | 2025.01.29 07:11:35.332424 [ 279 ] {dd7d3efd-d0fd-4267-8fdd-5b36b451dcd3} <Debug> TCPHandler: Processed in 0.005804606 sec. | ||
| 3781 | 2025.01.29 07:11:35.332505 [ 195 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3782 | 2025.01.29 07:11:35.332622 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3783 | 2025.01.29 07:11:35.332632 [ 195 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_11_2} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3784 | 2025.01.29 07:11:35.332817 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3785 | 2025.01.29 07:11:35.332875 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3786 | 2025.01.29 07:11:35.332935 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3787 | 2025.01.29 07:11:35.333845 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.01.29 07:11:35.333885 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3789 | 2025.01.29 07:11:35.334268 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3790 | 2025.01.29 07:11:35.334504 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.01.29 07:11:35.334666 [ 106 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3792 | 2025.01.29 07:11:35.334721 [ 106 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.01.29 07:11:35.334749 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001925 sec., 218701.29870129869 rows/sec., 15.63 MiB/sec. | ||
| 3794 | 2025.01.29 07:11:35.334764 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3795 | 2025.01.29 07:11:35.334878 [ 275 ] {a04beb60-53b7-4a02-93ce-61983c829621} <Debug> TCPHandler: Processed in 0.002330842 sec. | ||
| 3796 | 2025.01.29 07:11:35.334994 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3797 | 2025.01.29 07:11:35.335067 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3798 | 2025.01.29 07:11:35.335122 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3799 | 2025.01.29 07:11:35.335157 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3800 | 2025.01.29 07:11:35.335256 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3801 | 2025.01.29 07:11:35.335321 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3802 | 2025.01.29 07:11:35.335388 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3803 | 2025.01.29 07:11:35.335543 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3804 | 2025.01.29 07:11:35.335784 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3805 | 2025.01.29 07:11:35.336067 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 3806 | 2025.01.29 07:11:35.336417 [ 190 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3807 | 2025.01.29 07:11:35.337124 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.01.29 07:11:35.337170 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3809 | 2025.01.29 07:11:35.337668 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3810 | 2025.01.29 07:11:35.337938 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.01.29 07:11:35.338070 [ 106 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3812 | 2025.01.29 07:11:35.338136 [ 106 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2025.01.29 07:11:35.338189 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3814 | 2025.01.29 07:11:35.338228 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003032 sec., 1978.891820580475 rows/sec., 103.39 KiB/sec. | ||
| 3815 | 2025.01.29 07:11:35.338650 [ 279 ] {86b123bf-9f51-4ccb-8713-d1670e2bcab1} <Debug> TCPHandler: Processed in 0.003650508 sec. | ||
| 3816 | 2025.01.29 07:11:35.338670 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3817 | 2025.01.29 07:11:35.338962 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.01.29 07:11:35.339387 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3819 | 2025.01.29 07:11:35.339531 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3820 | 2025.01.29 07:11:35.339521 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3821 | 2025.01.29 07:11:35.339837 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3822 | 2025.01.29 07:11:35.339836 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.004924182 sec., 394583.3033791196 rows/sec., 30.19 MiB/sec. | ||
| 3823 | 2025.01.29 07:11:35.339858 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3824 | 2025.01.29 07:11:35.340223 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3825 | 2025.01.29 07:11:35.340551 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3826 | 2025.01.29 07:11:35.340866 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3827 | 2025.01.29 07:11:35.341213 [ 201 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 3828 | 2025.01.29 07:11:35.341221 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3829 | 2025.01.29 07:11:35.342502 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.01.29 07:11:35.342923 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_26_5} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3831 | 2025.01.29 07:11:35.343295 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3832 | 2025.01.29 07:11:35.343859 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.01.29 07:11:35.343941 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3834 | 2025.01.29 07:11:35.344774 [ 195 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006505385 sec., 10145.441046148691 rows/sec., 530.06 KiB/sec. | ||
| 3835 | 2025.01.29 07:11:35.344995 [ 195 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3836 | 2025.01.29 07:11:35.345076 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3837 | 2025.01.29 07:11:35.345536 [ 195 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_11_2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2025.01.29 07:11:35.345555 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.01.29 07:11:35.345706 [ 195 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_11_2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3840 | 2025.01.29 07:11:35.345826 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3841 | 2025.01.29 07:11:35.345939 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2025.01.29 07:11:35.346025 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3843 | 2025.01.29 07:11:35.346036 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3844 | 2025.01.29 07:11:35.346110 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006774 sec., 34986.7139061116 rows/sec., 2.35 MiB/sec. | ||
| 3845 | 2025.01.29 07:11:35.346429 [ 275 ] {823e67c5-cf3c-4864-b837-c00fd269c10c} <Debug> TCPHandler: Processed in 0.007648946 sec. | ||
| 3846 | 2025.01.29 07:11:35.346515 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3847 | 2025.01.29 07:11:35.346726 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3848 | 2025.01.29 07:11:35.347136 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3849 | 2025.01.29 07:11:35.347150 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3850 | 2025.01.29 07:11:35.347264 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7378 rows starting from the beginning of the part | ||
| 3851 | 2025.01.29 07:11:35.347310 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3852 | 2025.01.29 07:11:35.347604 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3853 | 2025.01.29 07:11:35.348089 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3854 | 2025.01.29 07:11:35.348403 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3855 | 2025.01.29 07:11:35.348766 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3856 | 2025.01.29 07:11:35.349103 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 3857 | 2025.01.29 07:11:35.349864 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3858 | 2025.01.29 07:11:35.349932 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3859 | 2025.01.29 07:11:35.350577 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3860 | 2025.01.29 07:11:35.350955 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3861 | 2025.01.29 07:11:35.351297 [ 106 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3862 | 2025.01.29 07:11:35.351412 [ 106 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.01.29 07:11:35.351496 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3864 | 2025.01.29 07:11:35.351683 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004681 sec., 213.62956633198033 rows/sec., 14.39 KiB/sec. | ||
| 3865 | 2025.01.29 07:11:35.352139 [ 279 ] {f90873ea-8354-4234-845a-15e2be8a7012} <Debug> TCPHandler: Processed in 0.00559286 sec. | ||
| 3866 | 2025.01.29 07:11:35.352540 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3867 | 2025.01.29 07:11:35.352577 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 3868 | 2025.01.29 07:11:35.352867 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3869 | 2025.01.29 07:11:35.353111 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3870 | 2025.01.29 07:11:35.353223 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3871 | 2025.01.29 07:11:35.353245 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 3872 | 2025.01.29 07:11:35.353824 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3873 | 2025.01.29 07:11:35.354429 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3874 | 2025.01.29 07:11:35.354832 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3875 | 2025.01.29 07:11:35.355190 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3876 | 2025.01.29 07:11:35.356074 [ 195 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3877 | 2025.01.29 07:11:35.356611 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8300 rows, containing 5 columns (5 merged, 0 gathered) in 0.010441101 sec., 794935.3233916615 rows/sec., 53.66 MiB/sec. | ||
| 3878 | 2025.01.29 07:11:35.357004 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3879 | 2025.01.29 07:11:35.358042 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2025.01.29 07:11:35.358466 [ 200 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3881 | 2025.01.29 07:11:35.358645 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3882 | 2025.01.29 07:11:35.360954 [ 192 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.009261469 sec., 1295.6907808037797 rows/sec., 86.89 KiB/sec. | ||
| 3883 | 2025.01.29 07:11:35.361047 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.01.29 07:11:35.361089 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3885 | 2025.01.29 07:11:35.361105 [ 192 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3886 | 2025.01.29 07:11:35.361507 [ 192 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.01.29 07:11:35.361619 [ 192 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_11_2} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3888 | 2025.01.29 07:11:35.361730 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3889 | 2025.01.29 07:11:35.361982 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3890 | 2025.01.29 07:11:35.362239 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.01.29 07:11:35.362415 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3892 | 2025.01.29 07:11:35.362492 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.01.29 07:11:35.362531 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3894 | 2025.01.29 07:11:35.362539 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009772 sec., 3990.994678673762 rows/sec., 7.15 MiB/sec. | ||
| 3895 | 2025.01.29 07:11:35.362857 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 3896 | 2025.01.29 07:11:35.362970 [ 275 ] {1ee6b8df-ba97-4730-bf1e-bc3855cfdbdd} <Debug> TCPHandler: Processed in 0.010695827 sec. | ||
| 3897 | 2025.01.29 07:11:35.363200 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2025.01.29 07:11:35.363477 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3899 | 2025.01.29 07:11:35.363541 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3900 | 2025.01.29 07:11:35.363594 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3901 | 2025.01.29 07:11:35.363708 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part | ||
| 3902 | 2025.01.29 07:11:35.364613 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3903 | 2025.01.29 07:11:35.365288 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3904 | 2025.01.29 07:11:35.366047 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3905 | 2025.01.29 07:11:35.366161 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.01.29 07:11:35.366254 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3907 | 2025.01.29 07:11:35.366751 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3908 | 2025.01.29 07:11:35.367479 [ 195 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3909 | 2025.01.29 07:11:35.368140 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3910 | 2025.01.29 07:11:35.368776 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.01.29 07:11:35.369082 [ 106 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3912 | 2025.01.29 07:11:35.369205 [ 106 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3913 | 2025.01.29 07:11:35.369317 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3914 | 2025.01.29 07:11:35.369515 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006115 sec., 13409.6484055601 rows/sec., 872.12 KiB/sec. | ||
| 3915 | 2025.01.29 07:11:35.369939 [ 279 ] {85c50190-128f-4c97-970a-c7b06a65fefa} <Debug> TCPHandler: Processed in 0.006835533 sec. | ||
| 3916 | 2025.01.29 07:11:35.370219 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3917 | 2025.01.29 07:11:35.370728 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3918 | 2025.01.29 07:11:35.370767 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3919 | 2025.01.29 07:11:35.370983 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3920 | 2025.01.29 07:11:35.371308 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3921 | 2025.01.29 07:11:35.371607 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3922 | 2025.01.29 07:11:35.371940 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3923 | 2025.01.29 07:11:35.372273 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 3924 | 2025.01.29 07:11:35.375615 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.006083213 sec., 264662.76949368697 rows/sec., 17.26 MiB/sec. | ||
| 3925 | 2025.01.29 07:11:35.375881 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3926 | 2025.01.29 07:11:35.376272 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2025.01.29 07:11:35.376509 [ 189 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_26_5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3928 | 2025.01.29 07:11:35.376623 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 3929 | 2025.01.29 07:11:35.377124 [ 189 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 19 columns (19 merged, 0 gathered) in 0.01449691 sec., 22349.590360980375 rows/sec., 40.05 MiB/sec. | ||
| 3930 | 2025.01.29 07:11:35.377704 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3931 | 2025.01.29 07:11:35.378104 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.01.29 07:11:35.378183 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3933 | 2025.01.29 07:11:35.378288 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 3934 | 2025.01.29 07:11:38.724808 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3935 | 2025.01.29 07:11:38.724872 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3936 | 2025.01.29 07:11:38.848651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3937 | 2025.01.29 07:11:38.849323 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.01.29 07:11:38.849377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3939 | 2025.01.29 07:11:38.849927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3940 | 2025.01.29 07:11:38.850198 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.01.29 07:11:38.850464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3942 | 2025.01.29 07:11:39.434491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3943 | 2025.01.29 07:11:39.454580 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2025.01.29 07:11:39.454639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3945 | 2025.01.29 07:11:39.462278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3946 | 2025.01.29 07:11:39.463020 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2025.01.29 07:11:39.465711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3948 | 2025.01.29 07:11:40.300989 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3949 | 2025.01.29 07:11:40.301171 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3950 | 2025.01.29 07:11:40.301242 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3951 | 2025.01.29 07:11:40.302072 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2025.01.29 07:11:40.302123 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3953 | 2025.01.29 07:11:40.302548 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3954 | 2025.01.29 07:11:40.302795 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2025.01.29 07:11:40.303026 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 3956 | 2025.01.29 07:11:40.303090 [ 279 ] {e53683ac-d297-471a-96f0-5425437440d6} <Debug> TCPHandler: Processed in 0.00222696 sec. | ||
| 3957 | 2025.01.29 07:11:40.303349 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2025.01.29 07:11:40.303541 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3959 | 2025.01.29 07:11:40.303630 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3960 | 2025.01.29 07:11:40.304403 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2025.01.29 07:11:40.304450 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3962 | 2025.01.29 07:11:40.304895 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3963 | 2025.01.29 07:11:40.305148 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2025.01.29 07:11:40.305380 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 3965 | 2025.01.29 07:11:40.305446 [ 275 ] {57c006c8-7ab3-4c32-9f29-3e3db7720f67} <Debug> TCPHandler: Processed in 0.00222982 sec. | ||
| 3966 | 2025.01.29 07:11:40.305580 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3967 | 2025.01.29 07:11:40.305704 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3968 | 2025.01.29 07:11:40.305760 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3969 | 2025.01.29 07:11:40.306353 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2025.01.29 07:11:40.306393 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3971 | 2025.01.29 07:11:40.306790 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3972 | 2025.01.29 07:11:40.307030 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2025.01.29 07:11:40.307238 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 3974 | 2025.01.29 07:11:40.307294 [ 279 ] {31282956-dd20-48cc-9599-487b89683fde} <Debug> TCPHandler: Processed in 0.001769588 sec. | ||
| 3975 | 2025.01.29 07:11:40.307452 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3976 | 2025.01.29 07:11:40.307578 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3977 | 2025.01.29 07:11:40.307636 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3978 | 2025.01.29 07:11:40.308176 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2025.01.29 07:11:40.308218 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3980 | 2025.01.29 07:11:40.308602 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3981 | 2025.01.29 07:11:40.308834 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2025.01.29 07:11:40.309094 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 3983 | 2025.01.29 07:11:40.309270 [ 275 ] {5ed2bdbc-0bc1-4e26-827d-022164f8b2f3} <Debug> TCPHandler: Processed in 0.00187348 sec. | ||
| 3984 | 2025.01.29 07:11:41.081915 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3985 | 2025.01.29 07:11:41.082101 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3986 | 2025.01.29 07:11:41.082171 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3987 | 2025.01.29 07:11:41.082912 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3988 | 2025.01.29 07:11:41.082961 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3989 | 2025.01.29 07:11:41.083393 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3990 | 2025.01.29 07:11:41.083677 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2025.01.29 07:11:41.083910 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 3992 | 2025.01.29 07:11:41.083990 [ 279 ] {36015e40-88d2-459c-a349-12737e9e4b0b} <Debug> TCPHandler: Processed in 0.002205329 sec. | ||
| 3993 | 2025.01.29 07:11:41.084258 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2025.01.29 07:11:41.084465 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3995 | 2025.01.29 07:11:41.084549 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3996 | 2025.01.29 07:11:41.085350 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2025.01.29 07:11:41.085407 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 3998 | 2025.01.29 07:11:41.085851 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3999 | 2025.01.29 07:11:41.086106 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2025.01.29 07:11:41.086349 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00194 sec., 8247.42268041237 rows/sec., 672.52 KiB/sec. | ||
| 4001 | 2025.01.29 07:11:41.086421 [ 275 ] {796b6318-9dc8-4624-81e8-1187e8ebd2e0} <Debug> TCPHandler: Processed in 0.002306822 sec. | ||
| 4002 | 2025.01.29 07:11:41.086613 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2025.01.29 07:11:41.086766 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4004 | 2025.01.29 07:11:41.086831 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4005 | 2025.01.29 07:11:41.088457 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2025.01.29 07:11:41.088498 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4007 | 2025.01.29 07:11:41.089000 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4008 | 2025.01.29 07:11:41.089255 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2025.01.29 07:11:41.089454 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Debug> executeQuery: Read 1429 rows, 122.57 KiB in 0.002725 sec., 524403.6697247706 rows/sec., 43.93 MiB/sec. | ||
| 4010 | 2025.01.29 07:11:41.089518 [ 279 ] {d38b2d86-2ca9-47d6-a193-e3f4ca0dd50f} <Debug> TCPHandler: Processed in 0.00297816 sec. | ||
| 4011 | 2025.01.29 07:11:41.089690 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2025.01.29 07:11:41.089820 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4013 | 2025.01.29 07:11:41.089875 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4014 | 2025.01.29 07:11:41.090527 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.01.29 07:11:41.090569 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4016 | 2025.01.29 07:11:41.090939 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4017 | 2025.01.29 07:11:41.091184 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2025.01.29 07:11:41.091439 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001641 sec., 37781.84034125533 rows/sec., 2.68 MiB/sec. | ||
| 4019 | 2025.01.29 07:11:41.091650 [ 275 ] {4281361c-382a-42a1-b7d8-9cdb4135e3c5} <Debug> TCPHandler: Processed in 0.002019725 sec. | ||
| 4020 | 2025.01.29 07:11:41.091839 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2025.01.29 07:11:41.091966 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4022 | 2025.01.29 07:11:41.092019 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4023 | 2025.01.29 07:11:41.092758 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2025.01.29 07:11:41.092798 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4025 | 2025.01.29 07:11:41.093179 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4026 | 2025.01.29 07:11:41.093435 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2025.01.29 07:11:41.093646 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001702 sec., 142185.66392479435 rows/sec., 9.63 MiB/sec. | ||
| 4028 | 2025.01.29 07:11:41.093728 [ 279 ] {5758e93c-4e6e-4d45-b9cd-c690e0ffab84} <Debug> TCPHandler: Processed in 0.001951093 sec. | ||
| 4029 | 2025.01.29 07:11:41.093883 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.01.29 07:11:41.094005 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4031 | 2025.01.29 07:11:41.094058 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4032 | 2025.01.29 07:11:41.094657 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.01.29 07:11:41.094699 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4034 | 2025.01.29 07:11:41.095061 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4035 | 2025.01.29 07:11:41.095313 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.01.29 07:11:41.095532 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 4037 | 2025.01.29 07:11:41.095593 [ 275 ] {2dd94341-fb97-4eaf-88d8-d534af80a7ab} <Debug> TCPHandler: Processed in 0.001766948 sec. | ||
| 4038 | 2025.01.29 07:11:41.095751 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2025.01.29 07:11:41.095873 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4040 | 2025.01.29 07:11:41.095932 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4041 | 2025.01.29 07:11:41.097087 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.01.29 07:11:41.097127 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4043 | 2025.01.29 07:11:41.097531 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4044 | 2025.01.29 07:11:41.097789 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.01.29 07:11:41.097981 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002134 sec., 418462.9803186504 rows/sec., 30.39 MiB/sec. | ||
| 4046 | 2025.01.29 07:11:41.098041 [ 279 ] {b607beb2-bef5-40c0-9e31-110c683098d2} <Debug> TCPHandler: Processed in 0.002347163 sec. | ||
| 4047 | 2025.01.29 07:11:41.098211 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.01.29 07:11:41.098364 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4049 | 2025.01.29 07:11:41.098430 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4050 | 2025.01.29 07:11:41.099001 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.01.29 07:11:41.099043 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4052 | 2025.01.29 07:11:41.099423 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4053 | 2025.01.29 07:11:41.099671 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.01.29 07:11:41.099882 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 4055 | 2025.01.29 07:11:41.099935 [ 275 ] {a1557d45-5a37-4773-9a0e-fab75d2a4993} <Debug> TCPHandler: Processed in 0.001797068 sec. | ||
| 4056 | 2025.01.29 07:11:41.100086 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4057 | 2025.01.29 07:11:41.100207 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4058 | 2025.01.29 07:11:41.100263 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4059 | 2025.01.29 07:11:41.101124 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.01.29 07:11:41.101167 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4061 | 2025.01.29 07:11:41.101611 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4062 | 2025.01.29 07:11:41.101851 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.01.29 07:11:41.102068 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001883 sec., 511417.95007966016 rows/sec., 33.99 MiB/sec. | ||
| 4064 | 2025.01.29 07:11:41.102278 [ 279 ] {be1afd30-b1cb-4e37-af01-2f5dcbd65aa3} <Debug> TCPHandler: Processed in 0.0022478 sec. | ||
| 4065 | 2025.01.29 07:11:41.102478 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2025.01.29 07:11:41.102623 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4067 | 2025.01.29 07:11:41.102686 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4068 | 2025.01.29 07:11:41.103197 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.01.29 07:11:41.103236 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4070 | 2025.01.29 07:11:41.103601 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4071 | 2025.01.29 07:11:41.103842 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.01.29 07:11:41.104055 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 4073 | 2025.01.29 07:11:41.104108 [ 275 ] {1e3196ba-bb2c-470b-bed4-bd2f72e3c008} <Debug> TCPHandler: Processed in 0.001713486 sec. | ||
| 4074 | 2025.01.29 07:11:41.104278 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4075 | 2025.01.29 07:11:41.104495 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4076 | 2025.01.29 07:11:41.104604 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4077 | 2025.01.29 07:11:41.105878 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2025.01.29 07:11:41.105920 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4079 | 2025.01.29 07:11:41.106585 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4080 | 2025.01.29 07:11:41.106847 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.01.29 07:11:41.107138 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002644 sec., 14750.378214826022 rows/sec., 26.43 MiB/sec. | ||
| 4082 | 2025.01.29 07:11:41.107316 [ 279 ] {63d1a1f9-a808-4bc3-97d6-51cc410878f7} <Debug> TCPHandler: Processed in 0.003109393 sec. | ||
| 4083 | 2025.01.29 07:11:41.107485 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2025.01.29 07:11:41.107605 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4085 | 2025.01.29 07:11:41.107658 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4086 | 2025.01.29 07:11:41.108153 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2025.01.29 07:11:41.108193 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4088 | 2025.01.29 07:11:41.108568 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4089 | 2025.01.29 07:11:41.108805 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2025.01.29 07:11:41.109017 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001436 sec., 23676.880222841224 rows/sec., 1.37 MiB/sec. | ||
| 4091 | 2025.01.29 07:11:41.109068 [ 275 ] {4e973d56-f5af-490a-853a-5e26b98c47c0} <Debug> TCPHandler: Processed in 0.001640094 sec. | ||
| 4092 | 2025.01.29 07:11:43.871456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 586 | ||
| 4093 | 2025.01.29 07:11:43.874878 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2025.01.29 07:11:43.874923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4095 | 2025.01.29 07:11:43.876401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4096 | 2025.01.29 07:11:43.876715 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2025.01.29 07:11:43.877255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
| 4098 | 2025.01.29 07:11:45.299666 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2025.01.29 07:11:45.299875 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4100 | 2025.01.29 07:11:45.299956 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4101 | 2025.01.29 07:11:45.300729 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.01.29 07:11:45.300780 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4103 | 2025.01.29 07:11:45.301211 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4104 | 2025.01.29 07:11:45.301463 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.01.29 07:11:45.301693 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec. | ||
| 4106 | 2025.01.29 07:11:45.301750 [ 279 ] {bf7e8a1a-52fb-45e8-9db8-f0aa61ecb1ae} <Debug> TCPHandler: Processed in 0.00222545 sec. | ||
| 4107 | 2025.01.29 07:11:45.302026 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2025.01.29 07:11:45.302235 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4109 | 2025.01.29 07:11:45.302317 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4110 | 2025.01.29 07:11:45.303169 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2025.01.29 07:11:45.303210 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4112 | 2025.01.29 07:11:45.303653 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4113 | 2025.01.29 07:11:45.303902 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.01.29 07:11:45.304117 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001936 sec., 33057.85123966942 rows/sec., 2.58 MiB/sec. | ||
| 4115 | 2025.01.29 07:11:45.304227 [ 275 ] {d2d4ef41-74b2-4edd-a66e-b942f35b3849} <Debug> TCPHandler: Processed in 0.002338953 sec. | ||
| 4116 | 2025.01.29 07:11:45.304440 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.01.29 07:11:45.304581 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4118 | 2025.01.29 07:11:45.304651 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4119 | 2025.01.29 07:11:45.305266 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.01.29 07:11:45.305307 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4121 | 2025.01.29 07:11:45.305702 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4122 | 2025.01.29 07:11:45.305958 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.01.29 07:11:45.306169 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001621 sec., 78963.60271437385 rows/sec., 5.50 MiB/sec. | ||
| 4124 | 2025.01.29 07:11:45.306221 [ 279 ] {cea1cc46-602e-4b69-952c-6662a185ab72} <Debug> TCPHandler: Processed in 0.001886271 sec. | ||
| 4125 | 2025.01.29 07:11:45.306369 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.01.29 07:11:45.306505 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4127 | 2025.01.29 07:11:45.306565 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4128 | 2025.01.29 07:11:45.307148 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.01.29 07:11:45.307186 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4130 | 2025.01.29 07:11:45.307567 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4131 | 2025.01.29 07:11:45.307801 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.01.29 07:11:45.308008 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001534 sec., 31290.743155149936 rows/sec., 2.11 MiB/sec. | ||
| 4133 | 2025.01.29 07:11:45.308136 [ 275 ] {b6079099-f0d1-4a13-bc4d-257ae8455f66} <Debug> TCPHandler: Processed in 0.00183319 sec. | ||
| 4134 | 2025.01.29 07:11:46.351559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4135 | 2025.01.29 07:11:46.352248 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.01.29 07:11:46.352298 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4137 | 2025.01.29 07:11:46.352910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4138 | 2025.01.29 07:11:46.353169 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.01.29 07:11:46.353420 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4140 | 2025.01.29 07:11:46.966739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4141 | 2025.01.29 07:11:46.988802 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2025.01.29 07:11:46.988858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4143 | 2025.01.29 07:11:46.996727 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4144 | 2025.01.29 07:11:46.997598 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4145 | 2025.01.29 07:11:47.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.91 MiB, peak 188.86 MiB, free memory in arenas 0.00 B, will set to 183.04 MiB (RSS), difference: -3.88 MiB | ||
| 4146 | 2025.01.29 07:11:47.002372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4147 | 2025.01.29 07:11:48.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.04 MiB, peak 188.86 MiB, free memory in arenas 0.00 B, will set to 183.04 MiB (RSS), difference: 4.00 MiB | ||
| 4148 | 2025.01.29 07:11:50.300790 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2025.01.29 07:11:50.300992 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4150 | 2025.01.29 07:11:50.301072 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4151 | 2025.01.29 07:11:50.301858 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.01.29 07:11:50.301903 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4153 | 2025.01.29 07:11:50.302344 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4154 | 2025.01.29 07:11:50.302595 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.01.29 07:11:50.302831 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. | ||
| 4156 | 2025.01.29 07:11:50.302889 [ 279 ] {8cc09c74-fd77-4df4-a3d7-f1f000b34bb1} <Debug> TCPHandler: Processed in 0.00224157 sec. | ||
| 4157 | 2025.01.29 07:11:50.303165 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2025.01.29 07:11:50.303362 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4159 | 2025.01.29 07:11:50.303434 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4160 | 2025.01.29 07:11:50.304205 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.01.29 07:11:50.304246 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4162 | 2025.01.29 07:11:50.304679 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4163 | 2025.01.29 07:11:50.304941 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.01.29 07:11:50.305190 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 4165 | 2025.01.29 07:11:50.305397 [ 275 ] {e398e360-9719-4419-86e1-2ffd87bedbde} <Debug> TCPHandler: Processed in 0.002371554 sec. | ||
| 4166 | 2025.01.29 07:11:50.305581 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4167 | 2025.01.29 07:11:50.305730 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4168 | 2025.01.29 07:11:50.305793 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4169 | 2025.01.29 07:11:50.306489 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2025.01.29 07:11:50.306566 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4171 | 2025.01.29 07:11:50.307009 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4172 | 2025.01.29 07:11:50.307252 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.01.29 07:11:50.307478 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec. | ||
| 4174 | 2025.01.29 07:11:50.307533 [ 279 ] {7d706b32-9fe5-46a9-94c3-e5125120f945} <Debug> TCPHandler: Processed in 0.002027295 sec. | ||
| 4175 | 2025.01.29 07:11:50.307703 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2025.01.29 07:11:50.307846 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4177 | 2025.01.29 07:11:50.307909 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4178 | 2025.01.29 07:11:50.308468 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2025.01.29 07:11:50.308508 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4180 | 2025.01.29 07:11:50.308888 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4181 | 2025.01.29 07:11:50.309126 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2025.01.29 07:11:50.309385 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 4183 | 2025.01.29 07:11:50.309556 [ 275 ] {ac056285-31aa-4b00-b5bd-81808ef57ccb} <Debug> TCPHandler: Processed in 0.001919651 sec. | ||
| 4184 | 2025.01.29 07:11:53.724907 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4185 | 2025.01.29 07:11:53.724973 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4186 | 2025.01.29 07:11:53.854526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4187 | 2025.01.29 07:11:53.855164 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.01.29 07:11:53.855208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4189 | 2025.01.29 07:11:53.855784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4190 | 2025.01.29 07:11:53.856037 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2025.01.29 07:11:53.856238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4192 | 2025.01.29 07:11:53.878474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 602 | ||
| 4193 | 2025.01.29 07:11:53.881157 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2025.01.29 07:11:53.881206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4195 | 2025.01.29 07:11:53.882692 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4196 | 2025.01.29 07:11:53.883004 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2025.01.29 07:11:53.883541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 4198 | 2025.01.29 07:11:54.502447 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4199 | 2025.01.29 07:11:54.524295 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2025.01.29 07:11:54.524370 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4201 | 2025.01.29 07:11:54.532266 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4202 | 2025.01.29 07:11:54.533035 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2025.01.29 07:11:54.536931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4204 | 2025.01.29 07:11:55.307392 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4205 | 2025.01.29 07:11:55.307606 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4206 | 2025.01.29 07:11:55.307685 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4207 | 2025.01.29 07:11:55.308522 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4208 | 2025.01.29 07:11:55.308566 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4209 | 2025.01.29 07:11:55.308990 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4210 | 2025.01.29 07:11:55.309242 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.01.29 07:11:55.309385 [ 82 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4212 | 2025.01.29 07:11:55.309437 [ 82 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2025.01.29 07:11:55.309454 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 4214 | 2025.01.29 07:11:55.309467 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4215 | 2025.01.29 07:11:55.309594 [ 279 ] {968e6795-3ed8-4eb7-a12c-7770de3be9fb} <Debug> TCPHandler: Processed in 0.002332193 sec. | ||
| 4216 | 2025.01.29 07:11:55.310053 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.01.29 07:11:55.310183 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 4218 | 2025.01.29 07:11:55.310390 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4219 | 2025.01.29 07:11:55.310499 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4220 | 2025.01.29 07:11:55.310528 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4221 | 2025.01.29 07:11:55.310578 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 4222 | 2025.01.29 07:11:55.310921 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4223 | 2025.01.29 07:11:55.311169 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 4224 | 2025.01.29 07:11:55.311572 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4225 | 2025.01.29 07:11:55.312003 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 4226 | 2025.01.29 07:11:55.313697 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4227 | 2025.01.29 07:11:55.313782 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4228 | 2025.01.29 07:11:55.314461 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004837189 sec., 14471.214583511208 rows/sec., 1.07 MiB/sec. | ||
| 4229 | 2025.01.29 07:11:55.314766 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4230 | 2025.01.29 07:11:55.314979 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4231 | 2025.01.29 07:11:55.315244 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.01.29 07:11:55.315409 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_13_3} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4233 | 2025.01.29 07:11:55.315479 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2025.01.29 07:11:55.315559 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4235 | 2025.01.29 07:11:55.315752 [ 82 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4236 | 2025.01.29 07:11:55.315815 [ 82 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2025.01.29 07:11:55.315844 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4238 | 2025.01.29 07:11:55.315872 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005586 sec., 50304.33225921948 rows/sec., 4.44 MiB/sec. | ||
| 4239 | 2025.01.29 07:11:55.316119 [ 275 ] {d9135b58-b9b3-49ea-a7d5-ab240a401576} <Debug> TCPHandler: Processed in 0.006359911 sec. | ||
| 4240 | 2025.01.29 07:11:55.316170 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4241 | 2025.01.29 07:11:55.316307 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4242 | 2025.01.29 07:11:55.316382 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4243 | 2025.01.29 07:11:55.316447 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4244 | 2025.01.29 07:11:55.316558 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.01.29 07:11:55.316679 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4246 | 2025.01.29 07:11:55.316730 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4247 | 2025.01.29 07:11:55.317050 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1429 rows starting from the beginning of the part | ||
| 4248 | 2025.01.29 07:11:55.317428 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4249 | 2025.01.29 07:11:55.317786 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4250 | 2025.01.29 07:11:55.318148 [ 189 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part | ||
| 4251 | 2025.01.29 07:11:55.319497 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4252 | 2025.01.29 07:11:55.319556 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4253 | 2025.01.29 07:11:55.320534 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4254 | 2025.01.29 07:11:55.320854 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2025.01.29 07:11:55.321153 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004665 sec., 9860.664523043944 rows/sec., 726.40 KiB/sec. | ||
| 4256 | 2025.01.29 07:11:55.321534 [ 279 ] {4f917e13-68fb-424c-a042-23425838d78f} <Debug> TCPHandler: Processed in 0.005302342 sec. | ||
| 4257 | 2025.01.29 07:11:55.321605 [ 194 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005653041 sec., 584994.872671187 rows/sec., 51.26 MiB/sec. | ||
| 4258 | 2025.01.29 07:11:55.321796 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2025.01.29 07:11:55.322016 [ 199 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4260 | 2025.01.29 07:11:55.322196 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4261 | 2025.01.29 07:11:55.322474 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4262 | 2025.01.29 07:11:55.322922 [ 199 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.01.29 07:11:55.323125 [ 199 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_31_6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4264 | 2025.01.29 07:11:55.323326 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4265 | 2025.01.29 07:11:55.323765 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2025.01.29 07:11:55.323812 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4267 | 2025.01.29 07:11:55.324178 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4268 | 2025.01.29 07:11:55.324431 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2025.01.29 07:11:55.324656 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00264 sec., 5303.030303030303 rows/sec., 371.39 KiB/sec. | ||
| 4270 | 2025.01.29 07:11:55.324725 [ 275 ] {b2408fee-688c-4143-927c-76419fbdb13f} <Debug> TCPHandler: Processed in 0.003042752 sec. | ||
| 4271 | 2025.01.29 07:11:55.324898 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2025.01.29 07:11:55.325019 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4273 | 2025.01.29 07:11:55.325069 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4274 | 2025.01.29 07:11:55.325647 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.01.29 07:11:55.325685 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4276 | 2025.01.29 07:11:55.326035 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4277 | 2025.01.29 07:11:55.326265 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.01.29 07:11:55.326379 [ 82 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4279 | 2025.01.29 07:11:55.326416 [ 82 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.01.29 07:11:55.326438 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4281 | 2025.01.29 07:11:55.326448 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001454 sec., 8940.852819807427 rows/sec., 557.46 KiB/sec. | ||
| 4282 | 2025.01.29 07:11:55.326776 [ 279 ] {937d92f2-3c06-47fc-9dcb-dd615a9c8350} <Debug> TCPHandler: Processed in 0.001928532 sec. | ||
| 4283 | 2025.01.29 07:11:55.326818 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 4284 | 2025.01.29 07:11:55.327050 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2025.01.29 07:11:55.327098 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4286 | 2025.01.29 07:11:55.327147 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4287 | 2025.01.29 07:11:55.327338 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4288 | 2025.01.29 07:11:55.327402 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4289 | 2025.01.29 07:11:55.327518 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4290 | 2025.01.29 07:11:55.327705 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4291 | 2025.01.29 07:11:55.328063 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4292 | 2025.01.29 07:11:55.328341 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4293 | 2025.01.29 07:11:55.330478 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2025.01.29 07:11:55.330569 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4295 | 2025.01.29 07:11:55.330848 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004347927 sec., 14949.653018553441 rows/sec., 990.50 KiB/sec. | ||
| 4296 | 2025.01.29 07:11:55.331054 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4297 | 2025.01.29 07:11:55.331490 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4298 | 2025.01.29 07:11:55.331585 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.01.29 07:11:55.331754 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_13_3} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4300 | 2025.01.29 07:11:55.331895 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4301 | 2025.01.29 07:11:55.331993 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2025.01.29 07:11:55.332185 [ 82 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4303 | 2025.01.29 07:11:55.332242 [ 82 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4304 | 2025.01.29 07:11:55.332262 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4305 | 2025.01.29 07:11:55.332305 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00508 sec., 82874.0157480315 rows/sec., 5.92 MiB/sec. | ||
| 4306 | 2025.01.29 07:11:55.332524 [ 275 ] {6c3f71f9-2d70-4a74-994e-c6defb7a23c7} <Debug> TCPHandler: Processed in 0.00558751 sec. | ||
| 4307 | 2025.01.29 07:11:55.332524 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4308 | 2025.01.29 07:11:55.332741 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4309 | 2025.01.29 07:11:55.332742 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4310 | 2025.01.29 07:11:55.332796 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4311 | 2025.01.29 07:11:55.333010 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4312 | 2025.01.29 07:11:55.333014 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4313 | 2025.01.29 07:11:55.333145 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4314 | 2025.01.29 07:11:55.333209 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4315 | 2025.01.29 07:11:55.333468 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4316 | 2025.01.29 07:11:55.333706 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4317 | 2025.01.29 07:11:55.333965 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4318 | 2025.01.29 07:11:55.334598 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.01.29 07:11:55.334638 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4320 | 2025.01.29 07:11:55.335175 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4321 | 2025.01.29 07:11:55.335457 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.01.29 07:11:55.335677 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002807 sec., 2137.513359458497 rows/sec., 111.68 KiB/sec. | ||
| 4323 | 2025.01.29 07:11:55.336068 [ 279 ] {232988c0-267f-4d2d-853f-dc255dfda9a9} <Debug> TCPHandler: Processed in 0.003430362 sec. | ||
| 4324 | 2025.01.29 07:11:55.336484 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.01.29 07:11:55.336535 [ 194 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.004201662 sec., 574772.5542892312 rows/sec., 44.08 MiB/sec. | ||
| 4326 | 2025.01.29 07:11:55.336651 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4327 | 2025.01.29 07:11:55.336734 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4328 | 2025.01.29 07:11:55.336780 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4329 | 2025.01.29 07:11:55.337433 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.01.29 07:11:55.337639 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_31_6} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4331 | 2025.01.29 07:11:55.337803 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4332 | 2025.01.29 07:11:55.337962 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2025.01.29 07:11:55.338010 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4334 | 2025.01.29 07:11:55.338418 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4335 | 2025.01.29 07:11:55.338659 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2025.01.29 07:11:55.338835 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4337 | 2025.01.29 07:11:55.338899 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4338 | 2025.01.29 07:11:55.338931 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4339 | 2025.01.29 07:11:55.338937 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002314 sec., 102420.0518582541 rows/sec., 6.86 MiB/sec. | ||
| 4340 | 2025.01.29 07:11:55.339162 [ 275 ] {9a0c2a34-959b-47c4-9b00-c56654ef9690} <Debug> TCPHandler: Processed in 0.002919959 sec. | ||
| 4341 | 2025.01.29 07:11:55.339203 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4342 | 2025.01.29 07:11:55.339495 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.01.29 07:11:55.339557 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4344 | 2025.01.29 07:11:55.339606 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8300 rows starting from the beginning of the part | ||
| 4345 | 2025.01.29 07:11:55.339815 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4346 | 2025.01.29 07:11:55.339873 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4347 | 2025.01.29 07:11:55.339993 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4348 | 2025.01.29 07:11:55.340188 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4349 | 2025.01.29 07:11:55.340571 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4350 | 2025.01.29 07:11:55.340934 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4351 | 2025.01.29 07:11:55.341305 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4352 | 2025.01.29 07:11:55.342332 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.01.29 07:11:55.342407 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4354 | 2025.01.29 07:11:55.342899 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4355 | 2025.01.29 07:11:55.343378 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.01.29 07:11:55.343988 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004259 sec., 234.79690068091102 rows/sec., 15.82 KiB/sec. | ||
| 4357 | 2025.01.29 07:11:55.344279 [ 279 ] {53622d99-a7b4-48b7-976b-77c8722294b9} <Debug> TCPHandler: Processed in 0.004976724 sec. | ||
| 4358 | 2025.01.29 07:11:55.344490 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4359 | 2025.01.29 07:11:55.344645 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4360 | 2025.01.29 07:11:55.344736 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4361 | 2025.01.29 07:11:55.346449 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4362 | 2025.01.29 07:11:55.346490 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4363 | 2025.01.29 07:11:55.346896 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9948 rows, containing 5 columns (5 merged, 0 gathered) in 0.007888771 sec., 1261032.9289568681 rows/sec., 85.10 MiB/sec. | ||
| 4364 | 2025.01.29 07:11:55.347267 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4365 | 2025.01.29 07:11:55.347792 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4366 | 2025.01.29 07:11:55.347924 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.01.29 07:11:55.348091 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4368 | 2025.01.29 07:11:55.348260 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4369 | 2025.01.29 07:11:55.348347 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.01.29 07:11:55.348635 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004017 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec. | ||
| 4371 | 2025.01.29 07:11:55.348779 [ 275 ] {d5fe4ddc-a292-4bac-b4a0-b6a20cb379a3} <Debug> TCPHandler: Processed in 0.004386438 sec. | ||
| 4372 | 2025.01.29 07:11:55.348949 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2025.01.29 07:11:55.349092 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4374 | 2025.01.29 07:11:55.349151 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4375 | 2025.01.29 07:11:55.349686 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.01.29 07:11:55.349725 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4377 | 2025.01.29 07:11:55.350093 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4378 | 2025.01.29 07:11:55.350323 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.01.29 07:11:55.350454 [ 82 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4380 | 2025.01.29 07:11:55.350493 [ 82 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2025.01.29 07:11:55.350501 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 4382 | 2025.01.29 07:11:55.350516 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 4383 | 2025.01.29 07:11:55.350613 [ 279 ] {e4ecdbce-ce4e-4617-865a-fe741bd8a2a7} <Debug> TCPHandler: Processed in 0.001724866 sec. | ||
| 4384 | 2025.01.29 07:11:55.350763 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4385 | 2025.01.29 07:11:55.350895 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4386 | 2025.01.29 07:11:55.350930 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4387 | 2025.01.29 07:11:55.351059 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4388 | 2025.01.29 07:11:55.351269 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4389 | 2025.01.29 07:11:55.351443 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4390 | 2025.01.29 07:11:55.351585 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4391 | 2025.01.29 07:11:55.351777 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4392 | 2025.01.29 07:11:55.353015 [ 197 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002388285 sec., 793037.6818512029 rows/sec., 51.71 MiB/sec. | ||
| 4393 | 2025.01.29 07:11:55.353216 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4394 | 2025.01.29 07:11:55.353491 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.29 07:11:55.353570 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_31_6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4396 | 2025.01.29 07:11:55.353643 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4397 | 2025.01.29 07:12:00.301010 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2025.01.29 07:12:00.301225 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4399 | 2025.01.29 07:12:00.301301 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4400 | 2025.01.29 07:12:00.302084 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.01.29 07:12:00.302128 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4402 | 2025.01.29 07:12:00.302528 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4403 | 2025.01.29 07:12:00.302770 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.01.29 07:12:00.302994 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.36 MiB/sec. | ||
| 4405 | 2025.01.29 07:12:00.303052 [ 279 ] {2394eb3c-ac72-4904-8af5-13604e5358b0} <Debug> TCPHandler: Processed in 0.002177179 sec. | ||
| 4406 | 2025.01.29 07:12:00.303331 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.01.29 07:12:00.303545 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4408 | 2025.01.29 07:12:00.303629 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4409 | 2025.01.29 07:12:00.304402 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.01.29 07:12:00.304444 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4411 | 2025.01.29 07:12:00.304871 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4412 | 2025.01.29 07:12:00.305144 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.01.29 07:12:00.305349 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 4414 | 2025.01.29 07:12:00.305413 [ 275 ] {af2a3e94-6b39-4bc0-bbd5-7ee58e9b7e46} <Debug> TCPHandler: Processed in 0.00222726 sec. | ||
| 4415 | 2025.01.29 07:12:00.305550 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.01.29 07:12:00.305667 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.01.29 07:12:00.305719 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4418 | 2025.01.29 07:12:00.306291 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.01.29 07:12:00.306352 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4420 | 2025.01.29 07:12:00.306796 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4421 | 2025.01.29 07:12:00.307028 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.01.29 07:12:00.307237 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 4423 | 2025.01.29 07:12:00.307290 [ 279 ] {efbfb317-0701-4d91-bd4b-32824caa10a0} <Debug> TCPHandler: Processed in 0.001795488 sec. | ||
| 4424 | 2025.01.29 07:12:00.307446 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.01.29 07:12:00.307574 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4426 | 2025.01.29 07:12:00.307631 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4427 | 2025.01.29 07:12:00.308168 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.01.29 07:12:00.308205 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4429 | 2025.01.29 07:12:00.308585 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4430 | 2025.01.29 07:12:00.308821 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.01.29 07:12:00.308998 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 4432 | 2025.01.29 07:12:00.309050 [ 275 ] {5064f643-6c62-4142-976b-9b377902ce1f} <Debug> TCPHandler: Processed in 0.001662195 sec. | ||
| 4433 | 2025.01.29 07:12:01.356379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4434 | 2025.01.29 07:12:01.357365 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2025.01.29 07:12:01.357442 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4436 | 2025.01.29 07:12:01.358172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4437 | 2025.01.29 07:12:01.358529 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2025.01.29 07:12:01.358845 [ 75 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4439 | 2025.01.29 07:12:01.358868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4440 | 2025.01.29 07:12:01.358960 [ 75 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2025.01.29 07:12:01.359000 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4442 | 2025.01.29 07:12:01.359239 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 4443 | 2025.01.29 07:12:01.359472 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4444 | 2025.01.29 07:12:01.359529 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 4445 | 2025.01.29 07:12:01.359633 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4446 | 2025.01.29 07:12:01.359817 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4447 | 2025.01.29 07:12:01.360142 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4448 | 2025.01.29 07:12:01.360376 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4449 | 2025.01.29 07:12:01.360497 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4450 | 2025.01.29 07:12:01.363752 [ 196 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.004656045 sec., 2083098.4236621424 rows/sec., 29.80 MiB/sec. | ||
| 4451 | 2025.01.29 07:12:01.364124 [ 200 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4452 | 2025.01.29 07:12:01.364562 [ 200 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.01.29 07:12:01.364683 [ 200 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_21_4} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4454 | 2025.01.29 07:12:01.364838 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4455 | 2025.01.29 07:12:02.036978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4456 | 2025.01.29 07:12:02.059278 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4457 | 2025.01.29 07:12:02.059335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4458 | 2025.01.29 07:12:02.067006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4459 | 2025.01.29 07:12:02.067783 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4460 | 2025.01.29 07:12:02.068078 [ 75 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4461 | 2025.01.29 07:12:02.068141 [ 75 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4462 | 2025.01.29 07:12:02.068185 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4463 | 2025.01.29 07:12:02.068714 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4464 | 2025.01.29 07:12:02.083680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4465 | 2025.01.29 07:12:02.085525 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4466 | 2025.01.29 07:12:02.087347 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4467 | 2025.01.29 07:12:02.093478 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4468 | 2025.01.29 07:12:02.099275 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4469 | 2025.01.29 07:12:02.105043 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4470 | 2025.01.29 07:12:02.110871 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4471 | 2025.01.29 07:12:02.115784 [ 196 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 4472 | 2025.01.29 07:12:02.178840 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.110531187 sec., 1438.5080294125494 rows/sec., 7.44 MiB/sec. | ||
| 4473 | 2025.01.29 07:12:02.181555 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4474 | 2025.01.29 07:12:02.184507 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_21_4} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.01.29 07:12:02.184636 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_21_4} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4476 | 2025.01.29 07:12:02.187053 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4477 | 2025.01.29 07:12:03.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.45 MiB, peak 196.01 MiB, free memory in arenas 0.00 B, will set to 187.40 MiB (RSS), difference: 1.95 MiB | ||
| 4478 | 2025.01.29 07:12:03.883663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 632 | ||
| 4479 | 2025.01.29 07:12:03.887293 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.01.29 07:12:03.887344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4481 | 2025.01.29 07:12:03.888817 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4482 | 2025.01.29 07:12:03.889129 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.01.29 07:12:03.889663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
| 4484 | 2025.01.29 07:12:05.307579 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2025.01.29 07:12:05.307763 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4486 | 2025.01.29 07:12:05.307836 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4487 | 2025.01.29 07:12:05.308591 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2025.01.29 07:12:05.308641 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4489 | 2025.01.29 07:12:05.309072 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4490 | 2025.01.29 07:12:05.309327 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.01.29 07:12:05.309542 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 4492 | 2025.01.29 07:12:05.309600 [ 279 ] {1108a0bd-d850-4acb-901d-bada7f67ac67} <Debug> TCPHandler: Processed in 0.002150967 sec. | ||
| 4493 | 2025.01.29 07:12:05.309865 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4494 | 2025.01.29 07:12:05.310054 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4495 | 2025.01.29 07:12:05.310128 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4496 | 2025.01.29 07:12:05.311204 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4497 | 2025.01.29 07:12:05.311246 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4498 | 2025.01.29 07:12:05.311694 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4499 | 2025.01.29 07:12:05.311949 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2025.01.29 07:12:05.312147 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002151 sec., 130636.9130636913 rows/sec., 11.54 MiB/sec. | ||
| 4501 | 2025.01.29 07:12:05.312203 [ 275 ] {f1f27f51-0b97-470e-813f-8c455c7c8131} <Debug> TCPHandler: Processed in 0.002472987 sec. | ||
| 4502 | 2025.01.29 07:12:05.312373 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4503 | 2025.01.29 07:12:05.312528 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4504 | 2025.01.29 07:12:05.312600 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4505 | 2025.01.29 07:12:05.313295 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2025.01.29 07:12:05.313336 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4507 | 2025.01.29 07:12:05.313751 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4508 | 2025.01.29 07:12:05.313994 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.01.29 07:12:05.314204 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001715 sec., 26822.157434402332 rows/sec., 1.93 MiB/sec. | ||
| 4510 | 2025.01.29 07:12:05.314260 [ 279 ] {b072a967-763e-4578-b357-f7ac7399bbf2} <Debug> TCPHandler: Processed in 0.001964673 sec. | ||
| 4511 | 2025.01.29 07:12:05.314419 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2025.01.29 07:12:05.314558 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4513 | 2025.01.29 07:12:05.314621 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4514 | 2025.01.29 07:12:05.315239 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.01.29 07:12:05.315277 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4516 | 2025.01.29 07:12:05.315638 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2025.01.29 07:12:05.315873 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): 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.01.29 07:12:05.316053 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec. | ||
| 4519 | 2025.01.29 07:12:05.316107 [ 275 ] {ce6af87f-bbef-4a7f-ba6a-0b29cd3d2033} <Debug> TCPHandler: Processed in 0.001753517 sec. | ||
| 4520 | 2025.01.29 07:12:05.316282 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.01.29 07:12:05.316422 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.01.29 07:12:05.316480 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4523 | 2025.01.29 07:12:05.317111 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.01.29 07:12:05.317152 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4525 | 2025.01.29 07:12:05.317503 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4526 | 2025.01.29 07:12:05.317745 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.01.29 07:12:05.317951 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 4528 | 2025.01.29 07:12:05.318005 [ 279 ] {222cf2f6-0830-44eb-a375-a0852c440e42} <Debug> TCPHandler: Processed in 0.001792108 sec. | ||
| 4529 | 2025.01.29 07:12:05.318167 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2025.01.29 07:12:05.318305 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4531 | 2025.01.29 07:12:05.318362 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4532 | 2025.01.29 07:12:05.319120 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2025.01.29 07:12:05.319157 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4534 | 2025.01.29 07:12:05.319558 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4535 | 2025.01.29 07:12:05.319804 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.01.29 07:12:05.320019 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001736 sec., 242511.5207373272 rows/sec., 17.33 MiB/sec. | ||
| 4537 | 2025.01.29 07:12:05.320095 [ 275 ] {f6391e75-dc59-418a-a060-9a073cb5bf73} <Debug> TCPHandler: Processed in 0.001996583 sec. | ||
| 4538 | 2025.01.29 07:12:05.320335 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4539 | 2025.01.29 07:12:05.320501 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4540 | 2025.01.29 07:12:05.320563 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4541 | 2025.01.29 07:12:05.321081 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2025.01.29 07:12:05.321122 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4543 | 2025.01.29 07:12:05.321485 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4544 | 2025.01.29 07:12:05.321725 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2025.01.29 07:12:05.321947 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 4546 | 2025.01.29 07:12:05.322058 [ 279 ] {2c0c1a00-711c-46f9-a0c1-722b95e01e9a} <Debug> TCPHandler: Processed in 0.00186852 sec. | ||
| 4547 | 2025.01.29 07:12:05.322217 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2025.01.29 07:12:05.322357 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4549 | 2025.01.29 07:12:05.322422 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4550 | 2025.01.29 07:12:05.323058 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2025.01.29 07:12:05.323098 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4552 | 2025.01.29 07:12:05.323498 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4553 | 2025.01.29 07:12:05.323740 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2025.01.29 07:12:05.323961 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 4555 | 2025.01.29 07:12:05.324018 [ 275 ] {86289f00-a55e-4153-8be0-708c02349c5d} <Debug> TCPHandler: Processed in 0.00186937 sec. | ||
| 4556 | 2025.01.29 07:12:05.324167 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4557 | 2025.01.29 07:12:05.324308 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4558 | 2025.01.29 07:12:05.324369 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4559 | 2025.01.29 07:12:05.324899 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2025.01.29 07:12:05.324939 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4561 | 2025.01.29 07:12:05.325299 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4562 | 2025.01.29 07:12:05.325549 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.01.29 07:12:05.325812 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
| 4564 | 2025.01.29 07:12:05.326025 [ 279 ] {efc357da-cd94-4b23-b28d-c02a8a0f8178} <Debug> TCPHandler: Processed in 0.001920101 sec. | ||
| 4565 | 2025.01.29 07:12:05.326191 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2025.01.29 07:12:05.326332 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4567 | 2025.01.29 07:12:05.326430 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4568 | 2025.01.29 07:12:05.327679 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2025.01.29 07:12:05.327719 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4570 | 2025.01.29 07:12:05.328402 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4571 | 2025.01.29 07:12:05.328653 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2025.01.29 07:12:05.328955 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002638 sec., 14783.927217589082 rows/sec., 26.49 MiB/sec. | ||
| 4573 | 2025.01.29 07:12:05.329252 [ 275 ] {1afb50b4-ab33-4992-9fd0-53c1be915fed} <Debug> TCPHandler: Processed in 0.003128174 sec. | ||
| 4574 | 2025.01.29 07:12:05.329405 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2025.01.29 07:12:05.329545 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4576 | 2025.01.29 07:12:05.329611 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4577 | 2025.01.29 07:12:05.330123 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2025.01.29 07:12:05.330163 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4579 | 2025.01.29 07:12:05.330530 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4580 | 2025.01.29 07:12:05.330773 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2025.01.29 07:12:05.330990 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec. | ||
| 4582 | 2025.01.29 07:12:05.331040 [ 279 ] {067a4c54-59a7-4b5d-a516-2e2c971b19b8} <Debug> TCPHandler: Processed in 0.001703626 sec. | ||
| 4583 | 2025.01.29 07:12:08.725019 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4584 | 2025.01.29 07:12:08.725130 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4585 | 2025.01.29 07:12:08.859087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4586 | 2025.01.29 07:12:08.860072 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.01.29 07:12:08.860114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4588 | 2025.01.29 07:12:08.860745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4589 | 2025.01.29 07:12:08.861007 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2025.01.29 07:12:08.861206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4591 | 2025.01.29 07:12:09.583756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4592 | 2025.01.29 07:12:09.603275 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2025.01.29 07:12:09.603330 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4594 | 2025.01.29 07:12:09.610727 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4595 | 2025.01.29 07:12:09.611481 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2025.01.29 07:12:09.614964 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4597 | 2025.01.29 07:12:10.301064 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.01.29 07:12:10.301268 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4599 | 2025.01.29 07:12:10.301344 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4600 | 2025.01.29 07:12:10.302160 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.01.29 07:12:10.302203 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4602 | 2025.01.29 07:12:10.302635 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4603 | 2025.01.29 07:12:10.302886 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.01.29 07:12:10.303080 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.30 MiB/sec. | ||
| 4605 | 2025.01.29 07:12:10.303135 [ 279 ] {31087077-de26-4b8b-b9fb-480bd24ccaa0} <Debug> TCPHandler: Processed in 0.002207789 sec. | ||
| 4606 | 2025.01.29 07:12:10.303426 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.01.29 07:12:10.303664 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4608 | 2025.01.29 07:12:10.303763 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4609 | 2025.01.29 07:12:10.304581 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.01.29 07:12:10.304631 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4611 | 2025.01.29 07:12:10.305076 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4612 | 2025.01.29 07:12:10.305325 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.01.29 07:12:10.305564 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001985 sec., 32241.813602015118 rows/sec., 2.52 MiB/sec. | ||
| 4614 | 2025.01.29 07:12:10.305632 [ 275 ] {554edce4-25d0-4ce9-99e0-fd21509ed29f} <Debug> TCPHandler: Processed in 0.002351883 sec. | ||
| 4615 | 2025.01.29 07:12:10.305774 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.01.29 07:12:10.305893 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.01.29 07:12:10.305948 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4618 | 2025.01.29 07:12:10.306529 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.01.29 07:12:10.306566 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4620 | 2025.01.29 07:12:10.306947 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4621 | 2025.01.29 07:12:10.307197 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.01.29 07:12:10.307373 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
| 4623 | 2025.01.29 07:12:10.307424 [ 279 ] {4df73d7e-bda0-46b2-b2bc-21d83233c305} <Debug> TCPHandler: Processed in 0.001706676 sec. | ||
| 4624 | 2025.01.29 07:12:10.307576 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.01.29 07:12:10.307702 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4626 | 2025.01.29 07:12:10.307760 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4627 | 2025.01.29 07:12:10.308297 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.01.29 07:12:10.308337 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4629 | 2025.01.29 07:12:10.308724 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4630 | 2025.01.29 07:12:10.308963 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.01.29 07:12:10.309170 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 4632 | 2025.01.29 07:12:10.309222 [ 275 ] {ed36d97e-82bd-47c0-9685-79e635e564f5} <Debug> TCPHandler: Processed in 0.001704415 sec. | ||
| 4633 | 2025.01.29 07:12:11.085216 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.01.29 07:12:11.085423 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4635 | 2025.01.29 07:12:11.085503 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4636 | 2025.01.29 07:12:11.086309 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.01.29 07:12:11.086361 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4638 | 2025.01.29 07:12:11.086783 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4639 | 2025.01.29 07:12:11.087037 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.01.29 07:12:11.087312 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 4641 | 2025.01.29 07:12:11.087538 [ 279 ] {23385bb4-91af-405d-9fbe-e0f56193e1da} <Debug> TCPHandler: Processed in 0.002461966 sec. | ||
| 4642 | 2025.01.29 07:12:11.087879 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.01.29 07:12:11.088096 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4644 | 2025.01.29 07:12:11.088181 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4645 | 2025.01.29 07:12:11.089027 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.01.29 07:12:11.089079 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4647 | 2025.01.29 07:12:11.089495 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4648 | 2025.01.29 07:12:11.089738 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.01.29 07:12:11.090036 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001979 sec., 1010.611419909045 rows/sec., 82.41 KiB/sec. | ||
| 4650 | 2025.01.29 07:12:11.090164 [ 275 ] {b9bb40b2-3895-40f5-87a5-33510a30973b} <Debug> TCPHandler: Processed in 0.002457756 sec. | ||
| 4651 | 2025.01.29 07:12:11.090340 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.01.29 07:12:11.090485 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4653 | 2025.01.29 07:12:11.090547 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4654 | 2025.01.29 07:12:11.091752 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.01.29 07:12:11.091793 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4656 | 2025.01.29 07:12:11.092265 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4657 | 2025.01.29 07:12:11.092507 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:12:11.092725 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Debug> executeQuery: Read 1422 rows, 122.06 KiB in 0.002273 sec., 625604.927408711 rows/sec., 52.44 MiB/sec. | ||
| 4659 | 2025.01.29 07:12:11.092786 [ 279 ] {3adb3705-48db-4043-aff5-62c15323fc35} <Debug> TCPHandler: Processed in 0.002519037 sec. | ||
| 4660 | 2025.01.29 07:12:11.092956 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.01.29 07:12:11.093084 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4662 | 2025.01.29 07:12:11.093138 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4663 | 2025.01.29 07:12:11.093764 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.01.29 07:12:11.093806 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4665 | 2025.01.29 07:12:11.094174 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4666 | 2025.01.29 07:12:11.094421 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): 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.01.29 07:12:11.094646 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001592 sec., 30150.75376884422 rows/sec., 2.16 MiB/sec. | ||
| 4668 | 2025.01.29 07:12:11.094701 [ 275 ] {012515b3-450d-4ac4-adda-4090e840b92e} <Debug> TCPHandler: Processed in 0.001815829 sec. | ||
| 4669 | 2025.01.29 07:12:11.094852 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.01.29 07:12:11.094976 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.01.29 07:12:11.095034 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4672 | 2025.01.29 07:12:11.095813 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.01.29 07:12:11.095861 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4674 | 2025.01.29 07:12:11.096239 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.01.29 07:12:11.096494 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): 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.01.29 07:12:11.096710 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001762 sec., 137343.9273552781 rows/sec., 9.31 MiB/sec. | ||
| 4677 | 2025.01.29 07:12:11.096766 [ 279 ] {e2e35b04-0b1d-4949-ae1a-e5ba8133efe2} <Debug> TCPHandler: Processed in 0.001973373 sec. | ||
| 4678 | 2025.01.29 07:12:11.096931 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.01.29 07:12:11.097053 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.01.29 07:12:11.097103 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4681 | 2025.01.29 07:12:11.097691 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.01.29 07:12:11.097735 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4683 | 2025.01.29 07:12:11.098092 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4684 | 2025.01.29 07:12:11.098337 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.01.29 07:12:11.098592 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 4686 | 2025.01.29 07:12:11.098786 [ 275 ] {2af7428a-361c-4133-a1ed-f4fb9f1e90ed} <Debug> TCPHandler: Processed in 0.001906841 sec. | ||
| 4687 | 2025.01.29 07:12:11.098961 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2025.01.29 07:12:11.099099 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4689 | 2025.01.29 07:12:11.099156 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4690 | 2025.01.29 07:12:11.100103 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.01.29 07:12:11.100142 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4692 | 2025.01.29 07:12:11.100523 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4693 | 2025.01.29 07:12:11.100760 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.01.29 07:12:11.100994 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.001916 sec., 458768.2672233821 rows/sec., 33.26 MiB/sec. | ||
| 4695 | 2025.01.29 07:12:11.101067 [ 279 ] {3fa79098-e226-400e-b56c-051caa2f0ad1} <Debug> TCPHandler: Processed in 0.002165679 sec. | ||
| 4696 | 2025.01.29 07:12:11.101314 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4697 | 2025.01.29 07:12:11.101461 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4698 | 2025.01.29 07:12:11.101524 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4699 | 2025.01.29 07:12:11.102082 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.01.29 07:12:11.102122 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4701 | 2025.01.29 07:12:11.102479 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4702 | 2025.01.29 07:12:11.102714 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.01.29 07:12:11.102957 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec. | ||
| 4704 | 2025.01.29 07:12:11.103123 [ 275 ] {7771b938-5d3b-44ad-9d27-2dc5208fcdbb} <Debug> TCPHandler: Processed in 0.001952013 sec. | ||
| 4705 | 2025.01.29 07:12:11.103309 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2025.01.29 07:12:11.103449 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4707 | 2025.01.29 07:12:11.103512 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4708 | 2025.01.29 07:12:11.104371 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.01.29 07:12:11.104409 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4710 | 2025.01.29 07:12:11.104832 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4711 | 2025.01.29 07:12:11.105070 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.01.29 07:12:11.105280 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001864 sec., 512875.5364806867 rows/sec., 34.07 MiB/sec. | ||
| 4713 | 2025.01.29 07:12:11.105332 [ 279 ] {c4c289ff-0535-482e-9eea-c625081ec15b} <Debug> TCPHandler: Processed in 0.002090506 sec. | ||
| 4714 | 2025.01.29 07:12:11.105477 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4715 | 2025.01.29 07:12:11.105594 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4716 | 2025.01.29 07:12:11.105648 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4717 | 2025.01.29 07:12:11.106123 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2025.01.29 07:12:11.106162 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4719 | 2025.01.29 07:12:11.106523 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4720 | 2025.01.29 07:12:11.106763 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2025.01.29 07:12:11.107020 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 4722 | 2025.01.29 07:12:11.107203 [ 275 ] {c53ee8a7-e694-4e26-adf0-eb98c353ee61} <Debug> TCPHandler: Processed in 0.001780608 sec. | ||
| 4723 | 2025.01.29 07:12:11.107361 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2025.01.29 07:12:11.107499 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4725 | 2025.01.29 07:12:11.107592 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4726 | 2025.01.29 07:12:11.108855 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2025.01.29 07:12:11.108894 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4728 | 2025.01.29 07:12:11.109530 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4729 | 2025.01.29 07:12:11.109788 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2025.01.29 07:12:11.110053 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002584 sec., 15092.879256965945 rows/sec., 27.05 MiB/sec. | ||
| 4731 | 2025.01.29 07:12:11.110143 [ 279 ] {e1041727-ad6c-41c8-bd72-253e81261fab} <Debug> TCPHandler: Processed in 0.002848866 sec. | ||
| 4732 | 2025.01.29 07:12:11.110301 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4733 | 2025.01.29 07:12:11.110440 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4734 | 2025.01.29 07:12:11.110501 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4735 | 2025.01.29 07:12:11.111052 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4736 | 2025.01.29 07:12:11.111091 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4737 | 2025.01.29 07:12:11.111458 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4738 | 2025.01.29 07:12:11.111693 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4739 | 2025.01.29 07:12:11.111950 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001541 sec., 22063.595068137573 rows/sec., 1.28 MiB/sec. | ||
| 4740 | 2025.01.29 07:12:11.112136 [ 275 ] {1013bc3a-2fd6-4836-a42a-78fe0370115c} <Debug> TCPHandler: Processed in 0.001891141 sec. | ||
| 4741 | 2025.01.29 07:12:13.889834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 686 | ||
| 4742 | 2025.01.29 07:12:13.893226 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.01.29 07:12:13.893277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4744 | 2025.01.29 07:12:13.894810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4745 | 2025.01.29 07:12:13.895136 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.01.29 07:12:13.895370 [ 60 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4747 | 2025.01.29 07:12:13.895479 [ 60 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2025.01.29 07:12:13.895548 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4749 | 2025.01.29 07:12:13.896133 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4750 | 2025.01.29 07:12:13.897180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4751 | 2025.01.29 07:12:13.897593 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4752 | 2025.01.29 07:12:13.897773 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 502 rows starting from the beginning of the part | ||
| 4753 | 2025.01.29 07:12:13.898412 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4754 | 2025.01.29 07:12:13.899022 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4755 | 2025.01.29 07:12:13.899620 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4756 | 2025.01.29 07:12:13.900238 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4757 | 2025.01.29 07:12:13.900875 [ 200 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 4758 | 2025.01.29 07:12:13.908915 [ 191 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.013215234 sec., 51909.78835486379 rows/sec., 44.51 MiB/sec. | ||
| 4759 | 2025.01.29 07:12:13.910203 [ 191 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4760 | 2025.01.29 07:12:13.911052 [ 191 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.01.29 07:12:13.911156 [ 191 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_16_3} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4762 | 2025.01.29 07:12:13.911505 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4763 | 2025.01.29 07:12:15.299060 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4764 | 2025.01.29 07:12:15.299335 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4765 | 2025.01.29 07:12:15.299436 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4766 | 2025.01.29 07:12:15.300514 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2025.01.29 07:12:15.300559 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4768 | 2025.01.29 07:12:15.300982 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4769 | 2025.01.29 07:12:15.301234 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2025.01.29 07:12:15.301397 [ 58 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4771 | 2025.01.29 07:12:15.301442 [ 58 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2025.01.29 07:12:15.301450 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002191 sec., 25559.105431309905 rows/sec., 1.96 MiB/sec. | ||
| 4773 | 2025.01.29 07:12:15.301471 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4774 | 2025.01.29 07:12:15.301561 [ 279 ] {2084f986-35ff-4bea-b66b-65e5879aaee9} <Debug> TCPHandler: Processed in 0.002640821 sec. | ||
| 4775 | 2025.01.29 07:12:15.301764 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4776 | 2025.01.29 07:12:15.301884 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4777 | 2025.01.29 07:12:15.301972 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4778 | 2025.01.29 07:12:15.302030 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 4779 | 2025.01.29 07:12:15.302249 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4780 | 2025.01.29 07:12:15.302304 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4781 | 2025.01.29 07:12:15.302432 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4782 | 2025.01.29 07:12:15.302669 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 281 rows starting from the beginning of the part | ||
| 4783 | 2025.01.29 07:12:15.303038 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4784 | 2025.01.29 07:12:15.303361 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1422 rows starting from the beginning of the part | ||
| 4785 | 2025.01.29 07:12:15.303758 [ 187 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 4786 | 2025.01.29 07:12:15.305090 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.01.29 07:12:15.305178 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4788 | 2025.01.29 07:12:15.306278 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4789 | 2025.01.29 07:12:15.306592 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.29 07:12:15.306821 [ 58 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4791 | 2025.01.29 07:12:15.306934 [ 58 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2025.01.29 07:12:15.307029 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4793 | 2025.01.29 07:12:15.307245 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005051 sec., 12670.758265689963 rows/sec., 1012.72 KiB/sec. | ||
| 4794 | 2025.01.29 07:12:15.307635 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4795 | 2025.01.29 07:12:15.307717 [ 275 ] {cf8e09f5-7a11-4881-a265-ff756cc78c6b} <Debug> TCPHandler: Processed in 0.005997441 sec. | ||
| 4796 | 2025.01.29 07:12:15.307969 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.006383291 sec., 517288.02587881393 rows/sec., 45.33 MiB/sec. | ||
| 4797 | 2025.01.29 07:12:15.308058 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2025.01.29 07:12:15.308086 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4799 | 2025.01.29 07:12:15.308144 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4800 | 2025.01.29 07:12:15.308407 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4801 | 2025.01.29 07:12:15.308544 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4802 | 2025.01.29 07:12:15.308528 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4803 | 2025.01.29 07:12:15.308858 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4804 | 2025.01.29 07:12:15.309081 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 4805 | 2025.01.29 07:12:15.309643 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4806 | 2025.01.29 07:12:15.309835 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:12:15.310226 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 879 rows starting from the beginning of the part | ||
| 4808 | 2025.01.29 07:12:15.310394 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_36_7} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4809 | 2025.01.29 07:12:15.310780 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 4810 | 2025.01.29 07:12:15.310816 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 4811 | 2025.01.29 07:12:15.312370 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4812 | 2025.01.29 07:12:15.312455 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4813 | 2025.01.29 07:12:15.313406 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4814 | 2025.01.29 07:12:15.313859 [ 189 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006659249 sec., 361151.83558986906 rows/sec., 27.69 MiB/sec. | ||
| 4815 | 2025.01.29 07:12:15.313902 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.01.29 07:12:15.314067 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4817 | 2025.01.29 07:12:15.314120 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2025.01.29 07:12:15.314143 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4819 | 2025.01.29 07:12:15.314153 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4820 | 2025.01.29 07:12:15.314186 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005911 sec., 21654.54237861614 rows/sec., 1.51 MiB/sec. | ||
| 4821 | 2025.01.29 07:12:15.314596 [ 279 ] {0c9737f1-776f-4786-8366-1aa6de9cc7db} <Debug> TCPHandler: Processed in 0.00670768 sec. | ||
| 4822 | 2025.01.29 07:12:15.314613 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4823 | 2025.01.29 07:12:15.314963 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2025.01.29 07:12:15.315168 [ 189 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2025.01.29 07:12:15.315444 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4826 | 2025.01.29 07:12:15.315558 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9948 rows starting from the beginning of the part | ||
| 4827 | 2025.01.29 07:12:15.315573 [ 189 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_36_7} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4828 | 2025.01.29 07:12:15.315585 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.01.29 07:12:15.315834 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4830 | 2025.01.29 07:12:15.315849 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4831 | 2025.01.29 07:12:15.315863 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4832 | 2025.01.29 07:12:15.316238 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4833 | 2025.01.29 07:12:15.316768 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 4834 | 2025.01.29 07:12:15.317181 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 4835 | 2025.01.29 07:12:15.317521 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 4836 | 2025.01.29 07:12:15.318639 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2025.01.29 07:12:15.318696 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4838 | 2025.01.29 07:12:15.319218 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4839 | 2025.01.29 07:12:15.319756 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2025.01.29 07:12:15.320074 [ 58 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4841 | 2025.01.29 07:12:15.320186 [ 58 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2025.01.29 07:12:15.320279 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4843 | 2025.01.29 07:12:15.320472 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004992 sec., 9615.384615384615 rows/sec., 663.56 KiB/sec. | ||
| 4844 | 2025.01.29 07:12:15.320770 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4845 | 2025.01.29 07:12:15.320780 [ 275 ] {066a599c-1219-4092-8cfd-56ebffb506c4} <Debug> TCPHandler: Processed in 0.006048412 sec. | ||
| 4846 | 2025.01.29 07:12:15.320971 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4847 | 2025.01.29 07:12:15.321012 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 4848 | 2025.01.29 07:12:15.321101 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4849 | 2025.01.29 07:12:15.321249 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4850 | 2025.01.29 07:12:15.321472 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 4851 | 2025.01.29 07:12:15.321741 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 4852 | 2025.01.29 07:12:15.322051 [ 186 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 4853 | 2025.01.29 07:12:15.323444 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11589 rows, containing 5 columns (5 merged, 0 gathered) in 0.009179087 sec., 1262543.8673802742 rows/sec., 85.19 MiB/sec. | ||
| 4854 | 2025.01.29 07:12:15.323688 [ 188 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.003258857 sec., 668332.4858991972 rows/sec., 43.58 MiB/sec. | ||
| 4855 | 2025.01.29 07:12:15.323790 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4856 | 2025.01.29 07:12:15.323964 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4857 | 2025.01.29 07:12:15.324127 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2025.01.29 07:12:15.324214 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4859 | 2025.01.29 07:12:15.324306 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4860 | 2025.01.29 07:12:15.324353 [ 188 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2025.01.29 07:12:15.324458 [ 188 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_36_7} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4862 | 2025.01.29 07:12:15.324570 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4863 | 2025.01.29 07:12:16.361325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4864 | 2025.01.29 07:12:16.362012 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4865 | 2025.01.29 07:12:16.362063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4866 | 2025.01.29 07:12:16.362608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4867 | 2025.01.29 07:12:16.362864 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4868 | 2025.01.29 07:12:16.363181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4869 | 2025.01.29 07:12:17.115028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4870 | 2025.01.29 07:12:17.136546 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2025.01.29 07:12:17.136614 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4872 | 2025.01.29 07:12:17.144356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4873 | 2025.01.29 07:12:17.145133 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.01.29 07:12:17.147917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4875 | 2025.01.29 07:12:20.301044 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2025.01.29 07:12:20.301340 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4877 | 2025.01.29 07:12:20.301412 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4878 | 2025.01.29 07:12:20.302183 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4879 | 2025.01.29 07:12:20.302229 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4880 | 2025.01.29 07:12:20.302652 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4881 | 2025.01.29 07:12:20.302924 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4882 | 2025.01.29 07:12:20.303155 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 4883 | 2025.01.29 07:12:20.303212 [ 279 ] {521c5b07-c111-4d6e-9aba-1ab181869dde} <Debug> TCPHandler: Processed in 0.002340323 sec. | ||
| 4884 | 2025.01.29 07:12:20.303475 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4885 | 2025.01.29 07:12:20.303666 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4886 | 2025.01.29 07:12:20.303741 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4887 | 2025.01.29 07:12:20.304499 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.01.29 07:12:20.304540 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4889 | 2025.01.29 07:12:20.304964 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4890 | 2025.01.29 07:12:20.305230 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4891 | 2025.01.29 07:12:20.305425 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001813 sec., 35300.60672917816 rows/sec., 2.76 MiB/sec. | ||
| 4892 | 2025.01.29 07:12:20.305480 [ 275 ] {41f191d8-5a30-46ea-92c5-3c3c2c5d9e6d} <Debug> TCPHandler: Processed in 0.002137258 sec. | ||
| 4893 | 2025.01.29 07:12:20.305644 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2025.01.29 07:12:20.305785 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4895 | 2025.01.29 07:12:20.305849 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4896 | 2025.01.29 07:12:20.306529 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2025.01.29 07:12:20.306569 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4898 | 2025.01.29 07:12:20.306975 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4899 | 2025.01.29 07:12:20.307215 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.01.29 07:12:20.307428 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 4901 | 2025.01.29 07:12:20.307480 [ 279 ] {0eae91be-183e-4f02-99de-3b0a59249d13} <Debug> TCPHandler: Processed in 0.001905761 sec. | ||
| 4902 | 2025.01.29 07:12:20.307642 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4903 | 2025.01.29 07:12:20.307781 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4904 | 2025.01.29 07:12:20.307842 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4905 | 2025.01.29 07:12:20.308409 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2025.01.29 07:12:20.308447 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4907 | 2025.01.29 07:12:20.308822 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4908 | 2025.01.29 07:12:20.309062 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2025.01.29 07:12:20.309260 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec. | ||
| 4910 | 2025.01.29 07:12:20.309372 [ 275 ] {daf38d85-3b8d-4cf2-a2e0-15729d920324} <Debug> TCPHandler: Processed in 0.001795428 sec. | ||
| 4911 | 2025.01.29 07:12:22.319963 [ 51 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4912 | 2025.01.29 07:12:22.320033 [ 51 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2025.01.29 07:12:22.320061 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4914 | 2025.01.29 07:12:22.320253 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4915 | 2025.01.29 07:12:22.320433 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4916 | 2025.01.29 07:12:22.320477 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4917 | 2025.01.29 07:12:22.320562 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4918 | 2025.01.29 07:12:22.320776 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4919 | 2025.01.29 07:12:22.320865 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4920 | 2025.01.29 07:12:22.321009 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 4921 | 2025.01.29 07:12:22.321988 [ 188 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001839329 sec., 48930.88729639994 rows/sec., 2.50 MiB/sec. | ||
| 4922 | 2025.01.29 07:12:22.322168 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4923 | 2025.01.29 07:12:22.322488 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_15_3} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.01.29 07:12:22.322565 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_15_3} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4925 | 2025.01.29 07:12:22.322639 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4926 | 2025.01.29 07:12:23.015056 [ 49 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4927 | 2025.01.29 07:12:23.015141 [ 49 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2025.01.29 07:12:23.015168 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4929 | 2025.01.29 07:12:23.015364 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 4930 | 2025.01.29 07:12:23.015612 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4931 | 2025.01.29 07:12:23.015683 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 4932 | 2025.01.29 07:12:23.015819 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4933 | 2025.01.29 07:12:23.016096 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4934 | 2025.01.29 07:12:23.016313 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4935 | 2025.01.29 07:12:23.016511 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 4936 | 2025.01.29 07:12:23.017653 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.002383933 sec., 6711.598018904055 rows/sec., 450.61 KiB/sec. | ||
| 4937 | 2025.01.29 07:12:23.017923 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4938 | 2025.01.29 07:12:23.018027 [ 49 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4939 | 2025.01.29 07:12:23.018088 [ 49 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4940 | 2025.01.29 07:12:23.018126 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4941 | 2025.01.29 07:12:23.018388 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 4942 | 2025.01.29 07:12:23.018716 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4943 | 2025.01.29 07:12:23.018770 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.01.29 07:12:23.018787 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 4945 | 2025.01.29 07:12:23.018997 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_15_3} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4946 | 2025.01.29 07:12:23.019047 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 4947 | 2025.01.29 07:12:23.019253 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4948 | 2025.01.29 07:12:23.019287 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4949 | 2025.01.29 07:12:23.019394 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4950 | 2025.01.29 07:12:23.019631 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 4951 | 2025.01.29 07:12:23.020850 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002619841 sec., 288185.4280469693 rows/sec., 20.63 MiB/sec. | ||
| 4952 | 2025.01.29 07:12:23.020994 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4953 | 2025.01.29 07:12:23.021267 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2025.01.29 07:12:23.021344 [ 201 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_15_3} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4955 | 2025.01.29 07:12:23.021428 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4956 | 2025.01.29 07:12:23.669886 [ 49 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4957 | 2025.01.29 07:12:23.669936 [ 49 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.01.29 07:12:23.669962 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4959 | 2025.01.29 07:12:23.670139 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::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 | ||
| 4960 | 2025.01.29 07:12:23.670351 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4961 | 2025.01.29 07:12:23.670393 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part | ||
| 4962 | 2025.01.29 07:12:23.670477 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 62 rows starting from the beginning of the part | ||
| 4963 | 2025.01.29 07:12:23.670595 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
| 4964 | 2025.01.29 07:12:23.670916 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 4965 | 2025.01.29 07:12:23.671180 [ 197 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 4966 | 2025.01.29 07:12:23.672311 [ 190 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002285771 sec., 114622.1559377558 rows/sec., 8.63 MiB/sec. | ||
| 4967 | 2025.01.29 07:12:23.672644 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4968 | 2025.01.29 07:12:23.673267 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4969 | 2025.01.29 07:12:23.673432 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_15_3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4970 | 2025.01.29 07:12:23.673566 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4971 | 2025.01.29 07:12:23.725188 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4972 | 2025.01.29 07:12:23.725239 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4973 | 2025.01.29 07:12:23.863305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4974 | 2025.01.29 07:12:23.864277 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2025.01.29 07:12:23.864353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4976 | 2025.01.29 07:12:23.864897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4977 | 2025.01.29 07:12:23.865142 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2025.01.29 07:12:23.865414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4979 | 2025.01.29 07:12:23.897499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 702 | ||
| 4980 | 2025.01.29 07:12:23.900352 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.01.29 07:12:23.900402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4982 | 2025.01.29 07:12:23.901857 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4983 | 2025.01.29 07:12:23.902166 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.01.29 07:12:23.903438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
| 4985 | 2025.01.29 07:12:24.647987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4986 | 2025.01.29 07:12:24.669925 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.01.29 07:12:24.669985 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4988 | 2025.01.29 07:12:24.677479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4989 | 2025.01.29 07:12:24.679251 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.01.29 07:12:24.682112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4991 | 2025.01.29 07:12:25.307620 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2025.01.29 07:12:25.307808 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4993 | 2025.01.29 07:12:25.307924 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4994 | 2025.01.29 07:12:25.308749 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2025.01.29 07:12:25.308799 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 4996 | 2025.01.29 07:12:25.309222 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4997 | 2025.01.29 07:12:25.309471 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.01.29 07:12:25.309694 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 4999 | 2025.01.29 07:12:25.309752 [ 279 ] {9e0b49b9-8158-44a5-9f3e-8d215502a6e5} <Debug> TCPHandler: Processed in 0.002264191 sec. | ||
| 5000 | 2025.01.29 07:12:25.310050 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2025.01.29 07:12:25.310265 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5002 | 2025.01.29 07:12:25.310352 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5003 | 2025.01.29 07:12:25.311343 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.01.29 07:12:25.311393 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5005 | 2025.01.29 07:12:25.311865 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5006 | 2025.01.29 07:12:25.312125 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2025.01.29 07:12:25.312335 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002131 sec., 131862.97512904738 rows/sec., 11.65 MiB/sec. | ||
| 5008 | 2025.01.29 07:12:25.312402 [ 275 ] {bae3d740-f7b4-4318-b861-df33ff4edcb0} <Debug> TCPHandler: Processed in 0.002501777 sec. | ||
| 5009 | 2025.01.29 07:12:25.312571 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2025.01.29 07:12:25.312700 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5011 | 2025.01.29 07:12:25.312752 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5012 | 2025.01.29 07:12:25.313366 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2025.01.29 07:12:25.313406 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5014 | 2025.01.29 07:12:25.313761 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5015 | 2025.01.29 07:12:25.314002 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.01.29 07:12:25.314260 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001584 sec., 29040.404040404042 rows/sec., 2.09 MiB/sec. | ||
| 5017 | 2025.01.29 07:12:25.314488 [ 279 ] {639f064f-4a3a-4fdf-9507-2a252fcb7a30} <Debug> TCPHandler: Processed in 0.001974213 sec. | ||
| 5018 | 2025.01.29 07:12:25.314678 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2025.01.29 07:12:25.314830 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5020 | 2025.01.29 07:12:25.314895 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5021 | 2025.01.29 07:12:25.315580 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2025.01.29 07:12:25.315620 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5023 | 2025.01.29 07:12:25.315996 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5024 | 2025.01.29 07:12:25.316264 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2025.01.29 07:12:25.316447 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec. | ||
| 5026 | 2025.01.29 07:12:25.316504 [ 275 ] {1d0559a7-4c41-4e6e-b6af-4faf0de9837c} <Debug> TCPHandler: Processed in 0.00189744 sec. | ||
| 5027 | 2025.01.29 07:12:25.316661 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2025.01.29 07:12:25.316799 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5029 | 2025.01.29 07:12:25.316856 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5030 | 2025.01.29 07:12:25.317532 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2025.01.29 07:12:25.317572 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5032 | 2025.01.29 07:12:25.317927 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5033 | 2025.01.29 07:12:25.318162 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2025.01.29 07:12:25.318421 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec. | ||
| 5035 | 2025.01.29 07:12:25.318655 [ 279 ] {bd79f68e-73e3-40d3-89e4-c6c68bba8407} <Debug> TCPHandler: Processed in 0.002054875 sec. | ||
| 5036 | 2025.01.29 07:12:25.318857 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2025.01.29 07:12:25.319002 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5038 | 2025.01.29 07:12:25.319063 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5039 | 2025.01.29 07:12:25.319892 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2025.01.29 07:12:25.319933 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5041 | 2025.01.29 07:12:25.320322 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5042 | 2025.01.29 07:12:25.320562 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.01.29 07:12:25.320753 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001786 sec., 235722.2844344905 rows/sec., 16.84 MiB/sec. | ||
| 5044 | 2025.01.29 07:12:25.320809 [ 275 ] {81cda9d4-0c72-4dbd-803d-f644cf25eddb} <Debug> TCPHandler: Processed in 0.002023234 sec. | ||
| 5045 | 2025.01.29 07:12:25.320953 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5046 | 2025.01.29 07:12:25.321071 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5047 | 2025.01.29 07:12:25.321121 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5048 | 2025.01.29 07:12:25.321609 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2025.01.29 07:12:25.321648 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5050 | 2025.01.29 07:12:25.322006 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5051 | 2025.01.29 07:12:25.322238 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2025.01.29 07:12:25.322457 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec. | ||
| 5053 | 2025.01.29 07:12:25.322507 [ 279 ] {93fd659a-7736-4dc1-991f-c204c30865b5} <Debug> TCPHandler: Processed in 0.001607724 sec. | ||
| 5054 | 2025.01.29 07:12:25.322663 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5055 | 2025.01.29 07:12:25.322808 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5056 | 2025.01.29 07:12:25.322876 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5057 | 2025.01.29 07:12:25.323574 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2025.01.29 07:12:25.323620 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5059 | 2025.01.29 07:12:25.324025 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5060 | 2025.01.29 07:12:25.324278 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2025.01.29 07:12:25.324507 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001734 sec., 136678.20069204152 rows/sec., 9.16 MiB/sec. | ||
| 5062 | 2025.01.29 07:12:25.324568 [ 275 ] {bed49628-66dd-493d-aa85-676c41718958} <Debug> TCPHandler: Processed in 0.001971613 sec. | ||
| 5063 | 2025.01.29 07:12:25.324751 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5064 | 2025.01.29 07:12:25.324908 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5065 | 2025.01.29 07:12:25.324980 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5066 | 2025.01.29 07:12:25.325486 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2025.01.29 07:12:25.325526 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5068 | 2025.01.29 07:12:25.325906 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5069 | 2025.01.29 07:12:25.326146 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5070 | 2025.01.29 07:12:25.326396 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 5071 | 2025.01.29 07:12:25.326609 [ 279 ] {723fedb7-d454-4d80-bc8a-39c344c0e84c} <Debug> TCPHandler: Processed in 0.001928122 sec. | ||
| 5072 | 2025.01.29 07:12:25.326783 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5073 | 2025.01.29 07:12:25.326911 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5074 | 2025.01.29 07:12:25.326996 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5075 | 2025.01.29 07:12:25.328236 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2025.01.29 07:12:25.328276 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5077 | 2025.01.29 07:12:25.328968 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5078 | 2025.01.29 07:12:25.329229 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5079 | 2025.01.29 07:12:25.329419 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5080 | 2025.01.29 07:12:25.329501 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002609 sec., 14948.256036795707 rows/sec., 26.79 MiB/sec. | ||
| 5081 | 2025.01.29 07:12:25.329509 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5082 | 2025.01.29 07:12:25.329598 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5083 | 2025.01.29 07:12:25.329868 [ 275 ] {bab8b871-f873-4f97-8a71-a40c6f655547} <Debug> TCPHandler: Processed in 0.003143684 sec. | ||
| 5084 | 2025.01.29 07:12:25.329934 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 5085 | 2025.01.29 07:12:25.330082 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5086 | 2025.01.29 07:12:25.330325 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5087 | 2025.01.29 07:12:25.330458 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5088 | 2025.01.29 07:12:25.330795 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5089 | 2025.01.29 07:12:25.331042 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 324 rows starting from the beginning of the part | ||
| 5090 | 2025.01.29 07:12:25.331640 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5091 | 2025.01.29 07:12:25.332489 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5092 | 2025.01.29 07:12:25.332550 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.01.29 07:12:25.332657 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5094 | 2025.01.29 07:12:25.333321 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5095 | 2025.01.29 07:12:25.333987 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5096 | 2025.01.29 07:12:25.334279 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5097 | 2025.01.29 07:12:25.334542 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5098 | 2025.01.29 07:12:25.335263 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5099 | 2025.01.29 07:12:25.335895 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005629 sec., 14567.418724462603 rows/sec., 947.42 KiB/sec. | ||
| 5100 | 2025.01.29 07:12:25.336171 [ 279 ] {746ee7e6-0f1e-4b11-86e6-eae1f9968ca4} <Debug> TCPHandler: Processed in 0.006179066 sec. | ||
| 5101 | 2025.01.29 07:12:25.339945 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 19 columns (19 merged, 0 gathered) in 0.010194144 sec., 50911.582178945086 rows/sec., 91.23 MiB/sec. | ||
| 5102 | 2025.01.29 07:12:25.340579 [ 193 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5103 | 2025.01.29 07:12:25.340996 [ 193 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.01.29 07:12:25.341082 [ 193 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5105 | 2025.01.29 07:12:25.341202 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 5106 | 2025.01.29 07:12:30.301431 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.01.29 07:12:30.301651 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5108 | 2025.01.29 07:12:30.301727 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5109 | 2025.01.29 07:12:30.302470 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.01.29 07:12:30.302515 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5111 | 2025.01.29 07:12:30.302923 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5112 | 2025.01.29 07:12:30.303171 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2025.01.29 07:12:30.303427 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec. | ||
| 5114 | 2025.01.29 07:12:30.303546 [ 279 ] {caf179cc-68f6-44fc-bee1-27d71b2a6221} <Debug> TCPHandler: Processed in 0.002243581 sec. | ||
| 5115 | 2025.01.29 07:12:30.303858 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5116 | 2025.01.29 07:12:30.304072 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5117 | 2025.01.29 07:12:30.304149 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5118 | 2025.01.29 07:12:30.304965 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.01.29 07:12:30.305006 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5120 | 2025.01.29 07:12:30.305435 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5121 | 2025.01.29 07:12:30.305693 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2025.01.29 07:12:30.305889 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 5123 | 2025.01.29 07:12:30.305943 [ 275 ] {1329d485-1d52-40fe-823d-24b388391651} <Debug> TCPHandler: Processed in 0.002272981 sec. | ||
| 5124 | 2025.01.29 07:12:30.306099 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.01.29 07:12:30.306219 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.01.29 07:12:30.306271 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5127 | 2025.01.29 07:12:30.306882 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.01.29 07:12:30.306922 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5129 | 2025.01.29 07:12:30.307307 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5130 | 2025.01.29 07:12:30.307540 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.01.29 07:12:30.307744 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 5132 | 2025.01.29 07:12:30.307796 [ 279 ] {f4176105-65e3-402c-8710-dfdc33b4ca5e} <Debug> TCPHandler: Processed in 0.001754147 sec. | ||
| 5133 | 2025.01.29 07:12:30.307974 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2025.01.29 07:12:30.308114 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5135 | 2025.01.29 07:12:30.308174 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5136 | 2025.01.29 07:12:30.308768 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.01.29 07:12:30.308804 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5138 | 2025.01.29 07:12:30.309173 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5139 | 2025.01.29 07:12:30.309404 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.01.29 07:12:30.309610 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 5141 | 2025.01.29 07:12:30.309743 [ 275 ] {6d186132-11e7-4253-a38e-882aaf283aaf} <Debug> TCPHandler: Processed in 0.001830559 sec. | ||
| 5142 | 2025.01.29 07:12:31.365572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5143 | 2025.01.29 07:12:31.366408 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2025.01.29 07:12:31.366498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5145 | 2025.01.29 07:12:31.367322 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5146 | 2025.01.29 07:12:31.367738 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5147 | 2025.01.29 07:12:31.368093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5148 | 2025.01.29 07:12:32.182258 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5149 | 2025.01.29 07:12:32.203253 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2025.01.29 07:12:32.203312 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 5151 | 2025.01.29 07:12:32.210784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5152 | 2025.01.29 07:12:32.211577 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2025.01.29 07:12:32.214897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5154 | 2025.01.29 07:12:33.903773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 732 | ||
| 5155 | 2025.01.29 07:12:33.906811 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.01.29 07:12:33.906872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5157 | 2025.01.29 07:12:33.908360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5158 | 2025.01.29 07:12:33.908682 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2025.01.29 07:12:33.909679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5160 | 2025.01.29 07:12:35.307522 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.01.29 07:12:35.307739 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5162 | 2025.01.29 07:12:35.307819 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5163 | 2025.01.29 07:12:35.308592 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.01.29 07:12:35.308637 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5165 | 2025.01.29 07:12:35.309057 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5166 | 2025.01.29 07:12:35.309305 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.01.29 07:12:35.309457 [ 34 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5168 | 2025.01.29 07:12:35.309506 [ 34 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2025.01.29 07:12:35.309514 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 5170 | 2025.01.29 07:12:35.309536 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5171 | 2025.01.29 07:12:35.309618 [ 279 ] {13409458-23bd-47f3-8ea7-01551a180232} <Debug> TCPHandler: Processed in 0.00222698 sec. | ||
| 5172 | 2025.01.29 07:12:35.309816 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 5173 | 2025.01.29 07:12:35.309898 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5174 | 2025.01.29 07:12:35.310008 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5175 | 2025.01.29 07:12:35.310058 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5176 | 2025.01.29 07:12:35.310084 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5177 | 2025.01.29 07:12:35.310173 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5178 | 2025.01.29 07:12:35.310201 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5179 | 2025.01.29 07:12:35.310618 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 5180 | 2025.01.29 07:12:35.310968 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5181 | 2025.01.29 07:12:35.311299 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 5182 | 2025.01.29 07:12:35.312766 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.01.29 07:12:35.312818 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5184 | 2025.01.29 07:12:35.313104 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003437442 sec., 20363.979959516408 rows/sec., 1.51 MiB/sec. | ||
| 5185 | 2025.01.29 07:12:35.313458 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5186 | 2025.01.29 07:12:35.313585 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5187 | 2025.01.29 07:12:35.314041 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5188 | 2025.01.29 07:12:35.314096 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2025.01.29 07:12:35.314327 [ 199 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_17_4} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5190 | 2025.01.29 07:12:35.314634 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004572 sec., 61461.067366579184 rows/sec., 5.43 MiB/sec. | ||
| 5191 | 2025.01.29 07:12:35.314680 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5192 | 2025.01.29 07:12:35.314948 [ 275 ] {4c1c4467-a399-4021-b23c-b7eebe8b7e9c} <Debug> TCPHandler: Processed in 0.005182489 sec. | ||
| 5193 | 2025.01.29 07:12:35.315190 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2025.01.29 07:12:35.315335 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.01.29 07:12:35.315400 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5196 | 2025.01.29 07:12:35.316141 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2025.01.29 07:12:35.316180 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5198 | 2025.01.29 07:12:35.316548 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5199 | 2025.01.29 07:12:35.316793 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): 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.01.29 07:12:35.316980 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00168 sec., 27380.952380952378 rows/sec., 1.97 MiB/sec. | ||
| 5201 | 2025.01.29 07:12:35.317038 [ 279 ] {5ab891f5-a014-41e7-84c0-9c73c676ffcf} <Debug> TCPHandler: Processed in 0.001963653 sec. | ||
| 5202 | 2025.01.29 07:12:35.317214 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.01.29 07:12:35.317354 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5204 | 2025.01.29 07:12:35.317412 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5205 | 2025.01.29 07:12:35.318097 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.01.29 07:12:35.318137 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5207 | 2025.01.29 07:12:35.318493 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5208 | 2025.01.29 07:12:35.318732 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): 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.01.29 07:12:35.318995 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec. | ||
| 5210 | 2025.01.29 07:12:35.319195 [ 275 ] {c14d8171-3926-434e-8cb2-291d6887b04e} <Debug> TCPHandler: Processed in 0.002045525 sec. | ||
| 5211 | 2025.01.29 07:12:35.319354 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.01.29 07:12:35.319515 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5213 | 2025.01.29 07:12:35.319582 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5214 | 2025.01.29 07:12:35.320216 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.01.29 07:12:35.320254 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5216 | 2025.01.29 07:12:35.320605 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5217 | 2025.01.29 07:12:35.320835 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.01.29 07:12:35.320956 [ 34 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5219 | 2025.01.29 07:12:35.320996 [ 34 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5220 | 2025.01.29 07:12:35.321018 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5221 | 2025.01.29 07:12:35.321022 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec. | ||
| 5222 | 2025.01.29 07:12:35.321207 [ 279 ] {ba356061-b4f3-4a84-9d3a-1b87655dd824} <Debug> TCPHandler: Processed in 0.001913272 sec. | ||
| 5223 | 2025.01.29 07:12:35.321265 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 5224 | 2025.01.29 07:12:35.321369 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5225 | 2025.01.29 07:12:35.321417 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5226 | 2025.01.29 07:12:35.321462 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5227 | 2025.01.29 07:12:35.321510 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5228 | 2025.01.29 07:12:35.321630 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5229 | 2025.01.29 07:12:35.321665 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5230 | 2025.01.29 07:12:35.322109 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5231 | 2025.01.29 07:12:35.322434 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5232 | 2025.01.29 07:12:35.322749 [ 196 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5233 | 2025.01.29 07:12:35.324049 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2025.01.29 07:12:35.324094 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5235 | 2025.01.29 07:12:35.324368 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003254907 sec., 19969.848600897047 rows/sec., 1.29 MiB/sec. | ||
| 5236 | 2025.01.29 07:12:35.324621 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5237 | 2025.01.29 07:12:35.324760 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5238 | 2025.01.29 07:12:35.325163 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2025.01.29 07:12:35.325254 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2025.01.29 07:12:35.325373 [ 189 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_17_4} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5241 | 2025.01.29 07:12:35.325636 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5242 | 2025.01.29 07:12:35.325698 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004219 sec., 99786.67930789287 rows/sec., 7.13 MiB/sec. | ||
| 5243 | 2025.01.29 07:12:35.325765 [ 275 ] {35a60b39-3934-4c0b-a562-63f662e68cef} <Debug> TCPHandler: Processed in 0.004456699 sec. | ||
| 5244 | 2025.01.29 07:12:35.325928 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5245 | 2025.01.29 07:12:35.326069 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5246 | 2025.01.29 07:12:35.326127 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5247 | 2025.01.29 07:12:35.326609 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.01.29 07:12:35.326646 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5249 | 2025.01.29 07:12:35.327013 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5250 | 2025.01.29 07:12:35.327253 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.01.29 07:12:35.327437 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. | ||
| 5252 | 2025.01.29 07:12:35.327490 [ 279 ] {3757ddd3-852b-4ae1-9353-472b270f83bd} <Debug> TCPHandler: Processed in 0.001630533 sec. | ||
| 5253 | 2025.01.29 07:12:35.327632 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2025.01.29 07:12:35.327750 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5255 | 2025.01.29 07:12:35.327803 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5256 | 2025.01.29 07:12:35.328395 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.01.29 07:12:35.328436 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5258 | 2025.01.29 07:12:35.328837 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5259 | 2025.01.29 07:12:35.329078 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.01.29 07:12:35.329290 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec. | ||
| 5261 | 2025.01.29 07:12:35.329341 [ 275 ] {3a128de0-41c2-4f16-a146-370884584ff4} <Debug> TCPHandler: Processed in 0.001765037 sec. | ||
| 5262 | 2025.01.29 07:12:35.329499 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5263 | 2025.01.29 07:12:35.329641 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5264 | 2025.01.29 07:12:35.329703 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5265 | 2025.01.29 07:12:35.330223 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5266 | 2025.01.29 07:12:35.330262 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5267 | 2025.01.29 07:12:35.330623 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5268 | 2025.01.29 07:12:35.330863 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5269 | 2025.01.29 07:12:35.331040 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 5270 | 2025.01.29 07:12:35.331091 [ 279 ] {a445f805-2f15-4e27-8e86-d630b1e63d50} <Debug> TCPHandler: Processed in 0.001658874 sec. | ||
| 5271 | 2025.01.29 07:12:35.331248 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5272 | 2025.01.29 07:12:35.331387 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5273 | 2025.01.29 07:12:35.331481 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5274 | 2025.01.29 07:12:35.332774 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5275 | 2025.01.29 07:12:35.332814 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5276 | 2025.01.29 07:12:35.333470 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5277 | 2025.01.29 07:12:35.333743 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5278 | 2025.01.29 07:12:35.333985 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002629 sec., 14834.537847090149 rows/sec., 26.58 MiB/sec. | ||
| 5279 | 2025.01.29 07:12:35.334080 [ 275 ] {0b75193e-ed09-4b91-81f5-5a67ad5bc40c} <Debug> TCPHandler: Processed in 0.002900767 sec. | ||
| 5280 | 2025.01.29 07:12:35.334247 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5281 | 2025.01.29 07:12:35.334384 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5282 | 2025.01.29 07:12:35.334445 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5283 | 2025.01.29 07:12:35.335017 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2025.01.29 07:12:35.335062 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5285 | 2025.01.29 07:12:35.335439 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5286 | 2025.01.29 07:12:35.335672 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.01.29 07:12:35.335886 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 5288 | 2025.01.29 07:12:35.335938 [ 279 ] {fa8ecb81-8101-4300-83e3-83e2a14628c6} <Debug> TCPHandler: Processed in 0.001757957 sec. | ||
| 5289 | 2025.01.29 07:12:38.725283 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5290 | 2025.01.29 07:12:38.725345 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5291 | 2025.01.29 07:12:38.868450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5292 | 2025.01.29 07:12:38.869601 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.01.29 07:12:38.869658 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5294 | 2025.01.29 07:12:38.870179 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5295 | 2025.01.29 07:12:38.870432 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.01.29 07:12:38.870661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5297 | 2025.01.29 07:12:38.870664 [ 30 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5298 | 2025.01.29 07:12:38.870743 [ 30 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.01.29 07:12:38.870771 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5300 | 2025.01.29 07:12:38.871019 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 5301 | 2025.01.29 07:12:38.871294 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5302 | 2025.01.29 07:12:38.871340 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5303 | 2025.01.29 07:12:38.871415 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5304 | 2025.01.29 07:12:38.871581 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5305 | 2025.01.29 07:12:38.871929 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5306 | 2025.01.29 07:12:38.872226 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5307 | 2025.01.29 07:12:38.872432 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5308 | 2025.01.29 07:12:38.874755 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003874934 sec., 3085471.9073924874 rows/sec., 44.14 MiB/sec. | ||
| 5309 | 2025.01.29 07:12:38.875341 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5310 | 2025.01.29 07:12:38.875689 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5311 | 2025.01.29 07:12:38.875779 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_26_5} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5312 | 2025.01.29 07:12:38.875894 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5313 | 2025.01.29 07:12:39.715115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5314 | 2025.01.29 07:12:39.737234 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.01.29 07:12:39.737307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5316 | 2025.01.29 07:12:39.745101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5317 | 2025.01.29 07:12:39.745866 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.01.29 07:12:39.746270 [ 28 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5319 | 2025.01.29 07:12:39.746469 [ 28 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5320 | 2025.01.29 07:12:39.746578 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5321 | 2025.01.29 07:12:39.747090 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5322 | 2025.01.29 07:12:39.755754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5323 | 2025.01.29 07:12:39.757082 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5324 | 2025.01.29 07:12:39.757972 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5325 | 2025.01.29 07:12:39.762719 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5326 | 2025.01.29 07:12:39.767619 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5327 | 2025.01.29 07:12:39.772793 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5328 | 2025.01.29 07:12:39.778228 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5329 | 2025.01.29 07:12:39.782870 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 5330 | 2025.01.29 07:12:39.840160 [ 186 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.093420498 sec., 2098.0406248744252 rows/sec., 10.85 MiB/sec. | ||
| 5331 | 2025.01.29 07:12:39.843050 [ 186 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5332 | 2025.01.29 07:12:39.846234 [ 186 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_26_5} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.01.29 07:12:39.846359 [ 186 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_26_5} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5334 | 2025.01.29 07:12:39.849157 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5335 | 2025.01.29 07:12:40.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.56 MiB, peak 203.10 MiB, free memory in arenas 0.00 B, will set to 194.57 MiB (RSS), difference: 2.01 MiB | ||
| 5336 | 2025.01.29 07:12:40.301000 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2025.01.29 07:12:40.301212 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5338 | 2025.01.29 07:12:40.301298 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5339 | 2025.01.29 07:12:40.302109 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2025.01.29 07:12:40.302164 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5341 | 2025.01.29 07:12:40.302608 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5342 | 2025.01.29 07:12:40.302859 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:12:40.303066 [ 28 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5344 | 2025.01.29 07:12:40.303135 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec. | ||
| 5345 | 2025.01.29 07:12:40.303155 [ 28 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2025.01.29 07:12:40.303226 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5347 | 2025.01.29 07:12:40.303282 [ 279 ] {0f15e070-7d66-4042-9aac-8421e7e6ddc3} <Debug> TCPHandler: Processed in 0.002419905 sec. | ||
| 5348 | 2025.01.29 07:12:40.303540 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5349 | 2025.01.29 07:12:40.303696 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2025.01.29 07:12:40.303850 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5351 | 2025.01.29 07:12:40.303985 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5352 | 2025.01.29 07:12:40.304157 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5353 | 2025.01.29 07:12:40.304351 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5354 | 2025.01.29 07:12:40.304405 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5355 | 2025.01.29 07:12:40.304760 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 281 rows starting from the beginning of the part | ||
| 5356 | 2025.01.29 07:12:40.305072 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5357 | 2025.01.29 07:12:40.305368 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 281 rows starting from the beginning of the part | ||
| 5358 | 2025.01.29 07:12:40.305723 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5359 | 2025.01.29 07:12:40.307293 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2025.01.29 07:12:40.307369 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5361 | 2025.01.29 07:12:40.308562 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5362 | 2025.01.29 07:12:40.308977 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.01.29 07:12:40.309349 [ 28 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5364 | 2025.01.29 07:12:40.309404 [ 192 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.006020712 sec., 358927.64842430595 rows/sec., 31.67 MiB/sec. | ||
| 5365 | 2025.01.29 07:12:40.309417 [ 28 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5366 | 2025.01.29 07:12:40.309471 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5367 | 2025.01.29 07:12:40.309479 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005461 sec., 11719.465299395715 rows/sec., 936.68 KiB/sec. | ||
| 5368 | 2025.01.29 07:12:40.309779 [ 275 ] {98139971-2486-4da6-bd3d-08aa7f48b8b0} <Debug> TCPHandler: Processed in 0.00632264 sec. | ||
| 5369 | 2025.01.29 07:12:40.309911 [ 192 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5370 | 2025.01.29 07:12:40.310136 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2025.01.29 07:12:40.310658 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5372 | 2025.01.29 07:12:40.310870 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5373 | 2025.01.29 07:12:40.311143 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5374 | 2025.01.29 07:12:40.311409 [ 192 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2025.01.29 07:12:40.311804 [ 192 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_41_8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5376 | 2025.01.29 07:12:40.311838 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5377 | 2025.01.29 07:12:40.312002 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5378 | 2025.01.29 07:12:40.312116 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5379 | 2025.01.29 07:12:40.312473 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5380 | 2025.01.29 07:12:40.312635 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part | ||
| 5381 | 2025.01.29 07:12:40.313094 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5382 | 2025.01.29 07:12:40.313452 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5383 | 2025.01.29 07:12:40.313819 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5384 | 2025.01.29 07:12:40.314471 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2025.01.29 07:12:40.314546 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5386 | 2025.01.29 07:12:40.315542 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5387 | 2025.01.29 07:12:40.316093 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2025.01.29 07:12:40.316378 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5389 | 2025.01.29 07:12:40.316508 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006014 sec., 26604.58929165281 rows/sec., 1.85 MiB/sec. | ||
| 5390 | 2025.01.29 07:12:40.316530 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.01.29 07:12:40.316928 [ 279 ] {1b3efe18-9e4e-47cd-a109-3ea111afa94d} <Debug> TCPHandler: Processed in 0.006998528 sec. | ||
| 5392 | 2025.01.29 07:12:40.317200 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5393 | 2025.01.29 07:12:40.317209 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007627175 sec., 255271.44716097377 rows/sec., 19.53 MiB/sec. | ||
| 5394 | 2025.01.29 07:12:40.317332 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5395 | 2025.01.29 07:12:40.317702 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5396 | 2025.01.29 07:12:40.317836 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5397 | 2025.01.29 07:12:40.317898 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5398 | 2025.01.29 07:12:40.318246 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5399 | 2025.01.29 07:12:40.318876 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5400 | 2025.01.29 07:12:40.319081 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11589 rows starting from the beginning of the part | ||
| 5401 | 2025.01.29 07:12:40.319165 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.01.29 07:12:40.319663 [ 187 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_41_8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5403 | 2025.01.29 07:12:40.319706 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5404 | 2025.01.29 07:12:40.320084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5405 | 2025.01.29 07:12:40.320232 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5406 | 2025.01.29 07:12:40.320533 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5407 | 2025.01.29 07:12:40.320810 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5408 | 2025.01.29 07:12:40.321106 [ 192 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5409 | 2025.01.29 07:12:40.321694 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5410 | 2025.01.29 07:12:40.321747 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5411 | 2025.01.29 07:12:40.322718 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5412 | 2025.01.29 07:12:40.322990 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.01.29 07:12:40.323255 [ 27 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5414 | 2025.01.29 07:12:40.323371 [ 27 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.01.29 07:12:40.323436 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005792 sec., 10359.116022099446 rows/sec., 714.89 KiB/sec. | ||
| 5416 | 2025.01.29 07:12:40.323452 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5417 | 2025.01.29 07:12:40.323849 [ 275 ] {06a6f99f-43b0-4984-8bd0-c341cc70a635} <Debug> TCPHandler: Processed in 0.006735381 sec. | ||
| 5418 | 2025.01.29 07:12:40.324129 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5419 | 2025.01.29 07:12:40.324631 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5420 | 2025.01.29 07:12:40.324773 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part | ||
| 5421 | 2025.01.29 07:12:40.325166 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5422 | 2025.01.29 07:12:40.325743 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5423 | 2025.01.29 07:12:40.326118 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5424 | 2025.01.29 07:12:40.326206 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5425 | 2025.01.29 07:12:40.326307 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5426 | 2025.01.29 07:12:40.328768 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12543 rows, containing 5 columns (5 merged, 0 gathered) in 0.011382945 sec., 1101911.6757570207 rows/sec., 74.42 MiB/sec. | ||
| 5427 | 2025.01.29 07:12:40.328992 [ 190 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.005353323 sec., 471109.253075146 rows/sec., 30.74 MiB/sec. | ||
| 5428 | 2025.01.29 07:12:40.329198 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5429 | 2025.01.29 07:12:40.329429 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5430 | 2025.01.29 07:12:40.329717 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5431 | 2025.01.29 07:12:40.329859 [ 188 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5432 | 2025.01.29 07:12:40.330005 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5433 | 2025.01.29 07:12:40.330072 [ 188 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2025.01.29 07:12:40.330155 [ 188 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_41_8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5435 | 2025.01.29 07:12:40.330248 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5436 | 2025.01.29 07:12:41.084181 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2025.01.29 07:12:41.084385 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5438 | 2025.01.29 07:12:41.084466 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5439 | 2025.01.29 07:12:41.085312 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.01.29 07:12:41.085363 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5441 | 2025.01.29 07:12:41.085789 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5442 | 2025.01.29 07:12:41.086045 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.01.29 07:12:41.086274 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 5444 | 2025.01.29 07:12:41.086329 [ 279 ] {09b2d405-3274-4b74-9b15-e16e4c868126} <Debug> TCPHandler: Processed in 0.002288921 sec. | ||
| 5445 | 2025.01.29 07:12:41.086594 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5446 | 2025.01.29 07:12:41.086793 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5447 | 2025.01.29 07:12:41.086871 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5448 | 2025.01.29 07:12:41.087637 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2025.01.29 07:12:41.087689 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5450 | 2025.01.29 07:12:41.088133 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5451 | 2025.01.29 07:12:41.088405 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2025.01.29 07:12:41.088664 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001923 sec., 8320.332813312532 rows/sec., 678.46 KiB/sec. | ||
| 5453 | 2025.01.29 07:12:41.088744 [ 275 ] {383a56dd-2897-4cca-a0ac-608429ca4e87} <Debug> TCPHandler: Processed in 0.002290101 sec. | ||
| 5454 | 2025.01.29 07:12:41.088915 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.01.29 07:12:41.089052 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5456 | 2025.01.29 07:12:41.089110 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5457 | 2025.01.29 07:12:41.090405 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.01.29 07:12:41.090449 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5459 | 2025.01.29 07:12:41.090900 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5460 | 2025.01.29 07:12:41.091134 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.01.29 07:12:41.091388 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Debug> executeQuery: Read 1429 rows, 122.57 KiB in 0.002359 sec., 605765.1547265791 rows/sec., 50.74 MiB/sec. | ||
| 5462 | 2025.01.29 07:12:41.091485 [ 279 ] {0f24b096-e863-49d2-a0ce-f3f1b4b79c7a} <Debug> TCPHandler: Processed in 0.002635441 sec. | ||
| 5463 | 2025.01.29 07:12:41.091797 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.01.29 07:12:41.092046 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5465 | 2025.01.29 07:12:41.092141 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5466 | 2025.01.29 07:12:41.092889 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.01.29 07:12:41.092930 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5468 | 2025.01.29 07:12:41.093319 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5469 | 2025.01.29 07:12:41.093568 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.01.29 07:12:41.093791 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001802 sec., 34406.2153163152 rows/sec., 2.44 MiB/sec. | ||
| 5471 | 2025.01.29 07:12:41.093848 [ 275 ] {d55de9ad-5bcc-4a74-8aa8-15d0f1720244} <Debug> TCPHandler: Processed in 0.00223368 sec. | ||
| 5472 | 2025.01.29 07:12:41.094016 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2025.01.29 07:12:41.094155 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5474 | 2025.01.29 07:12:41.094212 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5475 | 2025.01.29 07:12:41.094904 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.01.29 07:12:41.094945 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5477 | 2025.01.29 07:12:41.095315 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5478 | 2025.01.29 07:12:41.095556 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.01.29 07:12:41.095764 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001628 sec., 148648.64864864864 rows/sec., 10.07 MiB/sec. | ||
| 5480 | 2025.01.29 07:12:41.095952 [ 279 ] {300a83ab-e958-4e96-8351-3da4c10bbbb4} <Debug> TCPHandler: Processed in 0.001997533 sec. | ||
| 5481 | 2025.01.29 07:12:41.096153 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.01.29 07:12:41.096289 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5483 | 2025.01.29 07:12:41.096347 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5484 | 2025.01.29 07:12:41.097053 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.01.29 07:12:41.097102 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5486 | 2025.01.29 07:12:41.097496 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5487 | 2025.01.29 07:12:41.097753 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.01.29 07:12:41.098019 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001751 sec., 7424.328954882924 rows/sec., 462.91 KiB/sec. | ||
| 5489 | 2025.01.29 07:12:41.098231 [ 275 ] {393d4108-f0dd-4edb-81f5-ec17eb21f0b1} <Debug> TCPHandler: Processed in 0.002169089 sec. | ||
| 5490 | 2025.01.29 07:12:41.098393 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2025.01.29 07:12:41.098529 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5492 | 2025.01.29 07:12:41.098585 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5493 | 2025.01.29 07:12:41.099568 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.01.29 07:12:41.099607 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5495 | 2025.01.29 07:12:41.100004 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5496 | 2025.01.29 07:12:41.100240 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.01.29 07:12:41.100413 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001915 sec., 466318.53785900783 rows/sec., 33.86 MiB/sec. | ||
| 5498 | 2025.01.29 07:12:41.100465 [ 279 ] {583568bd-d838-4c87-938c-4284639a0651} <Debug> TCPHandler: Processed in 0.002140587 sec. | ||
| 5499 | 2025.01.29 07:12:41.100620 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.01.29 07:12:41.100758 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5501 | 2025.01.29 07:12:41.100824 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5502 | 2025.01.29 07:12:41.101390 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.01.29 07:12:41.101429 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5504 | 2025.01.29 07:12:41.101799 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5505 | 2025.01.29 07:12:41.102038 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.01.29 07:12:41.102252 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 5507 | 2025.01.29 07:12:41.102303 [ 275 ] {b8dc1b1d-9160-4f89-b70e-41bdea5eb43a} <Debug> TCPHandler: Processed in 0.001747627 sec. | ||
| 5508 | 2025.01.29 07:12:41.102456 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2025.01.29 07:12:41.102593 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5510 | 2025.01.29 07:12:41.102655 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5511 | 2025.01.29 07:12:41.103538 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.01.29 07:12:41.103577 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5513 | 2025.01.29 07:12:41.104009 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5514 | 2025.01.29 07:12:41.104238 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.01.29 07:12:41.104412 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001851 sec., 520259.31928687193 rows/sec., 34.57 MiB/sec. | ||
| 5516 | 2025.01.29 07:12:41.104463 [ 279 ] {8edb19dd-665a-42d5-9ef7-d501d4a75930} <Debug> TCPHandler: Processed in 0.002076876 sec. | ||
| 5517 | 2025.01.29 07:12:41.104625 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2025.01.29 07:12:41.104764 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5519 | 2025.01.29 07:12:41.104825 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5520 | 2025.01.29 07:12:41.105369 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2025.01.29 07:12:41.105410 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5522 | 2025.01.29 07:12:41.105766 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5523 | 2025.01.29 07:12:41.106002 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.01.29 07:12:41.106221 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 5525 | 2025.01.29 07:12:41.106273 [ 275 ] {ff860ee6-b20f-4350-a7cb-b4e6fa66fa42} <Debug> TCPHandler: Processed in 0.001713917 sec. | ||
| 5526 | 2025.01.29 07:12:41.106409 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.01.29 07:12:41.106527 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5528 | 2025.01.29 07:12:41.106607 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5529 | 2025.01.29 07:12:41.107820 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.01.29 07:12:41.107858 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5531 | 2025.01.29 07:12:41.108508 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5532 | 2025.01.29 07:12:41.108766 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.01.29 07:12:41.108968 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002466 sec., 15815.085158150852 rows/sec., 28.34 MiB/sec. | ||
| 5534 | 2025.01.29 07:12:41.109060 [ 279 ] {be6e3381-09be-4351-8217-6c25f0c53cc4} <Debug> TCPHandler: Processed in 0.002708822 sec. | ||
| 5535 | 2025.01.29 07:12:41.109213 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.01.29 07:12:41.109379 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.01.29 07:12:41.109473 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5538 | 2025.01.29 07:12:41.110355 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.01.29 07:12:41.110408 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5540 | 2025.01.29 07:12:41.110781 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5541 | 2025.01.29 07:12:41.111019 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.01.29 07:12:41.111222 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0019 sec., 17894.736842105263 rows/sec., 1.04 MiB/sec. | ||
| 5543 | 2025.01.29 07:12:41.111275 [ 275 ] {ac82a173-c02a-4bee-8133-6be5f92fa665} <Debug> TCPHandler: Processed in 0.002129727 sec. | ||
| 5544 | 2025.01.29 07:12:43.909874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 786 | ||
| 5545 | 2025.01.29 07:12:43.913349 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.01.29 07:12:43.913403 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5547 | 2025.01.29 07:12:43.914885 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5548 | 2025.01.29 07:12:43.915192 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.01.29 07:12:43.916516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786 | ||
| 5550 | 2025.01.29 07:12:45.299368 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2025.01.29 07:12:45.299563 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5552 | 2025.01.29 07:12:45.299644 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5553 | 2025.01.29 07:12:45.300555 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2025.01.29 07:12:45.300605 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5555 | 2025.01.29 07:12:45.301025 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5556 | 2025.01.29 07:12:45.301281 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.01.29 07:12:45.301503 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.15 MiB/sec. | ||
| 5558 | 2025.01.29 07:12:45.301561 [ 279 ] {46fcdd7e-d27e-4e47-a1b1-30327a3096eb} <Debug> TCPHandler: Processed in 0.002321002 sec. | ||
| 5559 | 2025.01.29 07:12:45.301838 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2025.01.29 07:12:45.302058 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5561 | 2025.01.29 07:12:45.302140 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5562 | 2025.01.29 07:12:45.302999 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.01.29 07:12:45.303044 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5564 | 2025.01.29 07:12:45.303501 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5565 | 2025.01.29 07:12:45.303759 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2025.01.29 07:12:45.303966 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 5567 | 2025.01.29 07:12:45.304035 [ 275 ] {3e17247e-a77d-4da2-8ab0-218f2cef0776} <Debug> TCPHandler: Processed in 0.002347463 sec. | ||
| 5568 | 2025.01.29 07:12:45.304203 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5569 | 2025.01.29 07:12:45.304343 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5570 | 2025.01.29 07:12:45.304407 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5571 | 2025.01.29 07:12:45.304972 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2025.01.29 07:12:45.305014 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5573 | 2025.01.29 07:12:45.305408 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5574 | 2025.01.29 07:12:45.305653 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2025.01.29 07:12:45.305869 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001558 sec., 82156.61103979462 rows/sec., 5.72 MiB/sec. | ||
| 5576 | 2025.01.29 07:12:45.305924 [ 279 ] {6c151a81-4e22-49f4-8d5c-67b5316a66a2} <Debug> TCPHandler: Processed in 0.001786778 sec. | ||
| 5577 | 2025.01.29 07:12:45.306081 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2025.01.29 07:12:45.306214 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5579 | 2025.01.29 07:12:45.306272 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5580 | 2025.01.29 07:12:45.306807 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2025.01.29 07:12:45.306847 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5582 | 2025.01.29 07:12:45.307248 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5583 | 2025.01.29 07:12:45.307495 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5584 | 2025.01.29 07:12:45.307680 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001498 sec., 32042.723631508677 rows/sec., 2.16 MiB/sec. | ||
| 5585 | 2025.01.29 07:12:45.307733 [ 275 ] {b54db671-ee3a-48b8-8710-986624eac65c} <Debug> TCPHandler: Processed in 0.001712106 sec. | ||
| 5586 | 2025.01.29 07:12:46.370809 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5587 | 2025.01.29 07:12:46.371777 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.01.29 07:12:46.371819 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5589 | 2025.01.29 07:12:46.372333 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5590 | 2025.01.29 07:12:46.372593 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.01.29 07:12:46.372857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5592 | 2025.01.29 07:12:47.255831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5593 | 2025.01.29 07:12:47.274607 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.01.29 07:12:47.274657 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5595 | 2025.01.29 07:12:47.281698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5596 | 2025.01.29 07:12:47.282497 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2025.01.29 07:12:47.284959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5598 | 2025.01.29 07:12:50.301123 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2025.01.29 07:12:50.301336 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5600 | 2025.01.29 07:12:50.301409 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5601 | 2025.01.29 07:12:50.302197 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.01.29 07:12:50.302237 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5603 | 2025.01.29 07:12:50.302643 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5604 | 2025.01.29 07:12:50.302884 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.01.29 07:12:50.303091 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.38 MiB/sec. | ||
| 5606 | 2025.01.29 07:12:50.303165 [ 279 ] {5faea64a-8305-4658-9d51-e2e8b89aaaca} <Debug> TCPHandler: Processed in 0.002176849 sec. | ||
| 5607 | 2025.01.29 07:12:50.303480 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2025.01.29 07:12:50.303691 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5609 | 2025.01.29 07:12:50.303764 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5610 | 2025.01.29 07:12:50.304537 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.01.29 07:12:50.304585 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5612 | 2025.01.29 07:12:50.305040 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5613 | 2025.01.29 07:12:50.305308 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2025.01.29 07:12:50.305561 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec. | ||
| 5615 | 2025.01.29 07:12:50.305674 [ 275 ] {101762e0-7ed9-4b42-8f48-b1a7d8c8d8c3} <Debug> TCPHandler: Processed in 0.002367494 sec. | ||
| 5616 | 2025.01.29 07:12:50.305845 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5617 | 2025.01.29 07:12:50.305962 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5618 | 2025.01.29 07:12:50.306014 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5619 | 2025.01.29 07:12:50.306610 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2025.01.29 07:12:50.306648 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5621 | 2025.01.29 07:12:50.307036 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5622 | 2025.01.29 07:12:50.307279 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2025.01.29 07:12:50.307457 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
| 5624 | 2025.01.29 07:12:50.307507 [ 279 ] {de79ec77-3975-43f7-a17a-34226b3e2916} <Debug> TCPHandler: Processed in 0.001725286 sec. | ||
| 5625 | 2025.01.29 07:12:50.307669 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5626 | 2025.01.29 07:12:50.307818 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5627 | 2025.01.29 07:12:50.307889 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5628 | 2025.01.29 07:12:50.308484 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2025.01.29 07:12:50.308534 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5630 | 2025.01.29 07:12:50.308958 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5631 | 2025.01.29 07:12:50.309202 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2025.01.29 07:12:50.309419 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 5633 | 2025.01.29 07:12:50.309474 [ 275 ] {d5f1e43b-47b5-494b-9774-7c590c92b498} <Debug> TCPHandler: Processed in 0.00186747 sec. | ||
| 5634 | 2025.01.29 07:12:53.725387 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5635 | 2025.01.29 07:12:53.725452 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5636 | 2025.01.29 07:12:53.873043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5637 | 2025.01.29 07:12:53.874198 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2025.01.29 07:12:53.874263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5639 | 2025.01.29 07:12:53.874783 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5640 | 2025.01.29 07:12:53.875040 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2025.01.29 07:12:53.875328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5642 | 2025.01.29 07:12:53.916829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 802 | ||
| 5643 | 2025.01.29 07:12:53.919715 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.29 07:12:53.919756 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5645 | 2025.01.29 07:12:53.921211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5646 | 2025.01.29 07:12:53.921532 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2025.01.29 07:12:53.922104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 5648 | 2025.01.29 07:12:54.047592 [ 148 ] {} <Debug> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5649 | 2025.01.29 07:12:54.047671 [ 148 ] {} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.01.29 07:12:54.047712 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5651 | 2025.01.29 07:12:54.048075 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::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 | ||
| 5652 | 2025.01.29 07:12:54.048311 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5653 | 2025.01.29 07:12:54.048348 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5654 | 2025.01.29 07:12:54.048428 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5655 | 2025.01.29 07:12:54.048628 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5656 | 2025.01.29 07:12:54.048918 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5657 | 2025.01.29 07:12:54.049128 [ 197 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5658 | 2025.01.29 07:12:54.050314 [ 188 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002478707 sec., 19364.93502459145 rows/sec., 1.62 MiB/sec. | ||
| 5659 | 2025.01.29 07:12:54.050567 [ 188 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5660 | 2025.01.29 07:12:54.050990 [ 188 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.01.29 07:12:54.051074 [ 188 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_5_1} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5662 | 2025.01.29 07:12:54.051168 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5663 | 2025.01.29 07:12:54.785025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5664 | 2025.01.29 07:12:54.805586 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2025.01.29 07:12:54.805647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5666 | 2025.01.29 07:12:54.813334 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5667 | 2025.01.29 07:12:54.814113 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2025.01.29 07:12:54.816870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5669 | 2025.01.29 07:12:55.308077 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2025.01.29 07:12:55.308286 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5671 | 2025.01.29 07:12:55.308367 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5672 | 2025.01.29 07:12:55.309191 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2025.01.29 07:12:55.309243 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5674 | 2025.01.29 07:12:55.309684 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5675 | 2025.01.29 07:12:55.309953 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): 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.01.29 07:12:55.310210 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec. | ||
| 5677 | 2025.01.29 07:12:55.310276 [ 279 ] {79618042-6dbd-4c92-bd10-cf6ed6c46cf0} <Debug> TCPHandler: Processed in 0.002337452 sec. | ||
| 5678 | 2025.01.29 07:12:55.310562 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5679 | 2025.01.29 07:12:55.310775 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5680 | 2025.01.29 07:12:55.310858 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5681 | 2025.01.29 07:12:55.311783 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5682 | 2025.01.29 07:12:55.311828 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5683 | 2025.01.29 07:12:55.312305 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5684 | 2025.01.29 07:12:55.312566 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:12:55.312843 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00213 sec., 131924.88262910797 rows/sec., 11.65 MiB/sec. | ||
| 5686 | 2025.01.29 07:12:55.312912 [ 275 ] {eb11b365-6abf-4136-97e3-efb9ce047121} <Debug> TCPHandler: Processed in 0.002498657 sec. | ||
| 5687 | 2025.01.29 07:12:55.313069 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5688 | 2025.01.29 07:12:55.313216 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5689 | 2025.01.29 07:12:55.313277 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5690 | 2025.01.29 07:12:55.313975 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2025.01.29 07:12:55.314017 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5692 | 2025.01.29 07:12:55.314380 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5693 | 2025.01.29 07:12:55.314614 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): 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.01.29 07:12:55.314820 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00164 sec., 28048.780487804877 rows/sec., 2.02 MiB/sec. | ||
| 5695 | 2025.01.29 07:12:55.314872 [ 279 ] {7c11f256-5dac-45bf-8248-04a7661b23c5} <Debug> TCPHandler: Processed in 0.00187 sec. | ||
| 5696 | 2025.01.29 07:12:55.315023 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2025.01.29 07:12:55.315172 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5698 | 2025.01.29 07:12:55.315234 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5699 | 2025.01.29 07:12:55.315950 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.01.29 07:12:55.315992 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5701 | 2025.01.29 07:12:55.316393 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5702 | 2025.01.29 07:12:55.316641 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): 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.01.29 07:12:55.316856 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec. | ||
| 5704 | 2025.01.29 07:12:55.316911 [ 275 ] {0b168e1d-e26a-41e2-b9bd-28e3ebc0a360} <Debug> TCPHandler: Processed in 0.001958943 sec. | ||
| 5705 | 2025.01.29 07:12:55.317088 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2025.01.29 07:12:55.317227 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5707 | 2025.01.29 07:12:55.317283 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5708 | 2025.01.29 07:12:55.317937 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.01.29 07:12:55.318001 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5710 | 2025.01.29 07:12:55.318347 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5711 | 2025.01.29 07:12:55.318587 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.01.29 07:12:55.318791 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 5713 | 2025.01.29 07:12:55.318843 [ 279 ] {3ae9c331-e36b-4115-ab7d-cab220382465} <Debug> TCPHandler: Processed in 0.001818028 sec. | ||
| 5714 | 2025.01.29 07:12:55.318992 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5715 | 2025.01.29 07:12:55.319136 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5716 | 2025.01.29 07:12:55.319194 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5717 | 2025.01.29 07:12:55.320079 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.01.29 07:12:55.320119 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5719 | 2025.01.29 07:12:55.320512 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5720 | 2025.01.29 07:12:55.320764 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.01.29 07:12:55.320989 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001886 sec., 223223.75397667018 rows/sec., 15.95 MiB/sec. | ||
| 5722 | 2025.01.29 07:12:55.321044 [ 275 ] {6d9a922a-c385-4e18-9912-436cde091880} <Debug> TCPHandler: Processed in 0.002120306 sec. | ||
| 5723 | 2025.01.29 07:12:55.321206 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5724 | 2025.01.29 07:12:55.321345 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5725 | 2025.01.29 07:12:55.321404 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5726 | 2025.01.29 07:12:55.321957 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.01.29 07:12:55.321996 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5728 | 2025.01.29 07:12:55.322356 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5729 | 2025.01.29 07:12:55.322588 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.01.29 07:12:55.322797 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 5731 | 2025.01.29 07:12:55.322847 [ 279 ] {4c81b15c-8c05-458e-89a5-60221fabf874} <Debug> TCPHandler: Processed in 0.001708626 sec. | ||
| 5732 | 2025.01.29 07:12:55.323012 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2025.01.29 07:12:55.323152 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5734 | 2025.01.29 07:12:55.323214 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5735 | 2025.01.29 07:12:55.323906 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.01.29 07:12:55.323945 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5737 | 2025.01.29 07:12:55.324338 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5738 | 2025.01.29 07:12:55.324572 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.01.29 07:12:55.324801 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec. | ||
| 5740 | 2025.01.29 07:12:55.324858 [ 275 ] {a1ece92e-c9f7-4f3b-a1dd-8371e30fca34} <Debug> TCPHandler: Processed in 0.001913251 sec. | ||
| 5741 | 2025.01.29 07:12:55.325009 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5742 | 2025.01.29 07:12:55.325146 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5743 | 2025.01.29 07:12:55.325205 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5744 | 2025.01.29 07:12:55.325752 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.01.29 07:12:55.325799 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5746 | 2025.01.29 07:12:55.326154 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5747 | 2025.01.29 07:12:55.326380 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.01.29 07:12:55.326587 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec. | ||
| 5749 | 2025.01.29 07:12:55.326636 [ 279 ] {45970dcb-1d7e-463e-a364-dea23b5fc2bc} <Debug> TCPHandler: Processed in 0.001691706 sec. | ||
| 5750 | 2025.01.29 07:12:55.326774 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5751 | 2025.01.29 07:12:55.326894 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5752 | 2025.01.29 07:12:55.326976 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5753 | 2025.01.29 07:12:55.328255 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2025.01.29 07:12:55.328295 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5755 | 2025.01.29 07:12:55.328956 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5756 | 2025.01.29 07:12:55.329212 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.01.29 07:12:55.329499 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002629 sec., 14834.537847090149 rows/sec., 26.58 MiB/sec. | ||
| 5758 | 2025.01.29 07:12:55.329745 [ 275 ] {cf1e9f5e-70c6-4b7e-a5d9-44212fcef208} <Debug> TCPHandler: Processed in 0.003029701 sec. | ||
| 5759 | 2025.01.29 07:12:55.329905 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5760 | 2025.01.29 07:12:55.330045 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5761 | 2025.01.29 07:12:55.330104 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5762 | 2025.01.29 07:12:55.330682 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5763 | 2025.01.29 07:12:55.330728 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5764 | 2025.01.29 07:12:55.331119 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5765 | 2025.01.29 07:12:55.331343 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5766 | 2025.01.29 07:12:55.331561 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 5767 | 2025.01.29 07:12:55.331611 [ 279 ] {935b82ba-0c05-4e3c-9383-35bde3e33cd8} <Debug> TCPHandler: Processed in 0.001772957 sec. | ||
| 5768 | 2025.01.29 07:13:00.301579 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2025.01.29 07:13:00.301870 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5770 | 2025.01.29 07:13:00.301975 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5771 | 2025.01.29 07:13:00.302782 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.01.29 07:13:00.302831 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5773 | 2025.01.29 07:13:00.303264 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5774 | 2025.01.29 07:13:00.303506 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.01.29 07:13:00.303720 [ 141 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5776 | 2025.01.29 07:13:00.303745 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. | ||
| 5777 | 2025.01.29 07:13:00.303846 [ 141 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.01.29 07:13:00.303924 [ 279 ] {8b927793-89a0-4b0b-97e6-0ca93bf40dcd} <Debug> TCPHandler: Processed in 0.002510998 sec. | ||
| 5779 | 2025.01.29 07:13:00.303935 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5780 | 2025.01.29 07:13:00.304290 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5781 | 2025.01.29 07:13:00.304423 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5782 | 2025.01.29 07:13:00.304877 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5783 | 2025.01.29 07:13:00.305030 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 5784 | 2025.01.29 07:13:00.305227 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5785 | 2025.01.29 07:13:00.305523 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1429 rows starting from the beginning of the part | ||
| 5786 | 2025.01.29 07:13:00.306063 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5787 | 2025.01.29 07:13:00.306319 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5788 | 2025.01.29 07:13:00.306483 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5789 | 2025.01.29 07:13:00.306548 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 281 rows starting from the beginning of the part | ||
| 5790 | 2025.01.29 07:13:00.306848 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 5791 | 2025.01.29 07:13:00.309041 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.01.29 07:13:00.309120 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5793 | 2025.01.29 07:13:00.309929 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5794 | 2025.01.29 07:13:00.310361 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.01.29 07:13:00.310642 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006562646 sec., 504217.35379296704 rows/sec., 44.18 MiB/sec. | ||
| 5796 | 2025.01.29 07:13:00.310721 [ 141 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5797 | 2025.01.29 07:13:00.310798 [ 141 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.01.29 07:13:00.310856 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5799 | 2025.01.29 07:13:00.310928 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005937 sec., 10779.85514569648 rows/sec., 861.59 KiB/sec. | ||
| 5800 | 2025.01.29 07:13:00.311021 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5801 | 2025.01.29 07:13:00.311273 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5802 | 2025.01.29 07:13:00.311290 [ 275 ] {b677df33-6e4c-40bb-947a-df66db0f57de} <Debug> TCPHandler: Processed in 0.007197513 sec. | ||
| 5803 | 2025.01.29 07:13:00.311569 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5804 | 2025.01.29 07:13:00.311598 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5805 | 2025.01.29 07:13:00.311681 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5806 | 2025.01.29 07:13:00.311978 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5807 | 2025.01.29 07:13:00.311994 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2025.01.29 07:13:00.312016 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5809 | 2025.01.29 07:13:00.312210 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5810 | 2025.01.29 07:13:00.312435 [ 197 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_46_9} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5811 | 2025.01.29 07:13:00.312797 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5812 | 2025.01.29 07:13:00.312819 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5813 | 2025.01.29 07:13:00.313263 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5814 | 2025.01.29 07:13:00.313661 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5815 | 2025.01.29 07:13:00.314139 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 5816 | 2025.01.29 07:13:00.315357 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.01.29 07:13:00.315428 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5818 | 2025.01.29 07:13:00.316519 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5819 | 2025.01.29 07:13:00.316853 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2025.01.29 07:13:00.317206 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5821 | 2025.01.29 07:13:00.317324 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2025.01.29 07:13:00.317401 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5823 | 2025.01.29 07:13:00.317553 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005702 sec., 28060.32970887408 rows/sec., 1.95 MiB/sec. | ||
| 5824 | 2025.01.29 07:13:00.317585 [ 200 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006615297 sec., 365667.6336678459 rows/sec., 28.05 MiB/sec. | ||
| 5825 | 2025.01.29 07:13:00.317843 [ 279 ] {2cffc026-4f0b-4d3f-ac57-f5231774816b} <Debug> TCPHandler: Processed in 0.006415153 sec. | ||
| 5826 | 2025.01.29 07:13:00.317845 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5827 | 2025.01.29 07:13:00.318129 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5828 | 2025.01.29 07:13:00.318162 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5829 | 2025.01.29 07:13:00.318354 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5830 | 2025.01.29 07:13:00.318442 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5831 | 2025.01.29 07:13:00.318457 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12543 rows starting from the beginning of the part | ||
| 5832 | 2025.01.29 07:13:00.318606 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5833 | 2025.01.29 07:13:00.318909 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 963 rows starting from the beginning of the part | ||
| 5834 | 2025.01.29 07:13:00.319359 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 5835 | 2025.01.29 07:13:00.319367 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.01.29 07:13:00.319766 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5837 | 2025.01.29 07:13:00.319895 [ 196 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_46_9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5838 | 2025.01.29 07:13:00.320213 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5839 | 2025.01.29 07:13:00.320263 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5840 | 2025.01.29 07:13:00.320656 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 5841 | 2025.01.29 07:13:00.321990 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5842 | 2025.01.29 07:13:00.322043 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5843 | 2025.01.29 07:13:00.322607 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5844 | 2025.01.29 07:13:00.323032 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2025.01.29 07:13:00.323340 [ 141 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5846 | 2025.01.29 07:13:00.323438 [ 141 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.01.29 07:13:00.323524 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5848 | 2025.01.29 07:13:00.323711 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005341 sec., 11233.851338700617 rows/sec., 775.25 KiB/sec. | ||
| 5849 | 2025.01.29 07:13:00.324001 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5850 | 2025.01.29 07:13:00.324029 [ 275 ] {c0934dc6-9857-4f50-ab6d-35dc45b39f30} <Debug> TCPHandler: Processed in 0.006067534 sec. | ||
| 5851 | 2025.01.29 07:13:00.324416 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5852 | 2025.01.29 07:13:00.324504 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 5853 | 2025.01.29 07:13:00.324650 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 5854 | 2025.01.29 07:13:00.324845 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5855 | 2025.01.29 07:13:00.325283 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5856 | 2025.01.29 07:13:00.325409 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5857 | 2025.01.29 07:13:00.325859 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 5858 | 2025.01.29 07:13:00.328604 [ 196 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14191 rows, containing 5 columns (5 merged, 0 gathered) in 0.011060286 sec., 1283059.0456702474 rows/sec., 86.64 MiB/sec. | ||
| 5859 | 2025.01.29 07:13:00.328610 [ 193 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.004925812 sec., 569652.2725593263 rows/sec., 37.16 MiB/sec. | ||
| 5860 | 2025.01.29 07:13:00.329132 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5861 | 2025.01.29 07:13:00.329238 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5862 | 2025.01.29 07:13:00.329649 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5863 | 2025.01.29 07:13:00.329795 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5864 | 2025.01.29 07:13:00.329865 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2025.01.29 07:13:00.329977 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 5866 | 2025.01.29 07:13:00.330061 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_46_9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5867 | 2025.01.29 07:13:00.330179 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 5868 | 2025.01.29 07:13:01.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.97 MiB, peak 206.24 MiB, free memory in arenas 0.00 B, will set to 198.02 MiB (RSS), difference: 1.05 MiB | ||
| 5869 | 2025.01.29 07:13:01.375498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5870 | 2025.01.29 07:13:01.376498 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2025.01.29 07:13:01.376583 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5872 | 2025.01.29 07:13:01.377322 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5873 | 2025.01.29 07:13:01.377667 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.01.29 07:13:01.377924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5875 | 2025.01.29 07:13:02.316933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5876 | 2025.01.29 07:13:02.337533 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.01.29 07:13:02.337579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 5878 | 2025.01.29 07:13:02.345301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5879 | 2025.01.29 07:13:02.346095 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2025.01.29 07:13:02.348684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5881 | 2025.01.29 07:13:03.922245 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 832 | ||
| 5882 | 2025.01.29 07:13:03.925375 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.01.29 07:13:03.925427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5884 | 2025.01.29 07:13:03.926925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5885 | 2025.01.29 07:13:03.927262 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.01.29 07:13:03.927471 [ 137 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5887 | 2025.01.29 07:13:03.927590 [ 137 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2025.01.29 07:13:03.927650 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5889 | 2025.01.29 07:13:03.928256 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5890 | 2025.01.29 07:13:03.929383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5891 | 2025.01.29 07:13:03.929797 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5892 | 2025.01.29 07:13:03.929975 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part | ||
| 5893 | 2025.01.29 07:13:03.930639 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5894 | 2025.01.29 07:13:03.931304 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5895 | 2025.01.29 07:13:03.931940 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5896 | 2025.01.29 07:13:03.932557 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5897 | 2025.01.29 07:13:03.933153 [ 196 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 5898 | 2025.01.29 07:13:03.941027 [ 198 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 72 columns (72 merged, 0 gathered) in 0.013190144 sec., 63077.40082291748 rows/sec., 52.42 MiB/sec. | ||
| 5899 | 2025.01.29 07:13:03.942408 [ 194 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5900 | 2025.01.29 07:13:03.943167 [ 194 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2025.01.29 07:13:03.943245 [ 194 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_21_4} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5902 | 2025.01.29 07:13:03.943544 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5903 | 2025.01.29 07:13:05.307913 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5904 | 2025.01.29 07:13:05.308102 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5905 | 2025.01.29 07:13:05.308173 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5906 | 2025.01.29 07:13:05.308907 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5907 | 2025.01.29 07:13:05.308958 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5908 | 2025.01.29 07:13:05.309378 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5909 | 2025.01.29 07:13:05.309629 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5910 | 2025.01.29 07:13:05.309859 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001806 sec., 7751.937984496124 rows/sec., 558.04 KiB/sec. | ||
| 5911 | 2025.01.29 07:13:05.309965 [ 279 ] {eac3f371-7ed0-4f52-ae2f-2d549943cda2} <Debug> TCPHandler: Processed in 0.002184919 sec. | ||
| 5912 | 2025.01.29 07:13:05.310259 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5913 | 2025.01.29 07:13:05.310465 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5914 | 2025.01.29 07:13:05.310545 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5915 | 2025.01.29 07:13:05.311515 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.01.29 07:13:05.311563 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5917 | 2025.01.29 07:13:05.312013 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5918 | 2025.01.29 07:13:05.312271 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2025.01.29 07:13:05.312517 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002112 sec., 133049.2424242424 rows/sec., 11.75 MiB/sec. | ||
| 5920 | 2025.01.29 07:13:05.312573 [ 275 ] {2105fe6f-210d-46c9-8aca-52969ecb93cc} <Debug> TCPHandler: Processed in 0.002462306 sec. | ||
| 5921 | 2025.01.29 07:13:05.312741 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.01.29 07:13:05.312880 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.01.29 07:13:05.312937 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5924 | 2025.01.29 07:13:05.313585 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.01.29 07:13:05.313625 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5926 | 2025.01.29 07:13:05.314016 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5927 | 2025.01.29 07:13:05.314259 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.01.29 07:13:05.314423 [ 135 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5929 | 2025.01.29 07:13:05.314492 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001637 sec., 28100.18326206475 rows/sec., 2.02 MiB/sec. | ||
| 5930 | 2025.01.29 07:13:05.314507 [ 135 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.01.29 07:13:05.314576 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5932 | 2025.01.29 07:13:05.314621 [ 279 ] {a4e6932d-5563-4f78-99b8-fc587e299850} <Debug> TCPHandler: Processed in 0.001945273 sec. | ||
| 5933 | 2025.01.29 07:13:05.314782 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::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 | ||
| 5934 | 2025.01.29 07:13:05.314803 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2025.01.29 07:13:05.314998 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5936 | 2025.01.29 07:13:05.315026 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5937 | 2025.01.29 07:13:05.315054 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 64 rows starting from the beginning of the part | ||
| 5938 | 2025.01.29 07:13:05.315123 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5939 | 2025.01.29 07:13:05.315347 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part | ||
| 5940 | 2025.01.29 07:13:05.315694 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part | ||
| 5941 | 2025.01.29 07:13:05.316132 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 62 rows starting from the beginning of the part | ||
| 5942 | 2025.01.29 07:13:05.316544 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
| 5943 | 2025.01.29 07:13:05.316972 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
| 5944 | 2025.01.29 07:13:05.318275 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5945 | 2025.01.29 07:13:05.318351 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5946 | 2025.01.29 07:13:05.319393 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5947 | 2025.01.29 07:13:05.319831 [ 198 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134018 sec., 60381.556901436656 rows/sec., 4.55 MiB/sec. | ||
| 5948 | 2025.01.29 07:13:05.319885 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.01.29 07:13:05.320056 [ 198 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5950 | 2025.01.29 07:13:05.320163 [ 135 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5951 | 2025.01.29 07:13:05.320309 [ 135 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2025.01.29 07:13:05.320387 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5953 | 2025.01.29 07:13:05.320471 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005483 sec., 2553.3467080065657 rows/sec., 178.82 KiB/sec. | ||
| 5954 | 2025.01.29 07:13:05.320920 [ 275 ] {65fefd34-b61c-4c67-895b-e6f45ac2c511} <Debug> TCPHandler: Processed in 0.006198807 sec. | ||
| 5955 | 2025.01.29 07:13:05.321309 [ 198 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5956 | 2025.01.29 07:13:05.321326 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5957 | 2025.01.29 07:13:05.321535 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 5958 | 2025.01.29 07:13:05.321735 [ 198 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_20_4} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5959 | 2025.01.29 07:13:05.321735 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5960 | 2025.01.29 07:13:05.321853 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5961 | 2025.01.29 07:13:05.321894 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5962 | 2025.01.29 07:13:05.321938 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5963 | 2025.01.29 07:13:05.322007 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 5964 | 2025.01.29 07:13:05.322226 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5965 | 2025.01.29 07:13:05.322454 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5966 | 2025.01.29 07:13:05.322756 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 5967 | 2025.01.29 07:13:05.323126 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 5968 | 2025.01.29 07:13:05.323326 [ 190 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 5969 | 2025.01.29 07:13:05.323895 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2025.01.29 07:13:05.323943 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5971 | 2025.01.29 07:13:05.324490 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5972 | 2025.01.29 07:13:05.324856 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.01.29 07:13:05.324884 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004321436 sec., 125189.86744221135 rows/sec., 8.97 MiB/sec. | ||
| 5974 | 2025.01.29 07:13:05.325189 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003521 sec., 3692.1329167850045 rows/sec., 230.20 KiB/sec. | ||
| 5975 | 2025.01.29 07:13:05.325201 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5976 | 2025.01.29 07:13:05.325368 [ 279 ] {c9a760b4-e5c9-43dd-8d9e-b306fd4c5cff} <Debug> TCPHandler: Processed in 0.004289245 sec. | ||
| 5977 | 2025.01.29 07:13:05.325626 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5978 | 2025.01.29 07:13:05.325735 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2025.01.29 07:13:05.325916 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_20_4} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5980 | 2025.01.29 07:13:05.325974 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5981 | 2025.01.29 07:13:05.326098 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5982 | 2025.01.29 07:13:05.326168 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5983 | 2025.01.29 07:13:05.326956 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5984 | 2025.01.29 07:13:05.326996 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5985 | 2025.01.29 07:13:05.327381 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5986 | 2025.01.29 07:13:05.327621 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5987 | 2025.01.29 07:13:05.327822 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001939 sec., 217122.22795255287 rows/sec., 15.51 MiB/sec. | ||
| 5988 | 2025.01.29 07:13:05.327874 [ 275 ] {57c2798b-4fb1-45fc-838f-eb196abf3ee9} <Debug> TCPHandler: Processed in 0.002383513 sec. | ||
| 5989 | 2025.01.29 07:13:05.328049 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5990 | 2025.01.29 07:13:05.328167 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5991 | 2025.01.29 07:13:05.328218 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5992 | 2025.01.29 07:13:05.328708 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5993 | 2025.01.29 07:13:05.328747 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 5994 | 2025.01.29 07:13:05.329117 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5995 | 2025.01.29 07:13:05.329359 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5996 | 2025.01.29 07:13:05.329515 [ 135 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5997 | 2025.01.29 07:13:05.329574 [ 135 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.01.29 07:13:05.329610 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 5999 | 2025.01.29 07:13:05.329618 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6000 | 2025.01.29 07:13:05.329778 [ 279 ] {aa7348e5-5aed-4406-946a-f6b02f73eb3b} <Debug> TCPHandler: Processed in 0.001777647 sec. | ||
| 6001 | 2025.01.29 07:13:05.329878 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6002 | 2025.01.29 07:13:05.329972 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2025.01.29 07:13:05.330141 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6004 | 2025.01.29 07:13:05.330183 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6005 | 2025.01.29 07:13:05.330207 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6006 | 2025.01.29 07:13:05.330294 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6007 | 2025.01.29 07:13:05.330550 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6008 | 2025.01.29 07:13:05.330916 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6009 | 2025.01.29 07:13:05.331287 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6010 | 2025.01.29 07:13:05.331564 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6011 | 2025.01.29 07:13:05.331790 [ 191 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 6012 | 2025.01.29 07:13:05.332794 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6013 | 2025.01.29 07:13:05.332862 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6014 | 2025.01.29 07:13:05.333915 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6015 | 2025.01.29 07:13:05.334438 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004684975 sec., 25613.797298811627 rows/sec., 1.31 MiB/sec. | ||
| 6016 | 2025.01.29 07:13:05.334460 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.01.29 07:13:05.334715 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6018 | 2025.01.29 07:13:05.334975 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004817 sec., 49200.74735312435 rows/sec., 3.30 MiB/sec. | ||
| 6019 | 2025.01.29 07:13:05.335342 [ 275 ] {2616a96b-deb6-46f2-955a-dc16e7865c26} <Debug> TCPHandler: Processed in 0.005449956 sec. | ||
| 6020 | 2025.01.29 07:13:05.335619 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2025.01.29 07:13:05.335714 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_20_4} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.01.29 07:13:05.335775 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6023 | 2025.01.29 07:13:05.335820 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_20_4} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6024 | 2025.01.29 07:13:05.335835 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6025 | 2025.01.29 07:13:05.335934 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6026 | 2025.01.29 07:13:05.336343 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.01.29 07:13:05.336381 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6028 | 2025.01.29 07:13:05.336731 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6029 | 2025.01.29 07:13:05.336968 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6030 | 2025.01.29 07:13:05.337122 [ 135 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6031 | 2025.01.29 07:13:05.337192 [ 135 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6032 | 2025.01.29 07:13:05.337228 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 6033 | 2025.01.29 07:13:05.337232 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6034 | 2025.01.29 07:13:05.337344 [ 279 ] {2e8a3807-cb04-4c9a-b1da-79a53932275b} <Debug> TCPHandler: Processed in 0.001885531 sec. | ||
| 6035 | 2025.01.29 07:13:05.337545 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 6036 | 2025.01.29 07:13:05.337575 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6037 | 2025.01.29 07:13:05.337688 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6038 | 2025.01.29 07:13:05.337729 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
| 6039 | 2025.01.29 07:13:05.337733 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6040 | 2025.01.29 07:13:05.337907 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6041 | 2025.01.29 07:13:05.338124 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6042 | 2025.01.29 07:13:05.338302 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6043 | 2025.01.29 07:13:05.338711 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6044 | 2025.01.29 07:13:05.339041 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6045 | 2025.01.29 07:13:05.339380 [ 188 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6046 | 2025.01.29 07:13:05.341568 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.004176962 sec., 5027.5774594071 rows/sec., 337.84 KiB/sec. | ||
| 6047 | 2025.01.29 07:13:05.341880 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.01.29 07:13:05.341890 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6049 | 2025.01.29 07:13:05.341942 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6050 | 2025.01.29 07:13:05.342585 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.01.29 07:13:05.342801 [ 197 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_20_4} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6052 | 2025.01.29 07:13:05.343021 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6053 | 2025.01.29 07:13:05.343273 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6054 | 2025.01.29 07:13:05.343546 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2025.01.29 07:13:05.343804 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00611 sec., 6382.978723404255 rows/sec., 11.44 MiB/sec. | ||
| 6056 | 2025.01.29 07:13:05.343926 [ 275 ] {9f8876cb-47b3-4577-b0c1-bdbe63eebf76} <Debug> TCPHandler: Processed in 0.006456144 sec. | ||
| 6057 | 2025.01.29 07:13:05.344078 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.01.29 07:13:05.344196 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6059 | 2025.01.29 07:13:05.344257 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6060 | 2025.01.29 07:13:05.344818 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.01.29 07:13:05.344861 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6062 | 2025.01.29 07:13:05.345258 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6063 | 2025.01.29 07:13:05.345517 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.01.29 07:13:05.345727 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001554 sec., 52767.052767052766 rows/sec., 3.35 MiB/sec. | ||
| 6065 | 2025.01.29 07:13:05.345777 [ 279 ] {9d4cbfb6-9216-471c-a709-5f575c2331a1} <Debug> TCPHandler: Processed in 0.001755447 sec. | ||
| 6066 | 2025.01.29 07:13:08.725490 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6067 | 2025.01.29 07:13:08.725552 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6068 | 2025.01.29 07:13:08.878063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6069 | 2025.01.29 07:13:08.878795 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.01.29 07:13:08.878845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6071 | 2025.01.29 07:13:08.879403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6072 | 2025.01.29 07:13:08.879679 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.01.29 07:13:08.879923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6074 | 2025.01.29 07:13:09.848745 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6075 | 2025.01.29 07:13:09.871012 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.01.29 07:13:09.871080 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6077 | 2025.01.29 07:13:09.878840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6078 | 2025.01.29 07:13:09.879656 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2025.01.29 07:13:09.883396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6080 | 2025.01.29 07:13:10.300633 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2025.01.29 07:13:10.300823 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6082 | 2025.01.29 07:13:10.300898 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6083 | 2025.01.29 07:13:10.301709 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.01.29 07:13:10.301763 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6085 | 2025.01.29 07:13:10.302311 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6086 | 2025.01.29 07:13:10.302679 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.01.29 07:13:10.302949 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002176 sec., 25735.29411764706 rows/sec., 1.98 MiB/sec. | ||
| 6088 | 2025.01.29 07:13:10.303190 [ 279 ] {3125acc5-fea6-46c2-99a7-ddde13b74a46} <Debug> TCPHandler: Processed in 0.002687802 sec. | ||
| 6089 | 2025.01.29 07:13:10.303508 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2025.01.29 07:13:10.303695 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6091 | 2025.01.29 07:13:10.303770 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6092 | 2025.01.29 07:13:10.304563 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2025.01.29 07:13:10.304610 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6094 | 2025.01.29 07:13:10.305069 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6095 | 2025.01.29 07:13:10.305321 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2025.01.29 07:13:10.305566 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 6097 | 2025.01.29 07:13:10.305632 [ 275 ] {7cd8fd2c-8261-40c7-b95e-7dd210fa0528} <Debug> TCPHandler: Processed in 0.002295061 sec. | ||
| 6098 | 2025.01.29 07:13:10.305798 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6099 | 2025.01.29 07:13:10.305938 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6100 | 2025.01.29 07:13:10.305997 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6101 | 2025.01.29 07:13:10.306587 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6102 | 2025.01.29 07:13:10.306628 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6103 | 2025.01.29 07:13:10.307048 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6104 | 2025.01.29 07:13:10.307287 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6105 | 2025.01.29 07:13:10.307500 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 6106 | 2025.01.29 07:13:10.307553 [ 279 ] {f32488d5-54f7-4ceb-8e5d-d2fdbf969384} <Debug> TCPHandler: Processed in 0.001817049 sec. | ||
| 6107 | 2025.01.29 07:13:10.307726 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2025.01.29 07:13:10.307875 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6109 | 2025.01.29 07:13:10.307941 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6110 | 2025.01.29 07:13:10.308529 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.01.29 07:13:10.308570 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6112 | 2025.01.29 07:13:10.309023 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6113 | 2025.01.29 07:13:10.309261 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.01.29 07:13:10.309474 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 6115 | 2025.01.29 07:13:10.309528 [ 275 ] {e2996eed-2e46-4e00-9fef-0b687074e649} <Debug> TCPHandler: Processed in 0.00187257 sec. | ||
| 6116 | 2025.01.29 07:13:11.083037 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.01.29 07:13:11.083222 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6118 | 2025.01.29 07:13:11.083293 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6119 | 2025.01.29 07:13:11.084038 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.01.29 07:13:11.084089 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6121 | 2025.01.29 07:13:11.084516 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6122 | 2025.01.29 07:13:11.084765 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.01.29 07:13:11.084958 [ 24 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6124 | 2025.01.29 07:13:11.085016 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 6125 | 2025.01.29 07:13:11.085034 [ 24 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6126 | 2025.01.29 07:13:11.085102 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6127 | 2025.01.29 07:13:11.085154 [ 279 ] {3868810a-2650-41b4-9ee5-c0a19a650d27} <Debug> TCPHandler: Processed in 0.00224407 sec. | ||
| 6128 | 2025.01.29 07:13:11.085569 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 6129 | 2025.01.29 07:13:11.085607 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2025.01.29 07:13:11.085952 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6131 | 2025.01.29 07:13:11.085964 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6132 | 2025.01.29 07:13:11.086022 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6133 | 2025.01.29 07:13:11.086094 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6134 | 2025.01.29 07:13:11.086289 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6135 | 2025.01.29 07:13:11.086612 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 6136 | 2025.01.29 07:13:11.086914 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6137 | 2025.01.29 07:13:11.087157 [ 193 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6138 | 2025.01.29 07:13:11.089065 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6139 | 2025.01.29 07:13:11.089146 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6140 | 2025.01.29 07:13:11.089877 [ 197 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004649755 sec., 15054.556637930385 rows/sec., 1.12 MiB/sec. | ||
| 6141 | 2025.01.29 07:13:11.090094 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6142 | 2025.01.29 07:13:11.090094 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6143 | 2025.01.29 07:13:11.090433 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2025.01.29 07:13:11.090524 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2025.01.29 07:13:11.090745 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_21_5} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6146 | 2025.01.29 07:13:11.090773 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00491 sec., 407.33197556008145 rows/sec., 33.22 KiB/sec. | ||
| 6147 | 2025.01.29 07:13:11.091051 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6148 | 2025.01.29 07:13:11.091141 [ 275 ] {726ffa62-f79a-4c94-9cfa-349432f17275} <Debug> TCPHandler: Processed in 0.005835346 sec. | ||
| 6149 | 2025.01.29 07:13:11.091318 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.01.29 07:13:11.091438 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6151 | 2025.01.29 07:13:11.091488 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6152 | 2025.01.29 07:13:11.092749 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2025.01.29 07:13:11.092789 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6154 | 2025.01.29 07:13:11.093251 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6155 | 2025.01.29 07:13:11.093487 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): 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.01.29 07:13:11.093702 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Debug> executeQuery: Read 1422 rows, 122.06 KiB in 0.002289 sec., 621231.9790301442 rows/sec., 52.07 MiB/sec. | ||
| 6157 | 2025.01.29 07:13:11.093755 [ 279 ] {74bc2b25-28b3-4a82-82ce-8cc9b19f7833} <Debug> TCPHandler: Processed in 0.002495907 sec. | ||
| 6158 | 2025.01.29 07:13:11.093936 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.01.29 07:13:11.094081 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.01.29 07:13:11.094143 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6161 | 2025.01.29 07:13:11.094801 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.01.29 07:13:11.094838 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6163 | 2025.01.29 07:13:11.095218 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6164 | 2025.01.29 07:13:11.095463 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): 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.01.29 07:13:11.095645 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001599 sec., 30018.7617260788 rows/sec., 2.15 MiB/sec. | ||
| 6166 | 2025.01.29 07:13:11.095696 [ 275 ] {db53304b-fe94-4a21-8174-7208cb93aa0f} <Debug> TCPHandler: Processed in 0.001829879 sec. | ||
| 6167 | 2025.01.29 07:13:11.095844 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6168 | 2025.01.29 07:13:11.095967 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6169 | 2025.01.29 07:13:11.096015 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6170 | 2025.01.29 07:13:11.096685 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2025.01.29 07:13:11.096724 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6172 | 2025.01.29 07:13:11.097088 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6173 | 2025.01.29 07:13:11.097322 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): 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.01.29 07:13:11.097539 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001596 sec., 151629.07268170427 rows/sec., 10.27 MiB/sec. | ||
| 6175 | 2025.01.29 07:13:11.097675 [ 279 ] {82766a9c-c6dd-4c54-828f-ef5be51a7e29} <Debug> TCPHandler: Processed in 0.001884841 sec. | ||
| 6176 | 2025.01.29 07:13:11.097837 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6177 | 2025.01.29 07:13:11.097976 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6178 | 2025.01.29 07:13:11.098034 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6179 | 2025.01.29 07:13:11.098678 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6180 | 2025.01.29 07:13:11.098717 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6181 | 2025.01.29 07:13:11.099081 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6182 | 2025.01.29 07:13:11.099327 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6183 | 2025.01.29 07:13:11.099450 [ 24 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6184 | 2025.01.29 07:13:11.099499 [ 24 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6185 | 2025.01.29 07:13:11.099515 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 6186 | 2025.01.29 07:13:11.099534 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6187 | 2025.01.29 07:13:11.099585 [ 275 ] {62109c19-afd2-4b2b-b1c7-ff9b17685de9} <Debug> TCPHandler: Processed in 0.001812569 sec. | ||
| 6188 | 2025.01.29 07:13:11.099866 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2025.01.29 07:13:11.100060 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 6190 | 2025.01.29 07:13:11.100307 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6191 | 2025.01.29 07:13:11.100507 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6192 | 2025.01.29 07:13:11.100775 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6193 | 2025.01.29 07:13:11.100852 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6194 | 2025.01.29 07:13:11.101119 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6195 | 2025.01.29 07:13:11.101586 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6196 | 2025.01.29 07:13:11.101992 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6197 | 2025.01.29 07:13:11.102334 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6198 | 2025.01.29 07:13:11.103630 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2025.01.29 07:13:11.103708 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6200 | 2025.01.29 07:13:11.104568 [ 201 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004930593 sec., 13182.9984750313 rows/sec., 873.45 KiB/sec. | ||
| 6201 | 2025.01.29 07:13:11.104780 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6202 | 2025.01.29 07:13:11.104797 [ 195 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6203 | 2025.01.29 07:13:11.105220 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.01.29 07:13:11.105350 [ 195 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2025.01.29 07:13:11.105654 [ 195 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_21_5} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6206 | 2025.01.29 07:13:11.105668 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.005532 sec., 158893.70932754883 rows/sec., 11.52 MiB/sec. | ||
| 6207 | 2025.01.29 07:13:11.105909 [ 279 ] {3b70e9cf-9a3c-4578-bb71-9e9e8246627b} <Debug> TCPHandler: Processed in 0.006221567 sec. | ||
| 6208 | 2025.01.29 07:13:11.105910 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6209 | 2025.01.29 07:13:11.106075 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.01.29 07:13:11.106194 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6211 | 2025.01.29 07:13:11.106245 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6212 | 2025.01.29 07:13:11.106740 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.01.29 07:13:11.106778 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6214 | 2025.01.29 07:13:11.107164 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6215 | 2025.01.29 07:13:11.107406 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2025.01.29 07:13:11.107590 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 6217 | 2025.01.29 07:13:11.107638 [ 275 ] {54ff9acf-8fe8-48b5-b9b2-f93ff5e711b2} <Debug> TCPHandler: Processed in 0.001630824 sec. | ||
| 6218 | 2025.01.29 07:13:11.107789 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6219 | 2025.01.29 07:13:11.107908 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6220 | 2025.01.29 07:13:11.107962 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6221 | 2025.01.29 07:13:11.108737 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2025.01.29 07:13:11.108778 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6223 | 2025.01.29 07:13:11.109235 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6224 | 2025.01.29 07:13:11.109472 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2025.01.29 07:13:11.109678 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001795 sec., 532590.5292479108 rows/sec., 35.38 MiB/sec. | ||
| 6226 | 2025.01.29 07:13:11.109731 [ 279 ] {4ea6c6b4-fd8e-4ba7-a073-5cfed79bdcdf} <Debug> TCPHandler: Processed in 0.002000234 sec. | ||
| 6227 | 2025.01.29 07:13:11.109888 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6228 | 2025.01.29 07:13:11.110026 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6229 | 2025.01.29 07:13:11.110087 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6230 | 2025.01.29 07:13:11.110621 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2025.01.29 07:13:11.110658 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6232 | 2025.01.29 07:13:11.111023 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6233 | 2025.01.29 07:13:11.111264 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2025.01.29 07:13:11.111498 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 6235 | 2025.01.29 07:13:11.111666 [ 275 ] {76bac131-5907-4e84-8ffa-bdcb8161a412} <Debug> TCPHandler: Processed in 0.00184285 sec. | ||
| 6236 | 2025.01.29 07:13:11.111833 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6237 | 2025.01.29 07:13:11.111955 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6238 | 2025.01.29 07:13:11.112031 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6239 | 2025.01.29 07:13:11.113199 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6240 | 2025.01.29 07:13:11.113238 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6241 | 2025.01.29 07:13:11.113889 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6242 | 2025.01.29 07:13:11.114139 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2025.01.29 07:13:11.114344 [ 13 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6244 | 2025.01.29 07:13:11.114423 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002487 sec., 15681.544028950542 rows/sec., 28.10 MiB/sec. | ||
| 6245 | 2025.01.29 07:13:11.114449 [ 13 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.01.29 07:13:11.114554 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6247 | 2025.01.29 07:13:11.114680 [ 279 ] {3f1d8b05-5def-4335-ac82-c48160018c3b} <Debug> TCPHandler: Processed in 0.002903108 sec. | ||
| 6248 | 2025.01.29 07:13:11.114834 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6249 | 2025.01.29 07:13:11.114963 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6250 | 2025.01.29 07:13:11.115356 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6251 | 2025.01.29 07:13:11.115374 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6252 | 2025.01.29 07:13:11.115539 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6253 | 2025.01.29 07:13:11.115555 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 519 rows starting from the beginning of the part | ||
| 6254 | 2025.01.29 07:13:11.116555 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6255 | 2025.01.29 07:13:11.117115 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6256 | 2025.01.29 07:13:11.117916 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6257 | 2025.01.29 07:13:11.117927 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6258 | 2025.01.29 07:13:11.118009 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6259 | 2025.01.29 07:13:11.118508 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6260 | 2025.01.29 07:13:11.119192 [ 186 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 6261 | 2025.01.29 07:13:11.119487 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6262 | 2025.01.29 07:13:11.120418 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2025.01.29 07:13:11.121098 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005809 sec., 5852.98674470649 rows/sec., 347.82 KiB/sec. | ||
| 6264 | 2025.01.29 07:13:11.121663 [ 275 ] {7b2563de-aee4-4b1d-a7e3-1562a0a5b3af} <Debug> TCPHandler: Processed in 0.006865865 sec. | ||
| 6265 | 2025.01.29 07:13:11.130977 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 19 columns (19 merged, 0 gathered) in 0.016273317 sec., 43875.504913964374 rows/sec., 78.62 MiB/sec. | ||
| 6266 | 2025.01.29 07:13:11.131977 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6267 | 2025.01.29 07:13:11.132407 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.01.29 07:13:11.132489 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6269 | 2025.01.29 07:13:11.132639 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. | ||
| 6270 | 2025.01.29 07:13:12.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.05 MiB, peak 207.70 MiB, free memory in arenas 0.00 B, will set to 201.58 MiB (RSS), difference: 1.53 MiB | ||
| 6271 | 2025.01.29 07:13:13.929581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 886 | ||
| 6272 | 2025.01.29 07:13:13.933190 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2025.01.29 07:13:13.933240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6274 | 2025.01.29 07:13:13.934900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6275 | 2025.01.29 07:13:13.935241 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6276 | 2025.01.29 07:13:13.935820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6277 | 2025.01.29 07:13:15.299403 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6278 | 2025.01.29 07:13:15.299585 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6279 | 2025.01.29 07:13:15.299654 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6280 | 2025.01.29 07:13:15.300423 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6281 | 2025.01.29 07:13:15.300465 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6282 | 2025.01.29 07:13:15.300888 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6283 | 2025.01.29 07:13:15.301134 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2025.01.29 07:13:15.301334 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001799 sec., 31128.4046692607 rows/sec., 2.39 MiB/sec. | ||
| 6285 | 2025.01.29 07:13:15.301397 [ 279 ] {20b07c1e-3102-4878-b0f2-3bf586cbaef3} <Debug> TCPHandler: Processed in 0.002119547 sec. | ||
| 6286 | 2025.01.29 07:13:15.301669 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6287 | 2025.01.29 07:13:15.301868 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6288 | 2025.01.29 07:13:15.301945 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6289 | 2025.01.29 07:13:15.302749 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.01.29 07:13:15.302805 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6291 | 2025.01.29 07:13:15.303253 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6292 | 2025.01.29 07:13:15.303517 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2025.01.29 07:13:15.303759 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 6294 | 2025.01.29 07:13:15.303829 [ 275 ] {102379ab-2db5-4120-b610-a6f0994caaa0} <Debug> TCPHandler: Processed in 0.002298882 sec. | ||
| 6295 | 2025.01.29 07:13:15.303993 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6296 | 2025.01.29 07:13:15.304118 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6297 | 2025.01.29 07:13:15.304174 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6298 | 2025.01.29 07:13:15.304733 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6299 | 2025.01.29 07:13:15.304771 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6300 | 2025.01.29 07:13:15.305167 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6301 | 2025.01.29 07:13:15.305422 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2025.01.29 07:13:15.305603 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001515 sec., 84488.44884488448 rows/sec., 5.88 MiB/sec. | ||
| 6303 | 2025.01.29 07:13:15.305660 [ 279 ] {22e71a89-14dc-4144-89c2-e34d110bafd5} <Debug> TCPHandler: Processed in 0.001727196 sec. | ||
| 6304 | 2025.01.29 07:13:15.305812 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6305 | 2025.01.29 07:13:15.305937 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6306 | 2025.01.29 07:13:15.305995 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6307 | 2025.01.29 07:13:15.306527 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6308 | 2025.01.29 07:13:15.306568 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6309 | 2025.01.29 07:13:15.306962 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6310 | 2025.01.29 07:13:15.307203 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6311 | 2025.01.29 07:13:15.307446 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001532 sec., 31331.59268929504 rows/sec., 2.11 MiB/sec. | ||
| 6312 | 2025.01.29 07:13:15.307527 [ 275 ] {04fb4c7b-7035-47b9-a8aa-8a10d068c2f2} <Debug> TCPHandler: Processed in 0.001774698 sec. | ||
| 6313 | 2025.01.29 07:13:16.380077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6314 | 2025.01.29 07:13:16.381192 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.01.29 07:13:16.381244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6316 | 2025.01.29 07:13:16.381818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6317 | 2025.01.29 07:13:16.382095 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.01.29 07:13:16.382297 [ 122 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6319 | 2025.01.29 07:13:16.382367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6320 | 2025.01.29 07:13:16.382392 [ 122 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6321 | 2025.01.29 07:13:16.382427 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6322 | 2025.01.29 07:13:16.382551 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 6323 | 2025.01.29 07:13:16.382679 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6324 | 2025.01.29 07:13:16.382718 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 6325 | 2025.01.29 07:13:16.382802 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6326 | 2025.01.29 07:13:16.382981 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6327 | 2025.01.29 07:13:16.383298 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6328 | 2025.01.29 07:13:16.383457 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6329 | 2025.01.29 07:13:16.383646 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6330 | 2025.01.29 07:13:16.385867 [ 199 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.0033588 sec., 4249732.0471597 rows/sec., 60.79 MiB/sec. | ||
| 6331 | 2025.01.29 07:13:16.386584 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6332 | 2025.01.29 07:13:16.387004 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2025.01.29 07:13:16.387108 [ 189 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_31_6} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6334 | 2025.01.29 07:13:16.387233 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6335 | 2025.01.29 07:13:17.383454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6336 | 2025.01.29 07:13:17.404843 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.01.29 07:13:17.404898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6338 | 2025.01.29 07:13:17.412412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6339 | 2025.01.29 07:13:17.413184 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.01.29 07:13:17.413622 [ 130 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6341 | 2025.01.29 07:13:17.413759 [ 130 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2025.01.29 07:13:17.413847 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6343 | 2025.01.29 07:13:17.414408 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6344 | 2025.01.29 07:13:17.428016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6345 | 2025.01.29 07:13:17.430068 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6346 | 2025.01.29 07:13:17.431924 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6347 | 2025.01.29 07:13:17.437718 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6348 | 2025.01.29 07:13:17.443549 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6349 | 2025.01.29 07:13:17.449316 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6350 | 2025.01.29 07:13:17.455220 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6351 | 2025.01.29 07:13:17.459887 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 6352 | 2025.01.29 07:13:17.519498 [ 199 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105541843 sec., 2217.1301291375025 rows/sec., 11.46 MiB/sec. | ||
| 6353 | 2025.01.29 07:13:17.522204 [ 190 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6354 | 2025.01.29 07:13:17.525112 [ 190 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_31_6} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.01.29 07:13:17.525232 [ 190 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_31_6} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6356 | 2025.01.29 07:13:17.527611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6357 | 2025.01.29 07:13:18.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.71 MiB, peak 213.26 MiB, free memory in arenas 0.00 B, will set to 203.80 MiB (RSS), difference: 1.09 MiB | ||
| 6358 | 2025.01.29 07:13:20.301667 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2025.01.29 07:13:20.301898 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6360 | 2025.01.29 07:13:20.301969 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6361 | 2025.01.29 07:13:20.302730 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6362 | 2025.01.29 07:13:20.302781 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6363 | 2025.01.29 07:13:20.303223 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6364 | 2025.01.29 07:13:20.303473 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2025.01.29 07:13:20.303684 [ 128 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6366 | 2025.01.29 07:13:20.303713 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 6367 | 2025.01.29 07:13:20.303772 [ 128 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6368 | 2025.01.29 07:13:20.303840 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6369 | 2025.01.29 07:13:20.303895 [ 279 ] {a1861f07-2889-4cbe-9844-65ba9c00b8d5} <Debug> TCPHandler: Processed in 0.002386194 sec. | ||
| 6370 | 2025.01.29 07:13:20.304243 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6371 | 2025.01.29 07:13:20.304248 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6372 | 2025.01.29 07:13:20.304794 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6373 | 2025.01.29 07:13:20.304893 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6374 | 2025.01.29 07:13:20.305018 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6375 | 2025.01.29 07:13:20.305031 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6376 | 2025.01.29 07:13:20.305485 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 281 rows starting from the beginning of the part | ||
| 6377 | 2025.01.29 07:13:20.305965 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6378 | 2025.01.29 07:13:20.306379 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1422 rows starting from the beginning of the part | ||
| 6379 | 2025.01.29 07:13:20.306771 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6380 | 2025.01.29 07:13:20.307131 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6381 | 2025.01.29 07:13:20.308038 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.01.29 07:13:20.308084 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6383 | 2025.01.29 07:13:20.308731 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6384 | 2025.01.29 07:13:20.309025 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.01.29 07:13:20.309184 [ 128 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6386 | 2025.01.29 07:13:20.309232 [ 128 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6387 | 2025.01.29 07:13:20.309261 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004689 sec., 13648.965664320753 rows/sec., 1.07 MiB/sec. | ||
| 6388 | 2025.01.29 07:13:20.309302 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6389 | 2025.01.29 07:13:20.309478 [ 275 ] {6a9f7d98-f137-4ee4-b785-487777d929eb} <Debug> TCPHandler: Processed in 0.005425686 sec. | ||
| 6390 | 2025.01.29 07:13:20.309768 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.01.29 07:13:20.310112 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6392 | 2025.01.29 07:13:20.310176 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6393 | 2025.01.29 07:13:20.310231 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.006280628 sec., 525743.6039835507 rows/sec., 46.08 MiB/sec. | ||
| 6394 | 2025.01.29 07:13:20.310339 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6395 | 2025.01.29 07:13:20.310633 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6396 | 2025.01.29 07:13:20.310842 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6397 | 2025.01.29 07:13:20.311030 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6398 | 2025.01.29 07:13:20.311780 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.01.29 07:13:20.311786 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6400 | 2025.01.29 07:13:20.312191 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_51_10} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6401 | 2025.01.29 07:13:20.312444 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6402 | 2025.01.29 07:13:20.312529 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6403 | 2025.01.29 07:13:20.312877 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 879 rows starting from the beginning of the part | ||
| 6404 | 2025.01.29 07:13:20.313193 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6405 | 2025.01.29 07:13:20.313576 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6406 | 2025.01.29 07:13:20.314031 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2025.01.29 07:13:20.314135 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6408 | 2025.01.29 07:13:20.315053 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6409 | 2025.01.29 07:13:20.315572 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.01.29 07:13:20.316050 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6411 | 2025.01.29 07:13:20.316219 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6412 | 2025.01.29 07:13:20.316231 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006151 sec., 26012.030564135912 rows/sec., 1.81 MiB/sec. | ||
| 6413 | 2025.01.29 07:13:20.316299 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6414 | 2025.01.29 07:13:20.316429 [ 279 ] {3fe21ea1-8a55-4a7f-b7c1-d566d40247f7} <Debug> TCPHandler: Processed in 0.006823983 sec. | ||
| 6415 | 2025.01.29 07:13:20.316818 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6416 | 2025.01.29 07:13:20.316918 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6417 | 2025.01.29 07:13:20.317464 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6418 | 2025.01.29 07:13:20.317507 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6419 | 2025.01.29 07:13:20.317567 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.008082477 sec., 297557.29586363194 rows/sec., 22.81 MiB/sec. | ||
| 6420 | 2025.01.29 07:13:20.317578 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14191 rows starting from the beginning of the part | ||
| 6421 | 2025.01.29 07:13:20.317665 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6422 | 2025.01.29 07:13:20.317950 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6423 | 2025.01.29 07:13:20.318090 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6424 | 2025.01.29 07:13:20.318423 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6425 | 2025.01.29 07:13:20.319187 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6426 | 2025.01.29 07:13:20.319256 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.01.29 07:13:20.319741 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_51_10} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6428 | 2025.01.29 07:13:20.319788 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6429 | 2025.01.29 07:13:20.320001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6430 | 2025.01.29 07:13:20.320200 [ 187 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6431 | 2025.01.29 07:13:20.321046 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.01.29 07:13:20.321112 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6433 | 2025.01.29 07:13:20.321735 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6434 | 2025.01.29 07:13:20.322222 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.01.29 07:13:20.322511 [ 128 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6436 | 2025.01.29 07:13:20.322628 [ 128 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6437 | 2025.01.29 07:13:20.322712 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6438 | 2025.01.29 07:13:20.322863 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005499 sec., 10911.074740861974 rows/sec., 752.98 KiB/sec. | ||
| 6439 | 2025.01.29 07:13:20.323204 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6440 | 2025.01.29 07:13:20.323217 [ 275 ] {91c29e3b-89b4-422f-89f9-440011b4521e} <Debug> TCPHandler: Processed in 0.006617248 sec. | ||
| 6441 | 2025.01.29 07:13:20.323641 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6442 | 2025.01.29 07:13:20.323746 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 6443 | 2025.01.29 07:13:20.324074 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6444 | 2025.01.29 07:13:20.324401 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6445 | 2025.01.29 07:13:20.324508 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6446 | 2025.01.29 07:13:20.324617 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6447 | 2025.01.29 07:13:20.324678 [ 198 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6448 | 2025.01.29 07:13:20.326957 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.00410072 sec., 753526.210031409 rows/sec., 49.15 MiB/sec. | ||
| 6449 | 2025.01.29 07:13:20.327675 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6450 | 2025.01.29 07:13:20.328151 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15832 rows, containing 5 columns (5 merged, 0 gathered) in 0.011669633 sec., 1356683.6249263366 rows/sec., 91.59 MiB/sec. | ||
| 6451 | 2025.01.29 07:13:20.328329 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6452 | 2025.01.29 07:13:20.328435 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_51_10} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6453 | 2025.01.29 07:13:20.328553 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6454 | 2025.01.29 07:13:20.328712 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6455 | 2025.01.29 07:13:20.329015 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2025.01.29 07:13:20.329103 [ 197 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6457 | 2025.01.29 07:13:20.329201 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6458 | 2025.01.29 07:13:23.725596 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6459 | 2025.01.29 07:13:23.725673 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6460 | 2025.01.29 07:13:23.882502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6461 | 2025.01.29 07:13:23.883211 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2025.01.29 07:13:23.883254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6463 | 2025.01.29 07:13:23.883789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6464 | 2025.01.29 07:13:23.884053 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2025.01.29 07:13:23.884279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6466 | 2025.01.29 07:13:23.936077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 902 | ||
| 6467 | 2025.01.29 07:13:23.938923 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.01.29 07:13:23.938975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6469 | 2025.01.29 07:13:23.940475 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6470 | 2025.01.29 07:13:23.940802 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.01.29 07:13:23.942170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6472 | 2025.01.29 07:13:24.001520 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001150421 sec. | ||
| 6473 | 2025.01.29 07:13:24.928095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6474 | 2025.01.29 07:13:24.947647 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2025.01.29 07:13:24.947715 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6476 | 2025.01.29 07:13:24.954664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6477 | 2025.01.29 07:13:24.955428 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2025.01.29 07:13:24.959183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6479 | 2025.01.29 07:13:25.308326 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6480 | 2025.01.29 07:13:25.308553 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6481 | 2025.01.29 07:13:25.308629 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6482 | 2025.01.29 07:13:25.309360 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6483 | 2025.01.29 07:13:25.309410 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6484 | 2025.01.29 07:13:25.309851 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6485 | 2025.01.29 07:13:25.310111 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6486 | 2025.01.29 07:13:25.310370 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 6487 | 2025.01.29 07:13:25.310477 [ 279 ] {44021ec8-21a5-44c5-9076-c92c0e77af96} <Debug> TCPHandler: Processed in 0.002279621 sec. | ||
| 6488 | 2025.01.29 07:13:25.310833 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6489 | 2025.01.29 07:13:25.311052 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6490 | 2025.01.29 07:13:25.311127 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6491 | 2025.01.29 07:13:25.311990 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2025.01.29 07:13:25.312042 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6493 | 2025.01.29 07:13:25.312508 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6494 | 2025.01.29 07:13:25.312771 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2025.01.29 07:13:25.313037 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002038 sec., 137880.2747791953 rows/sec., 12.18 MiB/sec. | ||
| 6496 | 2025.01.29 07:13:25.313234 [ 275 ] {4c004e48-3fa3-40bd-8e46-6a6cfc1aac96} <Debug> TCPHandler: Processed in 0.00261886 sec. | ||
| 6497 | 2025.01.29 07:13:25.313467 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.01.29 07:13:25.313623 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6499 | 2025.01.29 07:13:25.313683 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6500 | 2025.01.29 07:13:25.314334 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.01.29 07:13:25.314374 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6502 | 2025.01.29 07:13:25.314746 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6503 | 2025.01.29 07:13:25.314992 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.29 07:13:25.315205 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001615 sec., 28482.97213622291 rows/sec., 2.05 MiB/sec. | ||
| 6505 | 2025.01.29 07:13:25.315336 [ 279 ] {3215c8c7-5cc9-41e2-9b59-801ba3e06088} <Debug> TCPHandler: Processed in 0.001989924 sec. | ||
| 6506 | 2025.01.29 07:13:25.315489 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6507 | 2025.01.29 07:13:25.315626 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6508 | 2025.01.29 07:13:25.315684 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6509 | 2025.01.29 07:13:25.316322 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2025.01.29 07:13:25.316363 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6511 | 2025.01.29 07:13:25.316737 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6512 | 2025.01.29 07:13:25.316980 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6513 | 2025.01.29 07:13:25.317214 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
| 6514 | 2025.01.29 07:13:25.317268 [ 275 ] {47bcebb5-eaf5-4602-b162-fae47b69992c} <Debug> TCPHandler: Processed in 0.00184666 sec. | ||
| 6515 | 2025.01.29 07:13:25.317426 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2025.01.29 07:13:25.317564 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6517 | 2025.01.29 07:13:25.317620 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6518 | 2025.01.29 07:13:25.318286 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2025.01.29 07:13:25.318325 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6520 | 2025.01.29 07:13:25.318687 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6521 | 2025.01.29 07:13:25.318928 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2025.01.29 07:13:25.319140 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 6523 | 2025.01.29 07:13:25.319192 [ 279 ] {345b86bb-6c7d-4fe4-b29e-06ced97b2a13} <Debug> TCPHandler: Processed in 0.001833599 sec. | ||
| 6524 | 2025.01.29 07:13:25.319361 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6525 | 2025.01.29 07:13:25.319498 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6526 | 2025.01.29 07:13:25.319556 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6527 | 2025.01.29 07:13:25.320369 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.01.29 07:13:25.320410 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6529 | 2025.01.29 07:13:25.320806 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6530 | 2025.01.29 07:13:25.321061 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2025.01.29 07:13:25.321264 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001795 sec., 234540.38997214485 rows/sec., 16.76 MiB/sec. | ||
| 6532 | 2025.01.29 07:13:25.321318 [ 275 ] {502e0da9-bb11-42d2-9b57-caed8d04a5b2} <Debug> TCPHandler: Processed in 0.002021914 sec. | ||
| 6533 | 2025.01.29 07:13:25.321484 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2025.01.29 07:13:25.321623 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6535 | 2025.01.29 07:13:25.321684 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6536 | 2025.01.29 07:13:25.322218 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.01.29 07:13:25.322257 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6538 | 2025.01.29 07:13:25.322640 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6539 | 2025.01.29 07:13:25.322885 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.01.29 07:13:25.323090 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 6541 | 2025.01.29 07:13:25.323141 [ 279 ] {2b4dd9e5-8f6e-4e01-80f4-ac3f367e644d} <Debug> TCPHandler: Processed in 0.001722546 sec. | ||
| 6542 | 2025.01.29 07:13:25.323299 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6543 | 2025.01.29 07:13:25.323438 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6544 | 2025.01.29 07:13:25.323502 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6545 | 2025.01.29 07:13:25.324164 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6546 | 2025.01.29 07:13:25.324202 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6547 | 2025.01.29 07:13:25.324607 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6548 | 2025.01.29 07:13:25.324856 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2025.01.29 07:13:25.325032 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec. | ||
| 6550 | 2025.01.29 07:13:25.325084 [ 275 ] {122817cc-94d3-4dd1-a312-f3667fafa0c7} <Debug> TCPHandler: Processed in 0.00185552 sec. | ||
| 6551 | 2025.01.29 07:13:25.325243 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.01.29 07:13:25.325381 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6553 | 2025.01.29 07:13:25.325443 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6554 | 2025.01.29 07:13:25.326007 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.01.29 07:13:25.326046 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6556 | 2025.01.29 07:13:25.326406 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6557 | 2025.01.29 07:13:25.326652 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.01.29 07:13:25.326902 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 6559 | 2025.01.29 07:13:25.327089 [ 279 ] {097ba9e6-c0ef-4738-ba86-aed36d02e860} <Debug> TCPHandler: Processed in 0.001910501 sec. | ||
| 6560 | 2025.01.29 07:13:25.327272 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2025.01.29 07:13:25.327410 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6562 | 2025.01.29 07:13:25.327504 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6563 | 2025.01.29 07:13:25.328799 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.01.29 07:13:25.328838 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6565 | 2025.01.29 07:13:25.329512 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6566 | 2025.01.29 07:13:25.329780 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.01.29 07:13:25.330037 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002657 sec., 14678.208505833647 rows/sec., 26.30 MiB/sec. | ||
| 6568 | 2025.01.29 07:13:25.330505 [ 275 ] {ba861493-9851-4c00-812b-fa88378c308b} <Debug> TCPHandler: Processed in 0.003309409 sec. | ||
| 6569 | 2025.01.29 07:13:25.330703 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2025.01.29 07:13:25.330841 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6571 | 2025.01.29 07:13:25.330902 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6572 | 2025.01.29 07:13:25.331411 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.01.29 07:13:25.331450 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 6574 | 2025.01.29 07:13:25.331825 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6575 | 2025.01.29 07:13:25.332075 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.01.29 07:13:25.332274 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001465 sec., 55972.696245733794 rows/sec., 3.55 MiB/sec. | ||
| 6577 | 2025.01.29 07:13:25.332322 [ 279 ] {93b0cbb4-c440-4ce8-bdea-40f1a14de60b} <Debug> TCPHandler: Processed in 0.001686185 sec. | ||
| 6578 | 2025.01.29 07:13:30.300833 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6579 | 2025.01.29 07:13:30.301060 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6580 | 2025.01.29 07:13:30.301140 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6581 | 2025.01.29 07:13:30.301924 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.01.29 07:13:30.301970 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6583 | 2025.01.29 07:13:30.302401 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6584 | 2025.01.29 07:13:30.302649 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.01.29 07:13:30.302905 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 6586 | 2025.01.29 07:13:30.302996 [ 279 ] {19467ad0-ec56-4b79-ac9f-cb87d1497437} <Debug> TCPHandler: Processed in 0.002298091 sec. | ||
| 6587 | 2025.01.29 07:13:30.303339 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6588 | 2025.01.29 07:13:30.303652 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6589 | 2025.01.29 07:13:30.303775 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6590 | 2025.01.29 07:13:30.304737 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.01.29 07:13:30.304791 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6592 | 2025.01.29 07:13:30.305246 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6593 | 2025.01.29 07:13:30.305501 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2025.01.29 07:13:30.305752 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002189 sec., 29237.09456372773 rows/sec., 2.28 MiB/sec. | ||
| 6595 | 2025.01.29 07:13:30.305821 [ 275 ] {6561769e-92b3-4537-91c6-6ca3352f9ca5} <Debug> TCPHandler: Processed in 0.002692322 sec. | ||
| 6596 | 2025.01.29 07:13:30.305999 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6597 | 2025.01.29 07:13:30.306147 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6598 | 2025.01.29 07:13:30.306209 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6599 | 2025.01.29 07:13:30.306854 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6600 | 2025.01.29 07:13:30.306931 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6601 | 2025.01.29 07:13:30.307404 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6602 | 2025.01.29 07:13:30.307639 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6603 | 2025.01.29 07:13:30.307841 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec. | ||
| 6604 | 2025.01.29 07:13:30.307898 [ 279 ] {d266304a-6b6b-4ffb-b16c-e7c6a1b856ef} <Debug> TCPHandler: Processed in 0.001967313 sec. | ||
| 6605 | 2025.01.29 07:13:30.308048 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6606 | 2025.01.29 07:13:30.308182 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6607 | 2025.01.29 07:13:30.308285 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6608 | 2025.01.29 07:13:30.309199 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6609 | 2025.01.29 07:13:30.309242 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6610 | 2025.01.29 07:13:30.309652 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6611 | 2025.01.29 07:13:30.309895 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2025.01.29 07:13:30.310132 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00199 sec., 30150.75376884422 rows/sec., 2.03 MiB/sec. | ||
| 6613 | 2025.01.29 07:13:30.310200 [ 275 ] {04bd5054-1eb7-4341-ad1a-510d35b7018d} <Debug> TCPHandler: Processed in 0.00221403 sec. | ||
| 6614 | 2025.01.29 07:13:31.384448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6615 | 2025.01.29 07:13:31.385575 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.01.29 07:13:31.385667 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6617 | 2025.01.29 07:13:31.386608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6618 | 2025.01.29 07:13:31.387098 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.01.29 07:13:31.387409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6620 | 2025.01.29 07:13:32.459237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6621 | 2025.01.29 07:13:32.479330 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2025.01.29 07:13:32.479397 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6623 | 2025.01.29 07:13:32.486754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6624 | 2025.01.29 07:13:32.487499 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2025.01.29 07:13:32.491508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6626 | 2025.01.29 07:13:33.942293 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 932 | ||
| 6627 | 2025.01.29 07:13:33.945373 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6628 | 2025.01.29 07:13:33.945414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6629 | 2025.01.29 07:13:33.946876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6630 | 2025.01.29 07:13:33.947193 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.01.29 07:13:33.948193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 932 | ||
| 6632 | 2025.01.29 07:13:35.309178 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2025.01.29 07:13:35.309376 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6634 | 2025.01.29 07:13:35.309446 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6635 | 2025.01.29 07:13:35.310235 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.01.29 07:13:35.310277 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6637 | 2025.01.29 07:13:35.310704 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6638 | 2025.01.29 07:13:35.310955 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.01.29 07:13:35.311178 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 6640 | 2025.01.29 07:13:35.311410 [ 279 ] {03c71539-4b79-4d11-aa08-505dea302a7a} <Debug> TCPHandler: Processed in 0.002374844 sec. | ||
| 6641 | 2025.01.29 07:13:35.311704 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.01.29 07:13:35.311899 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6643 | 2025.01.29 07:13:35.311980 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6644 | 2025.01.29 07:13:35.312903 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2025.01.29 07:13:35.312947 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6646 | 2025.01.29 07:13:35.313415 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6647 | 2025.01.29 07:13:35.313670 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.01.29 07:13:35.313901 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00206 sec., 136407.76699029125 rows/sec., 12.05 MiB/sec. | ||
| 6649 | 2025.01.29 07:13:35.313958 [ 275 ] {34eb55e9-add4-4c15-b8ca-aabba38fb0c1} <Debug> TCPHandler: Processed in 0.002396645 sec. | ||
| 6650 | 2025.01.29 07:13:35.314137 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.01.29 07:13:35.314258 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.01.29 07:13:35.314307 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6653 | 2025.01.29 07:13:35.314938 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.01.29 07:13:35.314975 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6655 | 2025.01.29 07:13:35.315357 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6656 | 2025.01.29 07:13:35.315612 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.01.29 07:13:35.315788 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001555 sec., 29581.993569131835 rows/sec., 2.13 MiB/sec. | ||
| 6658 | 2025.01.29 07:13:35.315843 [ 279 ] {c8ae1746-d5f7-4763-b8ba-e893fde1a421} <Debug> TCPHandler: Processed in 0.001768457 sec. | ||
| 6659 | 2025.01.29 07:13:35.316051 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2025.01.29 07:13:35.316196 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6661 | 2025.01.29 07:13:35.316259 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6662 | 2025.01.29 07:13:35.316874 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.01.29 07:13:35.316915 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6664 | 2025.01.29 07:13:35.317295 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6665 | 2025.01.29 07:13:35.317545 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.01.29 07:13:35.317761 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001594 sec., 8782.936010037642 rows/sec., 615.10 KiB/sec. | ||
| 6667 | 2025.01.29 07:13:35.317815 [ 275 ] {7d6ef17a-66cb-4fd2-a290-7be8fdef3d61} <Debug> TCPHandler: Processed in 0.001829859 sec. | ||
| 6668 | 2025.01.29 07:13:35.317989 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2025.01.29 07:13:35.318116 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6670 | 2025.01.29 07:13:35.318165 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6671 | 2025.01.29 07:13:35.318762 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.01.29 07:13:35.318804 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6673 | 2025.01.29 07:13:35.319189 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6674 | 2025.01.29 07:13:35.319444 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2025.01.29 07:13:35.319617 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 6676 | 2025.01.29 07:13:35.319670 [ 279 ] {5565e015-1b83-42f4-b938-97639e6ba0f1} <Debug> TCPHandler: Processed in 0.001741077 sec. | ||
| 6677 | 2025.01.29 07:13:35.319848 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2025.01.29 07:13:35.319974 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6679 | 2025.01.29 07:13:35.320023 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6680 | 2025.01.29 07:13:35.320866 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6681 | 2025.01.29 07:13:35.320906 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6682 | 2025.01.29 07:13:35.321292 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6683 | 2025.01.29 07:13:35.321530 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6684 | 2025.01.29 07:13:35.321752 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001803 sec., 233499.72268441488 rows/sec., 16.68 MiB/sec. | ||
| 6685 | 2025.01.29 07:13:35.321808 [ 275 ] {18ef5c0f-5ab8-43e4-8091-81e8619924de} <Debug> TCPHandler: Processed in 0.002021004 sec. | ||
| 6686 | 2025.01.29 07:13:35.321997 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6687 | 2025.01.29 07:13:35.322137 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6688 | 2025.01.29 07:13:35.322224 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6689 | 2025.01.29 07:13:35.322738 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2025.01.29 07:13:35.322776 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6691 | 2025.01.29 07:13:35.323144 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6692 | 2025.01.29 07:13:35.323395 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.01.29 07:13:35.323573 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 6694 | 2025.01.29 07:13:35.323621 [ 279 ] {c3b1f4d4-5f07-492d-a886-298df1884dc8} <Debug> TCPHandler: Processed in 0.001691936 sec. | ||
| 6695 | 2025.01.29 07:13:35.323794 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6696 | 2025.01.29 07:13:35.323918 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6697 | 2025.01.29 07:13:35.323972 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6698 | 2025.01.29 07:13:35.324608 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2025.01.29 07:13:35.324647 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6700 | 2025.01.29 07:13:35.325053 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6701 | 2025.01.29 07:13:35.325346 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6702 | 2025.01.29 07:13:35.325618 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001725 sec., 137391.30434782608 rows/sec., 9.21 MiB/sec. | ||
| 6703 | 2025.01.29 07:13:35.325711 [ 275 ] {70752e66-db33-426a-8962-6754e710d3f3} <Debug> TCPHandler: Processed in 0.001976913 sec. | ||
| 6704 | 2025.01.29 07:13:35.325981 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6705 | 2025.01.29 07:13:35.326150 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6706 | 2025.01.29 07:13:35.326206 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6707 | 2025.01.29 07:13:35.326693 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6708 | 2025.01.29 07:13:35.326731 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6709 | 2025.01.29 07:13:35.327124 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6710 | 2025.01.29 07:13:35.327367 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2025.01.29 07:13:35.327567 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec. | ||
| 6712 | 2025.01.29 07:13:35.327682 [ 279 ] {d9ae2ec0-767b-41bf-9113-01aa20a89af7} <Debug> TCPHandler: Processed in 0.00185579 sec. | ||
| 6713 | 2025.01.29 07:13:35.327888 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2025.01.29 07:13:35.328012 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6715 | 2025.01.29 07:13:35.328102 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6716 | 2025.01.29 07:13:35.329374 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.01.29 07:13:35.329415 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6718 | 2025.01.29 07:13:35.330106 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6719 | 2025.01.29 07:13:35.330387 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2025.01.29 07:13:35.330701 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002711 sec., 14385.835485060863 rows/sec., 25.78 MiB/sec. | ||
| 6721 | 2025.01.29 07:13:35.331095 [ 275 ] {2f2c8058-4e68-401e-94b3-ff12326de51d} <Debug> TCPHandler: Processed in 0.003272268 sec. | ||
| 6722 | 2025.01.29 07:13:35.331254 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6723 | 2025.01.29 07:13:35.331375 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6724 | 2025.01.29 07:13:35.331426 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6725 | 2025.01.29 07:13:35.331935 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6726 | 2025.01.29 07:13:35.331972 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6727 | 2025.01.29 07:13:35.332433 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6728 | 2025.01.29 07:13:35.332803 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6729 | 2025.01.29 07:13:35.333038 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00168 sec., 48809.52380952381 rows/sec., 3.10 MiB/sec. | ||
| 6730 | 2025.01.29 07:13:35.333133 [ 279 ] {5f3f7416-8380-4db5-af5d-ff8fa3eed5aa} <Debug> TCPHandler: Processed in 0.001935862 sec. | ||
| 6731 | 2025.01.29 07:13:38.725716 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6732 | 2025.01.29 07:13:38.725778 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6733 | 2025.01.29 07:13:38.887538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6734 | 2025.01.29 07:13:38.888296 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2025.01.29 07:13:38.888351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6736 | 2025.01.29 07:13:38.888908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6737 | 2025.01.29 07:13:38.889171 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.01.29 07:13:38.889408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6739 | 2025.01.29 07:13:39.991560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6740 | 2025.01.29 07:13:40.012638 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2025.01.29 07:13:40.012689 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6742 | 2025.01.29 07:13:40.020095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6743 | 2025.01.29 07:13:40.020874 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6744 | 2025.01.29 07:13:40.023559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6745 | 2025.01.29 07:13:40.301315 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6746 | 2025.01.29 07:13:40.301501 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6747 | 2025.01.29 07:13:40.301571 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6748 | 2025.01.29 07:13:40.302384 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6749 | 2025.01.29 07:13:40.302428 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6750 | 2025.01.29 07:13:40.302844 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6751 | 2025.01.29 07:13:40.303091 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6752 | 2025.01.29 07:13:40.303315 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.31 MiB/sec. | ||
| 6753 | 2025.01.29 07:13:40.303372 [ 279 ] {fb0f244d-b849-4e12-abeb-c5f65a5ad849} <Debug> TCPHandler: Processed in 0.002181018 sec. | ||
| 6754 | 2025.01.29 07:13:40.303700 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6755 | 2025.01.29 07:13:40.304023 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6756 | 2025.01.29 07:13:40.304144 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6757 | 2025.01.29 07:13:40.305108 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2025.01.29 07:13:40.305162 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6759 | 2025.01.29 07:13:40.305604 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6760 | 2025.01.29 07:13:40.305859 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6761 | 2025.01.29 07:13:40.306113 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002177 sec., 29398.25447864033 rows/sec., 2.29 MiB/sec. | ||
| 6762 | 2025.01.29 07:13:40.306181 [ 275 ] {b5ffb468-3f17-4b2a-9fee-332f0218aed0} <Debug> TCPHandler: Processed in 0.002673672 sec. | ||
| 6763 | 2025.01.29 07:13:40.306341 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6764 | 2025.01.29 07:13:40.306460 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6765 | 2025.01.29 07:13:40.306512 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6766 | 2025.01.29 07:13:40.307092 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6767 | 2025.01.29 07:13:40.307131 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6768 | 2025.01.29 07:13:40.307525 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6769 | 2025.01.29 07:13:40.307754 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6770 | 2025.01.29 07:13:40.307957 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
| 6771 | 2025.01.29 07:13:40.308008 [ 279 ] {857650d1-0f36-4307-964e-90c7502cdfd2} <Debug> TCPHandler: Processed in 0.001727496 sec. | ||
| 6772 | 2025.01.29 07:13:40.308165 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6773 | 2025.01.29 07:13:40.308292 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6774 | 2025.01.29 07:13:40.308349 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6775 | 2025.01.29 07:13:40.308872 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.01.29 07:13:40.308913 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6777 | 2025.01.29 07:13:40.309300 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6778 | 2025.01.29 07:13:40.309542 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6779 | 2025.01.29 07:13:40.309767 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 6780 | 2025.01.29 07:13:40.309823 [ 275 ] {2d268a10-18c4-402c-a27a-eda1c22bb4b9} <Debug> TCPHandler: Processed in 0.001717456 sec. | ||
| 6781 | 2025.01.29 07:13:41.080512 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6782 | 2025.01.29 07:13:41.080705 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6783 | 2025.01.29 07:13:41.080776 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6784 | 2025.01.29 07:13:41.081557 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2025.01.29 07:13:41.081600 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6786 | 2025.01.29 07:13:41.082035 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6787 | 2025.01.29 07:13:41.082281 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.01.29 07:13:41.082489 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 549.22 KiB/sec. | ||
| 6789 | 2025.01.29 07:13:41.082553 [ 279 ] {b805ec9e-091b-4518-99cf-8db55539894c} <Debug> TCPHandler: Processed in 0.002172739 sec. | ||
| 6790 | 2025.01.29 07:13:41.082838 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6791 | 2025.01.29 07:13:41.083042 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6792 | 2025.01.29 07:13:41.083120 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6793 | 2025.01.29 07:13:41.083882 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2025.01.29 07:13:41.083937 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6795 | 2025.01.29 07:13:41.084362 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6796 | 2025.01.29 07:13:41.084630 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2025.01.29 07:13:41.084924 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001932 sec., 8281.573498964804 rows/sec., 675.30 KiB/sec. | ||
| 6798 | 2025.01.29 07:13:41.085094 [ 275 ] {bce44d60-1923-4936-81f0-844254783dd1} <Debug> TCPHandler: Processed in 0.002395065 sec. | ||
| 6799 | 2025.01.29 07:13:41.085265 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.01.29 07:13:41.085389 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6801 | 2025.01.29 07:13:41.085439 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6802 | 2025.01.29 07:13:41.086746 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.01.29 07:13:41.086784 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6804 | 2025.01.29 07:13:41.087241 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6805 | 2025.01.29 07:13:41.087475 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.01.29 07:13:41.087602 [ 106 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6807 | 2025.01.29 07:13:41.087650 [ 106 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2025.01.29 07:13:41.087660 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Debug> executeQuery: Read 1429 rows, 122.57 KiB in 0.002297 sec., 622115.8032215934 rows/sec., 52.11 MiB/sec. | ||
| 6809 | 2025.01.29 07:13:41.087678 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6810 | 2025.01.29 07:13:41.087754 [ 279 ] {4e25b3a7-ed93-4513-b2f8-8b1f2b337816} <Debug> TCPHandler: Processed in 0.002543448 sec. | ||
| 6811 | 2025.01.29 07:13:41.088076 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2025.01.29 07:13:41.088093 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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.01.29 07:13:41.088554 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6814 | 2025.01.29 07:13:41.088693 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6815 | 2025.01.29 07:13:41.088761 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6816 | 2025.01.29 07:13:41.088812 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 6817 | 2025.01.29 07:13:41.089138 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 281 rows starting from the beginning of the part | ||
| 6818 | 2025.01.29 07:13:41.089469 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6819 | 2025.01.29 07:13:41.089818 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 281 rows starting from the beginning of the part | ||
| 6820 | 2025.01.29 07:13:41.090146 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 6821 | 2025.01.29 07:13:41.090442 [ 193 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1429 rows starting from the beginning of the part | ||
| 6822 | 2025.01.29 07:13:41.091838 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6823 | 2025.01.29 07:13:41.091916 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6824 | 2025.01.29 07:13:41.092992 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6825 | 2025.01.29 07:13:41.093323 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2025.01.29 07:13:41.093669 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.005305 sec., 11687.0876531574 rows/sec., 849.36 KiB/sec. | ||
| 6827 | 2025.01.29 07:13:41.094092 [ 275 ] {53801471-c4ec-427e-9025-eaf03f4f9d96} <Debug> TCPHandler: Processed in 0.006218197 sec. | ||
| 6828 | 2025.01.29 07:13:41.094442 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2025.01.29 07:13:41.094731 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6830 | 2025.01.29 07:13:41.094748 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3534 rows, containing 5 columns (5 merged, 0 gathered) in 0.006967687 sec., 507198.44332846755 rows/sec., 44.68 MiB/sec. | ||
| 6831 | 2025.01.29 07:13:41.094798 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6832 | 2025.01.29 07:13:41.095112 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6833 | 2025.01.29 07:13:41.095731 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2025.01.29 07:13:41.095926 [ 201 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_56_11} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6835 | 2025.01.29 07:13:41.096074 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6836 | 2025.01.29 07:13:41.096128 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.01.29 07:13:41.096172 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6838 | 2025.01.29 07:13:41.096541 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6839 | 2025.01.29 07:13:41.096787 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.01.29 07:13:41.096981 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002317 sec., 104445.40353905913 rows/sec., 7.08 MiB/sec. | ||
| 6841 | 2025.01.29 07:13:41.097038 [ 279 ] {4c938c6d-a270-49be-ad54-00d540c6c0e5} <Debug> TCPHandler: Processed in 0.002805416 sec. | ||
| 6842 | 2025.01.29 07:13:41.097201 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.01.29 07:13:41.097340 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6844 | 2025.01.29 07:13:41.097398 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6845 | 2025.01.29 07:13:41.098008 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.01.29 07:13:41.098048 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6847 | 2025.01.29 07:13:41.098401 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6848 | 2025.01.29 07:13:41.098633 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.01.29 07:13:41.098853 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec. | ||
| 6850 | 2025.01.29 07:13:41.098910 [ 275 ] {66fd5dcf-8298-46f9-bcbb-0f4536e40f58} <Debug> TCPHandler: Processed in 0.001775398 sec. | ||
| 6851 | 2025.01.29 07:13:41.099057 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.01.29 07:13:41.099173 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6853 | 2025.01.29 07:13:41.099221 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6854 | 2025.01.29 07:13:41.100142 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.01.29 07:13:41.100179 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6856 | 2025.01.29 07:13:41.100580 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6857 | 2025.01.29 07:13:41.100822 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.01.29 07:13:41.101018 [ 104 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6859 | 2025.01.29 07:13:41.101054 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001897 sec., 470743.27886136004 rows/sec., 34.18 MiB/sec. | ||
| 6860 | 2025.01.29 07:13:41.101072 [ 104 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2025.01.29 07:13:41.101140 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6862 | 2025.01.29 07:13:41.101196 [ 279 ] {f64923af-efa1-458b-8952-1b63e798d83c} <Debug> TCPHandler: Processed in 0.002194959 sec. | ||
| 6863 | 2025.01.29 07:13:41.101467 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.01.29 07:13:41.101769 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6865 | 2025.01.29 07:13:41.101819 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6866 | 2025.01.29 07:13:41.101990 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6867 | 2025.01.29 07:13:41.102582 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6868 | 2025.01.29 07:13:41.102752 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6869 | 2025.01.29 07:13:41.103109 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6870 | 2025.01.29 07:13:41.103406 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6871 | 2025.01.29 07:13:41.103752 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6872 | 2025.01.29 07:13:41.104027 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 6873 | 2025.01.29 07:13:41.104345 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6874 | 2025.01.29 07:13:41.104755 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6875 | 2025.01.29 07:13:41.104821 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6876 | 2025.01.29 07:13:41.105638 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6877 | 2025.01.29 07:13:41.106151 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6878 | 2025.01.29 07:13:41.106668 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004917 sec., 1220.2562538133006 rows/sec., 63.75 KiB/sec. | ||
| 6879 | 2025.01.29 07:13:41.106835 [ 275 ] {de1d00ea-fc2f-4ddc-b5c5-c83a0284f551} <Debug> TCPHandler: Processed in 0.005535828 sec. | ||
| 6880 | 2025.01.29 07:13:41.106990 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6881 | 2025.01.29 07:13:41.107129 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6882 | 2025.01.29 07:13:41.107183 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6883 | 2025.01.29 07:13:41.107900 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.006602297 sec., 420459.7278795546 rows/sec., 32.11 MiB/sec. | ||
| 6884 | 2025.01.29 07:13:41.108133 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6885 | 2025.01.29 07:13:41.108586 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6886 | 2025.01.29 07:13:41.108825 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_56_11} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6887 | 2025.01.29 07:13:41.108958 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6888 | 2025.01.29 07:13:41.109040 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2025.01.29 07:13:41.109084 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6890 | 2025.01.29 07:13:41.109541 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6891 | 2025.01.29 07:13:41.109779 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.01.29 07:13:41.109942 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6893 | 2025.01.29 07:13:41.109996 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2025.01.29 07:13:41.110034 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002926 sec., 329118.25017088174 rows/sec., 21.87 MiB/sec. | ||
| 6895 | 2025.01.29 07:13:41.110042 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6896 | 2025.01.29 07:13:41.110257 [ 279 ] {bcc404fb-6b3c-452b-a6ef-cd1857913218} <Debug> TCPHandler: Processed in 0.003324559 sec. | ||
| 6897 | 2025.01.29 07:13:41.110440 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6898 | 2025.01.29 07:13:41.110509 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6899 | 2025.01.29 07:13:41.110843 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6900 | 2025.01.29 07:13:41.110973 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15832 rows starting from the beginning of the part | ||
| 6901 | 2025.01.29 07:13:41.110996 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6902 | 2025.01.29 07:13:41.111331 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6903 | 2025.01.29 07:13:41.111325 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6904 | 2025.01.29 07:13:41.111691 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6905 | 2025.01.29 07:13:41.112036 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6906 | 2025.01.29 07:13:41.112436 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 6907 | 2025.01.29 07:13:41.112805 [ 201 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 963 rows starting from the beginning of the part | ||
| 6908 | 2025.01.29 07:13:41.114364 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.01.29 07:13:41.114407 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6910 | 2025.01.29 07:13:41.115116 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6911 | 2025.01.29 07:13:41.115508 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.01.29 07:13:41.116043 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00522 sec., 191.57088122605364 rows/sec., 12.91 KiB/sec. | ||
| 6913 | 2025.01.29 07:13:41.116185 [ 275 ] {730fb742-73ec-4c89-9ab9-162d92a1ef55} <Debug> TCPHandler: Processed in 0.005799675 sec. | ||
| 6914 | 2025.01.29 07:13:41.116400 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6915 | 2025.01.29 07:13:41.116557 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6916 | 2025.01.29 07:13:41.116668 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6917 | 2025.01.29 07:13:41.118441 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2025.01.29 07:13:41.118481 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6919 | 2025.01.29 07:13:41.119399 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6920 | 2025.01.29 07:13:41.119692 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6921 | 2025.01.29 07:13:41.119963 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003434 sec., 11357.018054746652 rows/sec., 20.35 MiB/sec. | ||
| 6922 | 2025.01.29 07:13:41.120688 [ 279 ] {cb822b9f-8c08-4423-9896-8d74ed86a4a3} <Debug> TCPHandler: Processed in 0.004394168 sec. | ||
| 6923 | 2025.01.29 07:13:41.120822 [ 196 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17589 rows, containing 5 columns (5 merged, 0 gathered) in 0.010631546 sec., 1654416.0181407295 rows/sec., 111.64 MiB/sec. | ||
| 6924 | 2025.01.29 07:13:41.120906 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6925 | 2025.01.29 07:13:41.121070 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6926 | 2025.01.29 07:13:41.121139 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6927 | 2025.01.29 07:13:41.121158 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6928 | 2025.01.29 07:13:41.121893 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.01.29 07:13:41.122124 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6930 | 2025.01.29 07:13:41.122306 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 6931 | 2025.01.29 07:13:41.122395 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6932 | 2025.01.29 07:13:41.122438 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6933 | 2025.01.29 07:13:41.122802 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6934 | 2025.01.29 07:13:41.123038 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6935 | 2025.01.29 07:13:41.123164 [ 104 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6936 | 2025.01.29 07:13:41.123201 [ 104 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6937 | 2025.01.29 07:13:41.123229 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6938 | 2025.01.29 07:13:41.123232 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002198 sec., 15468.607825295725 rows/sec., 919.25 KiB/sec. | ||
| 6939 | 2025.01.29 07:13:41.123410 [ 275 ] {e4692bb4-13af-49b1-a90e-dfa8401d7c34} <Debug> TCPHandler: Processed in 0.00261065 sec. | ||
| 6940 | 2025.01.29 07:13:41.123450 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6941 | 2025.01.29 07:13:41.123689 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6942 | 2025.01.29 07:13:41.123742 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part | ||
| 6943 | 2025.01.29 07:13:41.123826 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6944 | 2025.01.29 07:13:41.124081 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6945 | 2025.01.29 07:13:41.124380 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6946 | 2025.01.29 07:13:41.124559 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 6947 | 2025.01.29 07:13:41.124730 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 6948 | 2025.01.29 07:13:41.126368 [ 192 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003084123 sec., 1105014.2941769832 rows/sec., 71.99 MiB/sec. | ||
| 6949 | 2025.01.29 07:13:41.126684 [ 192 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6950 | 2025.01.29 07:13:41.127020 [ 192 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6951 | 2025.01.29 07:13:41.127113 [ 192 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_56_11} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6952 | 2025.01.29 07:13:41.127199 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6953 | 2025.01.29 07:13:43.948394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 986 | ||
| 6954 | 2025.01.29 07:13:43.952142 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2025.01.29 07:13:43.952204 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6956 | 2025.01.29 07:13:43.953717 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6957 | 2025.01.29 07:13:43.954064 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2025.01.29 07:13:43.955349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
| 6959 | 2025.01.29 07:13:45.300093 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6960 | 2025.01.29 07:13:45.300333 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6961 | 2025.01.29 07:13:45.300423 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6962 | 2025.01.29 07:13:45.301299 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6963 | 2025.01.29 07:13:45.301345 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6964 | 2025.01.29 07:13:45.301765 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6965 | 2025.01.29 07:13:45.302023 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2025.01.29 07:13:45.302260 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec. | ||
| 6967 | 2025.01.29 07:13:45.302325 [ 279 ] {61eff083-e7b7-46cf-8d83-5b40fa7d9d8c} <Debug> TCPHandler: Processed in 0.002380424 sec. | ||
| 6968 | 2025.01.29 07:13:45.302613 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6969 | 2025.01.29 07:13:45.302833 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6970 | 2025.01.29 07:13:45.302918 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6971 | 2025.01.29 07:13:45.303797 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2025.01.29 07:13:45.303850 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6973 | 2025.01.29 07:13:45.304294 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6974 | 2025.01.29 07:13:45.304559 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6975 | 2025.01.29 07:13:45.304825 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec. | ||
| 6976 | 2025.01.29 07:13:45.304925 [ 275 ] {09745f4c-4cc7-4bc6-ac29-c08d6ddffb2e} <Debug> TCPHandler: Processed in 0.002462746 sec. | ||
| 6977 | 2025.01.29 07:13:45.305153 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6978 | 2025.01.29 07:13:45.305475 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6979 | 2025.01.29 07:13:45.305581 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6980 | 2025.01.29 07:13:45.306169 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6981 | 2025.01.29 07:13:45.306209 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6982 | 2025.01.29 07:13:45.306600 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6983 | 2025.01.29 07:13:45.306833 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6984 | 2025.01.29 07:13:45.307052 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001706 sec., 75029.30832356389 rows/sec., 5.23 MiB/sec. | ||
| 6985 | 2025.01.29 07:13:45.307103 [ 279 ] {5c145e02-d097-4dd4-9887-77f237f9c900} <Debug> TCPHandler: Processed in 0.002077286 sec. | ||
| 6986 | 2025.01.29 07:13:45.307274 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6987 | 2025.01.29 07:13:45.307420 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6988 | 2025.01.29 07:13:45.307485 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6989 | 2025.01.29 07:13:45.308032 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6990 | 2025.01.29 07:13:45.308073 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6991 | 2025.01.29 07:13:45.308453 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6992 | 2025.01.29 07:13:45.308685 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6993 | 2025.01.29 07:13:45.308901 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec. | ||
| 6994 | 2025.01.29 07:13:45.308954 [ 275 ] {2ab10c8f-5eb2-431e-8714-3124719503f6} <Debug> TCPHandler: Processed in 0.001747317 sec. | ||
| 6995 | 2025.01.29 07:13:46.389528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6996 | 2025.01.29 07:13:46.390270 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2025.01.29 07:13:46.390323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 6998 | 2025.01.29 07:13:46.390877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6999 | 2025.01.29 07:13:46.391144 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2025.01.29 07:13:46.391468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7001 | 2025.01.29 07:13:47.523622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7002 | 2025.01.29 07:13:47.545423 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2025.01.29 07:13:47.545484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7004 | 2025.01.29 07:13:47.552989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7005 | 2025.01.29 07:13:47.553779 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7006 | 2025.01.29 07:13:47.557276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7007 | 2025.01.29 07:13:50.301561 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2025.01.29 07:13:50.301816 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7009 | 2025.01.29 07:13:50.301923 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7010 | 2025.01.29 07:13:50.302714 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.01.29 07:13:50.302757 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7012 | 2025.01.29 07:13:50.303178 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7013 | 2025.01.29 07:13:50.303431 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.01.29 07:13:50.303676 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 7015 | 2025.01.29 07:13:50.303741 [ 279 ] {76b72d33-2a9f-48ea-bbed-1beee8618c87} <Debug> TCPHandler: Processed in 0.002331912 sec. | ||
| 7016 | 2025.01.29 07:13:50.304065 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7017 | 2025.01.29 07:13:50.304375 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7018 | 2025.01.29 07:13:50.304495 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7019 | 2025.01.29 07:13:50.305476 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.01.29 07:13:50.305528 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7021 | 2025.01.29 07:13:50.305968 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7022 | 2025.01.29 07:13:50.306220 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.01.29 07:13:50.306485 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002199 sec., 29104.13824465666 rows/sec., 2.27 MiB/sec. | ||
| 7024 | 2025.01.29 07:13:50.306552 [ 275 ] {2793d54e-b224-437f-956b-d401f0165f82} <Debug> TCPHandler: Processed in 0.002677442 sec. | ||
| 7025 | 2025.01.29 07:13:50.306693 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7026 | 2025.01.29 07:13:50.306821 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7027 | 2025.01.29 07:13:50.306889 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7028 | 2025.01.29 07:13:50.307476 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7029 | 2025.01.29 07:13:50.307515 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7030 | 2025.01.29 07:13:50.307928 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7031 | 2025.01.29 07:13:50.308167 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2025.01.29 07:13:50.308385 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 7033 | 2025.01.29 07:13:50.308446 [ 279 ] {c51a4ba5-2337-482b-8c29-8e46c0ab6bae} <Debug> TCPHandler: Processed in 0.001810318 sec. | ||
| 7034 | 2025.01.29 07:13:50.308581 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7035 | 2025.01.29 07:13:50.308710 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7036 | 2025.01.29 07:13:50.308768 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7037 | 2025.01.29 07:13:50.309298 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.01.29 07:13:50.309340 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7039 | 2025.01.29 07:13:50.309729 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7040 | 2025.01.29 07:13:50.309995 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.01.29 07:13:50.310247 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec. | ||
| 7042 | 2025.01.29 07:13:50.310352 [ 275 ] {ee638fd1-77e4-476b-bb8c-05f4e26f9c81} <Debug> TCPHandler: Processed in 0.001831189 sec. | ||
| 7043 | 2025.01.29 07:13:52.111175 [ 92 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7044 | 2025.01.29 07:13:52.111242 [ 92 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7045 | 2025.01.29 07:13:52.111264 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 7046 | 2025.01.29 07:13:52.111450 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 7047 | 2025.01.29 07:13:52.111703 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7048 | 2025.01.29 07:13:52.111742 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 7049 | 2025.01.29 07:13:52.111830 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7050 | 2025.01.29 07:13:52.112078 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7051 | 2025.01.29 07:13:52.112296 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7052 | 2025.01.29 07:13:52.112482 [ 196 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7053 | 2025.01.29 07:13:52.113698 [ 189 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002369213 sec., 318671.2212029902 rows/sec., 22.81 MiB/sec. | ||
| 7054 | 2025.01.29 07:13:52.113927 [ 199 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7055 | 2025.01.29 07:13:52.114287 [ 199 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.01.29 07:13:52.114379 [ 199 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_24_5} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7057 | 2025.01.29 07:13:52.114485 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7058 | 2025.01.29 07:13:53.166871 [ 91 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7059 | 2025.01.29 07:13:53.166988 [ 91 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2025.01.29 07:13:53.167032 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7061 | 2025.01.29 07:13:53.167302 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::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 | ||
| 7062 | 2025.01.29 07:13:53.167648 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7063 | 2025.01.29 07:13:53.167725 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 7064 | 2025.01.29 07:13:53.167823 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
| 7065 | 2025.01.29 07:13:53.168030 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part | ||
| 7066 | 2025.01.29 07:13:53.168298 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part | ||
| 7067 | 2025.01.29 07:13:53.168438 [ 196 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 62 rows starting from the beginning of the part | ||
| 7068 | 2025.01.29 07:13:53.169641 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002495437 sec., 106594.55638431264 rows/sec., 8.02 MiB/sec. | ||
| 7069 | 2025.01.29 07:13:53.169925 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7070 | 2025.01.29 07:13:53.170292 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7071 | 2025.01.29 07:13:53.170447 [ 199 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_24_5} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7072 | 2025.01.29 07:13:53.170549 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7073 | 2025.01.29 07:13:53.398832 [ 91 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7074 | 2025.01.29 07:13:53.398872 [ 91 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7075 | 2025.01.29 07:13:53.398893 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7076 | 2025.01.29 07:13:53.399087 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7077 | 2025.01.29 07:13:53.399302 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7078 | 2025.01.29 07:13:53.399339 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7079 | 2025.01.29 07:13:53.399423 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7080 | 2025.01.29 07:13:53.399514 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7081 | 2025.01.29 07:13:53.399765 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7082 | 2025.01.29 07:13:53.399967 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 7083 | 2025.01.29 07:13:53.400892 [ 187 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.001933872 sec., 74462.01196356326 rows/sec., 3.80 MiB/sec. | ||
| 7084 | 2025.01.29 07:13:53.401029 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7085 | 2025.01.29 07:13:53.401307 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_24_5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2025.01.29 07:13:53.401396 [ 194 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_24_5} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7087 | 2025.01.29 07:13:53.401475 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7088 | 2025.01.29 07:13:53.582028 [ 91 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7089 | 2025.01.29 07:13:53.582137 [ 91 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.01.29 07:13:53.582185 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7091 | 2025.01.29 07:13:53.582456 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 7092 | 2025.01.29 07:13:53.582752 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7093 | 2025.01.29 07:13:53.582817 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part | ||
| 7094 | 2025.01.29 07:13:53.582990 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7095 | 2025.01.29 07:13:53.583170 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7096 | 2025.01.29 07:13:53.583311 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7097 | 2025.01.29 07:13:53.583524 [ 187 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7098 | 2025.01.29 07:13:53.584619 [ 194 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002318732 sec., 10781.754855671117 rows/sec., 724.82 KiB/sec. | ||
| 7099 | 2025.01.29 07:13:53.584775 [ 191 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7100 | 2025.01.29 07:13:53.585084 [ 191 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2025.01.29 07:13:53.585170 [ 191 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_24_5} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7102 | 2025.01.29 07:13:53.585243 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7103 | 2025.01.29 07:13:53.725823 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7104 | 2025.01.29 07:13:53.725859 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7105 | 2025.01.29 07:13:53.891671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7106 | 2025.01.29 07:13:53.892670 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7107 | 2025.01.29 07:13:53.892712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7108 | 2025.01.29 07:13:53.893267 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7109 | 2025.01.29 07:13:53.893518 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7110 | 2025.01.29 07:13:53.893762 [ 91 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7111 | 2025.01.29 07:13:53.893799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7112 | 2025.01.29 07:13:53.893859 [ 91 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7113 | 2025.01.29 07:13:53.893904 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7114 | 2025.01.29 07:13:53.894118 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 7115 | 2025.01.29 07:13:53.894479 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7116 | 2025.01.29 07:13:53.894592 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7117 | 2025.01.29 07:13:53.894936 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7118 | 2025.01.29 07:13:53.895126 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7119 | 2025.01.29 07:13:53.895216 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7120 | 2025.01.29 07:13:53.895295 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7121 | 2025.01.29 07:13:53.895380 [ 194 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7122 | 2025.01.29 07:13:53.897918 [ 191 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003917545 sec., 4219734.553144891 rows/sec., 60.36 MiB/sec. | ||
| 7123 | 2025.01.29 07:13:53.898146 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7124 | 2025.01.29 07:13:53.898758 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.01.29 07:13:53.898914 [ 197 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_36_7} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7126 | 2025.01.29 07:13:53.899100 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7127 | 2025.01.29 07:13:53.955605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1002 | ||
| 7128 | 2025.01.29 07:13:53.958280 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.01.29 07:13:53.958331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7130 | 2025.01.29 07:13:53.959829 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7131 | 2025.01.29 07:13:53.960168 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2025.01.29 07:13:53.960376 [ 91 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7133 | 2025.01.29 07:13:53.960477 [ 91 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2025.01.29 07:13:53.960543 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7135 | 2025.01.29 07:13:53.961285 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7136 | 2025.01.29 07:13:53.964328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 7137 | 2025.01.29 07:13:53.964565 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7138 | 2025.01.29 07:13:53.964721 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 832 rows starting from the beginning of the part | ||
| 7139 | 2025.01.29 07:13:53.965336 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7140 | 2025.01.29 07:13:53.965796 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7141 | 2025.01.29 07:13:53.966272 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7142 | 2025.01.29 07:13:53.966724 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7143 | 2025.01.29 07:13:53.967173 [ 190 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 7144 | 2025.01.29 07:13:53.974742 [ 197 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1002 rows, containing 72 columns (72 merged, 0 gathered) in 0.014058017 sec., 71276.05550626379 rows/sec., 57.73 MiB/sec. | ||
| 7145 | 2025.01.29 07:13:53.976310 [ 193 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7146 | 2025.01.29 07:13:53.977146 [ 193 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.01.29 07:13:53.977238 [ 193 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_26_5} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7148 | 2025.01.29 07:13:53.977579 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 7149 | 2025.01.29 07:13:55.057336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7150 | 2025.01.29 07:13:55.080634 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2025.01.29 07:13:55.080699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7152 | 2025.01.29 07:13:55.088226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7153 | 2025.01.29 07:13:55.089067 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2025.01.29 07:13:55.089480 [ 90 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7155 | 2025.01.29 07:13:55.089607 [ 90 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.01.29 07:13:55.089688 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7157 | 2025.01.29 07:13:55.090161 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7158 | 2025.01.29 07:13:55.104225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7159 | 2025.01.29 07:13:55.106218 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7160 | 2025.01.29 07:13:55.107895 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7161 | 2025.01.29 07:13:55.113969 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7162 | 2025.01.29 07:13:55.119809 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7163 | 2025.01.29 07:13:55.125437 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7164 | 2025.01.29 07:13:55.131298 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7165 | 2025.01.29 07:13:55.136116 [ 201 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 7166 | 2025.01.29 07:13:55.196465 [ 195 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106633712 sec., 2550.788065972982 rows/sec., 13.19 MiB/sec. | ||
| 7167 | 2025.01.29 07:13:55.199506 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7168 | 2025.01.29 07:13:55.202575 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_36_7} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2025.01.29 07:13:55.202706 [ 192 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_36_7} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7170 | 2025.01.29 07:13:55.205498 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7171 | 2025.01.29 07:13:55.307719 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7172 | 2025.01.29 07:13:55.307911 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7173 | 2025.01.29 07:13:55.307980 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7174 | 2025.01.29 07:13:55.308750 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7175 | 2025.01.29 07:13:55.308798 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7176 | 2025.01.29 07:13:55.309232 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7177 | 2025.01.29 07:13:55.309496 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7178 | 2025.01.29 07:13:55.309650 [ 90 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7179 | 2025.01.29 07:13:55.309689 [ 90 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.01.29 07:13:55.309700 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 7181 | 2025.01.29 07:13:55.309715 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7182 | 2025.01.29 07:13:55.309811 [ 279 ] {863b8050-002b-498d-a7e4-0b50956dd91c} <Debug> TCPHandler: Processed in 0.002217739 sec. | ||
| 7183 | 2025.01.29 07:13:55.310179 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 7184 | 2025.01.29 07:13:55.310315 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7185 | 2025.01.29 07:13:55.310421 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7186 | 2025.01.29 07:13:55.310489 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7187 | 2025.01.29 07:13:55.310660 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7188 | 2025.01.29 07:13:55.310701 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7189 | 2025.01.29 07:13:55.310938 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7190 | 2025.01.29 07:13:55.310991 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7191 | 2025.01.29 07:13:55.311373 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7192 | 2025.01.29 07:13:55.311667 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 7193 | 2025.01.29 07:13:55.314111 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.01.29 07:13:55.314233 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7195 | 2025.01.29 07:13:55.314331 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004490061 sec., 15589.988643806844 rows/sec., 1.16 MiB/sec. | ||
| 7196 | 2025.01.29 07:13:55.314526 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7197 | 2025.01.29 07:13:55.315142 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.01.29 07:13:55.315171 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7199 | 2025.01.29 07:13:55.315303 [ 189 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_25_6} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7200 | 2025.01.29 07:13:55.315463 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7201 | 2025.01.29 07:13:55.315615 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7202 | 2025.01.29 07:13:55.315894 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005367 sec., 52356.996459847214 rows/sec., 4.63 MiB/sec. | ||
| 7203 | 2025.01.29 07:13:55.315990 [ 275 ] {147fe0e4-08e1-4b79-a672-f0f6e6bc20c7} <Debug> TCPHandler: Processed in 0.006009732 sec. | ||
| 7204 | 2025.01.29 07:13:55.316259 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7205 | 2025.01.29 07:13:55.316428 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7206 | 2025.01.29 07:13:55.316477 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7207 | 2025.01.29 07:13:55.317097 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2025.01.29 07:13:55.317135 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7209 | 2025.01.29 07:13:55.317492 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7210 | 2025.01.29 07:13:55.317724 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7211 | 2025.01.29 07:13:55.317905 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001503 sec., 30605.455755156356 rows/sec., 2.20 MiB/sec. | ||
| 7212 | 2025.01.29 07:13:55.317956 [ 279 ] {6e64ce6d-f4b9-431b-9727-3a8b5a8f2515} <Debug> TCPHandler: Processed in 0.001825889 sec. | ||
| 7213 | 2025.01.29 07:13:55.318118 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7214 | 2025.01.29 07:13:55.318257 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7215 | 2025.01.29 07:13:55.318314 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7216 | 2025.01.29 07:13:55.318997 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7217 | 2025.01.29 07:13:55.319045 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7218 | 2025.01.29 07:13:55.319411 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7219 | 2025.01.29 07:13:55.319647 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2025.01.29 07:13:55.319847 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec. | ||
| 7221 | 2025.01.29 07:13:55.319903 [ 275 ] {4451e782-1e17-4709-bd42-e2fda789c54d} <Debug> TCPHandler: Processed in 0.001845799 sec. | ||
| 7222 | 2025.01.29 07:13:55.320051 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7223 | 2025.01.29 07:13:55.320167 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7224 | 2025.01.29 07:13:55.320214 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7225 | 2025.01.29 07:13:55.320788 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7226 | 2025.01.29 07:13:55.320824 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7227 | 2025.01.29 07:13:55.321177 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7228 | 2025.01.29 07:13:55.321411 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7229 | 2025.01.29 07:13:55.321570 [ 88 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7230 | 2025.01.29 07:13:55.321625 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec. | ||
| 7231 | 2025.01.29 07:13:55.321633 [ 88 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.01.29 07:13:55.321709 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7233 | 2025.01.29 07:13:55.321758 [ 279 ] {873ed621-8f09-4144-9219-7d19d77a4998} <Debug> TCPHandler: Processed in 0.001761547 sec. | ||
| 7234 | 2025.01.29 07:13:55.322056 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7235 | 2025.01.29 07:13:55.322069 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 7236 | 2025.01.29 07:13:55.322566 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7237 | 2025.01.29 07:13:55.322586 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7238 | 2025.01.29 07:13:55.322665 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7239 | 2025.01.29 07:13:55.322753 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7240 | 2025.01.29 07:13:55.323025 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7241 | 2025.01.29 07:13:55.323383 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7242 | 2025.01.29 07:13:55.323761 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7243 | 2025.01.29 07:13:55.324154 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7244 | 2025.01.29 07:13:55.326181 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2025.01.29 07:13:55.326271 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7246 | 2025.01.29 07:13:55.326532 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004721737 sec., 13766.120391711778 rows/sec., 912.09 KiB/sec. | ||
| 7247 | 2025.01.29 07:13:55.326724 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7248 | 2025.01.29 07:13:55.327194 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7249 | 2025.01.29 07:13:55.327282 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7250 | 2025.01.29 07:13:55.327448 [ 198 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_25_6} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7251 | 2025.01.29 07:13:55.327568 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7252 | 2025.01.29 07:13:55.327646 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.01.29 07:13:55.327843 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005497 sec., 76587.22939785337 rows/sec., 5.47 MiB/sec. | ||
| 7254 | 2025.01.29 07:13:55.327917 [ 275 ] {adc6f241-d151-4def-be3f-233a38fbd7b8} <Debug> TCPHandler: Processed in 0.006050522 sec. | ||
| 7255 | 2025.01.29 07:13:55.328085 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2025.01.29 07:13:55.328201 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7257 | 2025.01.29 07:13:55.328250 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7258 | 2025.01.29 07:13:55.328736 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.01.29 07:13:55.328774 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7260 | 2025.01.29 07:13:55.329137 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7261 | 2025.01.29 07:13:55.329370 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.01.29 07:13:55.329578 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. | ||
| 7263 | 2025.01.29 07:13:55.329629 [ 279 ] {e4b93ea3-b12e-4704-a1fb-d21f909b1295} <Debug> TCPHandler: Processed in 0.001599182 sec. | ||
| 7264 | 2025.01.29 07:13:55.329777 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.01.29 07:13:55.329896 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7266 | 2025.01.29 07:13:55.329951 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7267 | 2025.01.29 07:13:55.330549 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.01.29 07:13:55.330587 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7269 | 2025.01.29 07:13:55.331001 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7270 | 2025.01.29 07:13:55.331247 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.01.29 07:13:55.331425 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001555 sec., 152411.57556270098 rows/sec., 10.22 MiB/sec. | ||
| 7272 | 2025.01.29 07:13:55.331476 [ 275 ] {c4cc17f8-23d1-4773-974f-43f158b112c3} <Debug> TCPHandler: Processed in 0.001757877 sec. | ||
| 7273 | 2025.01.29 07:13:55.331620 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.01.29 07:13:55.331747 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7275 | 2025.01.29 07:13:55.331805 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7276 | 2025.01.29 07:13:55.332315 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.01.29 07:13:55.332357 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7278 | 2025.01.29 07:13:55.332747 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7279 | 2025.01.29 07:13:55.333016 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.01.29 07:13:55.333222 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec. | ||
| 7281 | 2025.01.29 07:13:55.333271 [ 279 ] {65958961-b7cf-4abf-8579-9a0c203d97d3} <Debug> TCPHandler: Processed in 0.001711176 sec. | ||
| 7282 | 2025.01.29 07:13:55.333432 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.01.29 07:13:55.333575 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.01.29 07:13:55.333667 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7285 | 2025.01.29 07:13:55.334909 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.01.29 07:13:55.334948 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7287 | 2025.01.29 07:13:55.335656 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7288 | 2025.01.29 07:13:55.335920 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.01.29 07:13:55.336182 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002641 sec., 14767.133661491858 rows/sec., 26.46 MiB/sec. | ||
| 7290 | 2025.01.29 07:13:55.336613 [ 275 ] {f440c7ca-5a94-411d-af85-2feb1b07caf6} <Debug> TCPHandler: Processed in 0.003249107 sec. | ||
| 7291 | 2025.01.29 07:13:55.336769 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2025.01.29 07:13:55.336895 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7293 | 2025.01.29 07:13:55.336947 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7294 | 2025.01.29 07:13:55.337430 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2025.01.29 07:13:55.337468 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7296 | 2025.01.29 07:13:55.337834 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7297 | 2025.01.29 07:13:55.338075 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.01.29 07:13:55.338305 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
| 7299 | 2025.01.29 07:13:55.338373 [ 279 ] {538a4348-6de6-40ab-be56-7da4f9dedc01} <Debug> TCPHandler: Processed in 0.001661915 sec. | ||
| 7300 | 2025.01.29 07:14:00.302616 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.01.29 07:14:00.302815 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7302 | 2025.01.29 07:14:00.302895 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7303 | 2025.01.29 07:14:00.303663 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2025.01.29 07:14:00.303714 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7305 | 2025.01.29 07:14:00.304156 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7306 | 2025.01.29 07:14:00.304404 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.01.29 07:14:00.304667 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 7308 | 2025.01.29 07:14:00.304774 [ 279 ] {a3c38021-68ec-4d14-bf27-e5591f58eaba} <Debug> TCPHandler: Processed in 0.002284371 sec. | ||
| 7309 | 2025.01.29 07:14:00.305092 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.01.29 07:14:00.305283 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7311 | 2025.01.29 07:14:00.305359 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7312 | 2025.01.29 07:14:00.306143 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.01.29 07:14:00.306191 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7314 | 2025.01.29 07:14:00.306642 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7315 | 2025.01.29 07:14:00.306904 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.01.29 07:14:00.307150 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001921 sec., 33315.98125976054 rows/sec., 2.60 MiB/sec. | ||
| 7317 | 2025.01.29 07:14:00.307213 [ 275 ] {c94099cc-4d56-491b-ada4-838740e36d38} <Debug> TCPHandler: Processed in 0.002311482 sec. | ||
| 7318 | 2025.01.29 07:14:00.307351 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7319 | 2025.01.29 07:14:00.307474 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7320 | 2025.01.29 07:14:00.307533 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7321 | 2025.01.29 07:14:00.308127 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.01.29 07:14:00.308167 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7323 | 2025.01.29 07:14:00.308583 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7324 | 2025.01.29 07:14:00.308817 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.01.29 07:14:00.309035 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 7326 | 2025.01.29 07:14:00.309092 [ 279 ] {45ecd6b4-5f45-454c-8e1f-bcbbc7bb2706} <Debug> TCPHandler: Processed in 0.001800928 sec. | ||
| 7327 | 2025.01.29 07:14:00.309227 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7328 | 2025.01.29 07:14:00.309366 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7329 | 2025.01.29 07:14:00.309431 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7330 | 2025.01.29 07:14:00.310074 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2025.01.29 07:14:00.310122 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7332 | 2025.01.29 07:14:00.310534 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7333 | 2025.01.29 07:14:00.310779 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2025.01.29 07:14:00.311022 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001689 sec., 35523.97868561279 rows/sec., 2.39 MiB/sec. | ||
| 7335 | 2025.01.29 07:14:00.311118 [ 275 ] {607f0d30-0003-445e-aaa7-e4f683b490de} <Debug> TCPHandler: Processed in 0.001949082 sec. | ||
| 7336 | 2025.01.29 07:14:01.394333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7337 | 2025.01.29 07:14:01.395304 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.01.29 07:14:01.395375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7339 | 2025.01.29 07:14:01.396117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7340 | 2025.01.29 07:14:01.396498 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.01.29 07:14:01.396790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7342 | 2025.01.29 07:14:02.604300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7343 | 2025.01.29 07:14:02.623620 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7344 | 2025.01.29 07:14:02.623687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7345 | 2025.01.29 07:14:02.631015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7346 | 2025.01.29 07:14:02.631825 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7347 | 2025.01.29 07:14:02.634731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7348 | 2025.01.29 07:14:03.964478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1032 | ||
| 7349 | 2025.01.29 07:14:03.967733 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7350 | 2025.01.29 07:14:03.967789 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7351 | 2025.01.29 07:14:03.969250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7352 | 2025.01.29 07:14:03.969577 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7353 | 2025.01.29 07:14:03.970216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7354 | 2025.01.29 07:14:05.307610 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7355 | 2025.01.29 07:14:05.307792 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7356 | 2025.01.29 07:14:05.307866 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7357 | 2025.01.29 07:14:05.308601 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2025.01.29 07:14:05.308648 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7359 | 2025.01.29 07:14:05.309067 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7360 | 2025.01.29 07:14:05.309318 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2025.01.29 07:14:05.309515 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec. | ||
| 7362 | 2025.01.29 07:14:05.309629 [ 279 ] {9a20df61-ac7f-4bfc-b25e-8883dc76606f} <Debug> TCPHandler: Processed in 0.002144257 sec. | ||
| 7363 | 2025.01.29 07:14:05.309924 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7364 | 2025.01.29 07:14:05.310138 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7365 | 2025.01.29 07:14:05.310222 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7366 | 2025.01.29 07:14:05.311162 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7367 | 2025.01.29 07:14:05.311210 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7368 | 2025.01.29 07:14:05.311665 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7369 | 2025.01.29 07:14:05.311919 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7370 | 2025.01.29 07:14:05.312106 [ 78 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7371 | 2025.01.29 07:14:05.312169 [ 78 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2025.01.29 07:14:05.312174 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002089 sec., 134514.12158927714 rows/sec., 11.88 MiB/sec. | ||
| 7373 | 2025.01.29 07:14:05.312212 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7374 | 2025.01.29 07:14:05.312290 [ 275 ] {1cd4e22e-8cae-40df-b8cd-c0006a0fb45d} <Debug> TCPHandler: Processed in 0.002514588 sec. | ||
| 7375 | 2025.01.29 07:14:05.312430 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7376 | 2025.01.29 07:14:05.312485 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7377 | 2025.01.29 07:14:05.312669 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7378 | 2025.01.29 07:14:05.312709 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7379 | 2025.01.29 07:14:05.312736 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part | ||
| 7380 | 2025.01.29 07:14:05.312804 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7381 | 2025.01.29 07:14:05.313129 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7382 | 2025.01.29 07:14:05.313474 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7383 | 2025.01.29 07:14:05.313858 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 281 rows starting from the beginning of the part | ||
| 7384 | 2025.01.29 07:14:05.314170 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7385 | 2025.01.29 07:14:05.314514 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 281 rows starting from the beginning of the part | ||
| 7386 | 2025.01.29 07:14:05.315920 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2025.01.29 07:14:05.315979 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7388 | 2025.01.29 07:14:05.317043 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7389 | 2025.01.29 07:14:05.317453 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7390 | 2025.01.29 07:14:05.317956 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005284 sec., 8705.52611657835 rows/sec., 641.31 KiB/sec. | ||
| 7391 | 2025.01.29 07:14:05.318146 [ 279 ] {6f486a0f-1508-4110-a1f4-c5b804af2d1a} <Debug> TCPHandler: Processed in 0.005736454 sec. | ||
| 7392 | 2025.01.29 07:14:05.318158 [ 191 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005822236 sec., 371163.24381217116 rows/sec., 32.75 MiB/sec. | ||
| 7393 | 2025.01.29 07:14:05.318331 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7394 | 2025.01.29 07:14:05.318447 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7395 | 2025.01.29 07:14:05.318491 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7396 | 2025.01.29 07:14:05.318558 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7397 | 2025.01.29 07:14:05.318791 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7398 | 2025.01.29 07:14:05.318928 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_61_12} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7399 | 2025.01.29 07:14:05.319031 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7400 | 2025.01.29 07:14:05.319398 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2025.01.29 07:14:05.319445 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7402 | 2025.01.29 07:14:05.319794 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7403 | 2025.01.29 07:14:05.320032 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2025.01.29 07:14:05.320254 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001804 sec., 7760.532150776053 rows/sec., 543.50 KiB/sec. | ||
| 7405 | 2025.01.29 07:14:05.320380 [ 275 ] {14b9e28e-0389-4d7a-961e-22d5d4692cfa} <Debug> TCPHandler: Processed in 0.002126477 sec. | ||
| 7406 | 2025.01.29 07:14:05.320533 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7407 | 2025.01.29 07:14:05.320649 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7408 | 2025.01.29 07:14:05.320699 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7409 | 2025.01.29 07:14:05.321287 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2025.01.29 07:14:05.321326 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7411 | 2025.01.29 07:14:05.321709 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7412 | 2025.01.29 07:14:05.321960 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2025.01.29 07:14:05.322165 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 7414 | 2025.01.29 07:14:05.322282 [ 279 ] {71c38511-e8d5-4850-be34-3f5474c08fe6} <Debug> TCPHandler: Processed in 0.001807088 sec. | ||
| 7415 | 2025.01.29 07:14:05.322433 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7416 | 2025.01.29 07:14:05.322569 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7417 | 2025.01.29 07:14:05.322626 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7418 | 2025.01.29 07:14:05.323500 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7419 | 2025.01.29 07:14:05.323540 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7420 | 2025.01.29 07:14:05.323928 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7421 | 2025.01.29 07:14:05.324193 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7422 | 2025.01.29 07:14:05.324361 [ 78 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7423 | 2025.01.29 07:14:05.324414 [ 78 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2025.01.29 07:14:05.324446 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001898 sec., 221812.43414120126 rows/sec., 15.85 MiB/sec. | ||
| 7425 | 2025.01.29 07:14:05.324452 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7426 | 2025.01.29 07:14:05.324593 [ 275 ] {72aff4e5-5ea1-44d2-b49e-3fe0668e256d} <Debug> TCPHandler: Processed in 0.002214159 sec. | ||
| 7427 | 2025.01.29 07:14:05.324884 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7428 | 2025.01.29 07:14:05.325071 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7429 | 2025.01.29 07:14:05.325230 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7430 | 2025.01.29 07:14:05.325439 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7431 | 2025.01.29 07:14:05.326123 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7432 | 2025.01.29 07:14:05.326223 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7433 | 2025.01.29 07:14:05.326520 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7434 | 2025.01.29 07:14:05.326751 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7435 | 2025.01.29 07:14:05.327050 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7436 | 2025.01.29 07:14:05.327335 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7437 | 2025.01.29 07:14:05.327663 [ 191 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7438 | 2025.01.29 07:14:05.328195 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.01.29 07:14:05.328250 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7440 | 2025.01.29 07:14:05.329076 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7441 | 2025.01.29 07:14:05.329696 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.01.29 07:14:05.330052 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004953 sec., 1211.3870381586917 rows/sec., 63.29 KiB/sec. | ||
| 7443 | 2025.01.29 07:14:05.330142 [ 279 ] {e4c6434b-e64d-48a0-8ced-7dc7f4cc00ff} <Debug> TCPHandler: Processed in 0.005433806 sec. | ||
| 7444 | 2025.01.29 07:14:05.330364 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7445 | 2025.01.29 07:14:05.330513 [ 188 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005893538 sec., 330361.8301943586 rows/sec., 25.28 MiB/sec. | ||
| 7446 | 2025.01.29 07:14:05.330573 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7447 | 2025.01.29 07:14:05.330641 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7448 | 2025.01.29 07:14:05.330742 [ 188 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7449 | 2025.01.29 07:14:05.331200 [ 188 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_61_12} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.01.29 07:14:05.331354 [ 188 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_61_12} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7451 | 2025.01.29 07:14:05.331470 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7452 | 2025.01.29 07:14:05.331572 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7453 | 2025.01.29 07:14:05.331610 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7454 | 2025.01.29 07:14:05.332029 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7455 | 2025.01.29 07:14:05.332269 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7456 | 2025.01.29 07:14:05.332431 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7457 | 2025.01.29 07:14:05.332491 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7458 | 2025.01.29 07:14:05.332510 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001967 sec., 120488.0528723945 rows/sec., 8.08 MiB/sec. | ||
| 7459 | 2025.01.29 07:14:05.332531 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7460 | 2025.01.29 07:14:05.332694 [ 275 ] {67177f39-6eca-4579-a6dc-87334f58282a} <Debug> TCPHandler: Processed in 0.002452535 sec. | ||
| 7461 | 2025.01.29 07:14:05.332779 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7462 | 2025.01.29 07:14:05.332883 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7463 | 2025.01.29 07:14:05.332926 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7464 | 2025.01.29 07:14:05.332961 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17589 rows starting from the beginning of the part | ||
| 7465 | 2025.01.29 07:14:05.333151 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7466 | 2025.01.29 07:14:05.333182 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7467 | 2025.01.29 07:14:05.333356 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7468 | 2025.01.29 07:14:05.333429 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7469 | 2025.01.29 07:14:05.333756 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7470 | 2025.01.29 07:14:05.334116 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7471 | 2025.01.29 07:14:05.334439 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7472 | 2025.01.29 07:14:05.335245 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.01.29 07:14:05.335289 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7474 | 2025.01.29 07:14:05.335699 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7475 | 2025.01.29 07:14:05.336016 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.01.29 07:14:05.336270 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003253 sec., 307.40854595757764 rows/sec., 20.71 KiB/sec. | ||
| 7477 | 2025.01.29 07:14:05.336373 [ 279 ] {405fe705-dc6a-47cc-9cae-625e08a2f556} <Debug> TCPHandler: Processed in 0.003577616 sec. | ||
| 7478 | 2025.01.29 07:14:05.336570 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2025.01.29 07:14:05.336857 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7480 | 2025.01.29 07:14:05.337069 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7481 | 2025.01.29 07:14:05.338980 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.01.29 07:14:05.339023 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7483 | 2025.01.29 07:14:05.340119 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7484 | 2025.01.29 07:14:05.340488 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.01.29 07:14:05.340667 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7486 | 2025.01.29 07:14:05.340745 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7487 | 2025.01.29 07:14:05.340792 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7488 | 2025.01.29 07:14:05.340839 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004084 sec., 9549.461312438785 rows/sec., 17.11 MiB/sec. | ||
| 7489 | 2025.01.29 07:14:05.341461 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7490 | 2025.01.29 07:14:05.342160 [ 275 ] {00c78602-25d1-4e32-a03a-cfe670d13582} <Debug> TCPHandler: Processed in 0.005674852 sec. | ||
| 7491 | 2025.01.29 07:14:05.342468 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7492 | 2025.01.29 07:14:05.342701 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18511 rows, containing 5 columns (5 merged, 0 gathered) in 0.010035809 sec., 1844495.0476837493 rows/sec., 124.54 MiB/sec. | ||
| 7493 | 2025.01.29 07:14:05.342871 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7494 | 2025.01.29 07:14:05.343066 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7495 | 2025.01.29 07:14:05.343177 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7496 | 2025.01.29 07:14:05.344162 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7497 | 2025.01.29 07:14:05.344729 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part | ||
| 7498 | 2025.01.29 07:14:05.344890 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7499 | 2025.01.29 07:14:05.345649 [ 194 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7500 | 2025.01.29 07:14:05.346262 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 7501 | 2025.01.29 07:14:05.346560 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7502 | 2025.01.29 07:14:05.347572 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7503 | 2025.01.29 07:14:05.348148 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7504 | 2025.01.29 07:14:05.348257 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7505 | 2025.01.29 07:14:05.348257 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7506 | 2025.01.29 07:14:05.349031 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7507 | 2025.01.29 07:14:05.349778 [ 187 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 7508 | 2025.01.29 07:14:05.349921 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7509 | 2025.01.29 07:14:05.350784 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2025.01.29 07:14:05.350985 [ 78 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7511 | 2025.01.29 07:14:05.351087 [ 78 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2025.01.29 07:14:05.351201 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7513 | 2025.01.29 07:14:05.351360 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008575 sec., 9562.682215743442 rows/sec., 621.93 KiB/sec. | ||
| 7514 | 2025.01.29 07:14:05.351689 [ 279 ] {ca13a5ba-02c0-419c-8a44-d5ec81167486} <Debug> TCPHandler: Processed in 0.009377561 sec. | ||
| 7515 | 2025.01.29 07:14:05.351737 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7516 | 2025.01.29 07:14:05.352227 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7517 | 2025.01.29 07:14:05.352307 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 7518 | 2025.01.29 07:14:05.352511 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7519 | 2025.01.29 07:14:05.352668 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7520 | 2025.01.29 07:14:05.352808 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7521 | 2025.01.29 07:14:05.352987 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7522 | 2025.01.29 07:14:05.353212 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7523 | 2025.01.29 07:14:05.356772 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005425756 sec., 689304.8636908847 rows/sec., 44.93 MiB/sec. | ||
| 7524 | 2025.01.29 07:14:05.357246 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7525 | 2025.01.29 07:14:05.357853 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7526 | 2025.01.29 07:14:05.358219 [ 200 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_61_12} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7527 | 2025.01.29 07:14:05.358336 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7528 | 2025.01.29 07:14:05.362803 [ 196 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 19 columns (19 merged, 0 gathered) in 0.021921449 sec., 41466.23701745264 rows/sec., 74.31 MiB/sec. | ||
| 7529 | 2025.01.29 07:14:05.363905 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7530 | 2025.01.29 07:14:05.364403 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2025.01.29 07:14:05.364500 [ 197 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7532 | 2025.01.29 07:14:05.364675 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7533 | 2025.01.29 07:14:06.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.67 MiB, peak 220.02 MiB, free memory in arenas 0.00 B, will set to 213.39 MiB (RSS), difference: 2.72 MiB | ||
| 7534 | 2025.01.29 07:14:08.725896 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7535 | 2025.01.29 07:14:08.725960 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7536 | 2025.01.29 07:14:08.896931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7537 | 2025.01.29 07:14:08.897688 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2025.01.29 07:14:08.897740 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7539 | 2025.01.29 07:14:08.898292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7540 | 2025.01.29 07:14:08.898573 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2025.01.29 07:14:08.898868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7542 | 2025.01.29 07:14:10.134787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7543 | 2025.01.29 07:14:10.156459 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2025.01.29 07:14:10.156523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7545 | 2025.01.29 07:14:10.164244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7546 | 2025.01.29 07:14:10.165095 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.01.29 07:14:10.167904 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7548 | 2025.01.29 07:14:10.301313 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2025.01.29 07:14:10.301536 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7550 | 2025.01.29 07:14:10.301633 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7551 | 2025.01.29 07:14:10.302441 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2025.01.29 07:14:10.302495 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7553 | 2025.01.29 07:14:10.302943 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7554 | 2025.01.29 07:14:10.303217 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.01.29 07:14:10.303436 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec. | ||
| 7556 | 2025.01.29 07:14:10.303494 [ 279 ] {6833f60b-0fbd-4d8e-85d2-00c6d94803c8} <Debug> TCPHandler: Processed in 0.002323833 sec. | ||
| 7557 | 2025.01.29 07:14:10.303775 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7558 | 2025.01.29 07:14:10.303970 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7559 | 2025.01.29 07:14:10.304046 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7560 | 2025.01.29 07:14:10.304852 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2025.01.29 07:14:10.304911 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7562 | 2025.01.29 07:14:10.305371 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7563 | 2025.01.29 07:14:10.305637 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2025.01.29 07:14:10.305893 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 7565 | 2025.01.29 07:14:10.305963 [ 275 ] {2e59c1d5-8eb2-4062-908e-8e5e2a91fb55} <Debug> TCPHandler: Processed in 0.002333153 sec. | ||
| 7566 | 2025.01.29 07:14:10.306129 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7567 | 2025.01.29 07:14:10.306260 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7568 | 2025.01.29 07:14:10.306315 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7569 | 2025.01.29 07:14:10.306930 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7570 | 2025.01.29 07:14:10.306971 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7571 | 2025.01.29 07:14:10.307381 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7572 | 2025.01.29 07:14:10.307631 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7573 | 2025.01.29 07:14:10.307833 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 7574 | 2025.01.29 07:14:10.307886 [ 279 ] {1f9963f4-f5e5-448d-b4a1-c7e66b99c572} <Debug> TCPHandler: Processed in 0.001817648 sec. | ||
| 7575 | 2025.01.29 07:14:10.308066 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2025.01.29 07:14:10.308217 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7577 | 2025.01.29 07:14:10.308285 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7578 | 2025.01.29 07:14:10.308870 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2025.01.29 07:14:10.308911 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7580 | 2025.01.29 07:14:10.309313 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7581 | 2025.01.29 07:14:10.309587 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2025.01.29 07:14:10.309788 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 7583 | 2025.01.29 07:14:10.309852 [ 275 ] {6b336115-23a0-47d4-af26-32c6a3f02377} <Debug> TCPHandler: Processed in 0.00185781 sec. | ||
| 7584 | 2025.01.29 07:14:11.084001 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.01.29 07:14:11.084214 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7586 | 2025.01.29 07:14:11.084295 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7587 | 2025.01.29 07:14:11.085096 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.01.29 07:14:11.085145 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7589 | 2025.01.29 07:14:11.085585 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7590 | 2025.01.29 07:14:11.085843 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.01.29 07:14:11.086079 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 7592 | 2025.01.29 07:14:11.086137 [ 279 ] {95c25516-83cd-4d64-9672-d4c75e6387d9} <Debug> TCPHandler: Processed in 0.002273332 sec. | ||
| 7593 | 2025.01.29 07:14:11.086414 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7594 | 2025.01.29 07:14:11.086609 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7595 | 2025.01.29 07:14:11.086682 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7596 | 2025.01.29 07:14:11.087419 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7597 | 2025.01.29 07:14:11.087461 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7598 | 2025.01.29 07:14:11.087881 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7599 | 2025.01.29 07:14:11.088135 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2025.01.29 07:14:11.088330 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001776 sec., 1126.126126126126 rows/sec., 91.83 KiB/sec. | ||
| 7601 | 2025.01.29 07:14:11.088387 [ 275 ] {b381d4ef-a6c1-43eb-964d-43a6766768ce} <Debug> TCPHandler: Processed in 0.002112777 sec. | ||
| 7602 | 2025.01.29 07:14:11.088559 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7603 | 2025.01.29 07:14:11.088697 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7604 | 2025.01.29 07:14:11.088757 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7605 | 2025.01.29 07:14:11.090197 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7606 | 2025.01.29 07:14:11.090237 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7607 | 2025.01.29 07:14:11.090693 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7608 | 2025.01.29 07:14:11.090948 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7609 | 2025.01.29 07:14:11.091190 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Debug> executeQuery: Read 1422 rows, 122.06 KiB in 0.002521 sec., 564061.8802062673 rows/sec., 47.28 MiB/sec. | ||
| 7610 | 2025.01.29 07:14:11.091293 [ 279 ] {cdd60727-b2e6-449a-90a2-882678511dde} <Debug> TCPHandler: Processed in 0.002800985 sec. | ||
| 7611 | 2025.01.29 07:14:11.091514 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7612 | 2025.01.29 07:14:11.091685 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7613 | 2025.01.29 07:14:11.091745 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7614 | 2025.01.29 07:14:11.092470 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7615 | 2025.01.29 07:14:11.092518 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7616 | 2025.01.29 07:14:11.092919 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7617 | 2025.01.29 07:14:11.093162 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7618 | 2025.01.29 07:14:11.093341 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001689 sec., 28419.18294849023 rows/sec., 2.04 MiB/sec. | ||
| 7619 | 2025.01.29 07:14:11.093393 [ 275 ] {f0a2324b-786f-4cab-9d2d-c27d480d44d3} <Debug> TCPHandler: Processed in 0.002001164 sec. | ||
| 7620 | 2025.01.29 07:14:11.093549 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7621 | 2025.01.29 07:14:11.093665 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7622 | 2025.01.29 07:14:11.093724 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7623 | 2025.01.29 07:14:11.094530 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.01.29 07:14:11.094578 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7625 | 2025.01.29 07:14:11.094970 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7626 | 2025.01.29 07:14:11.095213 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.01.29 07:14:11.095416 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001774 sec., 136414.88162344982 rows/sec., 9.24 MiB/sec. | ||
| 7628 | 2025.01.29 07:14:11.095470 [ 279 ] {52a42580-575c-4f4e-878b-e6ed8915136a} <Debug> TCPHandler: Processed in 0.001977913 sec. | ||
| 7629 | 2025.01.29 07:14:11.095622 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7630 | 2025.01.29 07:14:11.095752 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7631 | 2025.01.29 07:14:11.095810 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7632 | 2025.01.29 07:14:11.096493 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7633 | 2025.01.29 07:14:11.096541 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7634 | 2025.01.29 07:14:11.096918 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7635 | 2025.01.29 07:14:11.097164 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7636 | 2025.01.29 07:14:11.097380 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec. | ||
| 7637 | 2025.01.29 07:14:11.097435 [ 275 ] {af474ebf-0f1e-4292-ba6c-000ac423692b} <Debug> TCPHandler: Processed in 0.00186634 sec. | ||
| 7638 | 2025.01.29 07:14:11.097590 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2025.01.29 07:14:11.097714 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7640 | 2025.01.29 07:14:11.097772 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7641 | 2025.01.29 07:14:11.098777 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2025.01.29 07:14:11.098819 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7643 | 2025.01.29 07:14:11.099226 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7644 | 2025.01.29 07:14:11.099471 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2025.01.29 07:14:11.099709 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002024 sec., 434288.53754940705 rows/sec., 31.49 MiB/sec. | ||
| 7646 | 2025.01.29 07:14:11.099776 [ 279 ] {b35403f6-5c1f-45a6-8d75-7f8eb3a597cf} <Debug> TCPHandler: Processed in 0.002245871 sec. | ||
| 7647 | 2025.01.29 07:14:11.099992 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7648 | 2025.01.29 07:14:11.100140 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7649 | 2025.01.29 07:14:11.100201 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7650 | 2025.01.29 07:14:11.100749 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7651 | 2025.01.29 07:14:11.100788 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7652 | 2025.01.29 07:14:11.101161 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7653 | 2025.01.29 07:14:11.101408 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7654 | 2025.01.29 07:14:11.101619 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 7655 | 2025.01.29 07:14:11.101669 [ 275 ] {df10d5ee-fb96-4810-a695-d945241b8074} <Debug> TCPHandler: Processed in 0.001787388 sec. | ||
| 7656 | 2025.01.29 07:14:11.101831 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7657 | 2025.01.29 07:14:11.101970 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7658 | 2025.01.29 07:14:11.102034 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7659 | 2025.01.29 07:14:11.102929 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2025.01.29 07:14:11.102969 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7661 | 2025.01.29 07:14:11.103416 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7662 | 2025.01.29 07:14:11.103663 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2025.01.29 07:14:11.103887 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00195 sec., 490256.41025641025 rows/sec., 32.57 MiB/sec. | ||
| 7664 | 2025.01.29 07:14:11.103940 [ 279 ] {80fc1035-458a-4e5d-8419-6e5953c38ea8} <Debug> TCPHandler: Processed in 0.002178758 sec. | ||
| 7665 | 2025.01.29 07:14:11.104120 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7666 | 2025.01.29 07:14:11.104256 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7667 | 2025.01.29 07:14:11.104318 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7668 | 2025.01.29 07:14:11.104849 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.01.29 07:14:11.104895 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7670 | 2025.01.29 07:14:11.105263 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7671 | 2025.01.29 07:14:11.105504 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.01.29 07:14:11.105720 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 7673 | 2025.01.29 07:14:11.105771 [ 275 ] {88d8568a-f1ae-4900-9ec2-713da8d2fbde} <Debug> TCPHandler: Processed in 0.001719636 sec. | ||
| 7674 | 2025.01.29 07:14:11.105942 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7675 | 2025.01.29 07:14:11.106061 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7676 | 2025.01.29 07:14:11.106144 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7677 | 2025.01.29 07:14:11.107379 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.01.29 07:14:11.107422 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7679 | 2025.01.29 07:14:11.108119 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7680 | 2025.01.29 07:14:11.108386 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.01.29 07:14:11.108630 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002592 sec., 15046.296296296296 rows/sec., 26.96 MiB/sec. | ||
| 7682 | 2025.01.29 07:14:11.108728 [ 279 ] {79de02a6-03d8-4c10-9aeb-d8d3a69ed134} <Debug> TCPHandler: Processed in 0.002853957 sec. | ||
| 7683 | 2025.01.29 07:14:11.108902 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7684 | 2025.01.29 07:14:11.109038 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7685 | 2025.01.29 07:14:11.109097 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7686 | 2025.01.29 07:14:11.109671 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2025.01.29 07:14:11.109711 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7688 | 2025.01.29 07:14:11.110082 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7689 | 2025.01.29 07:14:11.110322 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7690 | 2025.01.29 07:14:11.110535 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001528 sec., 22251.30890052356 rows/sec., 1.29 MiB/sec. | ||
| 7691 | 2025.01.29 07:14:11.110586 [ 275 ] {fd50067d-644d-4133-a4dc-79af43c22858} <Debug> TCPHandler: Processed in 0.001752257 sec. | ||
| 7692 | 2025.01.29 07:14:13.970410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1086 | ||
| 7693 | 2025.01.29 07:14:13.974086 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2025.01.29 07:14:13.974140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7695 | 2025.01.29 07:14:13.975642 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7696 | 2025.01.29 07:14:13.975961 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2025.01.29 07:14:13.976630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086 | ||
| 7698 | 2025.01.29 07:14:15.300032 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7699 | 2025.01.29 07:14:15.300245 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7700 | 2025.01.29 07:14:15.300327 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7701 | 2025.01.29 07:14:15.301183 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7702 | 2025.01.29 07:14:15.301236 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7703 | 2025.01.29 07:14:15.301676 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7704 | 2025.01.29 07:14:15.301942 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2025.01.29 07:14:15.302184 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec. | ||
| 7706 | 2025.01.29 07:14:15.302242 [ 279 ] {e1170b07-3e54-4458-8105-32434ca061aa} <Debug> TCPHandler: Processed in 0.002358283 sec. | ||
| 7707 | 2025.01.29 07:14:15.302526 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7708 | 2025.01.29 07:14:15.302743 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7709 | 2025.01.29 07:14:15.302828 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7710 | 2025.01.29 07:14:15.303610 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7711 | 2025.01.29 07:14:15.303663 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7712 | 2025.01.29 07:14:15.304116 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7713 | 2025.01.29 07:14:15.304372 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2025.01.29 07:14:15.304657 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 7715 | 2025.01.29 07:14:15.304756 [ 275 ] {ce538da8-7a9d-4189-b732-fb8c2f18c06b} <Debug> TCPHandler: Processed in 0.002375743 sec. | ||
| 7716 | 2025.01.29 07:14:15.304979 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7717 | 2025.01.29 07:14:15.305162 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7718 | 2025.01.29 07:14:15.305220 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7719 | 2025.01.29 07:14:15.305806 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2025.01.29 07:14:15.305846 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7721 | 2025.01.29 07:14:15.306245 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7722 | 2025.01.29 07:14:15.306482 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7723 | 2025.01.29 07:14:15.306699 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001562 sec., 81946.22279129321 rows/sec., 5.71 MiB/sec. | ||
| 7724 | 2025.01.29 07:14:15.306751 [ 279 ] {fd9b39a9-4ca2-4309-83a8-a74b5093cdbe} <Debug> TCPHandler: Processed in 0.001894291 sec. | ||
| 7725 | 2025.01.29 07:14:15.306905 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2025.01.29 07:14:15.307057 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7727 | 2025.01.29 07:14:15.307127 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7728 | 2025.01.29 07:14:15.307740 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.01.29 07:14:15.307791 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7730 | 2025.01.29 07:14:15.308196 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7731 | 2025.01.29 07:14:15.308445 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2025.01.29 07:14:15.308667 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001648 sec., 29126.21359223301 rows/sec., 1.96 MiB/sec. | ||
| 7733 | 2025.01.29 07:14:15.308728 [ 275 ] {4a494854-f72e-4b2c-bf0e-d77214b4cfcc} <Debug> TCPHandler: Processed in 0.001894001 sec. | ||
| 7734 | 2025.01.29 07:14:16.398988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7735 | 2025.01.29 07:14:16.399770 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7736 | 2025.01.29 07:14:16.399828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7737 | 2025.01.29 07:14:16.400381 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7738 | 2025.01.29 07:14:16.400644 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7739 | 2025.01.29 07:14:16.400880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7740 | 2025.01.29 07:14:17.667971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7741 | 2025.01.29 07:14:17.689769 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2025.01.29 07:14:17.689831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 7743 | 2025.01.29 07:14:17.697523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7744 | 2025.01.29 07:14:17.698353 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2025.01.29 07:14:17.701425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7746 | 2025.01.29 07:14:20.301745 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2025.01.29 07:14:20.301965 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7748 | 2025.01.29 07:14:20.302043 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7749 | 2025.01.29 07:14:20.302799 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2025.01.29 07:14:20.302842 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7751 | 2025.01.29 07:14:20.303297 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7752 | 2025.01.29 07:14:20.303545 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2025.01.29 07:14:20.303827 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 7754 | 2025.01.29 07:14:20.304159 [ 279 ] {99a46342-f882-4ae9-923b-778eecc91d1b} <Debug> TCPHandler: Processed in 0.002542338 sec. | ||
| 7755 | 2025.01.29 07:14:20.304477 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7756 | 2025.01.29 07:14:20.304688 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7757 | 2025.01.29 07:14:20.304773 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7758 | 2025.01.29 07:14:20.305605 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2025.01.29 07:14:20.305649 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7760 | 2025.01.29 07:14:20.306100 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7761 | 2025.01.29 07:14:20.306354 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.01.29 07:14:20.306563 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001937 sec., 33040.78471863707 rows/sec., 2.58 MiB/sec. | ||
| 7763 | 2025.01.29 07:14:20.306628 [ 275 ] {4c0b02fa-2dff-420b-9874-c99c0956ee16} <Debug> TCPHandler: Processed in 0.002309693 sec. | ||
| 7764 | 2025.01.29 07:14:20.306780 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2025.01.29 07:14:20.306910 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7766 | 2025.01.29 07:14:20.306968 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7767 | 2025.01.29 07:14:20.307548 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2025.01.29 07:14:20.307588 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7769 | 2025.01.29 07:14:20.307989 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7770 | 2025.01.29 07:14:20.308223 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.01.29 07:14:20.308451 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 7772 | 2025.01.29 07:14:20.308508 [ 279 ] {2a3618b5-e7df-493a-9d09-60241e7478e0} <Debug> TCPHandler: Processed in 0.001785988 sec. | ||
| 7773 | 2025.01.29 07:14:20.308661 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.01.29 07:14:20.308787 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7775 | 2025.01.29 07:14:20.308844 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7776 | 2025.01.29 07:14:20.309361 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.01.29 07:14:20.309399 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7778 | 2025.01.29 07:14:20.309790 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7779 | 2025.01.29 07:14:20.310032 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.01.29 07:14:20.310237 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 7781 | 2025.01.29 07:14:20.310337 [ 275 ] {07870870-9c66-4b03-aa6c-76dd183f783a} <Debug> TCPHandler: Processed in 0.001733877 sec. | ||
| 7782 | 2025.01.29 07:14:23.726207 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7783 | 2025.01.29 07:14:23.726301 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7784 | 2025.01.29 07:14:23.901008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7785 | 2025.01.29 07:14:23.901753 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.01.29 07:14:23.901812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7787 | 2025.01.29 07:14:23.902411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7788 | 2025.01.29 07:14:23.902673 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.01.29 07:14:23.902959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7790 | 2025.01.29 07:14:23.976927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1102 | ||
| 7791 | 2025.01.29 07:14:23.979657 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7792 | 2025.01.29 07:14:23.979701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7793 | 2025.01.29 07:14:23.981131 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7794 | 2025.01.29 07:14:23.981428 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2025.01.29 07:14:23.981945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
| 7796 | 2025.01.29 07:14:25.201569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7797 | 2025.01.29 07:14:25.223369 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2025.01.29 07:14:25.223423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7799 | 2025.01.29 07:14:25.230809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7800 | 2025.01.29 07:14:25.231656 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2025.01.29 07:14:25.235337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7802 | 2025.01.29 07:14:25.308259 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2025.01.29 07:14:25.308459 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7804 | 2025.01.29 07:14:25.308534 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7805 | 2025.01.29 07:14:25.309302 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7806 | 2025.01.29 07:14:25.309352 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7807 | 2025.01.29 07:14:25.309775 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7808 | 2025.01.29 07:14:25.310035 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7809 | 2025.01.29 07:14:25.310296 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 7810 | 2025.01.29 07:14:25.310388 [ 279 ] {eec4e89d-9ca8-4e48-b0ea-023aea7af781} <Debug> TCPHandler: Processed in 0.002257191 sec. | ||
| 7811 | 2025.01.29 07:14:25.310747 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2025.01.29 07:14:25.310959 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7813 | 2025.01.29 07:14:25.311041 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7814 | 2025.01.29 07:14:25.311959 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2025.01.29 07:14:25.311999 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7816 | 2025.01.29 07:14:25.312457 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7817 | 2025.01.29 07:14:25.312712 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2025.01.29 07:14:25.312862 [ 56 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7819 | 2025.01.29 07:14:25.312915 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002015 sec., 139454.094292804 rows/sec., 12.32 MiB/sec. | ||
| 7820 | 2025.01.29 07:14:25.312915 [ 56 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7821 | 2025.01.29 07:14:25.312967 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7822 | 2025.01.29 07:14:25.312992 [ 275 ] {9ae03297-8e8a-4ab4-a837-a5d54730918e} <Debug> TCPHandler: Processed in 0.002414255 sec. | ||
| 7823 | 2025.01.29 07:14:25.313190 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7824 | 2025.01.29 07:14:25.313197 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7825 | 2025.01.29 07:14:25.313349 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7826 | 2025.01.29 07:14:25.313390 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7827 | 2025.01.29 07:14:25.313392 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part | ||
| 7828 | 2025.01.29 07:14:25.313463 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7829 | 2025.01.29 07:14:25.313497 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7830 | 2025.01.29 07:14:25.313843 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1422 rows starting from the beginning of the part | ||
| 7831 | 2025.01.29 07:14:25.314190 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7832 | 2025.01.29 07:14:25.314532 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 7833 | 2025.01.29 07:14:25.314776 [ 190 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 281 rows starting from the beginning of the part | ||
| 7834 | 2025.01.29 07:14:25.315871 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.01.29 07:14:25.315920 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7836 | 2025.01.29 07:14:25.316506 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7837 | 2025.01.29 07:14:25.316761 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2025.01.29 07:14:25.317166 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003777 sec., 12178.978024887478 rows/sec., 897.19 KiB/sec. | ||
| 7839 | 2025.01.29 07:14:25.317763 [ 279 ] {abdf300b-80ad-46d6-a91d-b55c000b1af3} <Debug> TCPHandler: Processed in 0.004643604 sec. | ||
| 7840 | 2025.01.29 07:14:25.318186 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7841 | 2025.01.29 07:14:25.318542 [ 196 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.005462307 sec., 604506.4841650241 rows/sec., 52.98 MiB/sec. | ||
| 7842 | 2025.01.29 07:14:25.318691 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7843 | 2025.01.29 07:14:25.318822 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7844 | 2025.01.29 07:14:25.318906 [ 196 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7845 | 2025.01.29 07:14:25.319299 [ 196 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.01.29 07:14:25.319395 [ 196 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_66_13} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7847 | 2025.01.29 07:14:25.319506 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7848 | 2025.01.29 07:14:25.319647 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7849 | 2025.01.29 07:14:25.319686 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7850 | 2025.01.29 07:14:25.320040 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7851 | 2025.01.29 07:14:25.320303 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7852 | 2025.01.29 07:14:25.320549 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001991 sec., 7031.642390758412 rows/sec., 492.45 KiB/sec. | ||
| 7853 | 2025.01.29 07:14:25.320678 [ 275 ] {3f8d20b2-5141-45c2-8703-72d785acd9ed} <Debug> TCPHandler: Processed in 0.002743634 sec. | ||
| 7854 | 2025.01.29 07:14:25.320894 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7855 | 2025.01.29 07:14:25.321010 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7856 | 2025.01.29 07:14:25.321059 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7857 | 2025.01.29 07:14:25.321639 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7858 | 2025.01.29 07:14:25.321677 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7859 | 2025.01.29 07:14:25.322040 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7860 | 2025.01.29 07:14:25.322270 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7861 | 2025.01.29 07:14:25.322445 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001458 sec., 8916.323731138546 rows/sec., 555.93 KiB/sec. | ||
| 7862 | 2025.01.29 07:14:25.322496 [ 279 ] {deb897b6-fc64-444f-a886-1f67488beb10} <Debug> TCPHandler: Processed in 0.001701646 sec. | ||
| 7863 | 2025.01.29 07:14:25.322663 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7864 | 2025.01.29 07:14:25.322801 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7865 | 2025.01.29 07:14:25.322859 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7866 | 2025.01.29 07:14:25.323727 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2025.01.29 07:14:25.323766 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7868 | 2025.01.29 07:14:25.324210 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7869 | 2025.01.29 07:14:25.324458 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2025.01.29 07:14:25.324631 [ 54 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7871 | 2025.01.29 07:14:25.324691 [ 54 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2025.01.29 07:14:25.324699 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00192 sec., 219270.8333333333 rows/sec., 15.67 MiB/sec. | ||
| 7873 | 2025.01.29 07:14:25.324722 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7874 | 2025.01.29 07:14:25.324837 [ 275 ] {03b2565f-f0bb-4dbb-862e-d323073c47ae} <Debug> TCPHandler: Processed in 0.00223731 sec. | ||
| 7875 | 2025.01.29 07:14:25.325012 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7876 | 2025.01.29 07:14:25.325058 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7877 | 2025.01.29 07:14:25.325297 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7878 | 2025.01.29 07:14:25.325306 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7879 | 2025.01.29 07:14:25.325360 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7880 | 2025.01.29 07:14:25.325403 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7881 | 2025.01.29 07:14:25.325705 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7882 | 2025.01.29 07:14:25.326028 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 879 rows starting from the beginning of the part | ||
| 7883 | 2025.01.29 07:14:25.326362 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7884 | 2025.01.29 07:14:25.326705 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7885 | 2025.01.29 07:14:25.326963 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 7886 | 2025.01.29 07:14:25.327932 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2025.01.29 07:14:25.328006 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7888 | 2025.01.29 07:14:25.329026 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7889 | 2025.01.29 07:14:25.329465 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2025.01.29 07:14:25.329699 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004476 sec., 1340.4825737265417 rows/sec., 70.03 KiB/sec. | ||
| 7891 | 2025.01.29 07:14:25.329886 [ 279 ] {7239379d-a940-4c59-8701-4a29fa96fc2d} <Debug> TCPHandler: Processed in 0.004932713 sec. | ||
| 7892 | 2025.01.29 07:14:25.330227 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7893 | 2025.01.29 07:14:25.330257 [ 195 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401325 sec., 445261.1164853068 rows/sec., 34.14 MiB/sec. | ||
| 7894 | 2025.01.29 07:14:25.330410 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7895 | 2025.01.29 07:14:25.330510 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7896 | 2025.01.29 07:14:25.330521 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7897 | 2025.01.29 07:14:25.331218 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.01.29 07:14:25.331305 [ 198 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_66_13} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7899 | 2025.01.29 07:14:25.331461 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7900 | 2025.01.29 07:14:25.331710 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2025.01.29 07:14:25.331754 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7902 | 2025.01.29 07:14:25.332171 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7903 | 2025.01.29 07:14:25.332410 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2025.01.29 07:14:25.332585 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7905 | 2025.01.29 07:14:25.332641 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.01.29 07:14:25.332659 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002294 sec., 103312.9904097646 rows/sec., 6.92 MiB/sec. | ||
| 7907 | 2025.01.29 07:14:25.332681 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7908 | 2025.01.29 07:14:25.332829 [ 275 ] {b0f6431b-7dd9-45e7-863c-ad8b86c50c7c} <Debug> TCPHandler: Processed in 0.002802605 sec. | ||
| 7909 | 2025.01.29 07:14:25.332982 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7910 | 2025.01.29 07:14:25.333031 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7911 | 2025.01.29 07:14:25.333262 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7912 | 2025.01.29 07:14:25.333278 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.01.29 07:14:25.333332 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18511 rows starting from the beginning of the part | ||
| 7914 | 2025.01.29 07:14:25.333390 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7915 | 2025.01.29 07:14:25.333656 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7916 | 2025.01.29 07:14:25.334014 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 7917 | 2025.01.29 07:14:25.334349 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 7918 | 2025.01.29 07:14:25.334786 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7919 | 2025.01.29 07:14:25.335201 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 7920 | 2025.01.29 07:14:25.336051 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2025.01.29 07:14:25.336114 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7922 | 2025.01.29 07:14:25.336739 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7923 | 2025.01.29 07:14:25.337076 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7924 | 2025.01.29 07:14:25.337368 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004177 sec., 239.40627244433804 rows/sec., 16.13 KiB/sec. | ||
| 7925 | 2025.01.29 07:14:25.337425 [ 279 ] {45dcb58b-2221-4741-8f30-60626bbd0395} <Debug> TCPHandler: Processed in 0.00448141 sec. | ||
| 7926 | 2025.01.29 07:14:25.337624 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7927 | 2025.01.29 07:14:25.337882 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7928 | 2025.01.29 07:14:25.338146 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7929 | 2025.01.29 07:14:25.340589 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2025.01.29 07:14:25.340637 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7931 | 2025.01.29 07:14:25.341823 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7932 | 2025.01.29 07:14:25.342265 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7933 | 2025.01.29 07:14:25.342619 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004826 sec., 8081.226688769167 rows/sec., 14.48 MiB/sec. | ||
| 7934 | 2025.01.29 07:14:25.343331 [ 275 ] {7cdf29ac-6d41-4b88-9759-53b8e9051519} <Debug> TCPHandler: Processed in 0.005794546 sec. | ||
| 7935 | 2025.01.29 07:14:25.343539 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7936 | 2025.01.29 07:14:25.343694 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7937 | 2025.01.29 07:14:25.343801 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7938 | 2025.01.29 07:14:25.344336 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20152 rows, containing 5 columns (5 merged, 0 gathered) in 0.011495638 sec., 1753012.7514453742 rows/sec., 118.35 MiB/sec. | ||
| 7939 | 2025.01.29 07:14:25.344713 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7940 | 2025.01.29 07:14:25.344959 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7941 | 2025.01.29 07:14:25.345017 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7942 | 2025.01.29 07:14:25.345304 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7943 | 2025.01.29 07:14:25.345455 [ 189 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7944 | 2025.01.29 07:14:25.345625 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7945 | 2025.01.29 07:14:25.345716 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7946 | 2025.01.29 07:14:25.345969 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.01.29 07:14:25.346098 [ 54 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7948 | 2025.01.29 07:14:25.346136 [ 54 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.01.29 07:14:25.346157 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002492 sec., 32905.29695024077 rows/sec., 2.09 MiB/sec. | ||
| 7950 | 2025.01.29 07:14:25.346161 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7951 | 2025.01.29 07:14:25.346309 [ 279 ] {44080acd-05a7-4ed0-8df2-e2ce86bf926a} <Debug> TCPHandler: Processed in 0.002862197 sec. | ||
| 7952 | 2025.01.29 07:14:25.346551 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7953 | 2025.01.29 07:14:25.346965 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7954 | 2025.01.29 07:14:25.347057 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 7955 | 2025.01.29 07:14:25.347291 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7956 | 2025.01.29 07:14:25.347441 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 7957 | 2025.01.29 07:14:25.347593 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 7958 | 2025.01.29 07:14:25.347697 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7959 | 2025.01.29 07:14:25.347846 [ 195 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 7960 | 2025.01.29 07:14:25.349506 [ 192 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.003233417 sec., 1244503.879332607 rows/sec., 81.12 MiB/sec. | ||
| 7961 | 2025.01.29 07:14:25.349875 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7962 | 2025.01.29 07:14:25.350238 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7963 | 2025.01.29 07:14:25.350317 [ 201 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_66_13} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7964 | 2025.01.29 07:14:25.350403 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7965 | 2025.01.29 07:14:30.301786 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7966 | 2025.01.29 07:14:30.302017 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7967 | 2025.01.29 07:14:30.302099 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7968 | 2025.01.29 07:14:30.302911 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2025.01.29 07:14:30.302962 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7970 | 2025.01.29 07:14:30.303405 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7971 | 2025.01.29 07:14:30.303672 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.01.29 07:14:30.303916 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 7973 | 2025.01.29 07:14:30.303982 [ 279 ] {bff97c64-2a66-41cf-9737-05960539b1b4} <Debug> TCPHandler: Processed in 0.002341163 sec. | ||
| 7974 | 2025.01.29 07:14:30.304265 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7975 | 2025.01.29 07:14:30.304467 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7976 | 2025.01.29 07:14:30.304551 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7977 | 2025.01.29 07:14:30.305402 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.01.29 07:14:30.305455 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7979 | 2025.01.29 07:14:30.305928 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7980 | 2025.01.29 07:14:30.306196 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.01.29 07:14:30.306441 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00203 sec., 31527.093596059112 rows/sec., 2.46 MiB/sec. | ||
| 7982 | 2025.01.29 07:14:30.306513 [ 275 ] {5aa3d7ca-46c0-4cc1-8d88-8919964098e4} <Debug> TCPHandler: Processed in 0.002396844 sec. | ||
| 7983 | 2025.01.29 07:14:30.306672 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2025.01.29 07:14:30.306806 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7985 | 2025.01.29 07:14:30.306864 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7986 | 2025.01.29 07:14:30.307472 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7987 | 2025.01.29 07:14:30.307511 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7988 | 2025.01.29 07:14:30.307933 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7989 | 2025.01.29 07:14:30.308168 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7990 | 2025.01.29 07:14:30.308370 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 7991 | 2025.01.29 07:14:30.308425 [ 279 ] {bf22fc94-9867-4a9b-ad3a-14899f72ac40} <Debug> TCPHandler: Processed in 0.001812909 sec. | ||
| 7992 | 2025.01.29 07:14:30.308576 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7993 | 2025.01.29 07:14:30.308709 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7994 | 2025.01.29 07:14:30.308766 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7995 | 2025.01.29 07:14:30.309316 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.01.29 07:14:30.309358 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 7997 | 2025.01.29 07:14:30.309756 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7998 | 2025.01.29 07:14:30.310007 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7999 | 2025.01.29 07:14:30.310219 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 8000 | 2025.01.29 07:14:30.310273 [ 275 ] {40380bcb-51d2-442b-8e95-8ecc44d83ccf} <Debug> TCPHandler: Processed in 0.001760677 sec. | ||
| 8001 | 2025.01.29 07:14:31.403133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8002 | 2025.01.29 07:14:31.404244 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.01.29 07:14:31.404338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8004 | 2025.01.29 07:14:31.405154 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8005 | 2025.01.29 07:14:31.405569 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.01.29 07:14:31.405810 [ 48 ] {} <Debug> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8007 | 2025.01.29 07:14:31.405884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8008 | 2025.01.29 07:14:31.405889 [ 48 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.01.29 07:14:31.405948 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8010 | 2025.01.29 07:14:31.406171 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 8011 | 2025.01.29 07:14:31.406417 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8012 | 2025.01.29 07:14:31.406497 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::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 | ||
| 8013 | 2025.01.29 07:14:31.406622 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8014 | 2025.01.29 07:14:31.406877 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8015 | 2025.01.29 07:14:31.407073 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8016 | 2025.01.29 07:14:31.407283 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8017 | 2025.01.29 07:14:31.407395 [ 195 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8018 | 2025.01.29 07:14:31.410858 [ 192 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004804449 sec., 3923238.64817797 rows/sec., 56.12 MiB/sec. | ||
| 8019 | 2025.01.29 07:14:31.411405 [ 186 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8020 | 2025.01.29 07:14:31.411952 [ 186 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2025.01.29 07:14:31.412106 [ 186 ] {56df42e0-49d9-4ae2-a66a-1fbed83d1889::all_1_41_8} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8022 | 2025.01.29 07:14:31.412286 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8023 | 2025.01.29 07:14:32.735393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8024 | 2025.01.29 07:14:32.756832 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2025.01.29 07:14:32.756896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8026 | 2025.01.29 07:14:32.764742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8027 | 2025.01.29 07:14:32.765525 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2025.01.29 07:14:32.765837 [ 47 ] {} <Debug> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8029 | 2025.01.29 07:14:32.765913 [ 47 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.01.29 07:14:32.765960 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8031 | 2025.01.29 07:14:32.766786 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8032 | 2025.01.29 07:14:32.782454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8033 | 2025.01.29 07:14:32.784351 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8034 | 2025.01.29 07:14:32.785997 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8035 | 2025.01.29 07:14:32.792180 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8036 | 2025.01.29 07:14:32.797862 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8037 | 2025.01.29 07:14:32.803635 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8038 | 2025.01.29 07:14:32.809568 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8039 | 2025.01.29 07:14:32.815330 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::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 | ||
| 8040 | 2025.01.29 07:14:32.876319 [ 193 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110205478 sec., 2803.853361989864 rows/sec., 14.50 MiB/sec. | ||
| 8041 | 2025.01.29 07:14:32.879396 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8042 | 2025.01.29 07:14:32.882335 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_41_8} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2025.01.29 07:14:32.882463 [ 188 ] {c962689c-78fa-422f-9ce7-a539c3c44736::all_1_41_8} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8044 | 2025.01.29 07:14:32.884947 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8045 | 2025.01.29 07:14:33.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.83 MiB, peak 229.23 MiB, free memory in arenas 0.00 B, will set to 218.06 MiB (RSS), difference: 2.23 MiB | ||
| 8046 | 2025.01.29 07:14:33.982071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1132 | ||
| 8047 | 2025.01.29 07:14:33.985156 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2025.01.29 07:14:33.985218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8049 | 2025.01.29 07:14:33.986730 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8050 | 2025.01.29 07:14:33.987047 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2025.01.29 07:14:33.988239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132 | ||
| 8052 | 2025.01.29 07:14:35.307236 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8053 | 2025.01.29 07:14:35.307416 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8054 | 2025.01.29 07:14:35.307485 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8055 | 2025.01.29 07:14:35.308230 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8056 | 2025.01.29 07:14:35.308278 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8057 | 2025.01.29 07:14:35.308688 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8058 | 2025.01.29 07:14:35.308929 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2025.01.29 07:14:35.309124 [ 43 ] {} <Debug> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8060 | 2025.01.29 07:14:35.309185 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 8061 | 2025.01.29 07:14:35.309214 [ 43 ] {} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8062 | 2025.01.29 07:14:35.309302 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8063 | 2025.01.29 07:14:35.309316 [ 279 ] {e373209e-7a0d-438b-a889-93ec925933a3} <Debug> TCPHandler: Processed in 0.00220586 sec. | ||
| 8064 | 2025.01.29 07:14:35.309541 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::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 | ||
| 8065 | 2025.01.29 07:14:35.309618 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8066 | 2025.01.29 07:14:35.309746 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8067 | 2025.01.29 07:14:35.309798 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8068 | 2025.01.29 07:14:35.309838 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8069 | 2025.01.29 07:14:35.309985 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8070 | 2025.01.29 07:14:35.310007 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8071 | 2025.01.29 07:14:35.310479 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8072 | 2025.01.29 07:14:35.310834 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8073 | 2025.01.29 07:14:35.311157 [ 192 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8074 | 2025.01.29 07:14:35.312655 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8075 | 2025.01.29 07:14:35.312710 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8076 | 2025.01.29 07:14:35.312916 [ 200 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003485824 sec., 20081.335144861012 rows/sec., 1.49 MiB/sec. | ||
| 8077 | 2025.01.29 07:14:35.313185 [ 191 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8078 | 2025.01.29 07:14:35.313422 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8079 | 2025.01.29 07:14:35.313760 [ 191 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8080 | 2025.01.29 07:14:35.313927 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8081 | 2025.01.29 07:14:35.313990 [ 191 ] {00195306-9f60-49a0-b39c-830e2adcec50::all_1_29_7} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8082 | 2025.01.29 07:14:35.314193 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8083 | 2025.01.29 07:14:35.314335 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004567 sec., 61528.35559448216 rows/sec., 5.44 MiB/sec. | ||
| 8084 | 2025.01.29 07:14:35.314416 [ 275 ] {6ec35b92-be0b-4609-ae5c-823e795c17b3} <Debug> TCPHandler: Processed in 0.004953473 sec. | ||
| 8085 | 2025.01.29 07:14:35.314575 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8086 | 2025.01.29 07:14:35.314714 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8087 | 2025.01.29 07:14:35.314771 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8088 | 2025.01.29 07:14:35.315504 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8089 | 2025.01.29 07:14:35.315552 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8090 | 2025.01.29 07:14:35.315920 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8091 | 2025.01.29 07:14:35.316151 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8092 | 2025.01.29 07:14:35.316310 [ 43 ] {} <Debug> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8093 | 2025.01.29 07:14:35.316368 [ 43 ] {} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2025.01.29 07:14:35.316397 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001707 sec., 26947.861745752783 rows/sec., 1.94 MiB/sec. | ||
| 8095 | 2025.01.29 07:14:35.316411 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8096 | 2025.01.29 07:14:35.316569 [ 279 ] {e5274bb6-9833-482e-aa67-003146c4a5a4} <Debug> TCPHandler: Processed in 0.002043575 sec. | ||
| 8097 | 2025.01.29 07:14:35.316669 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::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 | ||
| 8098 | 2025.01.29 07:14:35.316816 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8099 | 2025.01.29 07:14:35.316867 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8100 | 2025.01.29 07:14:35.316930 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 64 rows starting from the beginning of the part | ||
| 8101 | 2025.01.29 07:14:35.317119 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8102 | 2025.01.29 07:14:35.317244 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part | ||
| 8103 | 2025.01.29 07:14:35.317335 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8104 | 2025.01.29 07:14:35.317661 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 8105 | 2025.01.29 07:14:35.317989 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part | ||
| 8106 | 2025.01.29 07:14:35.318353 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part | ||
| 8107 | 2025.01.29 07:14:35.318718 [ 187 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part | ||
| 8108 | 2025.01.29 07:14:35.320002 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2025.01.29 07:14:35.320095 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8110 | 2025.01.29 07:14:35.321130 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8111 | 2025.01.29 07:14:35.321502 [ 200 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.004976164 sec., 59483.570075262796 rows/sec., 4.49 MiB/sec. | ||
| 8112 | 2025.01.29 07:14:35.321670 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8113 | 2025.01.29 07:14:35.321732 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8114 | 2025.01.29 07:14:35.321945 [ 43 ] {} <Debug> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8115 | 2025.01.29 07:14:35.322068 [ 43 ] {} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.01.29 07:14:35.322136 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005131 sec., 2728.512960436562 rows/sec., 191.09 KiB/sec. | ||
| 8117 | 2025.01.29 07:14:35.322156 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8118 | 2025.01.29 07:14:35.322491 [ 275 ] {b8581d46-b16d-4e8d-b38c-673a1b0ab976} <Debug> TCPHandler: Processed in 0.005775435 sec. | ||
| 8119 | 2025.01.29 07:14:35.322496 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2025.01.29 07:14:35.322612 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::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 | ||
| 8121 | 2025.01.29 07:14:35.322794 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8122 | 2025.01.29 07:14:35.322873 [ 194 ] {4c8e97c6-fc1e-49f7-903c-292040c74741::all_1_29_6} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8123 | 2025.01.29 07:14:35.323158 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8124 | 2025.01.29 07:14:35.323175 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8125 | 2025.01.29 07:14:35.323221 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8126 | 2025.01.29 07:14:35.323258 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8127 | 2025.01.29 07:14:35.323347 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8128 | 2025.01.29 07:14:35.323539 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8129 | 2025.01.29 07:14:35.323922 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8130 | 2025.01.29 07:14:35.324206 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8131 | 2025.01.29 07:14:35.324581 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8132 | 2025.01.29 07:14:35.324957 [ 200 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8133 | 2025.01.29 07:14:35.326387 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8134 | 2025.01.29 07:14:35.326445 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8135 | 2025.01.29 07:14:35.327429 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8136 | 2025.01.29 07:14:35.327808 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005488947 sec., 98561.70955922875 rows/sec., 7.06 MiB/sec. | ||
| 8137 | 2025.01.29 07:14:35.327973 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.01.29 07:14:35.328039 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8139 | 2025.01.29 07:14:35.328218 [ 43 ] {} <Debug> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8140 | 2025.01.29 07:14:35.328294 [ 43 ] {} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8141 | 2025.01.29 07:14:35.328365 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8142 | 2025.01.29 07:14:35.328553 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005409 sec., 2403.4017378443336 rows/sec., 149.85 KiB/sec. | ||
| 8143 | 2025.01.29 07:14:35.328769 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::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 | ||
| 8144 | 2025.01.29 07:14:35.328828 [ 279 ] {12a4f48e-1e8d-470f-97a6-17ed4e6b51f7} <Debug> TCPHandler: Processed in 0.006179266 sec. | ||
| 8145 | 2025.01.29 07:14:35.328880 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8146 | 2025.01.29 07:14:35.329115 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8147 | 2025.01.29 07:14:35.329214 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8148 | 2025.01.29 07:14:35.329228 [ 187 ] {6173a6ec-db93-4944-9f77-15c2d798859c::all_1_29_6} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8149 | 2025.01.29 07:14:35.329319 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8150 | 2025.01.29 07:14:35.329502 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8151 | 2025.01.29 07:14:35.329695 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8152 | 2025.01.29 07:14:35.329747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8153 | 2025.01.29 07:14:35.329772 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8154 | 2025.01.29 07:14:35.330054 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8155 | 2025.01.29 07:14:35.330390 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8156 | 2025.01.29 07:14:35.330611 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8157 | 2025.01.29 07:14:35.332568 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2025.01.29 07:14:35.332641 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8159 | 2025.01.29 07:14:35.333109 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004594063 sec., 14148.69582763667 rows/sec., 937.44 KiB/sec. | ||
| 8160 | 2025.01.29 07:14:35.333337 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8161 | 2025.01.29 07:14:35.333574 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8162 | 2025.01.29 07:14:35.333869 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2025.01.29 07:14:35.334021 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8164 | 2025.01.29 07:14:35.334035 [ 197 ] {5c7d9f87-e8f6-4f96-8a15-bb2efda491a8::all_1_29_7} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8165 | 2025.01.29 07:14:35.334204 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8166 | 2025.01.29 07:14:35.334418 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005081 sec., 82857.70517614644 rows/sec., 5.92 MiB/sec. | ||
| 8167 | 2025.01.29 07:14:35.334508 [ 275 ] {c2447c00-3118-4c78-980a-977ea500ac40} <Debug> TCPHandler: Processed in 0.005526599 sec. | ||
| 8168 | 2025.01.29 07:14:35.334715 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2025.01.29 07:14:35.334852 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8170 | 2025.01.29 07:14:35.334904 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8171 | 2025.01.29 07:14:35.335390 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2025.01.29 07:14:35.335429 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8173 | 2025.01.29 07:14:35.335794 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8174 | 2025.01.29 07:14:35.336032 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2025.01.29 07:14:35.336194 [ 43 ] {} <Debug> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8176 | 2025.01.29 07:14:35.336249 [ 43 ] {} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8177 | 2025.01.29 07:14:35.336268 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 8178 | 2025.01.29 07:14:35.336286 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8179 | 2025.01.29 07:14:35.336420 [ 279 ] {3ab79cff-cfc9-4338-9ff8-a2bca05696d2} <Debug> TCPHandler: Processed in 0.001812899 sec. | ||
| 8180 | 2025.01.29 07:14:35.336482 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8181 | 2025.01.29 07:14:35.336615 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8182 | 2025.01.29 07:14:35.336654 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8183 | 2025.01.29 07:14:35.336693 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8184 | 2025.01.29 07:14:35.336899 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8185 | 2025.01.29 07:14:35.336951 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8186 | 2025.01.29 07:14:35.337116 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8187 | 2025.01.29 07:14:35.337172 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8188 | 2025.01.29 07:14:35.337535 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8189 | 2025.01.29 07:14:35.337869 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8190 | 2025.01.29 07:14:35.338269 [ 198 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::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 | ||
| 8191 | 2025.01.29 07:14:35.340058 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2025.01.29 07:14:35.340133 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8193 | 2025.01.29 07:14:35.341187 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004776578 sec., 36427.75225276338 rows/sec., 1.86 MiB/sec. | ||
| 8194 | 2025.01.29 07:14:35.341279 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8195 | 2025.01.29 07:14:35.341364 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8196 | 2025.01.29 07:14:35.341776 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8197 | 2025.01.29 07:14:35.341964 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_29_6} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8198 | 2025.01.29 07:14:35.342296 [ 190 ] {0d61a2fd-2352-4fd8-b786-08f7eb805b4d::all_1_29_6} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8199 | 2025.01.29 07:14:35.342347 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005582 sec., 42457.90039412397 rows/sec., 2.85 MiB/sec. | ||
| 8200 | 2025.01.29 07:14:35.342520 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8201 | 2025.01.29 07:14:35.342695 [ 275 ] {7b1fc2ee-22ea-4c28-9b61-0b901fabe09b} <Debug> TCPHandler: Processed in 0.006173566 sec. | ||
| 8202 | 2025.01.29 07:14:35.342959 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8203 | 2025.01.29 07:14:35.343102 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8204 | 2025.01.29 07:14:35.343154 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8205 | 2025.01.29 07:14:35.343611 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8206 | 2025.01.29 07:14:35.343649 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8207 | 2025.01.29 07:14:35.344008 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8208 | 2025.01.29 07:14:35.344240 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2025.01.29 07:14:35.344410 [ 43 ] {} <Debug> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8210 | 2025.01.29 07:14:35.344476 [ 43 ] {} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.01.29 07:14:35.344492 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 8212 | 2025.01.29 07:14:35.344534 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8213 | 2025.01.29 07:14:35.344609 [ 279 ] {67d7283f-84d2-4e96-80e4-328b251943cc} <Debug> TCPHandler: Processed in 0.001777148 sec. | ||
| 8214 | 2025.01.29 07:14:35.344866 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::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 | ||
| 8215 | 2025.01.29 07:14:35.344880 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8216 | 2025.01.29 07:14:35.345149 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8217 | 2025.01.29 07:14:35.345162 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8218 | 2025.01.29 07:14:35.345211 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part | ||
| 8219 | 2025.01.29 07:14:35.345500 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8220 | 2025.01.29 07:14:35.345516 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8221 | 2025.01.29 07:14:35.345815 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8222 | 2025.01.29 07:14:35.346162 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8223 | 2025.01.29 07:14:35.346450 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8224 | 2025.01.29 07:14:35.346743 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8225 | 2025.01.29 07:14:35.350293 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005634451 sec., 5324.38741591683 rows/sec., 358.08 KiB/sec. | ||
| 8226 | 2025.01.29 07:14:35.350482 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8227 | 2025.01.29 07:14:35.351108 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8228 | 2025.01.29 07:14:35.351180 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8229 | 2025.01.29 07:14:35.351178 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8230 | 2025.01.29 07:14:35.351402 [ 189 ] {1c443755-2095-4943-9e2d-ca84d027f6b3::all_1_29_6} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8231 | 2025.01.29 07:14:35.351581 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8232 | 2025.01.29 07:14:35.352193 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8233 | 2025.01.29 07:14:35.352460 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.01.29 07:14:35.352713 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007653 sec., 5096.0407683261465 rows/sec., 9.13 MiB/sec. | ||
| 8235 | 2025.01.29 07:14:35.352839 [ 275 ] {fa80b0ea-900f-4c54-91c7-64ba10646f01} <Debug> TCPHandler: Processed in 0.008087307 sec. | ||
| 8236 | 2025.01.29 07:14:35.352997 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2025.01.29 07:14:35.353122 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8238 | 2025.01.29 07:14:35.353174 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8239 | 2025.01.29 07:14:35.353668 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.01.29 07:14:35.353708 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8241 | 2025.01.29 07:14:35.354097 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8242 | 2025.01.29 07:14:35.354350 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.01.29 07:14:35.354553 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec. | ||
| 8244 | 2025.01.29 07:14:35.354604 [ 279 ] {cb29eab6-766d-4467-996d-e58fccfb2ca3} <Debug> TCPHandler: Processed in 0.001664614 sec. | ||
| 8245 | 2025.01.29 07:14:38.726346 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8246 | 2025.01.29 07:14:38.726407 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8247 | 2025.01.29 07:14:38.906028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8248 | 2025.01.29 07:14:38.906697 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.01.29 07:14:38.906746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8250 | 2025.01.29 07:14:38.907306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8251 | 2025.01.29 07:14:38.907574 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.01.29 07:14:38.907873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8253 | 2025.01.29 07:14:40.282535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8254 | 2025.01.29 07:14:40.302035 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.01.29 07:14:40.302458 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2025.01.29 07:14:40.302465 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8257 | 2025.01.29 07:14:40.302531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8258 | 2025.01.29 07:14:40.302597 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8259 | 2025.01.29 07:14:40.305710 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2025.01.29 07:14:40.305795 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8261 | 2025.01.29 07:14:40.307100 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8262 | 2025.01.29 07:14:40.307835 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2025.01.29 07:14:40.308461 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.006145 sec., 9113.100081366965 rows/sec., 716.89 KiB/sec. | ||
| 8264 | 2025.01.29 07:14:40.308668 [ 279 ] {9e41c3ec-4c74-44b5-aa13-eef6f29b4371} <Debug> TCPHandler: Processed in 0.006811653 sec. | ||
| 8265 | 2025.01.29 07:14:40.308993 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2025.01.29 07:14:40.309450 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8267 | 2025.01.29 07:14:40.309594 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8268 | 2025.01.29 07:14:40.312076 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2025.01.29 07:14:40.312164 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8270 | 2025.01.29 07:14:40.313356 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8271 | 2025.01.29 07:14:40.313969 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2025.01.29 07:14:40.314582 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005321 sec., 12027.814320616426 rows/sec., 961.33 KiB/sec. | ||
| 8273 | 2025.01.29 07:14:40.314805 [ 275 ] {339d17dc-3cbc-41ec-ba92-21b2f9d955e8} <Debug> TCPHandler: Processed in 0.005991151 sec. | ||
| 8274 | 2025.01.29 07:14:40.315034 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2025.01.29 07:14:40.315346 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8276 | 2025.01.29 07:14:40.315493 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8277 | 2025.01.29 07:14:40.318253 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.01.29 07:14:40.318336 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8279 | 2025.01.29 07:14:40.319688 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8280 | 2025.01.29 07:14:40.320499 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.01.29 07:14:40.320864 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005636 sec., 28388.928317955993 rows/sec., 1.98 MiB/sec. | ||
| 8282 | 2025.01.29 07:14:40.320976 [ 279 ] {3f3ce181-277d-42c6-acea-c0d9c04887ca} <Debug> TCPHandler: Processed in 0.006056402 sec. | ||
| 8283 | 2025.01.29 07:14:40.321183 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2025.01.29 07:14:40.321365 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8285 | 2025.01.29 07:14:40.321451 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8286 | 2025.01.29 07:14:40.322447 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2025.01.29 07:14:40.322543 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8288 | 2025.01.29 07:14:40.324024 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8289 | 2025.01.29 07:14:40.324774 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2025.01.29 07:14:40.325308 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003977 sec., 15086.748805632387 rows/sec., 1.02 MiB/sec. | ||
| 8291 | 2025.01.29 07:14:40.325491 [ 275 ] {acf7c3db-eb4d-44a3-a98e-7d53f0874fd4} <Debug> TCPHandler: Processed in 0.004391388 sec. | ||
| 8292 | 2025.01.29 07:14:40.326722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8293 | 2025.01.29 07:14:40.327564 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.01.29 07:14:40.330785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8295 | 2025.01.29 07:14:41.080112 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8296 | 2025.01.29 07:14:41.080350 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8297 | 2025.01.29 07:14:41.080441 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8298 | 2025.01.29 07:14:41.081291 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2025.01.29 07:14:41.081335 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8300 | 2025.01.29 07:14:41.081759 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8301 | 2025.01.29 07:14:41.082035 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8302 | 2025.01.29 07:14:41.082342 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002054 sec., 6815.9688412852975 rows/sec., 490.66 KiB/sec. | ||
| 8303 | 2025.01.29 07:14:41.082414 [ 279 ] {c1f2e438-46f5-4513-8eea-f71e74b111b9} <Debug> TCPHandler: Processed in 0.002454756 sec. | ||
| 8304 | 2025.01.29 07:14:41.082731 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8305 | 2025.01.29 07:14:41.082942 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8306 | 2025.01.29 07:14:41.083023 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8307 | 2025.01.29 07:14:41.083855 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2025.01.29 07:14:41.083901 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8309 | 2025.01.29 07:14:41.084335 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8310 | 2025.01.29 07:14:41.084588 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8311 | 2025.01.29 07:14:41.084963 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002047 sec., 7816.316560820713 rows/sec., 637.37 KiB/sec. | ||
| 8312 | 2025.01.29 07:14:41.085299 [ 275 ] {35a6f7d9-534d-4850-8dcf-65884279ff4b} <Debug> TCPHandler: Processed in 0.002717393 sec. | ||
| 8313 | 2025.01.29 07:14:41.085473 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8314 | 2025.01.29 07:14:41.085615 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8315 | 2025.01.29 07:14:41.085674 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8316 | 2025.01.29 07:14:41.087372 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8317 | 2025.01.29 07:14:41.087412 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8318 | 2025.01.29 07:14:41.087885 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8319 | 2025.01.29 07:14:41.088128 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8320 | 2025.01.29 07:14:41.088310 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Debug> executeQuery: Read 1429 rows, 122.57 KiB in 0.002727 sec., 524019.06857352407 rows/sec., 43.89 MiB/sec. | ||
| 8321 | 2025.01.29 07:14:41.088368 [ 279 ] {653af86b-393b-4e04-9439-c89ce3340498} <Debug> TCPHandler: Processed in 0.002959619 sec. | ||
| 8322 | 2025.01.29 07:14:41.088572 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8323 | 2025.01.29 07:14:41.088753 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8324 | 2025.01.29 07:14:41.088815 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8325 | 2025.01.29 07:14:41.089446 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8326 | 2025.01.29 07:14:41.089487 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8327 | 2025.01.29 07:14:41.089876 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8328 | 2025.01.29 07:14:41.090113 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2025.01.29 07:14:41.090331 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001616 sec., 38366.33663366336 rows/sec., 2.72 MiB/sec. | ||
| 8330 | 2025.01.29 07:14:41.090388 [ 275 ] {96476948-f4d4-4199-ad9b-a150f21924dc} <Debug> TCPHandler: Processed in 0.001935752 sec. | ||
| 8331 | 2025.01.29 07:14:41.090523 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2025.01.29 07:14:41.090639 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8333 | 2025.01.29 07:14:41.090686 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8334 | 2025.01.29 07:14:41.091360 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8335 | 2025.01.29 07:14:41.091397 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8336 | 2025.01.29 07:14:41.091764 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8337 | 2025.01.29 07:14:41.092004 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8338 | 2025.01.29 07:14:41.092179 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001564 sec., 154731.4578005115 rows/sec., 10.48 MiB/sec. | ||
| 8339 | 2025.01.29 07:14:41.092230 [ 279 ] {7fd9e5ad-cdef-453c-aa47-91d4cb907b6d} <Debug> TCPHandler: Processed in 0.001763287 sec. | ||
| 8340 | 2025.01.29 07:14:41.092384 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8341 | 2025.01.29 07:14:41.092503 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8342 | 2025.01.29 07:14:41.092553 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8343 | 2025.01.29 07:14:41.093136 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8344 | 2025.01.29 07:14:41.093176 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8345 | 2025.01.29 07:14:41.093539 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8346 | 2025.01.29 07:14:41.093785 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8347 | 2025.01.29 07:14:41.094006 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 8348 | 2025.01.29 07:14:41.094058 [ 275 ] {02e4838d-cc4e-40a8-b279-e28736e81f9e} <Debug> TCPHandler: Processed in 0.001729506 sec. | ||
| 8349 | 2025.01.29 07:14:41.094220 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8350 | 2025.01.29 07:14:41.094356 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8351 | 2025.01.29 07:14:41.094413 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8352 | 2025.01.29 07:14:41.095531 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8353 | 2025.01.29 07:14:41.095569 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8354 | 2025.01.29 07:14:41.095967 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8355 | 2025.01.29 07:14:41.096212 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8356 | 2025.01.29 07:14:41.096388 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002062 sec., 433074.68477206596 rows/sec., 31.45 MiB/sec. | ||
| 8357 | 2025.01.29 07:14:41.096438 [ 279 ] {c7b5543c-639d-448d-a980-f50b1ae6e868} <Debug> TCPHandler: Processed in 0.002283761 sec. | ||
| 8358 | 2025.01.29 07:14:41.096581 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8359 | 2025.01.29 07:14:41.096721 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8360 | 2025.01.29 07:14:41.096779 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8361 | 2025.01.29 07:14:41.097355 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2025.01.29 07:14:41.097401 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8363 | 2025.01.29 07:14:41.097841 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8364 | 2025.01.29 07:14:41.098084 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2025.01.29 07:14:41.098285 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 196.41 KiB/sec. | ||
| 8366 | 2025.01.29 07:14:41.098335 [ 275 ] {7c516d3f-7233-44dd-9bb4-151fd413fe1d} <Debug> TCPHandler: Processed in 0.001818999 sec. | ||
| 8367 | 2025.01.29 07:14:41.098480 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2025.01.29 07:14:41.098597 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8369 | 2025.01.29 07:14:41.098650 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8370 | 2025.01.29 07:14:41.099420 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2025.01.29 07:14:41.099456 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8372 | 2025.01.29 07:14:41.099899 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8373 | 2025.01.29 07:14:41.100140 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.01.29 07:14:41.100327 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001753 sec., 549343.981745579 rows/sec., 36.51 MiB/sec. | ||
| 8375 | 2025.01.29 07:14:41.100379 [ 279 ] {ef774ab8-7ca5-4e3b-ae14-0a0d98dfe769} <Debug> TCPHandler: Processed in 0.001953483 sec. | ||
| 8376 | 2025.01.29 07:14:41.100589 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8377 | 2025.01.29 07:14:41.100736 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8378 | 2025.01.29 07:14:41.100796 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8379 | 2025.01.29 07:14:41.101337 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.01.29 07:14:41.101383 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8381 | 2025.01.29 07:14:41.101812 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8382 | 2025.01.29 07:14:41.102054 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.01.29 07:14:41.102258 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 8384 | 2025.01.29 07:14:41.102310 [ 275 ] {e5806a85-b846-4cba-9f8b-4fb7a6297435} <Debug> TCPHandler: Processed in 0.0018352 sec. | ||
| 8385 | 2025.01.29 07:14:41.102450 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2025.01.29 07:14:41.102575 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8387 | 2025.01.29 07:14:41.102657 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8388 | 2025.01.29 07:14:41.103869 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.01.29 07:14:41.103909 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8390 | 2025.01.29 07:14:41.104565 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8391 | 2025.01.29 07:14:41.104831 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2025.01.29 07:14:41.105075 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002517 sec., 15494.636471990463 rows/sec., 27.77 MiB/sec. | ||
| 8393 | 2025.01.29 07:14:41.105276 [ 279 ] {3400e611-d790-457d-ad55-82733a583bed} <Debug> TCPHandler: Processed in 0.002883077 sec. | ||
| 8394 | 2025.01.29 07:14:41.105429 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.01.29 07:14:41.105549 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8396 | 2025.01.29 07:14:41.105599 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8397 | 2025.01.29 07:14:41.106073 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.01.29 07:14:41.106112 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8399 | 2025.01.29 07:14:41.106473 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8400 | 2025.01.29 07:14:41.106712 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.01.29 07:14:41.106920 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001395 sec., 24372.759856630826 rows/sec., 1.41 MiB/sec. | ||
| 8402 | 2025.01.29 07:14:41.106969 [ 275 ] {a9457c4c-52f5-4a6f-be27-de8df27c24ad} <Debug> TCPHandler: Processed in 0.001599342 sec. | ||
| 8403 | 2025.01.29 07:14:43.988421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1186 | ||
| 8404 | 2025.01.29 07:14:43.992004 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2025.01.29 07:14:43.992066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8406 | 2025.01.29 07:14:43.993609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8407 | 2025.01.29 07:14:43.993983 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8408 | 2025.01.29 07:14:43.994212 [ 31 ] {} <Debug> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8409 | 2025.01.29 07:14:43.994339 [ 31 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.29 07:14:43.994396 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8411 | 2025.01.29 07:14:43.994908 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8412 | 2025.01.29 07:14:43.996612 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186 | ||
| 8413 | 2025.01.29 07:14:43.996942 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8414 | 2025.01.29 07:14:43.997132 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1002 rows starting from the beginning of the part | ||
| 8415 | 2025.01.29 07:14:43.997806 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8416 | 2025.01.29 07:14:43.998417 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8417 | 2025.01.29 07:14:43.999038 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8418 | 2025.01.29 07:14:43.999669 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8419 | 2025.01.29 07:14:44.000446 [ 201 ] {b71d4233-279a-4ef5-b925-c958560840f1::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 | ||
| 8420 | 2025.01.29 07:14:44.009334 [ 186 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 72 columns (72 merged, 0 gathered) in 0.014803227 sec., 80117.66623588222 rows/sec., 63.61 MiB/sec. | ||
| 8421 | 2025.01.29 07:14:44.010947 [ 195 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8422 | 2025.01.29 07:14:44.011773 [ 195 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8423 | 2025.01.29 07:14:44.011872 [ 195 ] {b71d4233-279a-4ef5-b925-c958560840f1::all_1_31_6} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8424 | 2025.01.29 07:14:44.012196 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
| 8425 | 2025.01.29 07:14:45.299833 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8426 | 2025.01.29 07:14:45.300022 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8427 | 2025.01.29 07:14:45.300126 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8428 | 2025.01.29 07:14:45.300932 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.01.29 07:14:45.300980 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8430 | 2025.01.29 07:14:45.301429 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8431 | 2025.01.29 07:14:45.301692 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8432 | 2025.01.29 07:14:45.301856 [ 30 ] {} <Debug> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8433 | 2025.01.29 07:14:45.301904 [ 30 ] {} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.01.29 07:14:45.301906 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.23 MiB/sec. | ||
| 8435 | 2025.01.29 07:14:45.301934 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8436 | 2025.01.29 07:14:45.302072 [ 279 ] {648ac7a2-d6ca-48af-b232-b4b3655c0a95} <Debug> TCPHandler: Processed in 0.002372704 sec. | ||
| 8437 | 2025.01.29 07:14:45.302332 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 8438 | 2025.01.29 07:14:45.302443 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8439 | 2025.01.29 07:14:45.302869 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8440 | 2025.01.29 07:14:45.302928 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8441 | 2025.01.29 07:14:45.303045 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8442 | 2025.01.29 07:14:45.303064 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
| 8443 | 2025.01.29 07:14:45.303411 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 8444 | 2025.01.29 07:14:45.303677 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 281 rows starting from the beginning of the part | ||
| 8445 | 2025.01.29 07:14:45.304080 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 8446 | 2025.01.29 07:14:45.304440 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1429 rows starting from the beginning of the part | ||
| 8447 | 2025.01.29 07:14:45.304763 [ 195 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::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 | ||
| 8448 | 2025.01.29 07:14:45.305863 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2025.01.29 07:14:45.305944 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8450 | 2025.01.29 07:14:45.307010 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8451 | 2025.01.29 07:14:45.307347 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.01.29 07:14:45.307591 [ 30 ] {} <Debug> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8453 | 2025.01.29 07:14:45.307694 [ 30 ] {} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.01.29 07:14:45.307781 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8455 | 2025.01.29 07:14:45.307883 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005152 sec., 12422.360248447205 rows/sec., 992.86 KiB/sec. | ||
| 8456 | 2025.01.29 07:14:45.308235 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8457 | 2025.01.29 07:14:45.308268 [ 275 ] {4ff6a97c-27a3-4a5e-bd4b-9773a46f5678} <Debug> TCPHandler: Processed in 0.006046512 sec. | ||
| 8458 | 2025.01.29 07:14:45.308596 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8459 | 2025.01.29 07:14:45.308757 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8460 | 2025.01.29 07:14:45.308847 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8461 | 2025.01.29 07:14:45.308902 [ 199 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006819183 sec., 485248.74607412645 rows/sec., 42.51 MiB/sec. | ||
| 8462 | 2025.01.29 07:14:45.308949 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8463 | 2025.01.29 07:14:45.309204 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8464 | 2025.01.29 07:14:45.309206 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8465 | 2025.01.29 07:14:45.309525 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8466 | 2025.01.29 07:14:45.309826 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8467 | 2025.01.29 07:14:45.310395 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8468 | 2025.01.29 07:14:45.310914 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8469 | 2025.01.29 07:14:45.311045 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.01.29 07:14:45.311475 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::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 | ||
| 8471 | 2025.01.29 07:14:45.311586 [ 188 ] {44c4f1f7-d347-44c8-ba3d-bad36a8a3987::all_1_71_14} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8472 | 2025.01.29 07:14:45.312060 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8473 | 2025.01.29 07:14:45.312694 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.01.29 07:14:45.312747 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8475 | 2025.01.29 07:14:45.313519 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8476 | 2025.01.29 07:14:45.313911 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.01.29 07:14:45.314147 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8478 | 2025.01.29 07:14:45.314217 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8479 | 2025.01.29 07:14:45.314270 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8480 | 2025.01.29 07:14:45.314364 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006433582 sec., 375995.8293840041 rows/sec., 28.84 MiB/sec. | ||
| 8481 | 2025.01.29 07:14:45.314388 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005508 sec., 23238.925199709513 rows/sec., 1.62 MiB/sec. | ||
| 8482 | 2025.01.29 07:14:45.314834 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8483 | 2025.01.29 07:14:45.314966 [ 279 ] {1147ab41-500a-4a53-a227-f021862d5600} <Debug> TCPHandler: Processed in 0.006515924 sec. | ||
| 8484 | 2025.01.29 07:14:45.314992 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 8485 | 2025.01.29 07:14:45.315395 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8486 | 2025.01.29 07:14:45.315676 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8487 | 2025.01.29 07:14:45.315827 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20152 rows starting from the beginning of the part | ||
| 8488 | 2025.01.29 07:14:45.315903 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8489 | 2025.01.29 07:14:45.316116 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8490 | 2025.01.29 07:14:45.316339 [ 186 ] {9cf69c95-0242-46eb-8577-e68756b33238::all_1_71_14} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8491 | 2025.01.29 07:14:45.316360 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 8492 | 2025.01.29 07:14:45.316659 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8493 | 2025.01.29 07:14:45.316776 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 8494 | 2025.01.29 07:14:45.317122 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::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 | ||
| 8495 | 2025.01.29 07:14:45.317323 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8496 | 2025.01.29 07:14:45.317433 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 963 rows starting from the beginning of the part | ||
| 8497 | 2025.01.29 07:14:45.317705 [ 193 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8498 | 2025.01.29 07:14:45.319660 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8499 | 2025.01.29 07:14:45.319706 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8500 | 2025.01.29 07:14:45.320310 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8501 | 2025.01.29 07:14:45.320811 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8502 | 2025.01.29 07:14:45.321134 [ 28 ] {} <Debug> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8503 | 2025.01.29 07:14:45.321243 [ 28 ] {} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2025.01.29 07:14:45.321308 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8505 | 2025.01.29 07:14:45.321442 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005573 sec., 8612.955320294277 rows/sec., 594.38 KiB/sec. | ||
| 8506 | 2025.01.29 07:14:45.321855 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 8507 | 2025.01.29 07:14:45.322266 [ 275 ] {7e19188e-e9f7-4a7d-90a8-7b9decbfe478} <Debug> TCPHandler: Processed in 0.00711364 sec. | ||
| 8508 | 2025.01.29 07:14:45.322635 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8509 | 2025.01.29 07:14:45.322727 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part | ||
| 8510 | 2025.01.29 07:14:45.323102 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 8511 | 2025.01.29 07:14:45.323679 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 8512 | 2025.01.29 07:14:45.324000 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::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 | ||
| 8513 | 2025.01.29 07:14:45.324303 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 8514 | 2025.01.29 07:14:45.324499 [ 194 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8515 | 2025.01.29 07:14:45.326950 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005491368 sec., 784503.9705953052 rows/sec., 51.13 MiB/sec. | ||
| 8516 | 2025.01.29 07:14:45.327265 [ 190 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21800 rows, containing 5 columns (5 merged, 0 gathered) in 0.012875036 sec., 1693199.1491130588 rows/sec., 114.29 MiB/sec. | ||
| 8517 | 2025.01.29 07:14:45.327506 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8518 | 2025.01.29 07:14:45.327765 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8519 | 2025.01.29 07:14:45.328127 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.29 07:14:45.328304 [ 196 ] {9bf04b0f-ea7b-4523-8ea1-ed7b181c7766::all_1_71_14} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8521 | 2025.01.29 07:14:45.328357 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.01.29 07:14:45.328470 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8523 | 2025.01.29 07:14:45.328537 [ 198 ] {f568d366-4ef4-40d6-bbca-6d5a3652d2db::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8524 | 2025.01.29 07:14:45.328634 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8525 | 2025.01.29 07:14:46.407998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8526 | 2025.01.29 07:14:46.408683 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.01.29 07:14:46.408724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8528 | 2025.01.29 07:14:46.409268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8529 | 2025.01.29 07:14:46.409536 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.01.29 07:14:46.409831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8531 | 2025.01.29 07:14:47.830861 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8532 | 2025.01.29 07:14:47.851640 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2025.01.29 07:14:47.851700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8534 | 2025.01.29 07:14:47.859111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8535 | 2025.01.29 07:14:47.859906 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2025.01.29 07:14:47.863687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8537 | 2025.01.29 07:14:50.300920 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.01.29 07:14:50.301149 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8539 | 2025.01.29 07:14:50.301223 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8540 | 2025.01.29 07:14:50.302025 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8541 | 2025.01.29 07:14:50.302081 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8542 | 2025.01.29 07:14:50.302535 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8543 | 2025.01.29 07:14:50.302801 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8544 | 2025.01.29 07:14:50.303039 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec. | ||
| 8545 | 2025.01.29 07:14:50.303111 [ 279 ] {70a7777a-901f-48fb-b579-917619d36dc6} <Debug> TCPHandler: Processed in 0.002332593 sec. | ||
| 8546 | 2025.01.29 07:14:50.303389 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8547 | 2025.01.29 07:14:50.303606 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8548 | 2025.01.29 07:14:50.303689 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8549 | 2025.01.29 07:14:50.304530 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8550 | 2025.01.29 07:14:50.304571 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8551 | 2025.01.29 07:14:50.305023 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8552 | 2025.01.29 07:14:50.305294 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2025.01.29 07:14:50.305488 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 8554 | 2025.01.29 07:14:50.305543 [ 275 ] {078dd98f-1674-4e6d-adc2-15811e047bce} <Debug> TCPHandler: Processed in 0.002300162 sec. | ||
| 8555 | 2025.01.29 07:14:50.305706 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2025.01.29 07:14:50.305836 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.01.29 07:14:50.305896 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8558 | 2025.01.29 07:14:50.306516 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.01.29 07:14:50.306558 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8560 | 2025.01.29 07:14:50.306998 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8561 | 2025.01.29 07:14:50.307249 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.01.29 07:14:50.307464 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
| 8563 | 2025.01.29 07:14:50.307515 [ 279 ] {0faa2d20-ae52-4b3b-9509-7a02d4512227} <Debug> TCPHandler: Processed in 0.00187096 sec. | ||
| 8564 | 2025.01.29 07:14:50.307692 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2025.01.29 07:14:50.307831 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8566 | 2025.01.29 07:14:50.307895 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8567 | 2025.01.29 07:14:50.308433 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.01.29 07:14:50.308471 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8569 | 2025.01.29 07:14:50.308871 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8570 | 2025.01.29 07:14:50.309110 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.01.29 07:14:50.309287 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 8572 | 2025.01.29 07:14:50.309336 [ 275 ] {0482e40e-a7c1-4933-9122-a045afb8006d} <Debug> TCPHandler: Processed in 0.001713336 sec. | ||
| 8573 | 2025.01.29 07:14:53.401683 [ 113 ] {} <Debug> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8574 | 2025.01.29 07:14:53.401797 [ 113 ] {} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.01.29 07:14:53.401840 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8576 | 2025.01.29 07:14:53.402170 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::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 | ||
| 8577 | 2025.01.29 07:14:53.402479 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8578 | 2025.01.29 07:14:53.402554 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::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 | ||
| 8579 | 2025.01.29 07:14:53.402691 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 8580 | 2025.01.29 07:14:53.402898 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 8581 | 2025.01.29 07:14:53.403151 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8582 | 2025.01.29 07:14:53.403402 [ 196 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 8583 | 2025.01.29 07:14:53.404548 [ 190 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002593859 sec., 20818.402233891666 rows/sec., 1.74 MiB/sec. | ||
| 8584 | 2025.01.29 07:14:53.404751 [ 187 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8585 | 2025.01.29 07:14:53.405101 [ 187 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8586 | 2025.01.29 07:14:53.405192 [ 187 ] {d8982ee5-4a63-464f-97ce-891df7c7229f::all_1_9_2} <Trace> oximeter.fields_ipaddr (d8982ee5-4a63-464f-97ce-891df7c7229f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8587 | 2025.01.29 07:14:53.405298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8588 | 2025.01.29 07:14:53.726454 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8589 | 2025.01.29 07:14:53.726525 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8590 | 2025.01.29 07:14:53.909963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8591 | 2025.01.29 07:14:53.910663 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8592 | 2025.01.29 07:14:53.910715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8593 | 2025.01.29 07:14:53.911262 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8594 | 2025.01.29 07:14:53.911522 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8595 | 2025.01.29 07:14:53.911789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8596 | 2025.01.29 07:14:53.996875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1202 | ||
| 8597 | 2025.01.29 07:14:53.999548 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8598 | 2025.01.29 07:14:53.999598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8599 | 2025.01.29 07:14:54.001603 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8600 | 2025.01.29 07:14:54.001923 [ 242 ] {} <Trace> system.query_log (b71d4233-279a-4ef5-b925-c958560840f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8601 | 2025.01.29 07:14:54.002917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1202 | ||
| 8602 | 2025.01.29 07:14:55.307335 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8603 | 2025.01.29 07:14:55.307518 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8604 | 2025.01.29 07:14:55.307589 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8605 | 2025.01.29 07:14:55.308343 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2025.01.29 07:14:55.308394 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8607 | 2025.01.29 07:14:55.308820 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8608 | 2025.01.29 07:14:55.309074 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Trace> oximeter.fields_i16 (00195306-9f60-49a0-b39c-830e2adcec50): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2025.01.29 07:14:55.309287 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 8610 | 2025.01.29 07:14:55.309344 [ 279 ] {5c1f815e-6767-4495-ae89-6d6c3aaed475} <Debug> TCPHandler: Processed in 0.002142728 sec. | ||
| 8611 | 2025.01.29 07:14:55.309613 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8612 | 2025.01.29 07:14:55.309827 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8613 | 2025.01.29 07:14:55.309908 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8614 | 2025.01.29 07:14:55.310868 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8615 | 2025.01.29 07:14:55.310909 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8616 | 2025.01.29 07:14:55.311382 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8617 | 2025.01.29 07:14:55.311641 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8618 | 2025.01.29 07:14:55.311840 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002075 sec., 135421.68674698795 rows/sec., 11.96 MiB/sec. | ||
| 8619 | 2025.01.29 07:14:55.311897 [ 275 ] {adfc1978-b2b5-4755-a2c6-22bde7d50814} <Debug> TCPHandler: Processed in 0.002425955 sec. | ||
| 8620 | 2025.01.29 07:14:55.312055 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8621 | 2025.01.29 07:14:55.312194 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8622 | 2025.01.29 07:14:55.312251 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8623 | 2025.01.29 07:14:55.312852 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8624 | 2025.01.29 07:14:55.312892 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8625 | 2025.01.29 07:14:55.313258 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8626 | 2025.01.29 07:14:55.313498 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Trace> oximeter.fields_u16 (4c8e97c6-fc1e-49f7-903c-292040c74741): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8627 | 2025.01.29 07:14:55.313743 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001573 sec., 29243.483788938334 rows/sec., 2.10 MiB/sec. | ||
| 8628 | 2025.01.29 07:14:55.313838 [ 279 ] {961ddc3b-ca37-4d69-8e69-7dfa34a2dcbb} <Debug> TCPHandler: Processed in 0.001847319 sec. | ||
| 8629 | 2025.01.29 07:14:55.314052 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2025.01.29 07:14:55.314242 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8631 | 2025.01.29 07:14:55.314303 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8632 | 2025.01.29 07:14:55.314900 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8633 | 2025.01.29 07:14:55.314939 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8634 | 2025.01.29 07:14:55.315307 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8635 | 2025.01.29 07:14:55.315558 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Trace> oximeter.fields_u32 (6173a6ec-db93-4944-9f77-15c2d798859c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8636 | 2025.01.29 07:14:55.315741 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 8637 | 2025.01.29 07:14:55.315793 [ 275 ] {805cd9da-548d-4b41-9cd9-f1238a438fd3} <Debug> TCPHandler: Processed in 0.00186225 sec. | ||
| 8638 | 2025.01.29 07:14:55.315957 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8639 | 2025.01.29 07:14:55.316077 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8640 | 2025.01.29 07:14:55.316125 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8641 | 2025.01.29 07:14:55.316710 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8642 | 2025.01.29 07:14:55.316750 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8643 | 2025.01.29 07:14:55.317118 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8644 | 2025.01.29 07:14:55.317352 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Trace> oximeter.fields_u8 (5c7d9f87-e8f6-4f96-8a15-bb2efda491a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8645 | 2025.01.29 07:14:55.317559 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 8646 | 2025.01.29 07:14:55.317610 [ 279 ] {ea8cad76-80a6-4d7f-a401-68f46bf487bf} <Debug> TCPHandler: Processed in 0.001721887 sec. | ||
| 8647 | 2025.01.29 07:14:55.317764 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8648 | 2025.01.29 07:14:55.317909 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8649 | 2025.01.29 07:14:55.317967 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8650 | 2025.01.29 07:14:55.318769 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2025.01.29 07:14:55.318806 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8652 | 2025.01.29 07:14:55.319184 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8653 | 2025.01.29 07:14:55.319420 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8654 | 2025.01.29 07:14:55.319617 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001741 sec., 241815.04882251582 rows/sec., 17.28 MiB/sec. | ||
| 8655 | 2025.01.29 07:14:55.319721 [ 275 ] {6cba8717-fe38-4860-9769-e56944edeb8b} <Debug> TCPHandler: Processed in 0.002020864 sec. | ||
| 8656 | 2025.01.29 07:14:55.319936 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8657 | 2025.01.29 07:14:55.320091 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8658 | 2025.01.29 07:14:55.320142 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8659 | 2025.01.29 07:14:55.320631 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8660 | 2025.01.29 07:14:55.320670 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8661 | 2025.01.29 07:14:55.321038 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8662 | 2025.01.29 07:14:55.321282 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Trace> oximeter.measurements_bool (0d61a2fd-2352-4fd8-b786-08f7eb805b4d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8663 | 2025.01.29 07:14:55.321489 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec. | ||
| 8664 | 2025.01.29 07:14:55.321537 [ 279 ] {db8fc81d-b5fe-45a6-96dd-22c14ba209a0} <Debug> TCPHandler: Processed in 0.001717806 sec. | ||
| 8665 | 2025.01.29 07:14:55.321667 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8666 | 2025.01.29 07:14:55.321785 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8667 | 2025.01.29 07:14:55.321839 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8668 | 2025.01.29 07:14:55.322421 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.01.29 07:14:55.322459 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8670 | 2025.01.29 07:14:55.322847 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8671 | 2025.01.29 07:14:55.323083 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2025.01.29 07:14:55.323288 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001525 sec., 155409.83606557376 rows/sec., 10.42 MiB/sec. | ||
| 8673 | 2025.01.29 07:14:55.323360 [ 275 ] {6c1dd344-1cc9-45c3-844b-973be9bb6a92} <Debug> TCPHandler: Processed in 0.001747897 sec. | ||
| 8674 | 2025.01.29 07:14:55.323564 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8675 | 2025.01.29 07:14:55.323851 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8676 | 2025.01.29 07:14:55.323944 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8677 | 2025.01.29 07:14:55.324415 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8678 | 2025.01.29 07:14:55.324453 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8679 | 2025.01.29 07:14:55.324802 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8680 | 2025.01.29 07:14:55.325040 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Trace> oximeter.measurements_f64 (1c443755-2095-4943-9e2d-ca84d027f6b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8681 | 2025.01.29 07:14:55.325241 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec. | ||
| 8682 | 2025.01.29 07:14:55.325291 [ 279 ] {069dce34-a0eb-4c44-94b9-4790721b49c7} <Debug> TCPHandler: Processed in 0.00184012 sec. | ||
| 8683 | 2025.01.29 07:14:55.325442 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8684 | 2025.01.29 07:14:55.325578 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8685 | 2025.01.29 07:14:55.325672 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8686 | 2025.01.29 07:14:55.326929 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2025.01.29 07:14:55.326966 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8688 | 2025.01.29 07:14:55.327618 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8689 | 2025.01.29 07:14:55.327889 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2025.01.29 07:14:55.328028 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8691 | 2025.01.29 07:14:55.328078 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8692 | 2025.01.29 07:14:55.328108 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002558 sec., 15246.286161063332 rows/sec., 27.32 MiB/sec. | ||
| 8693 | 2025.01.29 07:14:55.328109 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8694 | 2025.01.29 07:14:55.328539 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8695 | 2025.01.29 07:14:55.328775 [ 275 ] {7e612b1b-a2fe-4222-8976-2bbef0dfe5f0} <Debug> TCPHandler: Processed in 0.003383171 sec. | ||
| 8696 | 2025.01.29 07:14:55.329065 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8697 | 2025.01.29 07:14:55.329474 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8698 | 2025.01.29 07:14:55.329622 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8699 | 2025.01.29 07:14:55.330174 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8700 | 2025.01.29 07:14:55.330366 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 8701 | 2025.01.29 07:14:55.330997 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8702 | 2025.01.29 07:14:55.331776 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8703 | 2025.01.29 07:14:55.331850 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.01.29 07:14:55.331954 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8705 | 2025.01.29 07:14:55.332412 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8706 | 2025.01.29 07:14:55.333107 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8707 | 2025.01.29 07:14:55.333566 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8708 | 2025.01.29 07:14:55.333755 [ 200 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::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 | ||
| 8709 | 2025.01.29 07:14:55.334556 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2025.01.29 07:14:55.335170 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005823 sec., 14082.088270650867 rows/sec., 915.85 KiB/sec. | ||
| 8711 | 2025.01.29 07:14:55.335445 [ 279 ] {0114d57a-a61d-4a78-8814-0ce1ab015557} <Debug> TCPHandler: Processed in 0.006533745 sec. | ||
| 8712 | 2025.01.29 07:14:55.343134 [ 190 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 19 columns (19 merged, 0 gathered) in 0.014932111 sec., 73934.62317551751 rows/sec., 132.49 MiB/sec. | ||
| 8713 | 2025.01.29 07:14:55.344171 [ 192 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8714 | 2025.01.29 07:14:55.344596 [ 192 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2025.01.29 07:14:55.344677 [ 192 ] {c99a8e06-40aa-41fb-aefd-3a5ca0877c45::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c99a8e06-40aa-41fb-aefd-3a5ca0877c45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8716 | 2025.01.29 07:14:55.344786 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB. | ||
| 8717 | 2025.01.29 07:14:55.363750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8718 | 2025.01.29 07:14:55.385987 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8719 | 2025.01.29 07:14:55.386040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 8720 | 2025.01.29 07:14:55.393453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8721 | 2025.01.29 07:14:55.394224 [ 243 ] {} <Trace> system.metric_log (c962689c-78fa-422f-9ce7-a539c3c44736): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2025.01.29 07:14:55.396893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8723 | 2025.01.29 07:14:56.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.68 MiB, peak 229.68 MiB, free memory in arenas 0.00 B, will set to 224.15 MiB (RSS), difference: 2.47 MiB | ||
| 8724 | 2025.01.29 07:15:00.302462 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8725 | 2025.01.29 07:15:00.302682 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8726 | 2025.01.29 07:15:00.302772 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8727 | 2025.01.29 07:15:00.303859 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8728 | 2025.01.29 07:15:00.303920 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8729 | 2025.01.29 07:15:00.304414 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8730 | 2025.01.29 07:15:00.304677 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Trace> oximeter.fields_string (44c4f1f7-d347-44c8-ba3d-bad36a8a3987): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8731 | 2025.01.29 07:15:00.304884 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002262 sec., 24756.85234305924 rows/sec., 1.90 MiB/sec. | ||
| 8732 | 2025.01.29 07:15:00.304945 [ 279 ] {a4e35925-744c-4ddc-be91-e11ffb49bb38} <Debug> TCPHandler: Processed in 0.002615831 sec. | ||
| 8733 | 2025.01.29 07:15:00.305236 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8734 | 2025.01.29 07:15:00.305452 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8735 | 2025.01.29 07:15:00.305532 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8736 | 2025.01.29 07:15:00.306345 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8737 | 2025.01.29 07:15:00.306397 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8738 | 2025.01.29 07:15:00.306842 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8739 | 2025.01.29 07:15:00.307103 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Trace> oximeter.fields_uuid (9cf69c95-0242-46eb-8577-e68756b33238): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8740 | 2025.01.29 07:15:00.307335 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00196 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec. | ||
| 8741 | 2025.01.29 07:15:00.307393 [ 275 ] {9f5c7629-0608-4665-bb5c-1646d5ead488} <Debug> TCPHandler: Processed in 0.002302352 sec. | ||
| 8742 | 2025.01.29 07:15:00.307587 [ 279 ] {} <Trace> TCP-Session: 82dcf0cd-77b2-46cc-becc-1db2ebf334d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8743 | 2025.01.29 07:15:00.307736 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54003) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8744 | 2025.01.29 07:15:00.307805 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8745 | 2025.01.29 07:15:00.308518 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8746 | 2025.01.29 07:15:00.308557 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8747 | 2025.01.29 07:15:00.308966 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8748 | 2025.01.29 07:15:00.309227 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Trace> oximeter.measurements_cumulativeu64 (f568d366-4ef4-40d6-bbca-6d5a3652d2db): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8749 | 2025.01.29 07:15:00.309414 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec. | ||
| 8750 | 2025.01.29 07:15:00.309481 [ 279 ] {10cd9e3c-763a-4a9d-ba36-501885259347} <Debug> TCPHandler: Processed in 0.001966962 sec. | ||
| 8751 | 2025.01.29 07:15:00.309710 [ 275 ] {} <Trace> TCP-Session: c9a98d0e-638a-47fe-a796-dfff3e9a942c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8752 | 2025.01.29 07:15:00.309914 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8753 | 2025.01.29 07:15:00.309977 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8754 | 2025.01.29 07:15:00.310575 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8755 | 2025.01.29 07:15:00.310615 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8756 | 2025.01.29 07:15:00.311016 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8757 | 2025.01.29 07:15:00.311267 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Trace> oximeter.measurements_u64 (9bf04b0f-ea7b-4523-8ea1-ed7b181c7766): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8758 | 2025.01.29 07:15:00.311492 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 8759 | 2025.01.29 07:15:00.311586 [ 275 ] {f43f127e-6ca8-4eab-a84d-1c6fa33e4384} <Debug> TCPHandler: Processed in 0.001992184 sec. | ||
| 8760 | 2025.01.29 07:15:01.411955 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8761 | 2025.01.29 07:15:01.412884 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2025.01.29 07:15:01.412945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 8763 | 2025.01.29 07:15:01.413634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8764 | 2025.01.29 07:15:01.414059 [ 244 ] {} <Trace> system.asynchronous_metric_log (56df42e0-49d9-4ae2-a66a-1fbed83d1889): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2025.01.29 07:15:01.414298 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||